body {
    background: #fff;
    position: relative;
    z-index: 0
}

.banner-box {
    margin-top: 2.25rem
}

.banner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.banner img {
    display: block;
    width: 100%
}

.banner .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
    background-size: 20%;
    left: 0.3rem;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.3s
}

.banner .slick-prev:hover {
    background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
    background-size: 20%
}

.banner .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
    background-size: 20%;
    background-size: 20%;
    right: 0.3rem;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.3s
}

.banner .slick-next:hover {
    background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
    background-size: 20%
}

.banner .slick-dots {
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    bottom: .2rem;
    height: .2rem;
    display: flex;
    align-items: center;
    align-content: center
}

.banner .slick-dots li {
    margin: 0 .1rem;
    background: #fff;
    opacity: 1;
    width: 0.36rem;
    height: 0.06rem
}

.banner .slick-dots li button {
    display: none
}

.banner .slick-dots li.slick-active {
    background: #0155F5
}

.index_tit {
    text-align: center;
    position: relative;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.index_tit_img {
    width: .38rem;
    height: .43rem;
    margin-right: .1rem;
    background: url(../images/tit_zst.png) center no-repeat;
    background-size: 100% 100%
}

.index_tit_img img {
    width: .46rem;
    height: .46rem
}

.index_tc {
    text-align: left
}

.tit_zsline {
    height: .01rem;
    background: #0155F5;
    flex: 1;
    min-width: 0;
    margin: 0 .2rem
}

.index_tc p {
    user-select: none;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #BA2A17
}

.index_tc h3 {
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    color: #204eb0
}

.index_more {
    line-height: .5rem
}

.index_more a {
    display: block;
    font-size: .16rem;
    font-weight: 290;
    line-height: .24rem;
    color: #204EB0;
    padding-right: 0;
    transition: all 0.3s;
    background-size: .35rem .25rem
}

.index_more a:hover {
    font-weight: bold;
    margin-right: .1rem;
    transition: all 0.3s
}

.index_tit2 {
    text-align: left;
    position: relative;
    margin-bottom: .4rem
}

.index_tit2 .index_tc {
    background: url() no-repeat left top
}

.section1 {
    padding: .4rem 0 .2rem 0;
    height: auto;
    overflow: hidden;
    background: url(../images/s1_bg.png) right bottom no-repeat;
    background-size: auto
}

.section1 .s1_center {
    display: flex;
    justify-content: space-between
}

.news-img {
    width: 8.42rem;
    height: auto;
    overflow: hidden
}

.newsdate span {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Arial;
    font-size: 0.24rem;
    line-height: .24rem
}

.newsdate span:first-child {
    font-size: .14rem
}

.newsdate {
    opacity: 0.6;
    background: #103B96;
    width: 0.63rem !important;
    height: 0.63rem !important;
    z-index: 99;
    left: .18rem !important;
    top: .18rem !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.news-img ul {
    display: flex;
    justify-content: space-between
}

.news-img ul li {
    width: 4.04rem
}

.news-img a {
    position: relative;
    border: #e1e1e1 .01rem solid;
    padding: .1rem;
    display: block;
    transition: all .3s
}

.news-img ul li:hover a {
    border: #7f8ba4 .01rem solid
}

.newstxt {
    padding: .15rem .1rem .05rem .1rem
}

.newstxt h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .1rem;
    height: .52rem;
    font-size: 400;
    transition: all .3s
}

.newstxt p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    height: .72rem
}

.news-img .modulepic {
    padding-top: 65.45%
}

.news-img ul li:hover .newstxt h3 {
    color: #103B96;
    font-weight: 800;
    transition: all .3s
}

.news-img .slick-dots {
    text-align: right;
    padding-bottom: .25rem;
    padding-right: .2rem;
    z-index: 0;
    width: 2rem;
    right: 0
}

.news-img .slick-dots li {
    width: .17rem;
    height: .17rem;
    border-radius: 50%;
    padding: .03rem;
    margin: 0 .05rem
}

.news-img .slick-dots li.slick-active {
    border: .01rem #fff solid
}

.news-img .slick-dots li button {
    width: .09rem;
    height: .09rem;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    display: block;
    padding: 0
}

.news-list {
    flex: 1;
    min-width: 0;
    margin-left: .4rem
}

.news_hd {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    line-height: .6rem
}

.news_hd a {
    display: block;
    text-align: center;
    font-size: .2rem;
    font-weight: bold;
    color: #333333;
    line-height: .6rem;
    width: 20%;
    transition: all 0.3s
}

.news_hd a.active {
    background: #204eb0;
    color: #fff
}

.news_hd a:hover {
    background: #204eb0;
    color: #fff
}

.news_bd ul {
    display: none
}

.news_bd ul.active {
    display: block;
    padding: 0
}

.news_bd li a {
    display: flex;
    justify-content: space-between;
    padding: 0 0;
    line-height: .47rem
}

.news_bd li a h3 {
    width: calc(100% - 1rem);
    padding: 0 0;
    font-size: .18rem;
    color: #333;
    transition: 0.5s;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: .2rem;
    font-weight: 400;
    transition: all .3s
}

.news_bd li a h3::after {
    content: "";
    position: absolute;
    width: .05rem;
    height: .05rem;
    bottom: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #204eb0;
    background-size: 100% 100% !important;
    border-radius: 50%
}

.news_bd li a p {
    width: 1rem;
    text-align: right;
    font-size: .14rem;
    color: #9E9E9E;
    margin: 0;
    padding: 0
}

.news_bd li:hover a h3 {
    font-weight: 800;
    color: #204eb0
}

.section2 {
    margin: 0 auto;
    padding: .4rem 0;
    background: #E9F2F9;
    height: auto;
    overflow: hidden
}

.section2 .px1600 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.section2 .s2_left {
    /* flex: 1; */
    /* min-width: 0; */
    /* margin-right: .35rem; */
    width: 48%;
}

.kxyjbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.kxyj_left {
    width: 50%;
    margin-right: .2rem
}

.kxyj_left li {
    margin-bottom: .1rem;
    height: auto;
    overflow: hidden;
    transition: all .3s
}

.kxyj_left li:hover {
    box-shadow: 0 .03rem .05rem rgba(0, 0, 0, 0.1)
}

.kxyj_left li:hover .kxyjtxt h4 {
    color: #204eb0
}

.kxyj_left li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: .05rem .25rem .05rem .07rem
}

.kxyj_left li .pic {
    width: .77rem;
    padding-top: 18.01%;
    margin-right: .25rem;
    position: relative;
    overflow: hidden
}

.kxyj_left .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover
}

.kxyj_left .kxyjtxt {
    flex: 1;
    min-width: 0
}

.kxyj_left .kxyjtxt h4 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #333333;
    border-bottom: 0.01rem dashed #E4E4E4;
    padding-bottom: .65rem;
    padding-top: 0.05rem;
    max-height: .55rem;
    overflow: hidden
}

.kxyj_left .kxyjtxt span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #666666
}

.kxyj_right {
    min-width: 0;
    flex: 1
}

.kxyj_right li {
    margin-bottom: .11rem;
    height: auto;
    overflow: hidden;
    transition: all .3s
}

.kxyj_right li:hover {
    box-shadow: 0 .03rem .05rem rgba(0, 0, 0, 0.1)
}

.kxyj_right li:hover .kxyjcon h4 {
    color: #204eb0
}

.kxyj_right li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: .06rem
}

.kxyj_right li .pic {
    padding-top: 18.01%;
    margin-right: .25rem;
    width: 1.62rem;
    height: 1.13rem;
    overflow: hidden
}

.kxyj_right .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover
}

.kxyj_right li .kxyjcon {
    flex: 1;
    min-width: 0;
    padding: .1rem 0
}

.kxyj_right li .kxyjcon h4 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: .9rem
}

.section2 .s2_right {
    /* width: 5.13rem; */
    width: 48%;
}

.tzgg_list li {
    margin-bottom: .07rem
}

.tzgg_list li a {
    align-items: center;
    display: flex;
    height: .76rem;
    position: relative;
    background: #F5F4F2;
    box-sizing: border-box;
    border: 0.01rem solid #045493;
    justify-content: space-between;
    transition: all .3s
}

.tzgg_list li:hover a {
    background: #fff;
    box-shadow: 0 .03rem .05rem rgba(0, 0, 0, 0.1)
}

.tzgg_list .date {
    box-sizing: border-box;
    width: 0.7rem;
    height: 0.74rem;
    background: #045493;
    padding: 0;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center
}

.tzgg_list .date p {
    padding: 0;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center
}

.tzgg_list .date span {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center
}

.tzgg_list .date .tim1 {
    line-height: 0.3rem
}

.tzgg_list .date .tim2 {
    font-size: 0.14rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
    line-height: 0.24rem
}

.tzgg_list .con {
    width: calc(100% - .7rem);
    padding: 0 .2rem;
    height: 100%;
    display: flex;
    align-items: center
}

.tzgg_list .txt1 {
    font-size: .18rem;
    color: #333;
    transition: 0.5s;
    font-weight: 400;
    line-height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: .6rem
}

.section3 {
    padding: .5rem 0
}

.section3 .px1600 {
    display: flex;
    justify-content: space-between
}

.section3 .s3_left {
    width: 48%
}

.section3 .s3_right {
    width: 48%
}

.imgt_list li {
    margin-bottom: .13rem;
    height: auto;
    overflow: hidden;
    transition: all .3s;
    border-bottom: 0.01rem solid #dcdee1;
    padding-bottom: .13rem;
    transition: all .3s
}

.imgt_list li:hover {
    border-bottom: 0.01rem solid #204eb0;
    transition: all .3s
}

.imgt_list li:hover .kxyjcon h4 {
    color: #204eb0;
    font-weight: 800
}

.imgt_list li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: .07rem
}

.imgt_list li .pic {
    padding-top: 15.601%;
    margin-right: .25rem;
    width: 1.98rem
}

.imgt_list li .kxyjcon {
    flex: 1;
    min-width: 0;
    padding: .1rem 0
}

.imgt_list li .kxyjcon h4 {
    max-height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    font-weight: 400;
    margin-bottom: .1rem;
    transition: all .3s
}

.imgt_list li .kxyjcon p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: .6rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #999999
}

.section4 {
    margin-bottom: .5rem
}

.zt_list .slick-prev {
    width: .48rem;
    height: .48rem;
    background: url(../images/s4_jtleft.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 999;
    left: -.7rem;
    top: 50%;
    opacity: .8;
    translate: .3s all
}

.zt_list .slick-next {
    width: .48rem;
    height: .48rem;
    background: url(../images/s4_jtright.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 999;
    right: -.7rem;
    top: 50%;
    opacity: .8;
    translate: .3s all
}

.zt_list .slick-prev:hover {
    opacity: 1
}

.zt_list .slick-next:hover {
    opacity: 1
}

.zt_list .slick-list {
    margin: 0 -0.1rem
}

.zt_list li a {
    margin: 0 .1rem;
    display: block
}

.zt_list .pic {
    padding-top: 50%
}

.zt_list .slick-dots {
    bottom: -0.4rem
}

.zt_list .slick-dots li {
    box-sizing: border-box;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    margin: 0 .1rem;
    background: rgba(0, 0, 0, 0.1)
}

.zt_list .slick-dots li.slick-active {
    background: #204eb0
}

.zt_list .slick-dots button {
    display: none
}

@media screen and (max-width: 1200px) {
    .banner-box {
        margin-top: 0rem
    }
}

@media screen and (max-width: 1024px) {
    .index_tc h3 {
        font-size: .3rem
    }

    .index_tit {
        margin-bottom: .2rem
    }

    .section1 {
        background-size: 100% auto
    }

    .section1 .px1600 {
        display: block
    }

    .section1 .s1_center {
        display: block
    }

    .news-img {
        width: 100%
    }

    .news-img ul li {
        width: 48%
    }

    .news-list {
        width: 100%;
        margin: 0rem auto 0 auto
    }

    .section2 .px1600 {
        display: block
    }

    .section2 .s2_right {
        width: 100%;
        margin-top: .3rem
    }

    .zt_list .slick-prev {
        display: none
    }

    .zt_list .slick-next {
        display: none
    }

    .section2 .s2_left {
        width: 100%;
        margin: 0 auto;
    }

    .kxyjbox {
        display: block
    }

    .kxyj_left {
        width: 100%;
        margin: 0 auto
    }

    .kxyj_left li .pic {
        width: 1.2rem
    }

    .kxyj_left .kxyjtxt h4 {
        font-size: 0.18rem;
        line-height: .36rem;
        max-height: .8rem
    }

    .kxyj_left .kxyjtxt span {
        line-height: .4rem
    }

    .section3 .px1600 {
        display: block
    }

    .section3 .s3_left {
        width: 100%;
        margin: 0 auto
    }

    .section3 .s3_right {
        width: 100%;
        margin: .3rem auto 0 auto
    }

    .tzgg_list li {
        margin-bottom: .15rem
    }

    .tzgg_list li a {
        background: #fff
    }

    .tzgg_list .date {
        width: 1rem
    }

    .index_tit_img {
        width: .3rem;
        height: .3rem
    }
}

@media screen and (max-width: 768px) {
    .index_tc h3 {
        font-size: .24rem
    }

    .news-img ul {
        display: block
    }

    .news-img ul li {
        width: 100%;
        margin-bottom: .3rem
    }

    .imgt_list li .pic {
        width: 1.5rem
    }

    .kxyj_left .kxyjtxt h4 {
        font-size: 0.18rem;
        line-height: 0.24rem;
        padding-bottom: 0.08rem;
        border-bottom: none;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        max-height: 0.55rem !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: normal !important
    }
}

@media screen and (max-width: 520px) {
    .banner .slick-prev {
        width: .2rem;
        height: .31rem;
        left: .28rem
    }

    .banner .slick-next {
        width: .2rem;
        height: .31rem;
        right: .28rem
    }
}

@media screen and (max-width: 375px) {
    .banner .slick-prev {
        left: .2rem
    }

    .banner .slick-next {
        right: .2rem
    }
}