@charset "utf-8";

@font-face {
    font-family: "sys-b";
    src: url(./fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

body {
    overflow-x: hidden;
}


.index {
    overflow: hidden;
}


.banner.ani #downPage {
    opacity: 1;
}

.banner {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100vh; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.3rem;
    max-height: 50%;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
}


.banner .slick-slide.slick-current a>img {
    /* animation: img_scale linear 8s; */
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}


.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: .38rem;
}

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    width: auto;
    height: .48rem;
    width: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .05rem;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}



.banner .slick-dots li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .5s;
    width: .08rem;
    height: .08rem;
    background-color: #ffffff;
    border-radius: 50%;
    right: 0;
}

.banner .slick-dots li span {
    flex: 1;
    min-width: 0;
    display: block;
    font-size: .14rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    transition: all .5s;
    opacity: 0;
    /* border: solid 2px #ffffff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active span {
    font-size: .16rem;
    opacity: 1;
}

.banner .slick-dots li.slick-active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}


.tit {
    position: relative;
    display: flex;
}

.tit-name {
    display: flex;
    align-items: center;
}

.tit-name>div {
    cursor: pointer;
    transition: all .5s;
    position: relative;
}


.tit-name>div h2 {
    display: flex;
    align-items: flex-end;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.4rem;
    letter-spacing: normal;
    color: #008A63;
    position: relative;
    z-index: 1;
}

.tit-name>div h2:before {
    content: "";
    position: absolute;
    background: url(../images/tit-name-bef.png) no-repeat;
    background-size: 100% 100%;
    width: 1.18rem;
    height: 1.32rem;
    left: -.55rem;
    top: -.5rem;
    z-index: -1;
}

.tit-name>div h2:after {
    content: "";
    position: absolute;
    background: url(../images/tit-name-aft.png) no-repeat;
    background-size: 100% 100%;
    width: 0.75rem;
    height: 0.87rem;
    right: -.38rem;
    top: -.15rem;
    z-index: -1;
}


.tit-name>div p {
    display: flex;
    align-items: center;
    font-family: "sys-b";
}

.tit-name>div p::before {
    content: "";
    display: block;
    background: #F4C86F;
    margin-right: .06rem;
    width: 0.14rem;
    height: 0.02rem;
}


.tit-name>div p span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #9E9E9E;
}


.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

.tit-more a {
    position: relative;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: normal;
    color: #575757;
    padding: 0 .09rem;
    z-index: 9;
}

.tit-more a span {
    color: #008A63;
}

.tit-more a::before {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 0.36rem;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 0.07rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}




.s1 {
    padding-top: .55rem;
    padding-bottom: .35rem;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;

}

.s1-l {
    width: 7.73rem;
    margin-right: .66rem;
    position: relative;
    border-bottom: 0.03rem solid #F4C86F;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 56.27%;
}

.s1-l ul li a .date {
    position: absolute;
    right: .15rem;
    bottom: .48rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 1.38rem;
    height: 0.95rem;
    background: #2051A6;
    background: #008A63;
    padding-left: .24rem;
}

.s1-l ul li a .date b {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .date div {}

.s1-l ul li a .date span {
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .05rem;
}

.s1-l ul li a .info {
    padding-top: .32rem;
    padding-bottom: .32rem;
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: sysong;
    position: relative;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
    margin-right: 1.9rem;
}

.s1-l ul li a .info h3 i {}

.s1-l ul li a .info h3 span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Georgia;
    font-size: .18rem;
    font-weight: normal;
    line-height: .36rem;
    color: #ffffff;
}

.s1-l ul .slick-dots {
    position: static;
    margin-right: 2.4rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin-left: .43rem;
}

.s1-l ul .slick-dots::before {
    content: "";
    display: block;
    width: .38rem;
    height: .06rem;

    background-position: right center;
    background-size: auto .06rem;
    margin-right: .2rem;
}

.s1-l ul .slick-dots::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: .06rem;

    background-position: left center;
    background-size: auto .06rem;
    margin-left: .2rem;
}

.s1-l ul .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .07rem;
    transition: all 0.5s;
    width: .2rem;
}

.s1-l ul .slick-dots li button {
    display: block;
    font-size: .16rem;
    font-weight: normal;
    line-height: .44rem;
    color: #9B0000;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    transition: font-size 0.5s;
}

.s1-l ul .slick-dots li.slick-active {
    min-width: .55rem;
}

.s1-l ul .slick-dots li.slick-active button {
    font-size: .36rem;
}

.s1-l .pub-arrow {
    position: absolute;
    bottom: 0;
    right: .3rem;
    overflow: hidden;
    width: 1.9rem;
    display: none;
}

.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    width: 0.52rem;
    height: 0.52rem;
    border: 1px solid #2051A6;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l::after {

    background-position: center center;
    transition: all 0.5s;
    background-size: .37rem auto;
}

.pub-arrow-r {
    margin-left: .48rem;
}

.pub-arrow-r::after {

    background-position: center center;
    background-size: .37rem auto;
    transition: all 0.5s;
}


.s1-l .pub-arrow::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    flex: 1;
    min-width: 0;
    height: .1rem;

    background-position: right center;
    background-size: auto .07rem;
    margin-left: .2rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}


.s1-r ul li {
    transition: all .3s;
    position: relative;
    z-index: 1;
}

.s1-r ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: .05rem;
    bottom: 0;
    height: 1px;
    background: #F4C86F;
    opacity: .3;
}

.s1-r ul li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
    border: 1px solid #F4C86F;
    opacity: .3;
    width: .05rem;
    height: .05rem;
}

.s1-r ul li:last-child::before {
    display: none;
}

.s1-r ul li:last-child::after {
    display: none;
}

.s1-r ul li:last-child a::after {
    display: none;
}

.s1-r ul li a {
    position: relative;
    display: block;
    z-index: 1;
}

.s1-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-ritembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    box-shadow: 0rem 0.04rem 0.11rem 0rem rgba(0, 64, 68, 0.28);
    border-radius: 0 .15rem 0 .15rem;
}

.s1-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F4C86F;
    width: .52rem;
    height: .02rem;
}


.s1-r ul li a .tpp {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: none;
    width: 1.96rem;
}

.s1-r ul li a .tpp .pic {
    padding-top: 61%;
}

.s1-r ul li a .text {
    position: relative;
    padding-left: 1.11rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: .07rem;
    flex: 1;
    min-width: 0;
    /* overflow: hidden; */
}

.s1-r ul li:last-child a .text {
    border-bottom: 1px solid transparent;
}


.s1-r ul li:last-child a .text::before {
    opacity: 0;
}

.s1-r ul li a .text::before {
    content: "";
}


.s1-r ul li a .text::after {}



.s1-r ul li:last-child a .text::after {
    opacity: 0;
}


.s1-r ul li a .text p {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .28rem;
    position: relative;
}

.s1-r ul li a .text p:before {}


.s1-r ul li a .text span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .18rem;
    color: #008A63;
    line-height: .22rem;
    width: 1.08rem;
}

.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .95rem;
    padding-bottom: 1.06rem;
}

.s2 .tit .tit-name>div h2 {
    text-align: center;
}

.s2 .tit .tit-name>div p {
    justify-content: center;
    margin-top: .05rem;
}

.s2 .tit .tit-name>div p::before {
    display: none;
}

.s2-c {
    margin-top: 0.9rem;
}

.s2-c .slick>ul {
    margin: 0 -.57rem;
}

.s2-c .slick>ul li a {
    display: block;
    padding-top: .17rem;
    position: relative;
    z-index: 1;
    margin: 0 .57rem;
}

.s2-c .slick>ul li a::before {
    content: "";
    position: absolute;
    left: -.22rem;
    top: 1.35rem;
    right: -.22rem;
    bottom: 0;
    background: url(../images/s2-center-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    box-shadow: 0rem 0.04rem 0.14rem 0rem rgba(0, 72, 77, 0.3);
    border-radius: 0 .1rem 0 .1rem;
    opacity: 0;
    transition: all .5s;
}

.s2-c .slick>ul li a h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-c .slick>ul li a .pic {
    margin-top: .26rem;
    z-index: 2;
    transition: all .5s;
}

.s2-c .slick>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.27rem;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.s2-c .slick>ul li.slick-current a {}

.s2-c .slick>ul li.slick-current a .pic {
    transform: translateY(-.73rem);
}

.s2-c .slick>ul li.slick-current a::before {
    opacity: 1;
}

.s2-c .slick-prev, .s2-c .slick-next {
    width: 0.58rem;
    height: 0.58rem;
    transition: all .5s;
    border-radius: 50%;
    z-index: 9;
}

.s2-c .slick-prev {
    background: rgba(0, 138, 99, 1) url(../images/icon-prev.png) no-repeat;
    background-position: center center;
    background-size: .14rem auto;
    margin-left: -.27rem;
}

.s2-c .slick-next {
    background: rgba(0, 138, 99, 1) url(../images/icon-next.png) no-repeat;
    background-position: center center;
    background-size: .14rem auto;
    margin-right: -.27rem;
}

.s3 {
    padding-top: .5rem;
    /* padding-bottom: .17rem; */
    position: relative;
    z-index: 1;
}

.s3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/s3-tbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 3.36rem;
    z-index: -1;
}

.s3 .tit .tit-name>div h2 {
    color: #fff;
    text-align: center;
}

.s3 .tit .tit-name>div p {
    justify-content: center;
}

.s3 .tit-name>div p::before {
    display: none;
}

.s3 .tit-more a {
    color: #fff;
}

.s3 .tit-more a span {
    color: #fff;
}

.s3-c {
    position: relative;
    z-index: 1;
    margin-top: .2rem;
    padding-bottom: .77rem;
}

.s3-c::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.6rem;
    right: -2.6rem;
    background: url(../images/s3-bbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-c .slick>ul {
    margin: 0 -.25rem;
}

.s3-c .slick>ul .slick-slide {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 .43rem 0;
}

.s3-c .slick>ul .slick-slide>div {
    width: 50%;
}

.s3-c .slick>ul .slick-slide>div>li {
    display: block !important;
}

.s3-c .slick>ul .slick-slide>div>li a {
    display: flex;
    align-items: center;
    margin: 0 .25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 122, 124, 0.16);
    padding: .24rem .2rem;
    margin-top: .55rem;
    transition: all .5s;
}

.s3-c .slick>ul .slick-slide>div>li a .date {
    background: url(../images/s3-date-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0.92rem;
    height: 0.78rem;
    margin-right: .2rem;
}

.s3-c .slick>ul .slick-slide>div>li a .date b {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #008A63;
}

.s3-c .slick>ul .slick-slide>div>li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #008A63;
}

.s3-c .slick>ul .slick-slide>div>li a .info {
    flex: 1;
    min-width: 0;
}

.s3-c .slick>ul .slick-slide>div>li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-c .slick>ul .slick-slide>div>li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .44rem;
    margin-top: .08rem;
}

.s3-c .slick>ul .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    width: auto;
    justify-content: center;
}

.s3-c .slick>ul .slick-dots li {
    width: 12px;
    height: 12px;
    background: #F4C86F;
    border-radius: 50%;
    margin: 0 .11rem;
}

.s3-c .slick>ul .slick-dots li.slick-active {
    background: #008A63;
}

@media screen and (min-width: 1025px) {
    .tit-more a:hover {
        color: #008A63;
    }

    .s3-c .slick>ul .slick-slide>div>li a:hover {
        background: url(../images/s3-itembg.png) no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 0 .1rem 0 .1rem;
    }

    .s3-c .slick>ul .slick-slide>div>li a:hover .date {
        background: url(../images/s3-date-bg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s3-c .slick>ul .slick-slide>div>li a:hover .date b {
        color: #FFFFFF;
    }

    .s3-c .slick>ul .slick-slide>div>li a:hover .date span {
        color: #FFFFFF;
        opacity: .6;
    }

    .s3-c .slick>ul .slick-slide>div>li a:hover .info h3 {
        color: #008A63;
    }

    .s2-c .slick-prev:hover {
        background: rgba(244, 200, 111, 1) url(../images/icon-prev.png) no-repeat;
        background-position: center center;
        background-size: .14rem auto;
    }

    .s2-c .slick-next:hover {
        background: rgba(244, 200, 111, 1) url(../images/icon-next.png) no-repeat;
        background-position: center center;
        background-size: .14rem auto;
    }

    .s1-r ul li.on {
        position: relative;
        z-index: 3;
    }

    .s1-r ul li.on:before {
        opacity: 0;
    }

    .s1-r ul li.on:after {
        opacity: 0;
    }

    .s1-r ul li.on a {
        padding: 0;
        display: flex;
        align-items: flex-start;
        padding: .15rem .15rem .15rem .43rem;
    }

    .s1-r ul li.on a::before {
        opacity: 1;
    }

    .s1-r ul li.on a::after {
        opacity: 0;
    }

    .s1-r ul li.on a .tpp {
        display: block;
    }

    .s1-r ul li.on a .tpp .pic {}

    .s1-r ul li.on a .tpp .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .s1-r ul li.on .text {
        padding-left: 0;
        padding-right: .1rem;
        padding-top: .1rem;
        padding-bottom: 0;
    }

    .s1-r ul li.on a .text::before {
        opacity: 0;
    }

    .s1-r ul li.on .text p {
        color: #fff;
        padding-left: 0;
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: .6rem;
        white-space: pre-wrap;
        line-height: .3rem;
    }

    .s1-r ul li.on .text h4 {
        height: .52rem;
        margin-top: .24rem;
        opacity: 1;
        display: block;
    }

    .s1-r ul li.on a .text span {
        position: relative;
        color: #F4C86F;
        transform: none;
        text-align: left;
        margin-top: .1rem;
        display: block;
        font-size: .2rem;
        line-height: .3rem;
        width: auto;
        top: auto;
    }

    .s1-r ul li.on a .text span:before {
        content: "";
        position: absolute;
        left: -.43rem;
        top: 50%;
        transform: translateY(-50%);
        width: .32rem;
        background: #F4C86F;
        height: 1px;
    }
}

@media screen and (max-width: 1024px) {
    .tit, .tit-name {
        justify-content: flex-start;
    }

    .tit-name>div h2 {
        font-size: .24rem;
        line-height: .3rem;
        text-align: left;
        justify-content: flex-start;
    }

    .tit-name>div p {
        justify-content: flex-start !important;
    }

    .tit-name>div p span {
        font-size: .14rem;
    }

    .tit-more a {
        font-size: .16rem;
    }

    .banner .slick .slick-dots {
        right: .5rem;
        bottom: 0.1rem;
    }

    .banner .slick .slick-prev {
        right: 1.35rem;
        bottom: 0.15rem;
    }

    .banner .slick .slick-next {
        right: 0.1rem;
        bottom: 0.15rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem;
        margin-right: 1rem;
    }

    .s1-l ul li a .info {
        padding: .15rem 0;
    }

    .s1-l ul .slick-dots li {
        margin: 0 .05rem;
    }

    .s1-l ul .slick-dots {
        margin-left: 0;
        margin-right: 1.3rem;
    }

    .s1-l ul .slick-dots li.slick-active button {
        font-size: .28rem;
    }

    .s1-l .pub-arrow::after {
        display: none;
    }

    .s1-l .pub-arrow {
        right: 0;
        width: 1.04rem;
    }

    .s1-l ul li a .date {
        width: 1rem;
        height: 0.8rem;
        padding-left: 0;
        text-align: center;
        align-items: center;
        right: 0.1rem;
        bottom: 0.1rem;

    }

    .s1-l ul li a .date b {
        font-size: .16rem;
        line-height: .2rem;
    }

    .s1-l ul li a .date span {
        font-size: .24rem;
        line-height: .3rem;
    }

    .s1-r ul li a .text p {
        font-size: .18rem;
    }

    .s2-c .slick>ul {
        margin: 0 -.15rem;
        margin: 0 .4rem;
    }

    .s2-c .slick>ul li a {
        margin: 0 .15rem;
    }

    .s2-c .slick-prev {
        margin-left: -.45rem;
    }

    .s2-c .slick-next {
        margin-right: -.45rem;
    }

    .s2-c .slick>ul li a h3 {
        font-size: .18rem;
    }

    .s2-c .slick>ul li a p {
        font-size: .18rem;
    }

    .s2-c .slick-prev, .s2-c .slick-next {
        width: 0.4rem;
        height: 0.4rem;
        background-size: .1rem auto !important;
    }

    .s3-c .slick>ul .slick-slide {
        display: block;
        padding: 0 0 .2rem 0;
    }

    .s3-c .slick>ul .slick-slide>div {
        width: auto;
    }

    .s3-c .slick>ul .slick-slide>div>li a {
        margin-top: .2rem;
    }

    .s3-c .slick>ul .slick-slide>div>li a .info h3 {
        font-size: .18rem;
    }

    .s1, .s2, .s3 {
        padding: .35rem 0;
    }

    .s2-c {
        margin-top: .3rem;
    }

    .s3-c {
        padding-bottom: 0;
    }


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}