/* #region 公共模块-start */
.mzw-tabcon {
    display: none;
}

.mzw-tabcon.show {
    display: block;
}

/* #endregion 公共模块-end */

/* #region 历任领导-start */
.ul-mzw-tab-a1 {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.09rem 0 0;
}

.ul-mzw-tab-a1 .con {
    display: block;
    background-color: rgb(6, 33, 149);
    width: 4.2rem;
    height: 0.8rem;
    font-size: 0.24rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: .4s;
}

.ul-mzw-tab-a1 li.on .con ,
.ul-mzw-tab-a1 .con:hover{
    background-color: rgb(233, 148, 0);
}

.m-mzw-time-a1 {
    overflow: hidden;
    border-bottom: 1px dashed rgba(6, 33, 149, 0.102);
    padding-bottom: 0.4rem;
}
.m-mzw-time-a1:last-child{
    border-bottom: none;
}

.m-mzw-time-a1 .box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: 0.1rem;
}
.m-mzw-time-a1:first-child .box{
    padding-top: 0.3rem;
}

.m-mzw-time-a1 .item {
    width: 33.333%;
    overflow: hidden;
}

.m-mzw-time-a1 .tab {
    margin: 0.5rem 0 0.3rem;
}

.m-mzw-time-a1 .tab .con {
    width: 3.34rem;
    height: 0.64rem;
    background: url(/2024xz/style/../images/mzw/icon-a1.png) no-repeat center;
    background-size: 100% auto;
    font-size: 0.3rem;
    color: rgb(6, 33, 149);
    font-weight: bold;
    line-height: 0.64rem;
    text-align: center;
    margin: 0 auto;
}

.m-mzw-time-a1 .list {
    position: relative;
}
.m-mzw-time-a1 .list::before{
    content: '';
    display: block;
    width: 100%;
    border-top: 1px dashed #000;
    position: absolute;
    top: 0;
    left: 0;
}
.m-mzw-time-a1 .item:first-child .list::before,
.m-mzw-time-a1 .item:last-child .list::before{
    width: 50%;
}
.m-mzw-time-a1 .item:first-child .list::before{
    left: auto;
    right: 0;
}

.m-mzw-time-a1 .list li {
    padding-right: 50%;
    padding-left: 0;
    position: relative;
}

.m-mzw-time-a1 .list .con {
    padding-bottom: 0.16rem;
    position: relative;
    padding-right: 0.3rem;
    text-align: right;
}
.m-mzw-time-a1 .list .con::before{
    content: '';
    display: block;
    height: 100%;
    border-left: 1px dashed #000;
    position: absolute;
    right: 0;
    top: 0;
}
.m-mzw-time-a1 .list li:last-child .con::before{
    height: 0.3rem;
}
.m-mzw-time-a1 .list .con::after{
    content: '';
    display: block;
    border: 0.04rem solid rgb(12, 41, 141);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 0.2rem;
    height: 0.2rem;
    box-sizing: border-box;
    position: absolute;
    right: -0.1rem;
    top: 0.1rem;
}
.m-mzw-time-a1 .list li:first-child .con{
    padding-top: 0.2rem;
}
.m-mzw-time-a1 .list li:first-child .con::after{
    top: 0.3rem;
}
.m-mzw-time-a1 .list .year {
    font-size: 0.24rem;
    color: rgb(6, 33, 149);
    font-weight: bold;
    line-height: 0.4rem;
    margin-bottom: 0.05rem;
}

.m-mzw-time-a1 .list .info {
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    line-height: 1.75;      
}

.m-mzw-time-a1 .list .person {
    /* width: 1.41rem;*/
    width:1.6rem;
    margin-top: 0.09rem;
    margin-left: auto;
}

.m-mzw-time-a1 .list .pic {
    padding-top: 0;
    margin-bottom: 0.17rem;
}

.m-mzw-time-a1 .list .pic::before {
    display: none;
}

.m-mzw-time-a1 .list .pic img {
    display: block;
    width: 100%;
    height: auto;
    position: static;
}

.m-mzw-time-a1 .list .txt {
    text-align: center;
}

.m-mzw-time-a1 .list .name {
    font-size: 0.24rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.04rem;
}

.m-mzw-time-a1 .list .job {
    font-size: 0.2rem;
    color: rgb(51, 51, 51);
    line-height: 1.2;
}
.m-mzw-time-a1 .list .job1{
    font-size: 0.16rem;

}
.m-mzw-time-a1 .item:first-child .list li{
    padding-left: 0;
    padding-right: 50%;
}

.m-mzw-time-a1 .item:first-child .list .con{
    padding-left: 0;
    padding-right: 0.2rem;
}

.m-mzw-time-a1 .item:first-child .list .con::before{
    left: auto;
    right: -1px;
}

.m-mzw-time-a1 .item:first-child .list .con::after{
    left: auto;
    right: -0.1rem;
}

.m-mzw-time-a1 .item:first-child .list .year{
    text-align: right;
}

.m-mzw-time-a1 .item:first-child .list .info{
    text-align: right;
}
.m-mzw-time-a1 .item:first-child .list .info p{
    white-space:nowrap;
}
.m-mzw-time-a1 .item:first-child .list .person{
    margin-left: auto;
}

.m-mzw-models-a1{
    position: relative;
    padding-top: 0.18rem;
    margin: 0.56rem 0 0.52rem;
}
.m-mzw-models-a1 .title{
    display: block;
    font-size: 0.3rem;
    color: rgb(6, 33, 149);
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0.2rem 0.2rem 0;
}

.m-mzw-models-a1 .tit{
    position: relative;
}
.m-mzw-models-a1 .box{
    background-color: rgba(255, 255, 255,0.702);
    border: 1px dashed rgba(159, 186, 255, 0.702);
    border-radius: 0 0.38rem 0 0.38rem;
    padding: 0.4rem 0.4rem 0.14rem;
}
.m-mzw-models-a1 .list1{
    font-size: 0.24rem;
    color: rgb(51, 51, 51);
    line-height: 0.6rem;
}
.m-mzw-models-a1 .list1 li{
    overflow: hidden;
    border-bottom: 1px dashed rgba(40, 100, 255, 0.2);
}
.m-mzw-models-a1 .list1 li:last-child{
    border-bottom: none;
}
.m-mzw-models-a1 .list1 .name,
.m-mzw-models-a1 .list1 .job,
.m-mzw-models-a1 .list1 .date{
    float: left;
    padding: 0 0.2rem;
}
.m-mzw-models-a1 .list1 .name{width: 22.7%;}
.m-mzw-models-a1 .list1 .job{width: 33%;}
.m-mzw-models-a1 .list1 .date{width: 44%;}

/* #endregion 历任领导-end */

/* #region 机构设置-start */
.ul-mzw-list-a1{
    overflow: hidden;
    margin-bottom: 0.46rem;
}
.ul-mzw-list-a1 li{
    float: left;
    margin-bottom: 0.47rem;
}
.ul-mzw-list-a1 li:nth-child(3n+1){width: 45.3%;}
.ul-mzw-list-a1 li:nth-child(3n+2){width: 38.3%;}
.ul-mzw-list-a1 li:nth-child(3n+3){width: 16.4%;}
.ul-mzw-list-a1 .con{
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 0.18rem;
    color: rgb(51, 51, 51);      
    line-height: 1.5;
    padding: 0.08rem 0 0.08rem 0.25rem;
    background: url(/2024xz/style/../images/mzw/icon-a2-1.png) no-repeat left center;
    background-size: 0.18rem auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .4s;
}
.ul-mzw-list-a1 .con a{
    display: inline;
    color: inherit;
}
.ul-mzw-list-a1 .con:hover{
    background-image: url(/2024xz/style/../images/mzw/icon-a2-2.png);
}
.ul-mzw-list-a1 .con a:hover{
    color: rgb(40, 100, 255);
}
/* #endregion 机构设置-end */

@media screen and (max-width: 1200px) {

    /* #region 历任领导-start */
    .ul-mzw-tab-a1{
        display: block;
        white-space: nowrap;
        text-align: center;
        overflow-x: auto;
        overflow-y: hidden;
        /* padding-bottom: 0.1rem; */
    }
    /* .ul-mzw-tab-a1::-webkit-scrollbar {
        height: 2px;
    }

    .ul-mzw-tab-a1::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .1);
    }

    .ul-mzw-tab-a1::-webkit-scrollbar-thumb {
        background-color: #073894;
        background-clip: padding-box;
    } */
    .ul-mzw-tab-a1 li{
        display: inline-block;
        margin-right: 0.2rem;
    }
    .ul-mzw-tab-a1 li:last-child{
        margin-right: 0;
    }
    .ul-mzw-tab-a1 .con {
        width: 2.8rem;
        height: 0.6rem;
        font-size: 0.2rem;
        line-height: 0.6rem;
        border-radius: 0.4rem;
    }

    .m-mzw-time-a1 {
        padding-bottom: 0.4rem;
    }

    .m-mzw-time-a1 .box {
        display: block;
        padding-top: 0.1rem;
    }

    .m-mzw-time-a1 .box .item{
        width: 100%;
    }
    .m-mzw-time-a1:first-child .box{
        padding-top: 0;
    }
    
    .m-mzw-time-a1 .tab .con {
        width: 3rem;
        height: 0.58rem;
        font-size: 0.2rem;
        line-height: 0.58rem;
    }

    .m-mzw-time-a1 .list{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .m-mzw-time-a1 .list::-webkit-scrollbar {
        height: 2px;
    }

    .m-mzw-time-a1 .list::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .1);
    }

    .m-mzw-time-a1 .list::-webkit-scrollbar-thumb {
        background-color: #073894;
        background-clip: padding-box;
    }
    
    .m-mzw-time-a1 .list::before{
        display: none;
    }
    
    .m-mzw-time-a1 .list li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0 !important;
        vertical-align: top;
    }
    .m-mzw-time-a1 .list .con{
        padding: 0.3rem 0.2rem 0.2rem !important;
        min-width: 1.41rem;
        max-width: 2.2rem;
        box-sizing: content-box;
        overflow: hidden;
    }
    .m-mzw-time-a1 .list .con::before{
        left: 0;
        top: 0.1rem;
        width: 100%;
        height: 1px;
        border-left: none;
        border-top: 1px dashed #000;
    }
    .m-mzw-time-a1 .list li:first-child .con::before{
        width: 50%;
        left: auto;
        right: 0;
    }
    .m-mzw-time-a1 .list li:last-child .con::before{
        width: 50%;
        left: 0 !important;
    }
    .m-mzw-time-a1 .list .con::after{
        left: 50% !important;
        top: 0;
        transform: translateX(-50%);
    }
    .m-mzw-time-a1 .list li:first-child .con{
        padding-top: 0.3rem;
    }
    .m-mzw-time-a1 .list li:first-child .con::before{
        top: 0.1rem;
    }
    .m-mzw-time-a1 .list.noDashed .con::before{
        display: none;
    }
    .m-mzw-time-a1 .list li:first-child .con::after{
        top: 0;
    }
    .m-mzw-time-a1 .list .year{
        font-size: 0.2rem;
        text-align: center !important;
    }
    .m-mzw-time-a1 .list .info{
        font-size: 0.18rem;
        line-height: 1.5;
        white-space: normal;
        text-align: center !important;
    }
    .m-mzw-time-a1 .list .name {
        font-size: 0.2rem;
    }
    .m-mzw-time-a1 .list .person{
        margin-left: auto;
        margin-right: auto;
    }
    
    .m-mzw-time-a1 .list .job {
        font-size: 0.18rem;
    }

    .m-mzw-time-a1.sty1:first-child{
        margin-top: 0.4rem;
    }
    .m-mzw-time-a1.sty1 .item{
        margin-bottom: 0.4rem;
    }

    .m-mzw-models-a1 .title{
        font-size: 0.28rem;
    }
    .m-mzw-models-a1 .box{
        border-radius: 0 0.24rem 0 0.24rem;
    }
    .m-mzw-models-a1 .list1{
        font-size: 0.18rem;
        line-height: 1.5;
    }
    .m-mzw-models-a1 .list1 .name,
    .m-mzw-models-a1 .list1 .job,
    .m-mzw-models-a1 .list1 .date{
        padding: 0.2rem 0.1rem;
    }
    .m-mzw-models-a1 .list1 .name{width: 22.7%;}
    .m-mzw-models-a1 .list1 .job{width: 38.3%;}
    .m-mzw-models-a1 .list1 .date{width: 39%;}
    /* #endregion 历任领导-end */

    /* #region 机构设置-start */
    .ul-mzw-list-a1 li{
        width: 50% !important;
    }
    /* #endregion 机构设置-end */

}

@media screen and (max-width:768px) {
    /* #region 机构设置-start */
    .ul-mzw-list-a1 li{
        width: 100% !important;
        margin-bottom: 0.2rem;
    }
    /* #endregion 机构设置-end */
}