.title_1 i {
    transition: all 0.3s;
    float: left;
    margin-right: 10px;
    padding: 0 14px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 4px;
    color: #333;
    background: #f5f5f5;
    cursor: pointer;
}

.title_1 i.cur {
    transition: all 0.3s;
    color: #fff;
    background: #528fca;
    font-weight: bold;
}

.title_1 .more {
    line-height: 46px;
    font-size: 16px;
    color: #1376bc;
}




.title_2 {
    padding-bottom: 11px;
    border-bottom: #ededed 1px dashed;
}

.title_2 .tab_tit .fl {
    position: relative;
    cursor: pointer;
}

.title_2 .tab_tit p {
    float: left;
    padding: 0 10px;
    font-size: 20px;
    color: #333;
}

.title_2 .tab_tit span {
    float: left;
    font-size: 20px;
}

.title_2 .tab_tit .cur p {
    color: #3b88d3;
}

.title_2 .tab_tit span {
    color: #3b88d3;
}

.title_2 .tab_tit .fl:nth-child(1) p {
    padding-left: 0;
}


.title_2 .more {
    float: right;
    line-height: 26px;
    font-size: 16px;
    color: #1376bc;
}

.title_2 .more:hover {}

@media screen and (max-width:1201px) {
    .w1200 {
        width: 92%;
    }

    .title_1 i {
        margin-right: 0.5rem;
        padding: 0 0.7rem;
        line-height: 2.9rem;
        font-size: 1.3rem;
        border-radius: 4px;
    }

    .title_1 .more {
        line-height: 2.9rem;
        font-size: 1.3rem;
    }


    .title_2 {
        padding-bottom: 0.7rem;
    }

    .title_2 .tab_tit p {
        padding: 0 0.3rem;
        font-size: 1.7rem;
    }

    .title_2 .tab_tit span {
        font-size: 1.7rem;
    }

    .title_2 .tab_tit .fl:nth-child(1) p {
        padding-left: 0;
    }

    .title_2 .more {
        line-height: 2.25rem;
        font-size: 1.3rem;
    }
}

/*----------- p1-0新闻资讯 -----------*/
.new {
    display: block;
}

.new .new01 {
    padding: 30px 0 40px;
    position: relative;
}

.new .new01 .swiper-container {
    background: #f5f5f5;
}

.new .new01 .gallery-top .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 358px;
    overflow: hidden;
}

.new .new01 .gallery-top .swiper-slide a .pic {
    margin-right: 36px;
    width: 637px;
    height: 358px;
    overflow: hidden;
}

.new .new01 .gallery-top .swiper-slide a i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.new .new01 .gallery-top .swiper-slide a .pos {
    width: 496px;
}

.new .new01 .gallery-top .swiper-slide a .pos b {
    padding: 36px 0 26px;
    line-height: 36px;
    font-size: 24px;
    color: #3476b7;
}

.new .new01 .gallery-top .swiper-slide a .pos p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}

.new .new01 .more {
    position: absolute;
    bottom: 56px;
    right: 34px;
    z-index: 10;
    color: #3476b7;
    font-size: 14px;
}

.new .new01 .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 673px;
    bottom: 20px;
    width: 400px;
    text-align: left;
}

.new .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.new .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 8px;
    background: #e6e6e6;
    opacity: 1;
}

.new .swiper-pagination-bullet-active {
    background: #3b88d3;
}

.new .new01 .gallery-thumbs {
    position: absolute;
    left: 673px;
    bottom: 90px;
    width: 495px;
}

.new .new01 .gallery-thumbs .swiper-slide {
    width: 165px;
}

.new .new01 .gallery-thumbs .pic {
    margin: 0 auto;
    width: 150px;
    height: 84px;
    border: #fff 1px solid;
}

.new .new01 .gallery-thumbs .pic i {
    width: 100%;
    height: 100%;
}

.new .new01 .gallery-thumbs .swiper-slide-thumb-active .pic {
    border: #326aa1 1px solid;
}

.new .new01 .swiper-button-prev,
.new .new01 .swiper-button-next {
    width: 31px;
    height: 45px;
}

.new .new01 .swiper-button-next {
    transition: all 0.5s;
    right: -31px;
    background: url(../images/index/icon_2.png) center no-repeat;
}

.new .new01 .swiper-button-prev {
    transition: all 0.5s;
    left: -31px;
    background: url(../images/index/icon_1.png) center no-repeat;
}

.new .new01:hover .swiper-button-next {
    transition: all 0.5s;
    right: 0px;
}

.new .new01:hover .swiper-button-prev {
    transition: all 0.5s;
    left: 0px;
}



.new .new02 .left {
    margin-right: 25px;
    width: 610px;
}

.new .new02 .right .list_text {
    margin-left: 15px;
}

.new .new02 .list_text {
    padding: 0 0 30px;
    height: 286px;
}

.new .new02 .list_text .list {
    padding: 9px 10px 0px;
}

.new .new02 .list_text .list a {
    line-height: 40px;
}

.new .new02 .list_text .list i {
    float: left;
    width: 13px;
    height: 40px;
    background: url(../images/index/icon_12.png) left center no-repeat;
    background-size: 5px auto;
}

.new .new02 .list_text .list p {
    float: left;
    width: auto;
    max-width: 490px;
    font-size: 16px;
    color: #333;
}

.new .new02 .list_text .list span {
    display: none;
}

.new .new02 .list_text .list em {
    float: right;
    font-size: 16px;
    color: #999;
}

.new .new02 .list_text .list a:hover p,
.new .new02 .list_text .list a:hover em {
    color: #015196;
}

.new .new02 .list_text .list a:hover i {
    background: url(../images/index/icon_12s.png) left center no-repeat;
    background-size: 5px auto;
}

/* 20251016补充新闻资讯 */
.new .new02 .right {
    width: 563px;
    border-left: #e9e7e7 2px solid;
}

.new .new02 .right .tzgg_tit i {
    transition: all 0.3s;
    margin-right: 10px;
    padding: 0 14px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
}

.new .new02 .right .tzgg_tit .more {
    line-height: 46px;
    font-size: 16px;
    color: #1376bc;
}

.new .new02 .right .list_text .list p {
    max-width: 415px !important;
}

.tab_tit.title_1,
.tzgg_tit {
    padding-bottom: 11px;
    border-bottom: #ededed 1px dashed;
}

.new .new05 .list_img .next {
    /* width: 730px; */
    width: 100%;
}

.new .new05 {
    margin-top: 40px;
}

.new .new05 .list_img .tab_tit {
    padding-bottom: 11px;
    border-bottom: #ededed 1px dashed;
}

.new .new05 .list_img .next a {
    float: left;
    margin: 30px 30px 0 0;
}

.new .new05 .list_img .next .pic {
    position: relative;
    /* width: 335px; */
    width: 277.5px;
    height: 160px;
    overflow: hidden;
}

.new .new05 .list_img .next .pic i {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.5s;
}

.new .new05 .list_img .next .pic span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 98px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../images/zj/icon/icon_11.png) repeat;
    font-family: Arial;
}

.new .new05 .list_img .next a:nth-child(4) {
    margin-right: 0;
}

.new .new05 .list_img .next a:hover .pic i {
    transform: scale(1.08);
    transition-duration: 0.5s;
}

.new .new05 .list_img .next p {
    padding-left: 36px;
    width: 240px;
    line-height: 54px;
    font-size: 18px;
    color: #333;
    background: url(../images/zj/icon/icon_8.png) left center no-repeat;
}

.new .new05 .list_img .next a:hover p {
    color: #1e5291;
}


.new .new02 .epaper {
    position: relative;
    padding: 10px 0 7px 28px;
    border-left: #e9e7e7 2px solid;
}

.new .new02 .epaper .swiper-container {
    width: 420px;
    height: 628px;
    background: #f7f7f7;
}

.new .new02 .epaper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1px 0;
}

.new .new02 .epaper .swiper-slide a .pic {
    margin: 52px auto 12px;
    width: 333px;
    height: 495px;
    overflow: hidden;
}

.new .new02 .epaper .swiper-slide a i {
    width: 100%;
    height: 100%;
}

.new .new02 .epaper .swiper-slide a .pos {
    width: 100%;
    text-align: center;
}

.new .new02 .epaper .swiper-slide a .pos p {
    display: inline-block;
    padding-left: 22px;
    font-size: 18px;
    color: #999;
    text-align: center;
    background: url(../images/zj/icon/icon_9.png) left center no-repeat;
}

.new .new02 .swiper-button-next {
    transition: all 0.5s;
    right: -31px;
    background: url(../images/index/icon_2.png) center no-repeat;
}

.new .new02 .swiper-button-prev {
    transition: all 0.5s;
    left: -31px;
    background: url(../images/index/icon_1.png) center no-repeat;
}

.new .new02 .bookcontent:hover .swiper-button-next {
    transition: all 0.5s;
    right: 0px;
}

.new .new02 .bookcontent:hover .swiper-button-prev {
    transition: all 0.5s;
    left: 0px;
}





.new .new02 .epaper .hint {
    position: absolute;
    left: 42px;
    top: 30px;
    z-index: 6;
    width: 109px;
    height: 52px;
    line-height: 42px;
    font-size: 18px;
    color: #ca3e3c;
    text-align: center;
    background: url(../images/zj/icon/icon_10.png) center no-repeat;
}


/* .new .new03{padding-top: 11px;} */
.new .new03 .wx {
    margin: 0px 0 40px;
    height: 162px;
    background: #5b9bf2 url(../images/zj/wx.jpg) left bottom no-repeat;
    background-size: 100% auto;
}

.new .new03 .wx .next {
    padding: 22px 0 0 123px;
}

.new .new03 .wx .pic {
    float: left;
    margin: 0 35px 0 0;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.new .new03 .wx .pic .bor_box {
    margin-bottom: 6px;
    width: 86px;
    height: 85px;
    text-align: center;
    border: #4587e7 4px solid;
    background: #4587e7;
}

.new .new03 .wx .pic .bor_box img {
    transition: all 0.5s;
    display: inline-block;
    max-width: 85px;
    max-height: 85px;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.new .new03 .wx .pic .bor_box span {
    display: inline-block;
    height: 85px;
    width: 1px;
    vertical-align: middle;
}

.new .new03 .wx .pic .text img {
    margin: 0 auto;
    height: 19px;
}


.new .new04 {
    padding-bottom: 40px;
    margin-top: 40px;
}

.new .new04 .left {
    position: relative;
    margin-right: 29px;
    padding: 0 27px 0 0;
    width: 372px;
    height: 275px;
    border-right: #e9e7e7 2px solid;
}

.new .new04 .left .swiper-container {
    padding-bottom: 47px;
    width: 372;
}

.new .new04 .left .swiper-slide a.fl {
    margin-right: 18px;
}

.new .new04 .left .swiper-slide a.other {
    margin-right: 0;
}

.new .new04 .left .swiper-slide a .pic {
    margin: 19px 0 13px;
    width: 174px;
    height: 233px;
    overflow: hidden;
    border: #ccc 1px solid;
}

.new .new04 .left .swiper-slide a .pic i {
    width: 100%;
    height: 100%;
}

.new .new04 .left .swiper-slide a p {
    font-size: 16px;
    color: #444;
    text-align: center;
}

.new .new04 .left .swiper-slide a .fl:hover p {
    color: #015196;
}

.new .new04 .left .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
}

.new .new04 .left .swiper-pagination-bullet-active {
    background: #3b88d3;
}


.new .new04 .list {
    padding: 9px 0 0px;
}

.new .new04 .list a {
    line-height: 40px;
}

.new .new04 .list i {
    float: left;
    width: 13px;
    height: 40px;
    background: url(../images/index/icon_12.png) left center no-repeat;
    background-size: 5px auto;
}

.new .new04 .list p {
    float: left;
    width: auto;
    max-width: 235px;
    font-size: 16px;
    color: #333;
}

.new .new04 .list span {
    display: none;
}

.new .new04 .list em {
    float: right;
    font-size: 16px;
    color: #999;
}

.new .new04 .list a:hover p,
.new .new04 .list a:hover em {
    color: #015196;
}

.new .new04 .list a:hover i {
    background: url(../images/index/icon_12s.png) left center no-repeat;
    background-size: 5px auto;
}

.new .new04 .cen {
    margin-right: 29px;
    padding: 0 25px 0 0;
    width: 345px;
    height: 275px;
    border-right: #e9e7e7 2px solid;
}

.new .new04 .right {
    width: 369px;
}

.new .new04 .right .list p {
    max-width: 260px;
}


.m_new {
    display: none;
}

@media screen and (max-width:1201px) {

    /* 20251017 */
    .new .new04 {
        margin-top: 0;
    }

    .new .new02 .right .tzgg_tit i {
        margin-right: 0.5rem;
        padding: 0 0.7rem;
        line-height: 2.9rem;
        border-radius: 4px;
        font-size: 1.7rem;
        color: #333333;
    }

    .new .new02 .right .tzgg_tit .more {
        line-height: 2.9rem;
        font-size: 1.3rem;
    }

    .new .new02 .right .list_text {
        margin-left: 0;
    }

    .new .new05 {
        margin-top: 1rem;
    }

    .new {
        display: none;
    }

    .m_new {
        display: block;
    }

    .new .new01 {
        padding: 2rem 0
    }

    .new .new01 .gallery-top .swiper-slide a {
        height: auto;
    }

    .new .new01 .gallery-top .swiper-slide a .pic {
        margin-right: 0px;
        width: 100%;
        height: 358px;
    }

    .new .new01 .gallery-top .swiper-slide a .pos {
        padding: 0 4% 4.8rem;
        padding-bottom: calc(4.8rem + 15vw);
        width: 92%;
    }

    .new .new01 .gallery-top .swiper-slide a .pos b {
        padding: 2rem 0 0.5rem;
        height: 5.2rem;
        line-height: 2.6rem;
        font-size: 1.7rem;
    }

    .new .new01 .gallery-top .swiper-slide a .pos p {
        height: 6.6rem;
        line-height: 2.2rem;
        font-size: 1.3rem;
        text-overflow: ellipsis;
        display: -ms-box;
        -ms-line-clamp: 3;
        -ms-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -o-box;
        -o-line-clamp: 3;
        -o-box-orient: vertical;
    }

    .new .new01 .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 4%;
        bottom: 1.6rem;
        width: 92%;
    }

    .new .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 1.6rem;
    }

    .new .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.3rem;
    }

    .new .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    .new .new01 .gallery-thumbs {
        position: absolute;
        left: 4%;
        bottom: 4rem;
        width: 92%;
    }

    .new .new01 .gallery-thumbs .swiper-slide {
        width: 33.33%;
    }

    .new .new01 .gallery-thumbs .pic {
        margin: 0 auto;
        width: 26vw;
        height: 15vw;
        border: #fff 1px solid;
    }

    .new .new01 .gallery-thumbs .pic i {
        width: 100%;
        height: 100%;
    }

    .new .new01 .gallery-thumbs .swiper-slide-thumb-active .pic {
        border: #326aa1 1px solid;
    }



    .new .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    .new .new02 .left {
        margin-right: 0;
        width: 100%;
    }

    .new .new02 .right {
        width: 100%;
        border-left: #e9e7e7 0px solid;
    }

    .new .new02 .list_text {
        padding: 0 0 3.2rem;
        height: 20.8rem;
    }

    .new .new02 .list_text .list {
        padding: 0.5rem 0 0px;
    }

    .new .new02 .list_text .list a {
        line-height: 2.9rem;
    }

    .new .new02 .list_text .list i {
        width: 0.65rem;
        height: 2.9rem;
        background: url(../images/index/icon_12.png) left center no-repeat;
        background-size: 0.25rem auto;
    }

    .new .new02 .list_text .list p {
        width: calc(100% - 8.8rem);
        max-width: 100%;
        font-size: 1.4rem;
    }

    .new .new02 .list_text .list em {
        font-size: 1.4rem;
    }

    .new .new02 .list_text .list a:hover i {
        background: url(../images/index/icon_12s.png) left center no-repeat;
        background-size: 5px auto;
    }

    .new .new05 .list_img .next {
        width: auto;
    }

    .new .new05 .list_img .next a {
        margin: 1.5rem 0 0 0;
        width: 100%;
    }

    .new .new05 .list_img .next .pic {
        width: 100%;
    }

    .new .new05 .list_img .next .pic span {
        width: 6.9rem;
        line-height: 2.5rem;
        font-size: 1.2rem;
    }

    .new .new05 .list_img .next p {
        padding-left: 1.6rem;
        width: calc(100% - 1.6rem);
        line-height: 3.4rem;
        font-size: 1.4rem;
        background: url(../images/zj/icon/icon_8.png) left center no-repeat;
        background-size: 1.2rem auto;
    }


    .new .new02 .epaper {
        position: relative;
        margin-top: 1.5rem;
        padding: 0;
        width: 100%;
        border-left: #e9e7e7 0px solid;
    }

    .new .new02 .epaper .swiper-container {
        padding-bottom: 4rem;
        width: 100%;
        height: auto;
    }

    .bookcontent {
        padding-left: 0 !important;
    }

    .bookcontent .swiper-slide a img {
        padding-left: 2.5rem;
    }

    .new .new02 .epaper .swiper-slide a .pic {
        margin: 4rem auto 1rem;
        width: 77.2%;
    }

    .new .new02 .epaper .swiper-slide a .pos p {
        padding-left: 1.7rem;
        font-size: 1.4rem;
        background: url(../images/zj/icon/icon_9.png) left center no-repeat;
        background-size: 1.35rem auto;
    }

    .new .new02 .epaper .hint {
        left: 11.4%;
        top: 3.2rem;
        margin-left: -2.9rem;
        width: 8.55rem;
        height: 4.2rem;
        line-height: 3.6rem;
        font-size: 1.4rem;
        background: url(../images/zj/icon/icon_10s.png) center no-repeat;
    }

    .new .new03 {
        padding-top: 2rem;
    }

    .new .new03 .wx {
        margin-bottom: 2.2rem;
        height: auto;
        background: #5b9bf2 url(../images/zj/mobile/wx_bac.jpg) left bottom no-repeat;
        background-size: 100% auto;
    }

    .new .new03 .wx .tit {
        margin: 0 auto;
        padding: 2.35rem 0 2.5rem;
        width: 72.46%;
        max-width: 499px;
    }

    .new .new03 .wx .next {
        padding-left: 2.1rem;
    }

    .new .new03 .wx .pic {
        margin: 0 2rem 2.2rem 0;
        width: auto;
        height: auto;
        color: #fff;
    }

    .new .new03 .wx .pic .bor_box {
        margin-bottom: 0.7rem;
        width: 5rem;
        height: 5rem;
        text-align: center;
        border: #4587e7 0.35rem solid;
    }

    .new .new03 .wx .pic .bor_box img {
        transition: all 0.5s;
        display: inline-block;
        width: calc(100% - 1px);
        max-width: 100%;
        max-height: 5rem;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }

    .new .new03 .wx .pic .bor_box span {
        display: inline-block;
        height: 5rem;
        width: 1px;
        vertical-align: middle;
    }

    .new .new03 .wx .pic .text img {
        height: 1.35rem;
    }

    .new .new04 {
        padding-bottom: 0;
        padding-top: 2rem;
    }

    .new .new04 .left {
        margin: 0 0 1rem 0;
        /* margin: 0 0 2.6rem 0; */
        padding: 0;
        width: 100%;
        height: auto;
        border-right: #e9e7e7 0px solid;
    }

    .new .new04 .left .swiper-container {
        padding-bottom: 47px;
        width: 372;
    }

    .new .new04 .left .swiper-slide a.fl {
        margin-right: 4.9%;
        width: 47.55%;
    }

    .new .new04 .left .swiper-slide a.other {
        margin-right: 0;
    }

    .new .new04 .left .swiper-slide a .pic {
        margin: 1.2rem 0 1rem;
        width: calc(100% - 2px);
        border: #ccc 1px solid;
    }

    .new .new04 .left .swiper-slide a p {
        font-size: 1.3rem;
    }

    .new .new04 .left .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0rem;
    }

    .new .new04 .list {
        padding: 0.5rem 0 0px;
    }

    .new .new04 .list a {
        line-height: 2.9rem;
    }

    .new .new04 .list i {
        width: 0.75rem;
        height: 2.9rem;
        background: url(../images/index/icon_12.png) left center no-repeat;
        background-size: 5px auto;
    }

    .new .new04 .list p {
        width: calc(100% - 8rem);
        max-width: 100%;
        font-size: 1.3rem;
    }

    .new .new04 .list em {
        font-size: 1.3rem;
    }

    .new .new04 .list a:hover i {
        background: url(../images/index/icon_12s.png) left center no-repeat;
        background-size: 5px auto;
    }

    .new .new04 .cen {
        margin: 0 0 1.1rem 0;
        padding: 0;
        width: 100%;
        height: auto;
        border-right: #e9e7e7 0px solid;
    }

    .new .new04 .right {
        width: 100%;
    }

    .new .new04 .right .list p {
        max-width: 100%;
    }

}




/*----------- p2-0政务公开 -----------*/
.gove .gove01 {
    height: 163px;
}

.gove .gove01 ul {
    padding: 53px 0 0;
    width: 1210px;
}

.gove .gove01 li {
    float: left;
    margin-right: 23px;
    width: 115px;
}

.gove .pc_gove01 li {
    overflow: hidden;
}

.gove .gove01 li .over {
    width: 648px;
}

.gove .gove01 .left {
    width: 115px;
}

.gove .gove01 .left a {
    padding: 1px 0;
    width: 115px;
    height: 108px;
    overflow: hidden;
}

.gove .gove01 .left a .icon {
    margin: 25px 0 9px;
    width: 100%;
    height: 32px;
}

.gove .gove01 .left a .icon i {
    width: 100%;
    height: 100%;
}

.gove .gove01 .left a p {
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.gove .gove01 .right .text {
    width: 532px;
    line-height: 108px;
}

.gove .gove01 .right a {
    float: left;
    padding: 0 20px 0 20px;
    font-size: 16px;
    color: #000;
}

.gove .gove01 .right a i {
    float: left;
    width: 27px;
    height: 108px;
}

.gove .gove01 .right a p {
    float: left;
}

.gove .gove01 .a_1 .left a {
    background: #6989c7;
}

.gove .gove01 .a_1 .right .text {
    border: #6989c7 1px solid;
    border-left: 0px;
}

.gove .gove01 .a_1 .right a:hover {
    color: #6989c7;
}

.gove .gove01 .a_2 .left a {
    background: #8dc6fa;
}

.gove .gove01 .a_2 .right .text {
    border: #8dc6fa 1px solid;
    border-left: 0px;
}

.gove .gove01 .a_2 .right a:hover {
    color: #8dc6fa;
}

.gove .gove01 .a_3 .left a {
    background: #77b184;
}

.gove .gove01 .a_3 .right .text {
    border: #77b184 1px solid;
    border-left: 0px;
}

.gove .gove01 .a_3 .right a:hover {
    color: #77b184;
}

.gove .gove01 .a_4 .left a {
    background: #e8996c;
}

.gove .gove01 .a_4 .right .text {
    border: #e8996c 1px solid;
    border-left: 0px;
}

.gove .gove01 .a_4 .right a:hover {
    color: #e8996c;
}

.gove .gove01 .a_5 {
    margin-right: 0;
}

.gove .gove01 .a_5 .left a {
    background: #e17c6d;
}

.gove .gove01 .a_5 .right .text {
    border: #e17c6d 1px solid;
    border-left: 0px;
}

.gove .gove01 .a_5 .right a:hover {
    color: #e17c6d;
}

.gove .gove01 li.cur {
    width: 648px;
}

.gove .gove02 {
    margin-top: 16px;
}

.gove .gove02 .left {
    margin-right: 28px;
    width: 722px;
}

.gove .gove02 .left .list_text {
    padding: 23px 0 39px;
    height: 286px;
}

.gove .gove02 .left .list_text .list {
    padding: 9px 10px 0px;
}

.gove .gove02 .left .list_text .list a {
    line-height: 40px;
}

.gove .gove02 .left .list_text .list i {
    float: left;
    width: 13px;
    height: 40px;
    background: url(../images/index/icon_12.png) left center no-repeat;
    background-size: 5px auto;
}

.gove .gove02 .left .list_text .list p {
    float: left;
    width: auto;
    max-width: 580px;
    font-size: 16px;
    color: #333;
}

.gove .gove02 .left .list_text .list span {
    display: none;
}

.gove .gove02 .left .list_text .list em {
    float: right;
    font-size: 16px;
    color: #999;
}

.gove .gove02 .left .list_text .list a:hover p,
.gove .gove02 .left .list_text .list a:hover em {
    color: #015196;
}

.gove .gove02 .left .list_text .list a:hover i {
    background: url(../images/index/icon_12s.png) left center no-repeat;
    background-size: 5px auto;
}




.gove .gove02 .left_02 .tab_title {
    margin-bottom: 32px;
    background: #f7f7f7;
    border: #e9ebea 1px solid;
    border-right: 0px;
}

.gove .gove02 .left_02 .tab_title .fl {
    position: relative;
    width: 239px;
    line-height: 61px;
    font-size: 18px;
    color: #555;
    border-right: #e9ebea 1px solid;
    text-align: center;
    cursor: pointer;
}

.gove .gove02 .left_02 .tab_title i {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 61px;
    margin-left: -10px;
    width: 19px;
    height: 0px;
    background: url(../images/zj/icon/icon_12.png) top center no-repeat;
}

.gove .gove02 .left_02 .tab_title .fl.on {
    color: #fff;
    background: #3476b7;
}

.gove .gove02 .left_02 .tab_title .fl.on i {
    transition: all 0.3s;
    height: 10px;
}

.gove .gove02 .left_02 .tab_next {
    margin-bottom: 13px;
    height: 180px;
}

.gove .gove02 .left_02 .tab_next a {
    float: left;
    margin: 0 13px 14px 0;
    width: 133px;
    height: 50px;
    background: #f8f8f8;
    text-align: center;
    line-height: 50px;
}

.gove .gove02 .left_02 .tab_next span {
    transition: all 0.5s;
    width: 100%;
    margin: 30px 0 8px;
    height: 48px;
}

.gove .gove02 .left_02 .tab_next span.a-1 {
    background: url(../images/zj/page/gove0202_1.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-2 {
    background: url(../images/zj/page/gove0202_2.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-3 {
    background: url(../images/zj/page/gove0202_3.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-4 {
    background: url(../images/zj/page/gove0202_4.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-5 {
    background: url(../images/zj/page/gove0202_5.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-6 {
    background: url(../images/zj/page/gove0202_6.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-7 {
    background: url(../images/zj/page/gove0202_7.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-8 {
    background: url(../images/zj/page/gove020202_1.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-9 {
    background: url(../images/zj/page/gove020202_2.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-10 {
    background: url(../images/zj/page/gove020202_3.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-11 {
    background: url(../images/zj/page/gove020202_4.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-12 {
    background: url(../images/zj/page/gove020203_1.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-13 {
    background: url(../images/zj/page/gove020203_2.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-14 {
    background: url(../images/zj/page/gove020203_3.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-15 {
    background: url(../images/zj/page/gove020203_4.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-16 {
    background: url(../images/zj/page/gove020203_5.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-17 {
    background: url(../images/zj/page/gove020203_6.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-18 {
    background: url(../images/zj/page/gove020203_7.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-19 {
    background: url(../images/zj/page/gove020203_8.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next span.a-20 {
    background: url(../images/zj/page/gove020203_20.png) center no-repeat;
}

.gove .gove02 .left_02 .tab_next p {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.gove .gove02 .left_02 .tab_next a:nth-child(5n) {
    margin-right: 0;
}

.gove .gove02 .left_02 .tab_next a:hover {
    background: #eef5fe;
}

.gove .gove02 .left_02 .tab_next a:hover span {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.gove .gove02 .left_02 .tab_next a:hover p {
    color: #3076bc;
}


.gove .gove02 .left_03 .list_pic {
    margin: 11px 0;
    width: 738px;
}

.gove .gove02 .left_03 .list_pic a {
    margin-right: 18px;
    width: 351px;
    height: 103px;
    overflow: hidden;
}

.gove .gove02 .left_03 .list_pic a i {
    width: 105.8%;
    height: 90%;
    transform: translateX(0%);
    transition-duration: 0.4s;
}

.gove .gove02 .left_03 .list_pic a:hover i {
    transform: translateX(-5%);
    transition-duration: 0.4s;
}

.gove .gove02 .left_03 .list_icon {
    margin-bottom: 20px;
    width: 730px;
}

.gove .gove02 .left_03 .list_icon a {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    width: 170px;
    line-height: 54px;
    font-size: 16px;
    color: #3476b7;
    text-align: center;
    border: #3476b7 1px solid;
    border-radius: 4px;
}

.gove .gove02 .left_03 .list_icon a i {
    position: relative;
    z-index: 2;
}

.gove .gove02 .left_03 .list_icon a::before {
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #3476b7;
    content: "";
    opacity: 0;
}

.gove .gove02 .left_03 .list_icon a:hover {
    color: #fff;
}

.gove .gove02 .left_03 .list_icon a:hover::before {
    transition: all 0.4s;
    width: 100%;
    opacity: 1;
}

.gove .gove02 .right {
    padding-left: 28px;
    width: 420px;
    height: 1135px;
    border-left: #e9e7e7 2px solid;
}

.gove .gove02 .right_01 {
    padding: 18px 0 0;
}

.gove .gove02 .right_01 .set {
    margin-top: 20px;
    background: #f7f7f7;
}

.gove .gove02 .right_01 .next {
    padding: 15px 26px 0;
}

.gove .gove02 .right_01 .next a {
    margin-bottom: 15px;
}

.gove .gove02 .right_01 .job-title {
    font-size: 18px;
    color: #3476b7;
    margin-bottom: 15px;
}

.gove .gove02 .right_01 .pic {
    float: left;
    width: 100px;
    height: 130px;
    overflow: hidden;
}

.gove .gove02 .right_01 .pic i {
    transform: scale(1);
    transition-duration: 0.6s;
    width: 100%;
    height: 100%;
}

.gove .gove02 .right_01 a:hover .pic i {
    transform: scale(1.06);
    transition-duration: 0.6s;
}

.gove .gove02 .right_01 .text {
    float: left;
    width: 231px;
    margin-left: 20px;
}

.gove .gove02 .right_01 .text b {
    padding: 10px 0;
    font-size: 18px;
    color: #3476b7;
}

.gove .gove02 .right_01 .text p {
    line-height: 28px;
    font-size: 16px;
    color: #999;
}

.gove .gove02 .right_01 .bottom-list-box {
    padding: 0 26px 10px;
}

.gove .gove02 .right_01 .bottom-list-box .job-title {
    margin-bottom: 5px;
}

.gove .gove02 .right_01 .list {
    padding-bottom: 5px;
}

.gove .gove02 .right_01 .list a {
    float: left;
    /* margin-left: 100px; */
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-right: calc((100% - 192px)/3)
}

.gove .gove02 .right_01 .list a:nth-child(4n) {
    margin-right: 0;
}

.gove .gove02 .right_01 .list a:hover {
    color: #015196;
}

.gove .gove02 .right_02 {
    margin-top: 20px;
}

.gove .gove02 .right_02 .list_icon {
    margin: 20px 0 10px;
    width: 434px;
}

.gove .gove02 .right_02 .list_icon a {
    position: relative;
    float: left;
    margin: 0 15px 12px 0;
    width: 202px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #f8f8f8;
    border-radius: 6px;
}

.gove .gove02 .right_02 .list_icon a i {
    position: relative;
    z-index: 2;
}

.gove .gove02 .right_02 .list_icon a::before {
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #3476b7;
    content: "";
    opacity: 0;
    border-radius: 6px;
}

.gove .gove02 .right_02 .list_icon a:hover {
    color: #fff;
}

.gove .gove02 .right_02 .list_icon a:hover::before {
    transition: all 0.4s;
    width: 100%;
    opacity: 1;
}


.gove .gove02 .right_02 .list_pic {
    width: 420px;
}

.gove .gove02 .right_02 .list_pic a {
    width: 100%;
    height: 96px;
    overflow: hidden;
}

.gove .gove02 .right_02 .list_pic a i {
    width: 105.8%;
    height: 100%;
    transform: translateX(-2.4%);
    transition-duration: 0.4s;
}

.gove .gove02 .right_02 .list_pic a:hover i {
    transform: translateX(-5%);
    transition-duration: 0.4s;
}

.m_gove {
    display: none;
}

@media screen and (max-width:1201px) {
    .gove {
        display: none;
    }

    .m_gove {
        display: block;
    }

    .gove .gove01 {
        height: auto;
    }

    .gove .gove01 ul {
        padding: 2rem 0 0;
        width: 100%;
    }

    .gove .gove01 li {
        position: relative;
        margin: 0 3.5% 1.2rem 0;
        width: 48.25% !important;
    }

    .gove .gove01 li:nth-child(2n) {
        margin-right: 0;
    }

    .gove .gove01 li.cur {
        width: 48.25% !important;
    }

    .gove .gove01 li .over {
        width: 100%;
    }

    .gove .gove01 .left {
        width: 100%;
    }

    .gove .gove01 .left a {
        width: 100%;
        height: 12.1rem;
    }

    .gove .gove01 .left a .icon {
        margin: 2.85rem 0 0.8rem;
        width: 100%;
        height: 3.9rem;
    }

    .gove .gove01 .left a p {
        font-size: 1.5rem;
    }

    .gove .gove01 .right {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 3;
        width: 100%;
        height: auto;
    }

    .gove .gove01 .right .text {
        padding: 0.8rem 0;
        width: calc(100% - 2px);
        line-height: 3rem;
        background: #fff;
    }

    .gove .gove01 .a_1 .right a {
        color: #6989c7;
    }

    .gove .gove01 .a_2 .right a {
        color: #8dc6fa;
    }

    .gove .gove01 .a_3 .right a {
        color: #77b184;
    }

    .gove .gove01 .a_4 .right a {
        color: #e8996c;
    }

    .gove .gove01 .a_5 .right a {
        color: #e17c6d;
    }

    .gove .gove01 .a_1 .right .text {
        border: #6989c7 1px solid;
    }

    .gove .gove01 .a_2 .right .text {
        border: #8dc6fa 1px solid;
    }

    .gove .gove01 .a_3 .right .text {
        border: #77b184 1px solid;
    }

    .gove .gove01 .a_4 .right .text {
        border: #e8996c 1px solid;
    }

    .gove .gove01 .a_5 .right .text {
        border: #e17c6d 1px solid;
    }

    .gove .gove01 .right a {
        width: calc(100% - 2rem);
        padding: 0 0 0 2rem;
        font-size: 1.3rem;
    }

    .gove .gove01 .right a i {
        width: 1.5rem;
        height: 3rem;
    }

    .gove .gove01 .a_5 {
        margin-right: 0;
        width: 100% !important;
        background: #f07668;
    }

    .gove .gove01 .a_5.cur {
        width: 100% !important;
    }

    .gove .gove01 .a_5 .left a:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }

    .gove .gove01 .a_5 .left a {
        margin: 0 auto;
        width: 11.45rem;
        zoom: 1;
        background: transparent;
    }

    .gove .gove01 .a_5 .left a .icon {
        float: left;
        margin: 0;
        width: 3.45rem;
        height: 12.1rem;
    }

    .gove .gove01 .a_5 .left a p {
        float: left;
        margin-left: 2rem;
        line-height: 12.1rem;
    }


    .gove .gove02 {
        margin-top: 16px;
    }

    .gove .gove02 .left {
        margin-right: 0;
        width: 100%;
    }

    .gove .gove02 .left .list_text {
        padding: 0px 0 39px;
        height: 20.8rem;
    }

    .gove .gove02 .left .list_text .list {
        padding: 0.5rem 0 0px;
    }

    .gove .gove02 .left .list_text .list a {
        line-height: 2.9rem;
    }

    .gove .gove02 .left .list_text .list i {
        width: 0.65rem;
        height: 2.9rem;
        background: url(../images/index/icon_12.png) left center no-repeat;
        background-size: 0.25rem auto;
    }

    .gove .gove02 .left .list_text .list p {
        width: calc(100% - 8.8rem);
        max-width: 100%;
        font-size: 1.4rem;
    }

    .gove .gove02 .left .list_text .list em {
        font-size: 1.4rem;
    }

    .gove .gove02 .left .list_text .list a:hover i {
        background: url(../images/index/icon_12s.png) left center no-repeat;
        background-size: 5px auto;
    }


    .gove .gove02 .left_02 .tab_title {
        margin-bottom: 1.6rem;
    }

    .gove .gove02 .left_02 .tab_title .fl {
        width: calc(33.33% - 1px);
        line-height: 3.5rem;
        font-size: 1.5rem;
    }

    .gove .gove02 .left_02 .tab_title i {
        top: 3.5rem;
        margin-left: -0.5rem;
        width: 2rem;
        height: 0px;
        background: url(../images/zj/icon/icon_12.png) top center no-repeat;
        background-size: 1rem auto;
    }

    .gove .gove02 .left_02 .tab_title .fl.on i {
        height: 0.5rem;
    }

    .gove .gove02 .left_02 .tab_next {
        margin-bottom: 0.6rem;
        height: 11.5rem;
    }

    .gove .gove02 .left_02 .tab_next a {
        margin: 0 2% 1.15rem 0;
        width: 23.5%;
        height: 5.1rem;
    }

    .gove .gove02 .left_02 .tab_next span {
        margin: 1.6rem 0 0.4rem;
        height: 3.9rem;
    }

    .gove .gove02 .left_02 .tab_next span.a-1 {
        background: url(../images/zj/mobile/gove0202_1.png) center no-repeat;
        background-size: 2.55rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-2 {
        background: url(../images/zj/mobile/gove0202_2.png) center no-repeat;
        background-size: 3.6rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-3 {
        background: url(../images/zj/mobile/gove0202_3.png) center no-repeat;
        background-size: 2.25rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-4 {
        background: url(../images/zj/mobile/gove0202_4.png) center no-repeat;
        background-size: 3.2rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-5 {
        background: url(../images/zj/mobile/gove0202_5.png) center no-repeat;
        background-size: 2.65rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-6 {
        background: url(../images/zj/mobile/gove0202_6.png) center no-repeat;
        background-size: 2.4rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-7 {
        background: url(../images/zj/mobile/gove0202_7.png) center no-repeat;
        background-size: 2.4rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-8 {
        background: url(../images/zj/mobile/gove020202_1.png) center no-repeat;
        background-size: 2.3rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-9 {
        background: url(../images/zj/mobile/gove020202_2.png) center no-repeat;
        background-size: 2.15rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-10 {
        background: url(../images/zj/mobile/gove020202_3.png) center no-repeat;
        background-size: 2.4rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-11 {
        background: url(../images/zj/mobile/gove020202_4.png) center no-repeat;
        background-size: 2.45rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-12 {
        background: url(../images/zj/mobile/gove020203_1.png) center no-repeat;
        background-size: 2.35rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-13 {
        background: url(../images/zj/mobile/gove020203_2.png) center no-repeat;
        background-size: 2.75rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-14 {
        background: url(../images/zj/mobile/gove020203_3.png) center no-repeat;
        background-size: 2.2rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-15 {
        background: url(../images/zj/mobile/gove020203_4.png) center no-repeat;
        background-size: 2.85rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-16 {
        background: url(../images/zj/mobile/gove020203_5.png) center no-repeat;
        background-size: 2.65rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-17 {
        background: url(../images/zj/mobile/gove020203_6.png) center no-repeat;
        background-size: 2.2rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-18 {
        background: url(../images/zj/mobile/gove020203_7.png) center no-repeat;
        background-size: 2.55rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-19 {
        background: url(../images/zj/mobile/gove020203_8.png) center no-repeat;
        background-size: 2.55rem auto;
    }

    .gove .gove02 .left_02 .tab_next span.a-20 {
        background: url(../images/zj/mobile/gove020203_20.png) center no-repeat;
        background-size: 2.55rem auto;
    }

    .gove .gove02 .left_02 .tab_next p {
        font-size: 1.2rem;
    }

    .gove .gove02 .left_02 .tab_next a:nth-child(4n) {
        margin-right: 0;
    }

    .gove .gove02 .left_02 .tab_next a:nth-child(5n) {
        margin-right: 2%;
    }


    .gove .gove02 .left_03 .list_pic {
        margin: 1rem 0;
        width: 100%;
    }

    .gove .gove02 .left_03 .list_pic a {
        margin-right: 2.4%;
        width: 48.8%;
    }

    .gove .gove02 .left_03 .list_pic a:nth-child(2n) {
        margin-right: 0;
    }

    .gove .gove02 .left_03 .list_icon {
        margin-bottom: 0;
        width: 100%;
    }

    .gove .gove02 .left_03 .list_icon a {
        margin: 0 2% 0.7rem 0;
        width: calc(32% - 2px);
        line-height: 3.5rem;
        font-size: 1.3rem;
        border-radius: 0.4rem;
        background: #f8f8f8;
    }

    .gove .gove02 .left_03 .list_icon a:nth-child(3n) {
        margin-right: 0;
    }


    .gove .gove02 .right {
        padding-left: 0;
        width: 100%;
        height: auto;
        border-left: #e9e7e7 0px solid;
    }

    .gove .gove02 .right_01 .job-title {
        color: #1376bc;
        font-size: 1.8rem;
    }

    .gove .gove02 .right_01 {
        padding: 1rem 0 1.5rem;
    }

    .gove .gove02 .right_01 .set {
        margin-top: 1rem;
    }

    .gove .gove02 .right_01 .next {
        padding: 1.8rem 2.15rem 0;
    }

    .gove .gove02 .right_01 .next a {
        margin-bottom: 1rem;
    }

    .gove .gove02 .right_01 .pic {
        width: 11rem;
        height: 14.35rem;
    }

    .gove .gove02 .right_01 .text {
        float: right;
        width: calc(100% - 12.5rem);
        margin-left: 0;
    }

    .gove .gove02 .right_01 .text b {
        padding: 2rem 0 1.7rem;
        font-size: 1.6rem;
    }

    .gove .gove02 .right_01 .text p {
        line-height: 2.3rem;
        font-size: 1.3rem;
    }


    .gove .gove02 .right_01 .list a {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-left: 0;
        margin-right: 15%;
    }


    .gove .gove02 .right_02 .list_icon {
        margin: 1rem 0;
        width: 100%;
    }

    .gove .gove02 .right_02 .list_icon a {
        margin: 0 3.5% 1rem 0;
        width: 48.25%;
        line-height: 4.4rem;
        font-size: 1.3rem;
        border-radius: 0.3rem;
    }

    .gove .gove02 .right_02 .list_icon a:nth-child(2n) {
        margin-right: 0;
    }

    .gove .gove02 .right_02 .list_pic {
        margin-bottom: 2.5rem;
        width: 100%;
    }

    .gove .gove02 .right_02 .list_pic a {
        width: 100%;
        height: 126px;
    }


}