* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #EAF7FF;
}

/* 头部开始 */
.bg {
    width: 100%;
    height: 24vw;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
}

.top {
    margin: 0 auto;
    padding-top: 40px;
    width: 1600px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top_lf {
    margin-left: 30px;
}

.top_rt {
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    background-color: #00736C;
    border-radius: 8px;
}

.top_rt a {
    color: white;
}

/* 头部结束 */


/* 导航栏 */
.nav {
    width: 100%;
    height: 20px;
    position: relative;
    top: -63px;
}

.nav_lim {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #00736C;
    position: relative;
}

.nav_lim li {
    width: 25%;
    padding: 0, 5%;
    line-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_lim li:hover{
    background-color: #045651;
}

.nav_lim li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav_lim li a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

.jiao0{
    position: absolute;
    right: -53px;
}

.jiao1{
    position: absolute;
    left: -53px;
}

/* 主体 */
.content{
    width: 1400px;
    margin: 0 auto;
}


/* 乡镇简介 */
.xzjj {
    width: 100%;
    padding: 30px 40px 50px 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    background: url(../img/tiao.png) no-repeat;
    background-position: 0px 303px;
    background-color: white;
}
.xzjj2 {
    width: 100%;
    padding: 18px 18px 18px 18px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    background-position: 0px 303px;
    background-color: white;
}

.xzjj_lf {
    width: 34%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.xzjj_lf2 {
    width: 34%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.xzjj_lf img {
    width: 100%;
    height: 280px;
}

.xzjj_lf video{
    width: 100%;
    height: 300px;
}
.xzjj_lf2 video{
    width: 100%;
    height: 270px;
}

.xzjj_rt p {
    font-size: 1.5rem;
    color: #29A777;
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.xzjj_rt p::before {
    content: "▍";
    display: block;
    width: 4px;
    height: 4px;
    color: #29A777;
    position: absolute;
    left: -20px;
}

.xzjj_rt span {
    display: block;
    font-size: 1.1rem;
    line-height: 2.25rem;
    text-indent: 2.25rem;
}

.xzjj .more {
    font-size: 1.25rem;
    color: #29A777;
}
.xzjj2 .more {
    font-size: 1.25rem;
    color: #29A777;
}

.xzjj_rt {
    width: 63%;
}

/* 办事指南 */
.bszn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bszn_lf,
.bszn_rt {
    width: 33%;
}

.bszn_lf img,
.bszn_rt img {
    width: 100%;
}


/* 政务动态 */
.zwdt {
    width: 100%;
    padding: 40px 40px 40px;
    margin-bottom: 20px;
    background-color: #fff;
}



.zwdt_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zwdt_swiper {
    width: 43%;
    height: 370px;
}

.zwdt_swiper a {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
}

.zwdt_swiper img {
    width: 100%;
    height: 370px;
}

.zwdt_swiper p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #999;
    opacity: 87%;
    bottom: 0px;
}

.zwdt_swiper p span {
    display: block;
    margin-left: 10px;
    color: #fff;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zwdt_main .zwdt_swiper .swiper-pagination {
    width: auto;
    left: 80%;
    bottom: 2%;
}


.zwdt_list {
    width: 52%;
}

.zwdt_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}

.zwdt_list li::before {
    content: "○";
    display: block;
    width: 4px;
    height: 4px;
    color: #209858;
    position: absolute;
    left: 0px;
    line-height: 4px;
}


.zwdt_list a {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.25rem;
    font-size: 1.25rem;
    margin-right: 7%;
    margin-left: 15px;
}

.zwdt_list span {
    color: #CBCBCB;

}

.zwdt_list .zwdt_list_1 {
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}


.zwdt_list .zwdt_list_1 a {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
    margin: 0 0 10px 0;
}

.zwdt_list_1 span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #B8B8B8;
}

.zwdt_tit{
    width: 100%;
    height: 70px;
    background: url(../img/title.png) no-repeat;
    background-size:100%;
    position: relative;
    margin-bottom: 18px;
}
.zwdt_tit span{
    padding-left: 10px;
    display: flex;
    color: #fff;
    font-size: 1.625rem;
    align-items: center;
    height: 42px;
}
.zwdt_tit span img{
    margin-right: 10px;
}
.zwdt_tit .more{
    font-size: 1.125rem;
    width: 60px;
    height:  30px;
    display: block;
    position: absolute;
    right: 19px;
    top: 26px;
    margin: 0px;
    color: #fff;
    text-align: center;
}


/* 政策文件 */
.zcwj {
    width: 100%;
    background-color: #fff;
    padding: 40px 40px 40px;
    margin-bottom: 20px;
}

.zcwj_tit {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zcwj_tit_main{
    width: 50%;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
    height: 80px;
    position: relative;
}
.zcwj_tit_rt{
    width: 47%;
    border: 3px solid #29A777;
    line-height: 80px;
}

.zcwj_tit_main .more{
    width: 60px;
    height:  30px;
    display: block;
    position: absolute;
    right: 18px;
    top: 26px;
    margin: 0px;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.125rem;
}
.zcwj_tit span{
    padding-left: 10px;
    display: flex;
    color: #fff;
    font-size: 1.625rem;
    align-items: center;
    height: 42px;
}
.zcwj_tit span img{
    margin-right: 10px;
}




.zcwj_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zcwj_list {
    width: 49%;
}




.zcwj_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}

.zcwj_list li::before {
    content: "○";
    display: block;
    width: 4px;
    height: 4px;
    color: #209858;
    position: absolute;
    left: 0px;
    line-height: 4px;
}


.zcwj_list a {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.25rem;
    font-size: 1.25rem;
    margin-right: 10%;
    margin-left: 15px;
}

.zcwj_list span {
    color: #CBCBCB;
}



/* 标准目录 */
.bzml {
    width: 100%;
    padding: 40px 40px 40px;
    margin-bottom: 20px;
    background-color: white;
}

.bzml_tit{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bzml_tit_main{
    width: 50%;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
    height: 80px;
    position: relative;
}
.bzml_tit_rt{
    width: 47%;
    border: 3px solid #29A777;
    line-height: 80px;
}

.bzml_tit_main .more{
    width: 60px;
    height:  30px;
    display: block;
    position: absolute;
    right: 18px;
    top: 26px;
    margin: 0px;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.125rem;
}
.bzml_tit span{
    height: 42px;
    padding-left: 10px;
    display: flex;
    color: #fff;
    font-size: 1.625rem;
    align-items: center;
}
.bzml_tit span img{
    margin-right: 10px;
}

.bzml_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bzml_main li {
    text-align: center;
    width: 13%;
    height: auto;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    transition: 1s;
    border: 1px solid #555e93;
}

.bzml_main li:hover {
    transform: scale(1.1);
}

.bzml_main li a {
    height: 70px;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bzml_main li img {
    width: 30px;
}

.bzml_main li span {
    width: 70%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #004997;
}



/* 村务公开 */
.cwgk {
    width: 100%;
    padding: 40px 40px 40px;
    margin-bottom: 20px;
    background-color: white;
}

.cwgk_tit{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.cwgk_tit_main{
    width: 50%;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
    height: 80px;
    position: relative;
}
.cwgk_tit_rt{
    width: 47%;
    border: 3px solid #29A777;
    line-height: 80px;
}

.cwgk_tit_main .more{
    width: 60px;
    height:  30px;
    display: block;
    position: absolute;
    right: 18px;
    top: 28px;
    margin: 0px;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.125rem;
}
.cwgk_tit span{
    padding-left: 10px;
    display: flex;
    color: #fff;
    font-size: 1.625rem;
    align-items: center;
    height: 42px;
}
.cwgk_tit span img{
    margin-right: 10px;
}

.cwgk_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cwgk_main li {
    text-align: center;
    width: 13%;
    height: auto;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #dddd;
    transition: 1s;
    overflow: hidden;
}

.cwgk_main li {
    margin-right: 1.5%;
}

.cwgk_main li:nth-child(7n) {
    margin-right: 0px;
}

.cwgk_main li:hover a {
    background-color: #FFFFFF;
}

.cwgk_main li a {
    height: 70px;
    padding: 0 20px;
    display: block;
    background-color: #f9f9f9;
    line-height: 70px;
    color: #005b3c;
}


/* 政务公开线下专区 */
.xxzq{
    width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 40px 40px 40px;
    margin-bottom: 20px;
    position: relative;
}
.xxzq_tit{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.xxzq_tit_main{
    width: 50%;
    background: url(../img/title.png) no-repeat;
    background-size: 100%;
    height: 80px;
    position: relative;
}
.xxzq_tit_rt{
    width: 47%;
    border: 3px solid #29A777;
    line-height: 80px;
}

.xxzq_tit_main .more{
    width: 60px;
    height:  30px;
    display: block;
    position: absolute;
    right: 18px;
    top: 28px;
    margin: 0px;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.125rem;
}
.xxzq_tit span{
    height: 42px;
    padding-left: 10px;
    display: flex;
    color: #fff;
    font-size: 1.625rem;
    align-items: center;
}
.xxzq_tit span img{
    margin-right: 10px;
}


.xxzq_main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.xxzq_main li{
    width: 24%;
    border-radius: 12px;
    border: 8px solid #F1F1F1;
}
.xxzq_main li img{
    width: 100%;
    height: 200px;
}


/* 秀美江上 */
.xmjs {
    width: 100%;
    background-color: #fff;
    padding: 40px 40px 40px;
    margin-bottom: 10px;
    position: relative;
}

.xmjs_tit {
    width: 60%;
    margin: 0 auto;
    background: url(../img/nav.png) no-repeat;
    background-size: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.xmjs_tit img{
    width: 40px;
    margin-right: 10px;
}
.xmjs_tit span{
    font-size: 2.4rem;
    font-weight: bolder;
    color: #008B59;
}

.xmjs_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.xmjs_swiper li {
    width: 100%;
}

.xmjs_swiper li img {
    width: 100%;
    height: 300px;
}


.swiper-button-next1 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 220px;
    right: 0px;
    background-color: #82C592;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    cursor: pointer;
}

.swiper-button-prev1 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 220px;
    left: 0px;
    background-color: #82C592;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.my-button-disabled1 {
    opacity: 0.2;
    cursor: auto;
}

.xzjj,.bszn,.zwdt,.zcwj,.bzml,.cwgk,.xxzq,.xmjs{
    box-shadow: 6px 6px 9px #cadfd7;
}
.xzjj2{
    box-shadow: 6px 6px 9px #cadfd7;
}

.swiper-button-next2 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 175px;
    right: 0px;
    background-color: #82C592;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
    cursor: pointer;
}

.swiper-button-prev2 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 175px;
    left: 0px;
    background-color: #82C592;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.my-button-disabled2 {
    opacity: 0.2;
    cursor: auto;
}

@media screen and (max-width:768px) {
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 56vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: 40vw;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(7) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;
    }

    /* 乡镇简介 */
    .xzjj {
        flex-direction: column;
        background: none;
    }
    .xzjj2 {
        flex-direction: column;
        background: none;
    }
    .xzjj_lf,
    .xzjj_rt {
        width: 100%;
        margin-bottom: 10px;
    }


    /* 办事指南 */
    .bszn {
        flex-direction: column;
    }

    .bszn_lf,
    .bszn_rt {
        width: 100%;
        margin-bottom: 10px;
    }


        /* 政策文件 */
    
        .zcwj_main {
            flex-direction: column;
        }
    
    
        .zcwj_list {
            width: 100%;
        }
    
        .zcwj_list a {
            width: 56%;
        }
        .zcwj_tit_main{
            width: 100%;
            background-size: 297vw;
            background-position: -127vw;
        }
        .zcwj_tit_rt{
            display: none;
        }
        .zcwj_tit span{
            height: 100px;
        }
        .zcwj_tit_main .more{
            top: 33px;
        }


        
    /* 政务动态 */

    .zwdt_tit {
        background-size: 297vw;
        background-position: -127vw;
    }

    .zwdt_main {
        flex-direction: column;
    }

    .zwdt_swiper {
        width: 100%;
        margin-bottom: 10px;
        height: 60vw;
    }

    .zwdt_swiper p span {
        width: 50%;
    }

    .zwdt_list {
        width: 100%;
    }

    .zwdt_list a {
        width: 56%;
    }

    .zwdt_swiper a {
        height: 60vw;
    }

    .zwdt_swiper a img {
        height: 60vw;
    }
    .zwdt_tit span {
        height: 80px;
    }


    /* 标准目录 */

    .bzml_list {
        width: 100%;
    }

    .bzml_list a {
        width: 56%;
    }
    .bzml_tit_main{
        width: 100%;
        background-size: 297vw;
        background-position: -127vw;
    }
    .bzml_tit_rt{
        display: none;
    }
    .bzml_tit span{
        height: 100px;
    }
    .bzml_tit span img{
        display: none;
    }
    .bzml_tit_main .more{
        display: none;
    }

    .bzml_main {
        justify-content: flex-start;
    }

    .bzml_main li {
        width: 49%;
        margin-right: 2%;
    }

    .bzml_main li:nth-child(2n) {
        margin-right: 0px;
    }

    /* 村务公开 */
    .cwgk_tit_main{
        width: 100%;
        background-size: 297vw;
        background-position: -127vw;
    }
    .cwgk_tit_rt{
        display: none;
    }
    .cwgk_tit span{
        height: 100px;
    }

    .cwgk_tit_main .more{
        top: 33px;
    }

    .cwgk_main {
        justify-content: flex-start;
    }

    .cwgk_main li {
        width: 32%;
        margin-right: 1.33%;
    }

    .cwgk_main li:nth-child(3n) {
        margin-right: 0px;
    }



     /* 政务公开线下专区 */
     .xxzq_tit_main{
        width: 100%;
        background-size: 297vw;
        background-position: -127vw;
    }
    .xxzq_tit_rt{
        display: none;
    }
    .xxzq_tit span{
        height: 100px;
    }

    .xxzq_tit_main .more{
        display: none;
        top: 33px;
    }
    .xxzq_main {
        flex-wrap: wrap;
    }
    .xxzq_main li {
        width: 100%;
        margin-bottom: 1vw;
    }
    .xxzq_main li img{
        height: 60vw;
    }

    .xmjs_tit {
        width: 100%;
        background-size: 180vw;
        background-position: -45vw;
    }

    .xzjj,.xzjj2,.bszn,.zwdt,.zcwj{
        padding: 0px;
    }


    /* 底部 */
    .yfooter{
        /* max-width: 100% ; */
        width: 100%;
        height: auto !important;
        min-width: 0px !important;
    }
    .yfc{
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .yfp>div{
        margin-bottom: 30px;
    }
    .ydb{
        width: 100% !important;
        text-align: center;
        margin-left: 0px !important;
    }
    .yfp {
        width: 100% !important;
    }
}



/* 底部 */
.yyqlj {
    display: none;
}

.yfooter{ height: 175px; background: #00736C; min-width: 1190px;}
.yfc{ width: 1190px; margin: 0 auto;}
.yfc ul{ width: 254px; float: left; padding-top: 41px;}
.yfc li{ float: left;}
.yfc li.ydb{ width: 89px;}
.yfc li.yzc{ width: 150px;}
.yfp{ width: 900px; padding-top: 15px; float:left; font-size: 14px; color: #fff;}
.yfp div a{ color: #fff; margin: 0 6px;}
.yfp div{ height: 40px; line-height: 40px; }
.yfp p{ line-height: 25px; padding-left: 6px;color: #fff;}
.yfc a{ color: #fff;}



@media screen and (min-width:768px) and (max-width:1400px) {
    .top{
        width: 100%;
        background-size:100%
    }
    .nav_lim{
        width: 100%;
    }
    .content{
        width: 100%;
    }
    .zcwj_list a,.zwdt_list a{
        width: 65%;
    }
    .cwgk,.bzml,.bszn,.zcwj{
        padding: 10px 0;
    }
    .zwdt_tit,.zcwj_tit,.bzml_tit,.cwgk_tit,.zqjs_tit{
        margin: 30px 0px;
        background-size: 100%;
    }
}