/* 图片缩放 */
.img {
    position: relative;
    overflow: hidden;
}

.img img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
    cursor: pointer;
    transition: all 1s;
}

/********************区政府领导*************************/
.qzfld {
    margin-top: 30px;
    margin-top: .3rem;
}

/* 切换标题 */
.leader_tab {
    border-bottom: 1px solid #eee;
}

.leader_tab .swiper-container,
.leader_tab .swiper-wrapper,
.leader_tab .swiper-slide {
    width: 100% !important;
}

.leader_tab .pHead01 {
    font-size: 24px;
    font-size: .24rem;
    height: 70px;
    height: .7rem;
    background: #f5f5f5;
}

.leader_tab .pHead01 li {
    width: 170px;
    width: 1.7rem;
    margin-right: 0;
    margin-top: 10px;
    margin-top: .1rem;
}

.leader_tab .pHead01 li a {
    line-height: 60px;
    line-height: .6rem;
    color: #333;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;

}

.leader_tab .pHead01 li.active {
    background: #004a93;
}

.leader_tab .pHead01 li.active a {
    color: #fff;
}

.leader_tab .pHead01 li.active a::after {
    display: none;
}

/* 切换内容*/
.leader {
    padding: 30px;
    padding: .3rem;
}

.leader_left {
    width: 41%;
    margin-right: 4%;
    float: left;
}

.qz {
    display: block;
    width: 285px;
    width: 2.85rem;
    height: 357px;
    height: 3.57rem;
    margin: 0 auto;
}

.qz.img img {
    min-width: auto;
    height: auto;
    width: 100%;
    min-height: 100%;
}

.qz_name {
    width: 240px;
    width: 2.4rem;
    margin: 0 auto;
}

.qz_name a {
    display: block;
}

.qz_name h6 {
    font-size: 24px;
    font-size: .24rem;
    line-height: 60px;
    line-height: .6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.qz_name p {
    font-size: 18px;
    font-size: .18rem;
    color: #333;
    line-height: 48px;
    line-height: .48rem;
    transition: 1s;
}

.qz_name p span {
    display: block;
}

.qz_jl {
    margin-top: 20px;
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qz_jl a {
    width: 260px;
    width: 2.6rem;
    line-height: 70px;
    line-height: .7rem;
    border: 1px solid #c3e1ff;
    font-size: 22px;
    font-size: .22rem;
    color: #004a93;
    background: #f3faff;
    text-align: center;
    margin-right: 35px;
    margin-right: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.qz_jl a:last-child {
    margin-right: 0px;
}

.qz_jl a img {
    display: block;
    margin-right: 10px;
    margin-right: .1rem;
}


.qz_jl a:hover {
    border: 1px solid #004a93;
    background: #Fff;
}

.leader_right {
    width: 55%;
    float: left;
}

.leader_right li {
    width: 18%;
    margin-right: 9.3%;
    float: left;
}

.leader_right li:nth-child(4n) {
    margin-right: 0;
}

.leader_right li a {
    display: block;
}

.leader_right li .img {
    width: 100%;
    height: 157px;
    height: 1.57rem;
}

.leader_right li .img img {
    min-width: auto;
    height: auto;
    width: 100%;
    min-height: 100%;
}

.leader_right li p {
    width: 100%;
    font-size: 18px;
    font-size: .18rem;
    color: #333;
    line-height: 60px;
    line-height: .60rem;
    text-align: center;
}

/* 会议 */
.meeting {
    margin-top: 40px;
    margin-top: .4rem;
}

.meeting #oranger li {
    float: left;
    font-size: 30px;
    font-size: .3rem;
    margin-right: 70px;
    margin-right: .7rem;
    line-height: 30px;
    line-height: .3rem;
}

.meeting #oranger li:last-child {
    margin-right: 0;
}

.meeting #oranger li a {
    display: block;
    color: #333;
    font-weight: bold;
}

.meeting #oranger li.active i {
    display: block;
    width: 60px;
    width: .6rem;
    height: 5px;
    height: .05rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    margin-top: .2rem;
}

.meeting #oranger li.active a {
    color: #004a93;
}

.meeting #oranger li.active i {
    background: #004a93;
}

/* 内容 */

.meeting .tablea {
    margin-top: 30px;
    margin-top: .3rem;
}

.meeting .imgnews {
    display: none;
    background: #004a93;
    padding: 50px;
    padding: .5rem;
    border-radius: 3px;
}

.meeting_left {
    width: 64%;
    float: left;
    text-align: center;
}

.meeting_left h6 a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-size: .3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.meeting_left span {
    display: block;
    font-size: 18px;
    font-size: .18rem;
    color: #b0ceed;
    margin: 30px 0;
    margin: .3rem 0;
}

.meeting_left p {
    min-height: 192px;
    min-height: 1.92rem;
}

.meeting_left p a {
    font-size: 18px;
    font-size: .18rem;
    line-height: 48px;
    line-height: 0.48rem;
    text-align: justify;
    display: block;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.meeting_left p a br {
    display: none;
}

.meeting_right {
    width: 360px;
    width: 3.6rem;
    float: right;
    background: #fff;
    box-shadow: 0 0 2px #999;
    padding: 50px 25px 20px;
    padding: .50rem .25rem .2rem;
    position: absolute;
    right: 50px;
    right: .5rem;
    top: 0px;
    border-radius: 10px;
    border-radius: .1rem;
}

.meeting_right li {
    width: 100px;
    width: 1rem;
    float: left;
    background: #f5f5f5;
    margin: 0 27px 30px 0;
    margin: 0 .27rem .3rem 0;
    border-radius: 5px;
    padding: 10px 0;
    padding: .1rem 0;
}

.meeting_right li:nth-child(3n) {
    margin-right: 0;
}

.meeting_right li a {
    display: block;
}

.meeting_right li span {
    display: block;
    font-size: 16px;
    font-size: .16rem;
    color: #7b7b7b;
    line-height: 30px;
    line-height: .3rem;
    text-align: center;
}

.meeting_right li img {
    display: block;
    position: absolute;
    top: -20px;
    top: -.2rem;
    left: 45px;
    left: .45rem;
    width: 310px;
    width: 3.1rem;
    height: 36px;
    height: .36rem;
}

.meeting_right .active {
    background: #004a93;
}

.meeting_right .active span {
    color: #fff;
}

/* 领导活动 */
.activity {
    margin-top: 30px;
    margin-top: .3rem;
}

.ldhd_tit {
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.ldhd_tit h6 {
    width: 125px;
    width: 1.25rem;
    font-size: 30px;
    font-size: .3rem;
    line-height: 30px;
    line-height: .3rem;
    color: #004a93;
    float: left;
}

.ldhd_tit h6 i {
    display: block;
    width: 60px;
    width: .6rem;
    height: 5px;
    height: .05rem;
    background: #004a93;
    margin: 20px auto 0;
    margin: .2rem auto 0;
}

.ldhd_tit a {
    display: block;
    float: right;
    width: 150px;
    width: 1.5rem;
    line-height: 40px;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    background: #004a93;
    margin-top: 8px;
    margin-top: .08rem;
    border-radius: 3px;
}

/*清楚浮动 */
.ldhd_tit:after,
.meeting_right:after,
.meeting #oranger:after,
.meeting .imgnews:after,
.qz_jl:after,
.leader_right:after,
.leader:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .qzfld {
        margin-top: 10px;
    }

    .qz_name {
        width: 80%;
    }
    
    .qz_name p {
        line-height: 1.8em;
    }

    .leader {
        padding: 20px 0;
        padding: .2rem 0;
    }
    
    .leader_left .qz {
        width: 50%;
        height: calc(100vw * .56);
    }

    .leader_left {
        width: 100%;
        margin-right: 0;
    }

    .ld_xx {
        margin-top: 20px;
        margin-top: .2rem;
    }

    .ld_xx .qz {
        width: 200px;
        width: 2rem;
        height: auto;
    }

    .ld_xx .ld_name {
        float: left;
        margin: 0 20px;
        margin: 0 .2rem;
    }

    .ld_xx .ld_name p {
        line-height: 28px;
        line-height: 0.28rem;
    }

    .ld_xx .ld_name i {
        margin: 10px 0;
        margin: .1rem 0 .1rem;
    }

    .qz_jl a {
        width: 200px;
        width: 2rem;
        line-height: 50px;
        line-height: .5rem;
        font-size: 18px;
        font-size: .18rem;
        margin-right: 20px;
        margin-right: 0.2rem;
    }

    .leader_right {
        width: 100%;
        margin-top: .2rem;
    }

    .leader_right li {
        width: calc(25% - 9px);
        margin-right: 12px;
    }
    
    .meeting .tablea {
        margin-top: 10px;
    }

    .meeting .imgnews {
        padding: 10px;
    }

    .meeting_right {
        position: static;
        width: calc(100% - 20px);
        float: none;
        padding: 10px 10px 0;
    }

    .meeting_right li img {
        display: none;
    }

    .meeting_right li {
        width: calc(33.33% - 8px);
        margin-right: 12px;
        margin-bottom: 10px;
    }

    .meeting_left {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-top: .2rem;
    }
    
    .meeting_left span {
        margin: 10px 0;
    }
    
    .meeting_left p {
        min-height: 8.8em;
    }
    
    .meeting_left p a {
        line-height: 2em;
    }

    .leader_tab .pHead01 li {
        width: 25%;
        margin-right: 0;
        margin-top: 0;
    }

    .leader_tab .pHead01 {
        font-size: 18px;
        font-size: .18rem;
        height: 60px;
        height: 0.6rem;
    }

    .leader_right li p {
        line-height: .4rem;
    }

    .meeting #oranger li {
        font-size: 22px;
        font-size: .22rem;
        margin-right: 40px;
        margin-right: 0.4rem;
    }

    .meeting {
        margin-top: 0.2rem;
    }

    .leader_right li .img {
        height: calc(100vw * .25);
    }
    
    .activity {
        margin-top: .2rem;
    }
}