/*分支机构首页面版本1*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}
.affiliated-agency-one-header-container{
    width: 100%;
    height: 10.8rem;
    background-size: 100% 100%;
    padding: 0.8rem 0.85rem;

    min-width: 1120px;
}
.affiliated-agency-one-header-container>div{
}

.affiliated-agency-one-header-top{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.affiliated-agency-one-header-top-logo {
    height: 0.62rem;
    width: 4.14rem;
}
.affiliated-agency-one-header-top-logo >img{
    height: 100%;
    width: 100%;
}

.affiliated-agency-one-header-top-share{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 1.72rem;
}
.affiliated-agency-one-header-top-share .header-top-share-icon{
    height: 0.26rem;
    width: 0.26rem;
}
.affiliated-agency-one-header-top-share .header-top-share-icon:hover{
    cursor: pointer;
}
.affiliated-agency-one-header-top-share .header-top-share-icon>img{
    height: 100%;
    width: 100%;
}
.affiliated-agency-one-header-top-menu {
    font-size: 0.26rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.62rem;
}
.affiliated-agency-one-header-top-menu >span{
    margin-left: 0.29rem;
}

.affiliated-agency-one-header-top-menu >span:hover{
    cursor: pointer;
    text-decoration: underline;
}
.affiliated-agency-one-header-info{
    padding-top: 0.4rem;
}
.affiliated-agency-one-header-info-title{
    width: 11.45rem;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.6rem;
    margin-top: 0.3rem;
    min-height: 3.2rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.affiliated-agency-one-header-info .affiliated-agency-one-header-info-title:last-child{
    margin-top: 0.3rem;
}
.affiliated-agency-one-header-info-desc{
    padding-top: 0.45rem;
}
.affiliated-agency-one-header-info-desc >span:first-child{
    font-size: 0.34rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: transparent;
    line-height: 0.48rem;
    -webkit-text-stroke: 1px #FFFFFF;
    margin-right: 0.54rem;
}
.affiliated-agency-one-header-info-desc >span:last-child{
    font-size: 0.34rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.48rem;
}
.affiliated-agency-one-header-info-intro{
    margin-top: 0.69rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.affiliated-agency-one-header-info-intro >div:first-child{
    font-size: 0.26rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #0F0F0F;
    line-height: 0.37rem;
    padding: 0.49rem 0.64rem;
    background-color: #FFDD6B;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    margin-right: 0.3rem;
}

.affiliated-agency-one-header-info-intro >div:first-child:hover{
    cursor: pointer;
    opacity: 0.8;
}

.affiliated-agency-one-header-info-intro >div:last-child{
    height: 1.33rem;
    width: 2.2rem;
    position: relative;

}

.affiliated-agency-one-header-info-intro >div:last-child:hover{
    opacity: 0.8;
    cursor: pointer;
}
.affiliated-agency-one-header-info-intro >div:last-child::before{
    content: "组织";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    opacity: 1;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.02rem solid #FFFFFF;

    font-size: 0.26rem;
    color: #FFFFFF;;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    line-height: 0.37rem;
    padding: 0.49rem 0.77rem ;
}

.affiliated-agency-one-header-notice {
    margin-top: 0.9rem;
    position: relative;
}

.affiliated-agency-one-header-notice-back {
    height: 0.6rem;
    position: relative;
}

.affiliated-agency-one-header-notice-back::before{
    content: "通知公告：";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    opacity: 1;

    font-size: 0.26rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.6rem;
    padding-left: 0.3rem;
}

ul, li {
    list-style-type: none;
}

.affiliated-agency-one-header-notice-content{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 1.5rem;
    height: 0.6rem;
    overflow: hidden;
}
.affiliated-agency-one-header-notice-content ul{
    padding-left: 0.1rem;
    margin-top: 0;
}
.affiliated-agency-one-header-notice-content li {
    line-height: 0.6rem;

    font-size: 0.26rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.affiliated-agency-one-header-notice-content a:hover{
    text-decoration: underline;
    opacity: 0.8;
}
.affiliated-agency-one-new-container{
    width: 100%;
    height: 12.37rem;
    background-color: #040F2C;
    padding-top: 0.88rem;

    min-width: 1120px;
}
.affiliated-agency-one-new-title{
    position: relative;
}
.affiliated-agency-one-new-title>div:first-child{
    font-size: 0.72rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1rem;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}
.affiliated-agency-one-new-title>div:last-child{
    position: absolute;
    bottom: 0;
    right: 0;

    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.16rem;
}

.affiliated-agency-one-new-title>div:last-child a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

.affiliated-agency-one-new-list{
    margin-top: 0.5rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.affiliated-agency-one-new-list >span{
    width: 4.28rem
}

.affiliated-agency-one-new-item {
    background-color: transparent;
    width: 4.28rem;
    margin-bottom: 0.3rem;
}
.affiliated-agency-one-new-item-img{
    height: 2.43rem;
    width: 4.28rem;
}
.affiliated-agency-one-new-item-img >img{
    height: 100%;
    width: 100%;
    border-radius: 0.1rem;
}
.affiliated-agency-one-new-item-date{
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.22rem;

    margin-top: 0.2rem;
    opacity: 0.8;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.affiliated-agency-one-new-item-title{
    font-size: 0.24rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
    opacity: 0.8;

    margin-top: 0.1rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.affiliated-agency-one-new-item a:hover{
    text-decoration: underline;
    color: #FFFFFF;
}
.affiliated-agency-one-new-item-intro{
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.26rem;
    opacity: 0.8;
    margin-top: 0.05rem;

    min-height: 1.04rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.affiliated-agency-one-active-container{
    background-image: url("../img/affiliatedAgency-one-back-active.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 11.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;


    min-width: 1120px;
}

.banner .img {
    position: absolute;
    left: 0;
    top: 0;
}

.banner .img li {
    float: left;
}
/*小圆圈 */
.banner .num {
    position: absolute;
    width: 100%;
    bottom: 0.1rem;
    left: 0;
    text-align: center;
    font-size: 0;
}

.banner .num li {
    width: 0.1rem;
    height: 0.1rem;
    background: #888;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.03rem;
    cursor: pointer;
}
.banner .num li.on {
    background: #F60;
}

/* 按钮 */
.banner .btn {
    width: 0.3rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.4rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    display: none;
}

.banner:hover .btn {
    display: block;
}

.banner .btn_l {
    left: 0;
}

.banner .btn_r {
    right: 0;
}
/*轮播图样式*/
#affiliated_agency_one_active_roll .banner {
    width: 11.18rem;
    height: 9.51rem;
    margin-top: 0.7rem;

    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.affiliated-agency-one-active-item-only-one {
    margin-top: 0.7rem;
}

/*只有一个活动，不进行轮播*/
.affiliated-agency-one-active-item{
    width: 11.18rem;
    /*height: 10rem;*/
    /*margin-top: 0.67rem;*/
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    align-items: center;
}
.affiliated-agency-one-active-item-title{
    width: 6rem;
    font-size: 0.5rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 900;
    color: #333333;
    line-height: 0.73rem;
    text-align: center;
    min-height: 1.4rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.affiliated-agency-one-active-item-title >a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

.affiliated-agency-one-active-item-intro{
    margin-top: 0.33rem;
    width: 7.14rem;
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
    height: 0.78rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}


.affiliated-agency-one-active-item-address{
    margin-top: 0.1rem;
    width: 7.14rem;
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.affiliated-agency-one-active-item-active-date {
    margin-top: 0.1rem;
    width: 7.14rem;
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.affiliated-agency-one-active-item-img{
    margin-top: 0.32rem;
    height: 6.29rem;
    width: 11.18rem;
}

.affiliated-agency-one-active-item-img >img{
    height: 100%;
    width: 100%;
}

.affiliated-agency-one-organ-container{
    background-color: #040F2C;
    width: 100%;

    min-width: 1120px;
}
.affiliated-agency-one-organ-title{
    padding-top: 0.94rem;
    text-align: center;
}

.affiliated-agency-one-organ-title >span:first-child{
    font-size: 0.72rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1rem;
    opacity: 0.8;
}

.affiliated-agency-one-organ-title >span:last-child{
    font-size: 0.72rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: transparent;
    line-height: 1rem;
    -webkit-text-stroke: 0.01rem #FFFFFF;
    opacity: 0.8;
}
.affiliated-agency-one-organ-title-desc {
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.33rem;
    opacity: 0.8;
}
.affiliated-agency-one-organ-member {
    margin-top: 0.5rem;
}

.affiliated-agency-one-organ-member-header {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    margin-top: 0.26rem;
}

.affiliated-agency-one-organ-header-icon{
    width: 0.06rem;
    height: 0.24rem;
    background: #FFDD6B;
    opacity: 1;
    margin-right: 0.1rem;
    margin-top: 0.045rem;
}

.affiliated-agency-one-organ-header-title{
    font-size: 0.24rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 0.33rem;
    letter-spacing: 0.01rem;
    opacity: 0.8;
}

.affiliated-agency-one-organ-list {
    /*margin-top: 0.26rem;*/
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.affiliated-agency-one-organ-list>span{
    width: 2.21rem;
}
.affiliated-agency-one-organ-item{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    width: 2.21rem;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.affiliated-agency-one-organ-item-img{
    height: 1.51rem;
    width: 1.13rem;
}
.affiliated-agency-one-organ-item-img >img{
    height: 100%;
    width: 100%;
    border-radius: 0.1rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.8;
}
.affiliated-agency-one-organ-item-info{
    width: 0.98rem;
}
.affiliated-agency-one-organ-item-info-name {
    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-bottom: 0.05rem;
    opacity: 0.8;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.affiliated-agency-one-organ-item-info-profession-title,
.affiliated-agency-one-organ-item-info-job{
    font-size: 0.14rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.2rem;
    opacity: 0.8;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.affiliated-agency-one-organ-member-file-list{
    margin-top: 0.5rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 1rem;
}
.affiliated-agency-one-organ-member-file{
    text-align: center;
    width: 3.5rem;
    opacity: 0.8;
    padding: 0.2rem 0.4rem;
    border: 0.01rem solid #FFFFFF;

    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.33rem;
}

.affiliated-agency-one-organ-member-file >a{
    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.affiliated-agency-one-organ-member-file:hover{
    cursor: pointer;
    color: #0F0F0F;
    background-color: #FFFFFF;
    opacity: 0.8;
}

.affiliated-agency-one-contact-us{
    background-image: url("../img/affiliatedAgency-one-back-bottom.png");
    background-size: 100% 100%;
    height: 3.66rem;
    width: 100%;
    min-width: 1120px;
}

.affiliated-agency-one-contact-us-info{
    padding-top: 0.8rem;
    padding-left: 4.1rem;
}

.affiliated-agency-one-contact-us-info-title{
    font-size: 0.4rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bold;
    color: #0F0F0F;
    line-height: 0.56rem;
}
.affiliated-agency-one-contact-us-info-address,
.affiliated-agency-one-contact-us-info-email,
.affiliated-agency-one-contact-us-info-postcode,
.affiliated-agency-one-contact-us-info-contacts{
    font-size: 0.24rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 0.33rem;
}
.affiliated-agency-one-contact-us-info-address{
    margin-top: 0.18rem;
}













