@charset "UTF-8";

.s2-pt .pic {
    width: 3.83rem;
    padding-top: 2.42rem;
    margin-right: .45rem;
}

.s2-pt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-pt a:hover h3 {
    color: #00653D;
}

.s2-txt {
    flex: 1;
    min-width: 0;
}

.s2-txt h3 {
    color: #333333;
    font-size: .18rem;
    font-weight: 600;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-txt p {
    color: #9E9E9E;
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .2rem 0;
}

.s2-txt span {
    color: #1D8388;
    line-height: .26rem;
    font-size: .18rem;
    display: block;
    padding-left: .3rem;
    background: url(../images/s2-date.png) no-repeat left center;
    background-size: .2rem auto;
}

.academic {
    padding: .6rem 0;
    background: #ffffff;
}

.acade-lt .pic {
    padding-top: 133%;
}

.acade-lt .slick-list {
    padding: 0 1.6rem !important;
}

.acade-lt ul li a {
    transform: scale(0.9);
    margin: 0 .2rem;
    transition: all 0.5s;
    opacity: 0.5;
}

.acade-lt ul li a:hover img {
    transform: none;
}

.acade-lt ul li.slick-active a {
    opacity: 1;
}

.acade-lt ul li a:hover {
    transform: scale(1);
}

.acade-lt>ul {
    padding-bottom: .4rem;
}

.acade-lt .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #C2DED5;
    border-radius: 50%;
}

.acade-lt .slick-dots li.slick-active {
    background: #168F69;
}






a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 31.25%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* ban-lk */
.ban-lkbox {
    position: relative;
    z-index: 10;
    margin-top: -0.5rem;
}

.ban-lk {
    background: #F5F5F5;
}

.ban-lk ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .35rem 0;
    position: relative;
}

.ban-lk ul li a:hover p {
    color: #00653D;
}

.ban-lk ul li a:hover img {
    animation: icon-yh 0.6s;
}

.ban-lk ul li a::before {
    content: '';
    height: .4rem;
    width: .01rem;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ban-lk ul li:first-child a::before {
    display: none;
}

.ban-lk ul li a .ico {
    height: .48rem;
    margin-right: .3rem;
}

.ban-lk ul li a img {
    max-height: 100%;
    min-height: .38rem;
    display: block;
    margin: 0 auto;
}

.ban-lk ul li a p {
    color: #333333;
    font-size: .2rem;
}

/* tit */


.tit {
    position: relative;
    margin-bottom: .4rem;
    text-align: center;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    color: #9E9E9E;
    font-size: .16rem;
    padding-right: .5rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .4rem;
}

.more a:hover {
    color: #168F69;
}

.tit h3 {
    position: relative;
    display: inline-block;
}

.tit h3 b {
    position: relative;
    color: #333333;
    font-size: .3rem;
    font-weight: 600;
}

.tit h3::before {
    content: '';
    width: .68rem;
    height: .68rem;
    position: absolute;
    top: 50%;
    left: -0.28rem;
    transform: translateY(-50%);
    background: url(../images/tit-bg.png) no-repeat;
    background-size: 100% 100%;
}

/* tit */


/* s1 */
.s1 {
    padding-top: .76rem;
    padding-bottom: .6rem;
}

.info_list_1600_035 .infolist16_35_wid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_list_1600_035 .infolist16_35_l {
    width: 48.85%;
}

.info_list_1600_035 .infolist16_35_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.info_list_1600_035 .infolist16_35_tl {
    position: relative;
    padding-left: .2rem;
}

.info_list_1600_035 .infolist16_35_tl::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .03rem;
    height: .55rem;
    background: url(../images/infolist16_35titx.png) no-repeat;
    background-size: 100% 100%;
}

.info_list_1600_035 .infolist16_35_tl h3 {
    font-family: Source Han Sans CN;
    font-size: .36rem;
    font-weight: bold;
    color: #353535;
}

.info_list_1600_035 .infolist16_35_tl h4 {
    font-family: Arial;
    font-size: .18rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #9E9E9E;
}

.info_list_1600_035 .infolist16_35_more a {
    display: block;
    font-family: Bebas;
    font-size: .18rem;
    line-height: .21rem;
    color: #00653D;
    background: url(../images/infolist16_35more.png) no-repeat right center;
    background-size: .21rem auto;
    padding-right: .26rem;
    margin-bottom: .11rem;
}

.info_list_1600_035 .infolist16_35_jdt {
    margin-top: .25rem;
}

.info_list_1600_035 .infolist16_35_jdt ul li a {
    display: block;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_img {
    position: relative;
    overflow: hidden;
    height: 4.5rem;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_img>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_info {
    width: calc(100% - .71rem);
    background: url(../images/infolist16_35lbg.png) no-repeat;
    background-size: cover;
    padding: .23rem .23rem .32rem .37rem;
    position: relative;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_info::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.71rem;
    width: .71rem;
    background: rgba(0, 101, 61, 0.1);
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_info>span {
    display: block;
    font-size: .14rem;
    line-height: .26rem;
    color: #FFFFFF;
    background: url(../images/infolist16_35lsj.png) no-repeat left center;
    background-size: .11rem auto;
    padding-left: .21rem;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_info h3 {
    width: 90%;
    font-size: .18rem;
    font-weight: bold;
    line-height: .24rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: .1rem;
}

.info_list_1600_035 .infolist16_35_jdt .infolist16_35_info>p {
    font-size: .16rem;
    line-height: .2rem;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: .07rem;
}

.info_list_1600_035 .infolist16_35_jdt .slick-prev,
.info_list_1600_035 .infolist16_35_jdt .slick-next {
    top: inherit;
    transform: none;
    width: .71rem;
    height: .71rem;
}

.info_list_1600_035 .infolist16_35_jdt .slick-prev {
    left: inherit;
    right: .71rem;
    bottom: .71rem;
    background: url(../images/infolist16_35lprev.png) no-repeat;
    background-size: 100% 100%;
}

.info_list_1600_035 .infolist16_35_jdt .slick-next {
    right: 0;
    bottom: 0;
    background: url(../images/infolist16_35lnext.png) no-repeat;
    background-size: 100% 100%;
}


.info_list_1600_035 .infolist16_35_r {
    width: 48.85%;
}

.info_list_1600_035 .infolist16_35_r ul {
    margin-top: .03rem;
}

.info_list_1600_035 .infolist16_35_r ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem dashed #D8D8D8;
    padding: .22rem 0;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rdate {
    border-radius: .1rem 0rem 0rem 0rem;
    border: .01rem dashed rgba(0, 101, 61, 0.3);
    text-align: center;
    width: .73rem;
    /* transform: scale(0); */
    display: none;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rdate>p {
    font-family: Bebas;
    font-size: .24rem;
    font-weight: normal;
    line-height: .47rem;
    letter-spacing: 0em;
    color: #00653D;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rdate>span {
    display: block;
    background: url(../images/infolist16_35rsjbg.png) no-repeat;
    background-size: 100% 100%;
    height: .28rem;
    line-height: .28rem;
    font-family: Bebas;
    font-size: .16rem;
    color: #FFFFFF;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rtx {
    width: calc(100% - 1rem);
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rtx h3 {
    background: url(../images/infolist16_35rzs.png) no-repeat left center;
    background-size: .06rem auto;
    padding-left: .18rem;
    font-size: .18rem;
    font-weight: normal;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rtx>p {
    font-family: Source Han Sans CN;
    font-size: .16rem;
    line-height: .2rem;
    height: 0;
    color: rgba(111, 111, 111, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rsj {
    width: 1rem;
    font-size: .14rem;
    line-height: .26rem;
    color: #999999;
    background: url(../images/infolist16_35lsj2.png) no-repeat left center;
    background-size: .11rem auto;
    padding-left: .21rem;
}


.info_list_1600_035 .infolist16_35_r ul li.on a .infolist16_35_rdate {
    display: block;
}

.info_list_1600_035 .infolist16_35_r ul li.on a .infolist16_35_rtx h3 {
    background: none;
    padding-left: 0;
    color: #353535;
    font-weight: bold;
}

.info_list_1600_035 .infolist16_35_r ul li.on a .infolist16_35_rtx>p {
    height: .4rem;
    margin-top: .1rem;
}

.info_list_1600_035 .infolist16_35_r ul li.on a .infolist16_35_rsj {
    display: none;
}

/* s1 */


/* s2 */
.s2 {
    background: rgba(235, 241, 241, 0.4);
    padding: .6rem 0;
}

.s2 .tit {
    text-align: left;
}

.info_list_1600_032 img {
    max-width: 100%;
}

.info_list_1600_032 .wl {
    position: relative;
    z-index: 1;
}

.info_list_1600_032 .wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 0rem;
    height: 100%;
    transition: 0.5s;
}

.info_list_1600_032 .imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.info_list_1600_032 .imged img {
    display: none;
}

.info_list_1600_032 a:hover .imged {
    transform: scale(1.1);
}

.info_list_1600_032 .overflow_l1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info_list_1600_032 .overflow_l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1600_032 .scale {
    overflow: hidden;
}

.info_list_1600_032 .infolist16_32_wid {
    max-width: 16rem;
    margin: 0 auto;
}

.info_list_1600_032 {
    width: 100%;
    overflow: hidden;
    padding-top: .3rem;
}


.info_list_1600_032 .infolist16_32_tit {
    margin-bottom: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_list_1600_032 .infolist16_32_tit .h3 {
    padding-left: .17rem;
}

.info_list_1600_032 .infolist16_32_tit .h3::after {
    width: .68rem;
    height: .68rem;
    background: url(../images/infolist16_32_tit.png) no-repeat;
    background-size: cover !important;
    bottom: auto;
    top: -0.05rem;
    left: 0rem;
}

.info_list_1600_032 .infolist16_32_tit h3 {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    font-family: sy;
}

.info_list_1600_032 .infolist16_32_tit p {
    font-size: .16rem;
    text-transform: uppercase;
    color: #27818D;
    padding-left: .4rem;
}

.info_list_1600_032 .infolist16_32_tit .more a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #9E9E9E;
}

.info_list_1600_032 .infolist16_32_tit .more img {
    display: inline-block;
    margin-left: .1rem;
}


.info_list_1600_032 .infolist16_32_t {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_list_1600_032 .infolist16_32_l {
    width: 48.5%;
}

.s2-r {
    width: 48.5%;
}


.info_list_1600_032 li * {
    transition: 0.5s;
}

.info_list_1600_032 .infolist16_32_l ul::after {
    width: .01rem;
    height: auto;
    top: .2rem;
    bottom: .2rem;
    border: .01rem solid #ACCDC2;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    left: .73rem;
}

/* s2-r */
.s2-lt .pic {
    padding-top: 133%;
}

.s2-lt>ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    padding-bottom: .6rem;
}

.s2-lt ul li a {
    transform: scale(0.75);
    margin: 0 .1rem;
}

.s2-lt ul li.slick-center a {
    transform: scale(1);
}

.s2-lt .slick-dots li {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: rgba(49, 147, 113, 0.3);
    margin: 0 .2rem;
}

.s2-lt .slick-dots li.slick-active {
    background: rgba(49, 147, 113, 1);
}

.s2-rt ul li a:hover p {
    color: #00653D;
}

.s2-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem dashed #D8D8D8;
    padding: .26rem 0;
}

.s2-rt ul li a p {
    flex: 1;
    min-width: 0;
    background: url(../images/s2-rdot.png) no-repeat left center;
    background-size: .1rem auto;
    padding-left: .2rem;
    font-size: .18rem;
    font-weight: normal;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s2-rt ul li a span {
    font-size: .14rem;
    line-height: .26rem;
    color: #999999;
    background: url(../images/infolist16_35lsj2.png) no-repeat left center;
    background-size: .11rem auto;
    padding-left: .21rem;
}


.info_list_1600_032 .infolist16_32_l li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.12rem;
    position: relative;
}

.info_list_1600_032 .infolist16_32_l li a::after {
    width: auto;
    left: -0.16rem;
    right: 0;
    background: #389B7B;
    opacity: 0;
    height: auto;
    top: -0.01rem;
    bottom: -0.01rem;
}


.info_list_1600_032 .infolist16_32_l li .date-t {
    text-align: center;
    padding-right: .18rem;
    border: .01rem solid transparent;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
    margin-right: .2rem;
}

.info_list_1600_032 .infolist16_32_l li .con {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    border: .01rem dashed #ACCDC2;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.info_list_1600_032 .infolist16_32_l li .date-t::after {
    width: .17rem;
    height: .17rem;
    background: url(../images/infolist16_32_c.png) no-repeat;
    background-size: 100% 100% !important;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -0.085rem;
    content: "";
    position: absolute;
}


.info_list_1600_032 .infolist16_32_l li span {
    font-size: .26rem;
    font-weight: bold;
    color: #389B7B
}

.info_list_1600_032 .infolist16_32_l li p {
    font-size: .14rem;
    line-height: .28rem;
    color: #9e9e9e;
    margin-top: .05rem;
}

.info_list_1600_032 .infolist16_32_l li h3 {
    font-size: .18rem;
    color: #333;
    line-height: .3rem;
    max-height: .6rem;
}

.info_list_1600_032 .infolist16_32_l li:last-child .con {
    border-bottom: none;
}

@media screen and (min-width: 1200px) {
    .info_list_1600_032 .infolist16_32_l li a:hover {
        padding-right: 15px;
        z-index: 2;
    }

    .info_list_1600_032 .infolist16_32_l li a:hover span,
    .info_list_1600_032 .infolist16_32_l li a:hover p,
    .info_list_1600_032 .infolist16_32_l li a:hover h3 {
        color: #fff;
    }

    .info_list_1600_032 .infolist16_32_l li a:hover::after {
        opacity: 1;
    }

    .info_list_1600_032 .infolist16_32_l li a:hover .date-t {
        border: .01rem solid #73C5AB;
    }

    .info_list_1600_032 .infolist16_32_l li a:hover .date-t:after {
        opacity: 0;
    }

    .info_list_1600_032 .infolist16_32_l li a:hover .con {
        border-color: transparent;
    }
}

.tit-qh {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.tit-qh p {
    color: #666666;
    font-size: .2rem;
    margin-right: .5rem;
    position: relative;
    cursor: pointer;
}

.tit-qh p:last-child {
    margin-right: 0;
}

.tit-qh p::after {
    content: '';
    width: 0;
    height: .02rem;
    background: #FF9933;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.tit-qh p.on {
    color: #1E9286;
    font-weight: 600;
}

.tit-qh p.on::after {
    width: .56rem;
}

/* s2 end */


/* s3 */

.s3 {
    padding-top: .6rem;
}

.s3-lt>ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.s3-lt .pic {
    padding-top: 60%;
}

.s3-lt a {
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.1);
    margin: .25rem;
    margin-bottom: .8rem;
    transition: all 0.5s;
}

.s3-lt a:hover {
    transform: scale(1.1);
}

.s3-lt a:hover .s3-tx {
    background-color: #389B7B;
}

.s3-lt a:hover h3 {
    color: #ffffff;
}

.s3-lt a:hover span,
.s3-lt a:hover b {
    color: #ffffff;
}

.s3-tx {
    padding: .25rem;
    background: #ffffff;
}

.s3-tx h3 {
    color: #333333;
    font-size: .2rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: .15rem;
}

.s3-date {
    text-align: right;
}

.s3-date b {
    color: #168F69;
    font-size: .24rem;
}

.s3-date span {
    font-size: .16rem;
    color: #8EB1B3;
}

.s3-lt .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #C2DED5;
    border-radius: 50%;
}

.s3-lt .slick-dots li.slick-active {
    background: #168F69;
}


/* s4 */
.s4 {
    padding: .6rem 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-size: cover;
}

.info_ntc_1600_007 .infontc16_7_tit {
    position: relative;
    padding-top: .2rem;
}

.info_ntc_1600_007 .infontc16_7_tit h3 {
    font-size: .36rem;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
    z-index: 9;
    position: relative;
}

.info_ntc_1600_007 .infontc16_7_tit h4 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: rgba(235, 235, 236, 0.2);
    z-index: 1;
    font-family: sysong;
}


.info_ntc_1600_007 .infontc16_7_c ul {
    margin: 0 -0.15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.info_ntc_1600_007 .infontc16_7_c ul li {
    width: 33.33%;
}

.info_ntc_1600_007 .infontc16_7_c ul li:nth-child(-n+3) {
    margin-bottom: .3rem;
}

.info_ntc_1600_007 .infontc16_7_c ul li a {
    display: block;
    margin: 0 .15rem;
    background: url(../images/s4-tbg.png) no-repeat center bottom #fff;
    background-size: cover;
    background-position: center center;
    border-radius: 0rem .2rem 0rem .2rem;
    padding: .3rem .4rem .25rem .4rem;
}

.info_ntc_1600_007 .infontc16_7_c ul li a span {
    display: block;
    background: url(../images/s4-jt1.png) no-repeat;
    background-position: right center;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    color: #9E9E9E;
    font-family: sysong;
    padding-bottom: .15rem;
    border-bottom: .01rem solid #D9D9D9;
}

.info_ntc_1600_007 .infontc16_7_c ul li a span b {
    font-size: .42rem;
    font-weight: bold;
    line-height: .46rem;
    color: #168F69;
}

.info_ntc_1600_007 .infontc16_7_c ul li a p {
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    color: #000000;
    margin-top: .15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.info_ntc_1600_007 .infontc16_7_c ul li a:hover {
    background: url(../images/s4-tbg.png) no-repeat center bottom #389B7B;
    background-size: cover;
    background-position: center center;
}

.info_ntc_1600_007 .infontc16_7_c ul li a:hover span {
    color: #fff;
    background: url(../images/s4-jt2.png) no-repeat;
    background-position: right center;
}

.info_ntc_1600_007 .infontc16_7_c ul li a:hover span b {
    color: #fff;
}

.info_ntc_1600_007 .infontc16_7_c ul li a:hover p {
    color: #fff;
}

.s4-lt {
    padding-bottom: .6rem;
}

.s4-lt .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #C2DED5;
    border-radius: 50%;
}

.s4-lt .slick-dots li.slick-active {
    background: #168F69;
}

/* s4**end */

/* s5 */
.s5 {
    padding: .8rem 0;
    background-color: #F7FAF9;
}

.s5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s5-lt {
    width: 78%;
}

.s5-lt .pic {
    padding-top: 53.65%;
}

.s5-lt>ul {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

.s5-lt a {
    margin: 0 .3rem;
    position: relative;
}

.s5-lt a p {
    line-height: .44rem;
    padding: 0 .4rem;
    background: linear-gradient(270deg, rgba(22, 143, 109, 0) -17%, #168F69 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: .18rem;
}

.s5-lk h2 {
    color: #168F69;
    font-size: .2rem;
    margin-bottom: .1rem;
    font-weight: 600;
}

.s5-lk a {
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
    position: relative;
    padding-left: .2rem;

}

.s5-lk a:hover {
    color: #00653D;
}

.s5-lk a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .05rem;
    height: .05rem;
    background: #168F83;
    border-radius: 50%;
}











.index {
    background: url(../images/bot-bg.png) no-repeat center bottom;
    background-size: 100%;
}


@media screen and (max-width: 1024px) {
    .acade-lt ul li a {
        transform: none;
    }

    .acade-lt .slick-list {
        padding: 0 !important;
    }

    .s2 {
        padding: .3rem 0;
    }

    .ban-lkbox {
        margin: 0;
        padding-top: .3rem;
    }

    .info_list_1600_035 .infolist16_35_tl {
        padding-left: .15rem;
    }

    .info_list_1600_035 .infolist16_35_tl::after {
        height: .4rem;
    }

    .info_list_1600_035 .infolist16_35_tl h3 {
        font-size: .24rem !important;
    }

    .info_list_1600_035 .infolist16_35_tl h4 {
        font-size: .12rem !important;
    }

    .info_list_1600_035 .infolist16_35_more a {
        font-size: .14rem !important;
        line-height: .2rem;
        background-size: .15rem auto !important;
        padding-right: .2rem;
    }

    .info_list_1600_035 .infolist16_35_l {
        width: 100%;
    }

    .info_list_1600_035 .infolist16_35_jdt .infolist16_35_img {
        height: auto;
        padding-top: 65.78%;
    }

    .info_list_1600_035 .infolist16_35_jdt .slick-prev,
    .info_list_1600_035 .infolist16_35_jdt .slick-next {
        width: .61rem;
        height: .61rem;
    }

    .info_list_1600_035 .infolist16_35_jdt .slick-prev {
        right: .61rem;
        bottom: .61rem;
    }

    .info_list_1600_035 .infolist16_35_jdt .infolist16_35_info {
        width: calc(100% - .61rem);
        padding: .17rem .23rem .18rem .2rem;
    }

    .info_list_1600_035 .infolist16_35_jdt .infolist16_35_info>span {
        font-size: .12rem;
    }

    .info_list_1600_035 .infolist16_35_jdt .infolist16_35_info h3 {
        font-size: .16rem;
    }

    .info_list_1600_035 .infolist16_35_jdt .infolist16_35_info>p {
        font-size: .14rem;
    }

    .info_list_1600_035 .infolist16_35_r {
        width: 100%;
        margin-top: 0;
    }

    .info_list_1600_035 .infolist16_35_r ul {
        margin-top: .05rem;
    }

    .info_list_1600_035 .infolist16_35_r ul li a {
        padding: .15rem 0;
    }

    .info_list_1600_035 .infolist16_35_r ul li a .infolist16_35_rtx h3 {
        font-size: .16rem;
    }


    /* s2 */
    .info_list_1600_032 .infolist16_32_l {
        width: 100%;
    }

    .info_list_1600_032 .infolist16_32_r {
        width: 100%;
        margin-top: 25px;
    }

    .info_list_1600_032 .infolist16_32_tit h3 {
        font-size: 24px !important;
    }

    .info_list_1600_032 .txt1 {
        font-size: 16px !important;
    }

    .info_list_1600_032 .txt2 {
        font-size: 14px !important;
    }

    .info_list_1600_032 .infolist16_32_r .ht-t {
        margin-bottom: 0;
    }

    .info_list_1600_032 .infolist16_32_tit .h3::after {
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
    }

    /* s2 列表 end */


    /* s4 */
    .s4 {
        padding: .5rem 0;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li {
        width: 50%;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li:nth-child(-n+4) {
        margin-bottom: .2rem;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li a {
        padding: .15rem;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li a span {
        padding-bottom: .05rem;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li a span b {
        font-size: .3rem;
        line-height: .3rem;
    }

    .info_ntc_1600_007 .infontc16_7_c ul li a p {
        font-size: .16rem;
        margin-top: .1rem;
    }

    /* s4 */
    .s1 {
        padding: .3rem 0;
    }

    .s2-r {
        width: 100%;
        margin-top: .5rem;
    }

    .s3-lt>ul {
        margin: 0;
    }

    .s5-lt {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s5-lt a {
        margin: 0 .1rem;
    }

    .s5-lt>ul {
        margin: 0;
    }

    .s5-lk ul {
        display: flex;
        flex-wrap: wrap;
    }

    .s5-lk ul li {
        margin-right: .2rem;
    }

    .s5 {
        padding: .5rem 0;
    }
}

@media screen and (max-width: 768px) {
    .tit-qh {
        position: static;
        transform: none;
        margin-top: .1rem;
    }
}

@media screen and (max-width: 480px) {
    .s2-pt .pic {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s2-txt {
        flex: auto;
        width: 100%;
    }


    .info_ntc_1600_007 .infontc16_7_c ul li {
        width: 100%;
    }

    .tit-qh p {
        font-size: 0.16rem;
        margin-right: .3rem;

    }

    .s2-lt ul li a {
        margin: 0;
    }

    .s2-lt>ul {
        padding-bottom: .5rem;
    }

    .ban-lk ul li a .ico {
        margin: 0 auto;
    }

    .ban-lk ul li a p {
        width: 100%;
        text-align: center;
        margin-top: .1rem;
    }

    .ban-lk ul li a {
        padding: .2rem 0;
    }
}