/* 图片缩放 */
.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;
}

/* 二级背景色 */

/********************区政府领导*************************/
.zwgk {
    margin-top: 30px;
    margin-top: .3rem;
}

.leader {
    background: #f8f8f8;
    padding: 30px;
    padding: .3rem;
}

.ld_title {
    padding-bottom: 20px;
    padding-bottom: .2rem;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    border-bottom: 1px solid #ddd;
}

.ld_title>a {
    color: #333;
    font-size: 28px;
    font-size: .28rem;
    line-height: 40px;
    line-height: .40rem;
}

.ld_title .hyhd {
    float: right;
}

.ld_title .hyhd a {
    color: #666;
    text-align: center;
    width: 150px;
    width: 1.5rem;
    line-height: 40px;
    line-height: .4rem;
    font-size: 18px;
    font-size: .18rem;
    margin-left: 10px;
    margin-left: .1rem;
    background: #fff;
}

.ld_title .hyhd a img {
    margin-right: 10px;
    margin-right: .1rem;
}

.ld_title .hyhd a:hover {
    background: #eee;
}



.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_name {
    width: 285px;
    width: 2.85rem;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qz_jl a {
    width: 220px;
    width: 2.2rem;
    line-height: 60px;
    line-height: .6rem;
    border: 1px solid #c3e1ff;
    font-size: 22px;
    font-size: .22rem;
    color: #004a93;
    background: #f3faff;
    text-align: center;
    margin-right: 30px;
    margin-right: .3rem;
    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%;
}

.qz 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: 56px;
    line-height: .56rem;
    text-align: center;
}

/********************政府信息公开*************************/
.zfxxgk {
    padding-top: 20px;
    padding-top: .2rem;
}

.zwxxgk_top {
    margin-top: 30px;
    margin-top: .3rem;
}

.zwxxgk_top li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 30px;
    padding-bottom: .3rem;
}

.zwxxgk_top li:last-child {
    margin-right: 0%;
}

.zwxxgk_top li a {
    display: block;
}

.zwxxgk_top li .img {
    width: 100%;
    height: 157px;
    height: 1.57rem;
}

.zwxxgk_top li p {
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    width: 230px;
    width: 2.3rem;
    line-height: 60px;
    line-height: .6rem;
    background: #fafafa;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50px;
    left: .5rem;
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zwxxgk_top li:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.zwxxgk_top li:hover p {
    background: #004a93;
    color: #fff;
}

/* 搜索 */
.zwxxgk_search {
    margin: 30px 0;
    margin: .3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwxxgk_search p {
    width: 150px;
    width: 1.5rem;
    float: left;
    font-size: 22px;
    font-size: .22rem;
    color: #333;
    line-height: .60px;
    line-height: .6rem;
    font-weight: bold;
}

.zwxxgk_search input {
    width: 360px;
    width: 3.6rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 58px;
    line-height: .58rem;
    color: #adadad;
    border: 0;
    outline: none;
    background: #f5f5f5;
    text-indent: 1em;
    border-radius: 5px;
    margin-right: 10px;
}

.zwxxgk_search input:last-child {
    display: block;
    width: 140px;
    width: 1.40rem;
    font-size: 22px;
    font-size: .22rem;
    color: #fff;
    background: #125db2;
    text-align: center;
    margin: 0 0 0 10px;
    text-indent: 0em;
    cursor: pointer;
}

/*政策文件*/
.file {
    margin-bottom: 30px;
    margin-bottom: .3rem;
}

.file .filetit {
    width: 150px;
    width: 1.5rem;
    font-size: 36px;
    font-size: .36rem;
    line-height: 40px;
    line-height: .40rem;
    color: #023e7a;
    float: left;
    font-weight: normal;
}

.file .pHead01 {
    float: left;
    width: calc(100% - 170px);
    width: calc(100% - 1.7rem);

}

.file .pHead01 li {
    float: left;
    text-align: center;
    margin: 0 0 0 60px;
    margin: 0 0 0 .6rem;
}

.file .pHead01 a {
    display: block;
    font-size: 22px;
    font-size: .22rem;
    font-weight: bold;
    color: #333;
    padding: 0 20px;
    padding: 0 .2rem;
    border-radius: 3px;
    line-height: 40px;
    line-height: .40rem;
    overflow: hidden;
}


.file .pHead01 i {
    display: block;
    width: 50px;
    width: .5rem;
    margin: 10px auto 0;
    margin: .1rem auto 0;
    height: 3px;
    height: .03rem
    background: #fff;
}

.file .pHead01 a::after {
    width: 0;
    height: 0;
}

.file .pHead01 li.active a {
    color: #fff;
    background: #004a93;
    line-height: 40px;
    line-height: .4rem;
}

.file .pList01 li>a {
    width: 70%;
}

.file .pHead01 .active i {
    background: #004a93;
}

.file .con {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-top: .2rem;
}


/* 按钮 */
.file .pList01 li {
    position: relative;
}

.file .piist_Btn {
    position: absolute;
    right: 60px;
    right: .6rem;
    margin-top: 15px;
    margin-top: .15rem;
}

.file .piist_Btn a {
    display: block;
    width: 90px;
    width: .9rem;
    text-align: center;
    line-height: 30px;
    line-height: .3rem;
    float: left;
    margin-left: 10px;
    font-size: 16px;
    font-size: .16rem;
    color: #c0d1e5;
    font-style: normal;
    border: 1px solid #c0d1e5;
    border-radius: 5px;
}

/*文字解读*/
.unscramble .con {
    margin-top: 20px;
    margin-top: .2rem;
}

.unscramble #tabs04-container .swiper-slide {
    width: 100% !important;
    overflow: hidden !important;
}

.unscramble .wzjd .pList01 li {
    line-height: 50px;
    line-height: 0.5rem;
    overflow: hidden;
    float: left;
    width: 48%;
    margin-right: 4%;
}

.unscramble .wzjd .pList01 li:nth-child(2n) {
    margin-right: 0;
}

.unscramble .wzjd .pList01 li>a {
    width: 88%;
}

.unscramble .wzjd .piist_Btn {
    position: static;
    width: 100px;
    width: 1rem;
    float: left;
    margin-top: 0;
}

.unscramble .wzjd .piist_Btn a {
    margin-left: 0rem;
}

.unscramble .wzjd .pList01 li span {
    line-height: 50px;
    line-height: .5rem;
}

/*图文解读*/
.unscramble .tpjd {
    width: 24%;
    background: #ddd;
    margin-right: 1.3%;
    float: left;
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.unscramble .tpjd:nth-child(4n) {
    margin-right: 0%;
}

.unscramble .tpjd:nth-child(n + 5) {
    margin-bottom: 0;
}

.unscramble .tpjd a {
    display: block;
}

.unscramble .tpjd .img {
    width: 100%;
    height: 190px;
    height: 1.9rem;
}

.unscramble .tpjd p {
    width: 100%;
    line-height: 50px;
    line-height: .5rem;
    background: #f8f8f8;
    font-size: 16px;
    font-size: .16rem;
    color: #333;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

/* 视频解读 */
.unscramble .spjd {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.unscramble .spjd:last-child {
    margin-right: 0;
}

.unscramble .spjd a {
    display: block;
}

.unscramble .spjd .img {
    width: 100%;
    height: 360px;
    height: 3.6rem;
}

.unscramble .spjd p {
    font-size: 18px;
    font-size: .18rem;
    line-height: 40px;
    line-height: .4rem;
    color: #333;
    text-align: center;
}

/********************政府信息公开目录*************************/
.catalogue {
    background: #f5f5f5;
    padding: 20px 0;
    padding: .2rem 0;
    background: url(../images/2022-zwgk-gkml.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}

.ml_list {
    margin-top: 30px;
    margin-top: .3rem;
}

.ml_list li {
    width: 13.4%;
    margin-right: 1%;
    background: #fff;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.ml_list li:nth-child(7n) {
    margin-right: 0;
}

.ml_list li a {
    display: block;
    font-size: 18px;
    font-size: .18rem;
    color: #000;
    line-height: 50px;
    line-height: .5rem;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.ml_list li:hover {
    background: #c1d9f0;
}

.ml_list li:hover a {
    color: #fff;
}

/********************基层政务公开*************************/
.jczwgk {
    padding: 20px 0 0;
    padding: .2rem 0 0;
}

.jc_list {
    margin-top: 30px;
    margin-top: .3rem;
}


.jc_list li {
    width: 15.5%;
    margin-right: 1.3%;
    float: left;
    box-shadow: 0 0 1px #999;
    padding: 20px 0;
    padding: .2rem 0;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    background: #f7fafd;
    position: relative;
}

.jc_list li:nth-child(6n) {
    margin-right: 0;
}

.jc_list li a {
    display: block;
}

.jc_list li img {
    display: block;
    width: 48px;
    width: .48rem;
    height: 48px;
    height: .48rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.jc_list li p {
    font-size: 18px;
    font-size: .18rem;
    color: #333;
    margin-top: 15px;
    margin-top: 0.15rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: all 0s;
}



.jc_list li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #c1d9f0;
    z-index: 1;
    transition: all 1s;
}

.jc_list li:hover i {
    width: 100%;
}

.jc_list li:hover p {
    color: #fff;
}

/* 二级栏目 */
.jczwgk_two {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200%;
    height: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 2px #c1d9f0;
    overflow: hidden;
}

.jczwgk_two a {
    width: 33.3%;
    float: left;
    font-size: 16px;
    font-size: .16rem;
    line-height: 40px;
    line-height: .4rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.jc_list li:hover .jczwgk_two {
    height: auto;
    padding: 10px;
    padding: .1rem;
}

.jc_list li .jczwgk_two a:hover {
    color: #c1d9f0;
}

.jc_list li:nth-child(6n) .jczwgk_two {
    position: absolute;
    left: auto;
    right: 0;
}


/********************政务专题*************************/
.zwgk-ztzl {
    margin-top: 0px;
    margin-top: 0rem;
}

.zwgk-ztzl .zt-list {
    margin: 30px 0;
    margin: .3rem 0 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.zwgk-ztzl .zt-list li {
    width: 326px;
    width: 3.26rem;
    height: 233px;
    height: 2.33rem;
    margin-right: 32px;
    margin-right: .32rem;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.zwgk-ztzl .zt-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.zwgk-ztzl .zt-list li img {
    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;
}

.zwgk-ztzl .zt-list .swiper-slide {
    width: auto;
}

.zwgk-ztzl .zt-list .swiper-pagination {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-top: .3rem;
}

.zwgk-ztzl .zt-list .swiper-pagination-bullet {
    margin: 0 12px;
    margin: 0 .12rem;
    outline: none;
    width: 14px;
    width: .14rem;
    height: 14px;
    height: .14rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
}

.zwgk-ztzl .zt-list .swiper-pagination-bullet-active {
    background-color: #023e7a;
}

.zwgk-ztzl .zt-list .swiper-button-next,
.zwgk-ztzl .zt-list .swiper-button-prev {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 50px;
    width: .5rem;
    height: 50px;
    height: .5rem;
    top: 110px;
    top: 1.1rem;
    outline: none;
}

.zwgk-ztzl .zt-list .swiper-button-next {
    right: -60px;
    right: -.6rem;
}

.zwgk-ztzl .zt-list .swiper-button-prev {
    left: -60px;
    left: -.6rem;
}

.zwgk-ztzl .zt-list .swiper-button-next:after,
.zwgk-ztzl .zt-list .swiper-button-prev:after {
    font-size: 22px;
    font-size: .22rem;
    color: #125db2;
}

/*清楚浮动 */
.jczwgk_two:after,
.qz_jl:after,
.leader_right:after,
.leader:after,
.jc_list:after,
.ml_list:after,
.unscramble .swiper-slide:after,
.unscramble .wzjd .pList01:after,
.file .piist_Btn:after,
.file:after,
.zwxxgk_search:after,
.zwxxgk_top:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .zwgk {
        margin-top: 10px;
    }

    .leader {
        padding: 10px;
    }

    .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;
    }
    
    .leader_left .qz {
        width: 50%;
        height: calc(100vw * .56);
    }
    
    .leader_left .qz_name {
        width: 80%;
    }
    
    .leader_left .qz_name p {
        line-height: 1.8em;
    }

    .leader_right {
        width: 100%;
        margin-top: .2rem;
    }

    .leader_right li {
        width: calc(25% - 9px);
        margin-right: 12px;
    }
    
    .leader_right li p {
        line-height: .4rem;
    }

    .ld_title {
        padding-bottom: 20px;
        padding-bottom: .2rem;
    }

    .ld_title>a {
        line-height: 30px;
        line-height: .30rem;
    }

    .ld_title .hyhd a {
        width: 110px;
        width: 1.1rem;
    }

    .ld_title .hyhd a img {
        display: none;
    }

    .zfxxgk {
        padding-top: .1rem;
    }

    .zwxxgk_top {
        margin-top: .1rem;
    }

    .pHead02 a {
        font-size: 24px;
        font-size: .24rem;
        line-height: 60px;
        line-height: .6rem;
    }

    .zwxxgk_top li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: .2rem;
    }

    .zwxxgk_top li:nth-child(2n) {
        margin-right: 0;
    }
    
    .zwxxgk_top li .img {
        height: calc(100vw * .25);
    }

    .zwxxgk_top li p {
        font-size: 18px;
        font-size: .18rem;
        width: 90%;
        line-height: 40px;
        line-height: .4rem;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

    .zwxxgk_search {
        margin: .1rem 0 .2rem;
        padding: 0 .2rem .2rem;
        background: #f8f8f8;
        display: block;

    }

    .zwxxgk_search p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: initial;
        padding: .2rem 0;
    }

    .zwxxgk_search input {
        width: 100%;
        margin: 0 auto;
        margin-right: 0;
        background: #fff;
        margin-bottom: 10px;
        line-height: .5rem;
    }

    .zwxxgk_search input:last-child {
        width: 150px;
        width: 1.50rem;
        line-height: .4rem;
        margin: 0 auto;
        font-size: 16px;
        font-size: .16rem;
    }

    .file {
        margin-bottom: .2rem;
    }
    
    .file .con {
        margin-top: 5px;
    }

    .file>p {
        width: 100%;
        font-size: 30px;
        font-size: .3rem;
        line-height: 40px;
        line-height: .40rem;
    }


    .file .pHead01 {
        width: 100%;
        margin-top: 10px;
    }

    .file .pHead01 li {
        width: 25%;
        margin: 0;
    }


    .file .pHead01 li:last-child {
        width: 33%;
    }

    .unscramble .pHead01 li:last-child {
        width: 25%;
    }


    .file .pList01 li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .file .pHead01 a {
        font-size: 18px;
        font-size: 0.18rem;
        padding: 0 10px;
        padding: 0 .1rem;
        line-height: 40px;
        line-height: .40rem;
        margin: 0;
    }

    .file .pList01 li>a {
        width: 100%;
        line-height: 30px;
        line-height: .30rem;
    }

    .file .piist_Btn {
        position: static;
        margin-top: 0;
    }

    .file .piist_Btn a {
        line-height: 20px;
        line-height: .2rem;
        font-size: 14px;
        font-size: .14rem;
        border-radius: 3px;
        margin-left: 0;
        margin-right: 10px;
        margin-right: .1rem;
    }


    .unscramble .con {
        margin-top: 5px;
    }


    .unscramble .wzjd .pList01 li {
        line-height: 40px;
        line-height: 0.4rem;
        width: 100%;
        margin-right: 0;
    }

    .unscramble .wzjd .pList01 li>a {
        width: 100%;
    }

    .unscramble .tpjd {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        margin-bottom: .2rem;
    }


    .unscramble .tpjd:nth-child(2n) {
        margin-right: 0%;
    }

    .unscramble .tpjd:nth-child(n + 7) {
        display: none;
    }

    .unscramble .tpjd .img {
        height: 150px;
        height: 1.5rem;
    }

    .unscramble .spjd {
        width: 100%;
        margin-right: 0;
    }

    .unscramble .spjd .img {
        height: 250px;
        height: 2.5rem;
    }

    .ml_list {
        margin-top: .2rem;
    }

    .ml_list li {
        width: calc(33.33% - 6px);
        margin-right: 9px;
        margin-bottom: 10px;
    }

    .ml_list li:nth-child(7n) {
        margin-right: 9px;
    }

    .ml_list li:nth-child(3n) {
        margin-right: 0;
    }

    .ml_list li a {
        font-size: 16px;
        font-size: 0.16rem;
        line-height: 50px;
        line-height: .5rem;
    }
    
    .jczwgk {
        padding: .1rem 0 0;
    }

    .jc_list {
        margin-top: .2rem;
    }

    .jc_list li {
        width: calc(33.33% - 6px);
        margin-right: 9px;
        padding: .2rem 0;
        margin-bottom: 10px;
    }

    .jc_list li:nth-child(6n) {
        margin-right: 9px;
    }

    .jc_list li:nth-child(3n) {
        margin-right: 0%;
    }

    .jc_list li:nth-child(3n) .jczwgk_two {
        position: absolute;
        left: auto;
        right: 0;
    }
    
    .jc_list li p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .zwgk-ztzl .zt-list {
        margin: .2rem 0 0;
    }

    .zwgk-ztzl .zt-list li {
        width: 100%;
        height: calc(100vw * .35);
        margin-right: 0;
        float: none;
    }

    .zwgk-ztzl .zt-list .swiper-pagination {
        margin-top: .2rem;
    }

    .zwgk-ztzl .zt-list .swiper-pagination-bullet {
        margin: 0 .05rem;
    }

    .zwgk-ztzl .zt-list .swiper-button-next {
        right: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .zwgk-ztzl .zt-list .swiper-button-prev {
        left: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .zwgk-ztzl .zt-list .swiper-button-next:after,
    .zwgk-ztzl .zt-list .swiper-button-prev:after {
        font-size: .16rem;
    }

    .catalogue {
        background: #edf3fa;
        padding: .1rem 0;
    }

    .qz_jl a {
        width: 160px;
        width: 1.6rem;
        line-height: 40px;
        line-height: .4rem;
        font-size: 18px;
        font-size: .18rem;
        margin-right: 20px;
        margin-right: .2rem;
    }

    .qz_jl a img {
        width: 20px;
        width: .2rem;

    }

    .file .filetit {
        font-size: 30px;
        font-size: .30rem;
        line-height: 30px;
        line-height: .30rem;

    }

    .leader_right li .img {
        height: calc(100vw * .25);
    }
}

@media screen and (max-width: 320px) {
    .file .pHead01 li {
        width: auto !important;
    }
}
