/*分支机构首页面版本 详细页面*/
* {
    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;
    opacity: 0.9;
}
.affiliated-agency-one-header-top-menu >span{
    margin-left: 0.29rem;
}

.affiliated-agency-one-header-top-menu >span:hover{
    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: 3.7rem;
    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-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;
}

.affiliated-agency-one-detail-container {
    width: 100%;
    min-width: 1120px;
}