@charset 'utf-8';

body {
    background: #f7f7f7 !important;
}

.zwkg23_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}


.m-part1 {
    background: #fff;
}

.fkk-imgtitle {
    width: 100%;
    text-align: center;
}

.z_ldjj {
    display: flex;

}

.ld_left {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.ld_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    width: 889px;
    vertical-align: top;
}

.ld_left > a {
}

.ld_qz {
    margin-top: 20px;
    text-align: center;
}

    .ld_qz > img {
        width: 266px;
        height: 387px;
    }

.ld_right > a {
}

.ld_fqz {
    width: 172px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}


    .ld_fqz > img {
        width: 138px;
        height: 192px;
    }

.ld_jj {
    margin-top: 5px;
}


.ld_zw {
    font-size: 14px;
    text-align: center;
}

.ld_name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}



.jjbtn > span {
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
}



.zwgknavimgdiv {
    margin: 0px auto;
    text-align: center;
    padding: 14px 0px;
    padding-bottom: 20px;
}

    .zwgknavimgdiv span {
        display: none;
    }


.zfxxgk2022 {
    margin-top: 10px;
}

.m-part1-top {
    border: none;
    padding-bottom: 0;
    display: flex !important;
}



    .m-part1-top > a {
        display: inline-block;
        width: 284px;
        height: 80px;
        background: url('zwgk_top_bg_on.png') no-repeat center center;
        background-size: 100% 100%;
        text-align: center;
        line-height: 80px;
    }

        .m-part1-top > a + a {
            margin-left: 20px;
        }

        .m-part1-top > a:hover {
            background-size: 100% 100%;
        }

        .m-part1-top > a span i {
            font-size: 18px;
            line-height: 22px;
            display: block;
            font-style: normal;
            color: #fff;
            font-family: "microsoft yahei";
            font-weight: bold;
        }


.jjbtn {
    width: 266px;
    background: url(zw2022-bg1-1.png);
    background-size: 100% 100%;
    height: 55px;
    margin: 10px auto;
}

    .jjbtn > img {
        margin-top: 13px;
        margin-right: 13px;
    }



/*五公开*/

.zwkg23_wgkk {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.gkitem {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
}


    .gkitem:hover {
        background: #f7f7f7;
        transition: all 0.3s;
        transform: scale(1.15);
        border: 1px solid #b0d5ff;
        box-shadow: 1px 0 6px 3px rgb(148 152 163 / 30%);
        z-index: 98;
    }

.gkitem_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .gkitem_tit > img {
        width: 40%;
        height: auto;
        margin-bottom: 5%;
        border: none;
        outline: none;
        padding: 30px 0 5px 0
    }

    .gkitem_tit > span {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

.wgkk_item4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
}

    .wgkk_item4 a,
    .wgkk_downlist a {
        font-size: 14px;
        line-height: 30px;
        width: 45%;
        text-decoration-line: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        outline: none;
        color: #666;
    }

        .wgkk_item4 a:hover,
        .wgkk_downlist a:hover {
            color: #0653ab;
        }

.wgkk_downlist_em {
    width: 45%;
    height: 1px;
}

.wgkk_more {
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center
}

    .wgkk_more > img {
        width: 16px;
        height: 16px;
        transition: all 0.3s;
        margin: 0 auto;
    }

.gkitem:hover .wgkk_more > img {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.wgkk_downlist {
    position: absolute;
    display: flex;
    top: 55px;
    z-index: 99;
    width: 400px;
    box-sizing: border-box;
    padding: 20px 10px;
    flex-wrap: wrap;
    border: 1px solid #dcdcdc;
    justify-content: center;
    align-items: center;
    display: none;
    background: #f7f7f7;
    border: 1px solid #b0d5ff;
    box-shadow: 1px 0 6px 3px rgb(148 152 163 / 30%);
}

.gkitem:nth-child(4) .wgkk_downlist,
.gkitem:nth-child(5) .wgkk_downlist {
    left: auto;
    right: 0;
}

    .gkitem:nth-child(4) .wgkk_downlist::before,
    .gkitem:nth-child(5) .wgkk_downlist::before {
        left: auto;
        right: 20%;
    }



.gkitem:hover .wgkk_downlist {
    display: flex;
    animation: flipInX .5s;
    -webkit-animation: flipInX .5s;
}


.wgkk_downlist::before {
    content: '';
    width: 32px;
    height: 32px;
    background: #f7f7f7;
    border-top: 1px solid #b0d5ff;
    border-left: 1px solid #b0d5ff;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    display: block;
    position: absolute;
    left: 20%;
    top: -17px;
}

.wgkk_downlist::after {
    content: '';
    width: 400px;
    height: 50px;
    background: transparent;
    position: absolute;
    top: -40px;
    left: 0;
}



























/*政策文件*/
.zcwj_div {
    margin-top: 10px;
    display: flex;
}



.zcwj_left {
    flex: 1;
    display: inline-block;
    width: 700px;
    margin-top: 10px;
    vertical-align: top;
}


.tab-item > li > a {
    font-size: 16px;
    max-width: 84%;
}










.zcwj_right {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    margin-left: 20px;
    text-align: center;
}

.zcwjcx_text {
    background: #1764ce;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


.zcwjcx_content {
    background: #e2ebf8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px;
}

.cxbtn {
    background: #1764ce;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #fff;
    width: 98%;
    margin: 17px auto;
    margin-bottom: 0;
}

.zcwjcx_input {
    background: #fff;
    border-radius: 4px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #666666;
    font-size: 16px;
    width: 350px;
    margin-top: 20px;
}

.time-input {
    display: inline-block;
    width: 150px;
}

#endTime {
    margin-left: 8px;
}


/*公开专题*/
.gkly {
    padding: 30px 0px;
}

.gklyul {
    display: flex;
    flex-wrap: wrap;
}

    .gklyul > li {
        width: 25%;
        padding: 5px;
        box-sizing: border-box;
    }

        .gklyul > li:hover {
            box-shadow: none;
        }

        .gklyul > li > a > img {
            width: 100%;
            height: 159px;
        }

.jczwgknavtit {
    margin: 0px auto;
    text-align: center;
    padding-top: 17px;
}


/*政府信息公开目录*/
.zfxxgkml2022 {
}


.gkml_tit {
    font-size: 16px;
    padding-bottom: 11px;
    border-bottom: 2px solid #c1c1c1;
    margin-top: 21px;
}

    .gkml_tit > img {
        width: 32px;
        height: 32px;
    }

    .gkml_tit > span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 11px;
    }

.gkmlcontent {
    padding: 25px 0;
    /*overflow: hidden;*/
}

.gkml_a {
    display: inline-block;
    text-align: center;
    width: 128px;
    height: 126px;
    margin-bottom: 1px;
    box-sizing: border-box;
    padding: 2px;
    padding-top: 9px;
}

    .gkml_a:hover {
        background: #f8f8f8;
        border-radius: 5px;
    }

    .gkml_a > p {
        text-align: center;
        font-size: 16px;
        margin-top: 6px;
    }

    .gkml_a > img {
        width: 60px;
        height: 60px;
    }


.zwkg23_gkml_content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: space-between;
    /*以下为滚动条开关*/
    padding-right: 10px;
    height: 681px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

    .zwkg23_gkml_content::-webkit-scrollbar {
        width: 10px;
    }

    .zwkg23_gkml_content::-webkit-scrollbar-track {
        background-color: rgba(242,242,242,1);
        border-radius: 10px;
    }

    .zwkg23_gkml_content::-webkit-scrollbar-thumb {
        background-color: #0654b4;
        border-radius: 6px;
        height: 80px;
    }

    .zwkg23_gkml_content a {
        text-decoration-line: none;
        display: flex;
        width: 19.5%;
        box-sizing: border-box;
        padding: 20px 10px;
        flex-direction: row;
        align-items: center;
        background: #f7f7f7;
        margin: 3px 0;
        transition: all .1s;
    }

        .zwkg23_gkml_content a > img {
            width: 48px;
            height: 48px;
            margin-right: 10px;
        }

        .zwkg23_gkml_content a > p {
            font-size: 16px;
            color: #555;
            /* text-align: center; */
            /* white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis; */
            /* box-sizing: border-box;
    padding:0 10px;
    width: 100%; */
        }

        .zwkg23_gkml_content a:hover {
            /*  background-color: #f5f7fa;*/
            background-color: #1764ce;
            box-shadow: .5px 2px 2px 0px #dcdcdc;
            transform: scale(1.1);
            transition: all .5s;
        }

            .zwkg23_gkml_content a:hover > p {
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                outline: none;
            }

            .zwkg23_gkml_content a:hover > img {
                filter: brightness(100);
            }



.zwgk23_em {
    height: 1px;
    width: 19.5%;
}






























/*移动版*/
@media screen and (max-width: 768px) {

    .zwkg23_wrap {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }


    .fkk-imgtitle > img {
        width: 100%;
    }

    .ld_left {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .ld_qz {
        margin-top: 2vw;
        text-align: center;
    }

        .ld_qz > img {
            width: 30vw;
            height: auto;
        }

    .jjbtn {
        display: none;
    }

    .ld_name {
        font-size: 4vw;
    }

    .ld_zw {
        font-size: 3vw;
        text-align: center;
    }

    .z_ldjj {
        flex-direction: column;
    }

    .ld_right {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
        overflow: hidden;
    }

        .ld_right a {
            display: block;
            float: left;
            width: 25%;
        }

    .ld_fqz {
        width: 22vw;
        display: inline-block;
        text-align: center;
        margin-top: 3vw;
    }

    .ld_fqz {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 3vw;
    }

        .ld_fqz > img {
            width: 20vw;
            height: 27vw;
        }

        .ld_fqz .ld_zw {
            display: none;
        }

    .zwgknavimgdiv {
        margin: 3vw auto;
        margin-bottom: 1vw;
        text-align: center;
        padding: 2vw 0;
        padding-bottom: 2vw;
        overflow: hidden;
        background: #2760b7;
    }

        .zwgknavimgdiv img {
            display: none;
        }

        .zwgknavimgdiv span {
            font-size: 4vw;
            font-weight: bold;
            padding: 1vw 0;
            color: #fff;
            display: block;
        }

    .m-part1-top > a + a {
        margin-left: unset;
        margin-top: 1vw;
    }

    .m-part1-top {
        border-bottom: 1px solid #ccdbed;
        padding-bottom: 3vw;
        flex-wrap: wrap;
    }

        .m-part1-top > a {
            display: inline-block;
            width: 49%;
            height: auto;
            background: #f5f5f5;
            text-align: center;
            line-height: unset;
            margin-top: 1vw;
        }

            .m-part1-top > a:hover {
                background: #f5f5f5;
                background-size: unset;
                width: 49%;
            }

            .m-part1-top > a:nth-child(even) {
                margin-left: 1vw;
            }


            .m-part1-top > a small img {
                width: 6vw;
                height: 7vw;
            }

            .m-part1-top > a span {
                display: inline-block;
                position: unset;
                top: unset;
                line-height: unset;
                margin-top: 0;
            }

            .m-part1-top > a small {
                display: none;
                width: auto;
                height: auto;
                margin-right: 2vw;
            }

            .m-part1-top > a span i {
                font-size: 3.5vw;
                line-height: 8vw;
                height: 11vw;
                display: inline;
                font-style: normal;
                color: #2760b7;
                font-family: "microsoft yahei";
                font-weight: normal;
            }



    .zcwj_div {
        margin-top: 2vw;
        display: flex;
        flex-direction: column;
    }

    .zcwj_left {
        display: block;
        width: 100%;
        margin-top: 5vw;
        vertical-align: top;
    }

    .tab-parent {
        border-bottom: none;
        background: none;
    }

    .tab-list-bool {
        height: 9vw;
        width: 100%;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

        .tab-list-bool a {
            width: 100%;
            line-height: 9vw;
            height: 9vw;
            display: inline-block;
            padding: 0;
            font-size: 3.3vw;
            text-align: center;
            color: #333;
        }

        .tab-list-bool li {
            background: #e5e5e5;
            height: 9vw;
            color: #333;
            width: 20%;
        }

            .tab-list-bool li.cur a {
                border-bottom: none;
                color: #ffffff;
                background: #2760b7;
            }


    .tab-item {
        padding: 0;
    }

        .tab-item li {
            padding-left: 0;
            background: none;
            border-bottom: 1px dotted #999;
            margin: 2vw 1.5vw;
        }

        .tab-item > li > a {
            font-size: 4vw;
            text-overflow: ellipsis;
            max-width: unset;
            overflow: unset;
            float: none;
            white-space: unset;
            line-height: 6vw;
            margin-bottom: 2vw;
        }

        .tab-item span {
            font-size: 3vw;
            color: #888;
            line-height: 6vw;
        }


    .mp1-left-part2 > input {
        width: 80%;
        height: 9vw;
        line-height: 9vw;
        border: none;
        background: none;
        padding-left: 2vw;
        color: #666;
        font-size: 3.5vw;
    }

    mp1-left-part2 .zwgk-icon-serch {
        display: inline-block;
        width: 6vw;
        height: 6vw;
        margin: 1.5vw;
        background-size: auto 100%;
        cursor: pointer;
    }

    .mp1-left-part2 {
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    .mp1-left-p2box {
        width: auto;
        padding: 0;
        margin: 0;
    }






    .zcwj_right {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .zcwjcx_text {
        width: 100%;
        height: 14vw;
        line-height: 14vw;
        text-align: center;
        font-size: 5vw;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .zcwjcx_input {
        background: #fff;
        border-radius: 0;
        line-height: 10vw;
        height: 10vw;
        padding: 0 2vw;
        color: #666666;
        font-size: 4vw;
        width: 90%;
        margin-top: 20px;
    }

    .time-input {
        display: block;
        width: 90%;
        margin: 3vw auto;
    }

    #endTime {
        margin: 3vw auto;
    }

    .zcwjcx_content {
        background: #e2ebf8;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 3vw;
    }

    .cxbtn {
        background: #1764ce;
        height: 10vw;
        line-height: 10vw;
        font-size: 5vw;
        text-align: center;
        display: block;
        color: #fff;
        width: 96%;
        margin: 3vw auto;
        margin-bottom: 0;
    }

    .gkml_tit > img {
        width: 10vw;
        height: 10vw;
    }

    .gkml_tit > span {
        font-size: 7vw;
        font-weight: bold;
        margin-left: 3vw;
    }

    .gkmlcontent {
        padding: 3vw 0;
    }


    .gkml_a {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        margin-bottom: 1vw;
        box-sizing: border-box;
        padding: 2vw;
        padding-top: 1vw;
        border-bottom: dotted 1px #ccc;
    }

        .gkml_a > img {
            width: 6vw;
            height: 6vw;
        }

        .gkml_a > p {
            text-align: center;
            font-size: 4vw;
            margin-top: 0;
            margin-left: 2vw;
            display: inline-block;
            vertical-align: middle;
        }


    .jczwgknavtit {
        margin: 0px auto;
        text-align: center;
        padding: 3vw 0;
        background: #2760b7;
    }

        .jczwgknavtit span {
            display: block;
            font-weight: bold;
            font-size: 4vw;
            color: #fff;
        }

        .jczwgknavtit img {
            display: none;
        }


    .gklyul > li {
        width: 50%;
        float: left;
        height: auto;
        margin-right: 0;
        background-color: #ffffff;
        position: relative;
        border: none;
        padding: 0.5vw;
    }

        .gklyul > li a {
            display: block;
        }

        .gklyul > li > a > span {
            color: #4D4D4D;
            max-width: unset;
            margin-left: 2vw;
            text-align: center;
            font-size: 3.5vw;
            height: unset;
            line-height: 6vw;
            vertical-align: middle;
        }

    .gkly {
        padding: 0;
        margin-top: 1vw;
        overflow: hidden;
    }

    .gklyul {
        overflow: hidden;
    }

        .gklyul > li > a > img {
            display: inline-block;
            width: 100%;
            height: 24vw;
            margin-left: 0;
        }

    .zwkg23_gkml_content {
        padding: 1vw 0;
        height: auto;
        margin: 0;
    }

        .zwkg23_gkml_content a {
            width: 49.5%;
            padding: 3vw;
            margin: 0.5vw 0;
        }

            .zwkg23_gkml_content a > img {
                width: 7vw;
                height: 7vw;
                margin-right: 2vw;
            }

            .zwkg23_gkml_content a > p {
                font-size: 3vw;
            }

            .zwkg23_gkml_content a:hover > p {
                font-size: 4vw;
            }



    /*五公开*/
    .zwkg23_wgkk {
        margin: 3vw 0;
        flex-wrap: wrap;
    }

    .gkitem {
        width: 48%;
        margin-bottom: 2vw;
    }

        .gkitem:nth-child(5) {
            margin-right: auto;
        }



    .gkitem_tit > span {
        font-size: 4vw;
    }


    .wgkk_item4 {
        padding: 2vw;
    }

        .wgkk_item4 a,
        .wgkk_downlist a {
            font-size: 3vw;
            line-height: 7vw;
        }

    .wgkk_more {
        padding-bottom: 2vw;
    }


    .wgkk_downlist {
        top: 11vw;
        width: 98vw;
        padding: 4vw 2vw;
        /* display: flex;; */
    }

    .gkitem:nth-child(2n+1) .wgkk_downlist {
        left: 0;
        right: auto;
    }

    .gkitem:nth-child(2n) .wgkk_downlist {
        left: auto;
        right: 0;
    }

    .wgkk_downlist::before {
        width: 7vw;
        height: 7vw;
        left: 20vw;
        top: -3.5vw;
    }

    .gkitem:nth-child(2n+1) .wgkk_downlist::before {
        left: 20vw;
    }

    .gkitem:nth-child(2n) .wgkk_downlist::before {
        left: auto;
        right: 20vw;
    }

    .wgkk_downlist::after {
        width: 98vw;
        height: 9vw;
        top: -7vw;
    }
}





/*关怀版*/

body.useOldFixed .ld_right:not(.skipAutoFix) {
    width: 100%;
    clear: both;
    float: none;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.useOldFixed .ld_right a {
    width: 25% !important;
    overflow: hidden;
}

body.useOldFixed .ld_fqz .ld_zw {
    display: none;
}

body.useOldFixed .ld_name {
    font-weight: 700 !important;
}

body.useOldFixed .ld_fqz > img {
    width: 239px;
    height: 337px;
    border: none;
}

body.useOldFixed .m-part1-top {
    display: flex;
}

    body.useOldFixed .m-part1-top > a {
        flex: 1;
    }

body.useOldFixed .gkmlcontent {
    display: flex;
    flex-wrap: wrap;
}

body.useOldFixed .m-part1-top > a small {
    display: none;
}

body.useOldFixed .gkmlcontent {
    padding: 25px 0 !important;
}


body.useOldFixed .gkml_a {
    margin: 1%;
    text-align: center;
    width: 48% !important;
    height: inherit;
    margin-bottom: 1px;
    box-sizing: border-box;
    margin-top: 22px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-radius: 7px;
    background: #f7f7f7;
}

    body.useOldFixed .gkml_a > p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.useOldFixed .gkml_a:hover {
        background: #ebfaff;
    }

    body.useOldFixed .gkml_a > img {
        width: 100px;
        height: 100px;
    }

body.useOldFixed .zcwj_div {
    flex-direction: column;
}





body.useOldFixed .zcwjcx_text:not(.skipAutoFix) {
    font-weight: 700 !important;
}


body.useOldFixed .tab-list-bool a {
    font-weight: 700 !important;
}





body.useOldFixed .tab-item li {
    margin-top: 32px;
}

body.useOldFixed .tab-item li {
    padding-left: 0;
    background: 0;
    border-bottom: 1px dotted #999;
    padding: 24px 0;
}


body.useOldFixed .tab-item a {
    float: left;
    color: #333;
    max-width: 81%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


body.useOldFixed .jczwgknavtit span {
    display: none;
}



body.useOldFixed .gkml_tit > span {
    font-weight: 700 !important;
}

body.useOldFixed .zwgknavimgdiv > img {
    /*    width: 1042px !important;
    height: 46px;*/
}


body.useOldFixed .fkk-imgtitle:not(.skipAutoFix) {
    margin-top: 25px;
}









body.useOldFixed .gklyul > li > a > img {
    width: 100%;
    height: 182px !important;
}



body.useOldFixed .zwkg23_gkml_content a {
    width: 49.5% !important;
}

    body.useOldFixed .zwkg23_gkml_content a > p {
        color: #333;
        font-weight: 700 !important;
    }


    body.useOldFixed .zwkg23_gkml_content a > img {
        width: 72px !important;
        height: 72px !important;
    }

body.useOldFixed .zwkg23_gkml_content {
    padding: 20px !important;
    height: auto;
}

    body.useOldFixed .zwkg23_gkml_content a:hover > p {
        color: #36a9f2;
        font-weight: 800 !important;
    }


/*五公开*/
body.useOldFixed .zwkg23_wgkk {
    display: none;
}
