@charset "utf-8";

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; */
}

.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;
    opacity: 0.9;
    height: 1.86rem;
    background: linear-gradient(180deg, rgba(2, 12, 37, 0) 0%, rgba(2, 12, 37, 0.2) 100%);
}

.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 {
    font-size: 0;
    bottom: .27rem;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    width: auto;
    height: .3rem;
    margin: 0 .05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .22rem;
}

.banner .slick-dots li span {
    display: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: .22rem;
    height: 3px;
    background: rgba(255, 255, 255, .4);
}

.banner .slick-dots li::before {
    content: "";
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}

.banner .slick-dots li button {
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    display: block;
    margin: 0;
    width: 0.13rem;
    height: 0.13rem;
    border: solid 0.02rem #f8f8f6;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}

.banner .slick-dots li.slick-active {
    width: .3rem;
}

.banner .slick-dots li.slick-active button {
    opacity: 0;
}


.b-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.4rem .4rem 0 0;
    background: #FFFFFF;
    background: url(../images/b-btm-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    padding: 0.27rem 0 .48rem 0;
    z-index: 10;
}

.b-btm-ctn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-top: .15rem;
}

.itit {
    text-align: center;
    position: relative;
}

.itit h3 {
    font-size: 0.44rem;
    font-weight: normal;
    line-height: .6rem;
    letter-spacing: normal;
    color: #091222;
}

.itit p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .22rem;
    letter-spacing: 0.0005em;
    color: #666666;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tit-more a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #353535;
}

.itit.w h3 {
    color: #fff;
}

.itit.w p {
    color: rgba(255, 255, 255, .7);
}

.b-btm-down {
    margin-top: .65rem;
}

.b-btm-down img {
    display: block;
    margin: 0 auto;
    width: 1.17rem;
}

.b-btm>ul {
    display: flex;
    justify-content: space-between;
}

.b-btm>ul>li {
    width: 32%;
}

.b-btm>ul>li .typet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-btm>ul>li .typet>div {
    display: flex;
    align-items: center;
}

.b-btm>ul>li .typet>div img {
    width: 0.38rem;
    margin-right: .1rem;
}

.b-btm>ul>li .typet>div span {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .34rem;
    letter-spacing: normal;
    color: #091222;
}

.b-btm>ul>li .typet>ul {
    display: flex;
    align-items: center;
}

.b-btm>ul>li .typet>ul li+li {
    margin-left: .23rem;
}

.b-btm>ul>li .typet>ul li a {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    padding-right: .18rem;
    background: url(../images/typet-more.png) no-repeat;
    background-position: right center;
    background-size: .12rem auto;
}

.b-btm>ul>li .money {
    display: flex;
    align-items: flex-end;
    margin: .23rem 0;
}

.b-btm>ul>li .money b {
    font-size: 0.48rem;
    font-weight: normal;
    line-height: .5rem;
    letter-spacing: normal;
    color: #F97834;
    margin-right: .1rem;
}

.b-btm>ul>li .money p {
    flex: 1;
    min-width: 0;
    font-size: 0.14rem;
    line-height: .2rem;
    color: #F97834;
}

.b-btm>ul>li .text {}

.b-btm>ul>li .text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .22rem;
    letter-spacing: normal;
    color: #091222;
    min-height: .66rem;
}

.b-btm>ul>li .sq-more {
    display: flex;
    justify-content: center;
    margin-top: .35rem;
}

.b-btm>ul>li .sq-more a {
    width: 1.12rem;
    line-height: 0.35rem;
    text-align: center;
    border-radius: 1rem;
    background: #F97834;
    color: #FFFFFF;
    font-size: .14rem;
    transition: all .5s;
}

.b-btm>ul>li:nth-child(2) .typet>ul li a {
    background: url(../images/typet-more2.png) no-repeat;
    background-position: right center;
    background-size: .12rem auto;
}

.b-btm>ul>li:nth-child(2) .money b {
    color: #4465FC;
}

.b-btm>ul>li:nth-child(2) .money p {
    color: #4465FC;
}

.b-btm>ul>li:nth-child(2) .sq-more a {
    background: #4465FC;
}



.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.tab-hd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .26rem;
}

.tab-hd ul li {
    margin: 0 .37rem;
}

.tab-hd ul li a {
    display: block;
    border-radius: 1rem;
    background: #F2F4FC;
    box-sizing: border-box;
    border: 0.01rem solid #B7C3FF;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .64rem;
    letter-spacing: normal;
    color: #091222;
    transition: all .5s;
    padding: 0 .37rem;
}

.tab-hd ul li.on a {
    background: #4465FC;
    color: #fff;
}

.s1-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
    padding-top: .14rem;
}

.s1-list li {
    width: 33.33%;
    margin-top: .34rem;
}

.s1-list li a {
    margin: 0 .18rem;
    display: block;
    padding: .19rem .19rem 0 .19rem;
    border-radius: 0.1rem;
    background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
    box-sizing: border-box;
    border: 0.01rem solid #DAE0FE;
    transition: all .5s;
}

.s1-list li a .info {
    position: relative;
    z-index: 1;
    border-radius: 0.1rem;
    background: linear-gradient(180deg, #ffffff 43%, #f4f6ff 100%);
    border-radius: 0.1rem;
    overflow: hidden;
    padding: .38rem .34rem .49rem .34rem;
}

.s1-list li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/s1-list-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
}

.s1-list li a .info dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.s1-list li a .info dl dd {
    border-radius: 0.03rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #4465FC;
    background: #DAE0FE;
    margin-right: .16rem;
    transition: all .5s;
    padding: 0 .11rem;
}

.s1-list li a .info dl dd:last-child {
    margin-right: 0;
}

.s1-list li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: normal;
    color: #091222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .25rem 0 .15rem 0;
}

.s1-list li a .info p {
    font-family: PingFang SC;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .22rem;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .44rem;
}

.s1-list li a .enter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .16rem .1rem;
}

.s1-list li a .enter b {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    padding-left: .21rem;
    background: url(../images/icon-eyes.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
}

.s1-list li a .enter span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .25rem;
    letter-spacing: normal;
    color: #4465FC;
}

.s2 {
    padding-top: .63rem;
    margin-top: 1.2rem;
    position: relative;
    z-index: 1;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-tbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 2.06rem;
    z-index: -2;
    pointer-events: none;
}

.s2-c {
    display: flex;
    margin-top: .38rem;
}

.s2-l {
    width: 7.85rem;
    margin-right: .6rem;
    position: relative;
}

.s2-l ul li a {
    display: block;
}

.s2-l ul li a .pics {}

.s2-l ul li a .pics .pic {
    padding-top: 66.2%;
}

.s2-l ul li a .coninfo {
    margin-left: .5rem;
    margin-top: -.42rem;
    background: #fff;
    display: flex;
    padding: .45rem .45rem 0 .4rem;
    position: relative;
    z-index: 2;
}

.s2-l ul li a .coninfo .date {
    margin-right: .3rem;
}

.s2-l ul li a .coninfo .date div {
    display: flex;
    align-items: flex-end;
}

.s2-l ul li a .coninfo .date div b {
    font-family: Bebas;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #333333;
}

.s2-l ul li a .coninfo .date div i {
    font-style: normal;
    margin: 0 0.05rem;
    font-weight: 600;
    font-size: .24rem;
    line-height: .24rem;
}

.s2-l ul li a .coninfo .date span {
    margin: 0 auto;
    border-radius: 1rem;
    background: #4465FC;
    width: 0.42rem;
    text-align: center;
    font-family: Bebas;
    font-size: 0.12rem;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: .16rem;
    text-align: center;
    margin-top: .07rem;
}

.s2-l ul li a .coninfo .info {
    flex: 1;
    min-width: 0;
}

.s2-l ul li a .coninfo .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
}

.s2-l ul li a .coninfo .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: rgba(102, 102, 102, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-top: .24rem;
}

.s2-l .s2-arr {
    position: absolute;
    left: .9rem;
    bottom: 0;
    display: flex;
    align-items: center;
}

.s2-l .s2-arr div {
    width: 0.32rem;
    height: 0.32rem;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
}

.s2-l .s2-arr div+div {
    margin-left: .2rem;
}

.s2-l .s2-arr div svg {
    width: 0.1rem;
}

.s2-l .s2-arr div svg path {
    fill: #0A62C4;
    transition: all .5s;
}

.s2-l .slick-dots {
    position: absolute;
    margin-top: calc(66.2% - .64rem);
    right: 0.2rem;
    width: auto;
    top: 0;
    bottom: auto;
    background: rgba(255, 255, 255, 0.3);
    width: 1.2rem;
    display: flex !important;
    align-items: center;
}

.s2-l .slick-dots li {
    height: 2px;
    background: #fff;
    border-radius: .1rem;
    flex: 1;
    min-width: 0;
    margin: 0;
    opacity: 0;
}

.s2-l .slick-dots li.slick-active {
    opacity: 1;
}


.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul li * {
    transition: 0.5s;
}

.s2-r ul li {
    transition: all 0.5s;
    height: 1.01rem;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    padding: 0.2rem 0rem;
    border-bottom: 1px solid #eee;
    height: 100%;
    transition: all .5s;
    position: relative;
}

.s2-r ul li a::after {
    height: auto;
    bottom: -1px;
    background: #A40000;
    top: -1px;
    width: auto;
    left: -0.65rem;
    opacity: 0;
    right: 0;
}

.s2-r ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.04rem;
    background: #E2BE75;
    left: 0;
    bottom: 0;
    opacity: 0;
    bottom: -1px;
    transition: all .5s;
}

.s2-r ul li .con {
    flex: 1;
    min-width: 0;
}

.s2-r ul li .date {
    padding: 0 0.3rem 0 0.4rem;
    text-align: center;
}

.s2-r ul li span {
    font-family: Bebas;
    font-size: 0.4rem;
    color: #B6BCD4;
    line-height: .4rem;
}

.s2-r ul li p {
    font-size: 0.12rem;
    color: #B6BCD4;
    display: flex;
    align-items: baseline;
    font-family: Bebas;
}

.s2-r ul li p i {
    font-size: 0.08rem;
    display: inline-block;
    font-style: normal;
    font-family: Bebas;
}

.s2-r ul li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.32rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: .32rem;
    padding-left: .17rem;
    position: relative;
    transition: all .5s;
}

.s2-r ul li h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: .13rem;
    background: #4465FC;
    width: 0.06rem;
    height: 0.06rem;
}

.s2-r ul li h4 {
    color: #666666;
    font-size: 0.14rem;
    line-height: .24rem;
    margin-top: 0.16rem;
    display: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    font-weight: normal;
    display: none;
    padding-left: .17rem;
    transition: all .5s;
}

.s2-r ul ul {
    height: 6.8rem;
}

.s2-r ul {
    margin-top: -.2rem;
}








.s3 {
    padding-top: .65rem;
    padding-bottom: .92rem;
}

.s3-c {}

.s3-c ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: .15rem;
    margin: 0 -.18rem;
}

.s3-c ul li {
    width: 33.33%;
    margin-top: .32rem;
}

.s3-c ul li a {
    display: block;
    margin: 0 .18rem;
    position: relative;
    z-index: 1;
    border-radius: 0.1rem;
    overflow: hidden;
    background: linear-gradient(180deg, #f0eefb 0%, #ffffff 100%);
    padding: .4rem .4rem .58rem .4rem;
}

.s3-c ul li:nth-child(2n+1) a {
    background: linear-gradient(180deg, #f0eefb 0%, #ffffff 100%);
}

.s3-c ul li:nth-child(2n) a {
    background: linear-gradient(180deg, #f9f0ef 0%, #ffffff 100%);
}

.s3-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #2fbdff 0%, #4465fc 100%);
    transition: all .5s;
    opacity: 0;
    z-index: -2;
}

.s3-c ul li:nth-child(1) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li:nth-child(2) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li:nth-child(3) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li:nth-child(4) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg4.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li:nth-child(5) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg5.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li:nth-child(6) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg6.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s3-c ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #091222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s3-c ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    margin-top: .32rem;
}
















@media screen and (min-width: 1025px) {

    .s2-r ul li.on {
        height: 1.75rem;
    }

    .s2-r ul li.on a::after {
        opacity: 1;
    }

    .s2-r ul li.on a::before {
        opacity: 1;
        width: 2.99rem;
    }

    .s2-r ul li.on a {
        padding: 0.23rem 0rem;
        align-items: flex-start;
    }

    .s2-r ul li.on h3 {
        color: #091222;
        -webkit-line-clamp: 2;
        height: .64rem;
    }

    .s2-r ul li.on h4 {
        display: block;
    }

    .s2-r ul li.on p, .s2-r ul li.on span, .s2-r ul li.on p i {
        color: #4465FC;
    }

    .s1-l ul li a:hover .coninfo .info h3, .s2-l ul li a:hover .coninfo .info h3, .s2-l ul li a:hover .coninfo .date div b, .s2-l ul li a:hover .coninfo .date div i, .tit-more a:hover {
        color: #4465FC;
    }

    .b-btm>ul>li .sq-more a:hover {
        width: 1.5rem;
        letter-spacing: 0.03rem;
    }

    .b-btm>ul>li .typet>ul li a:hover {
        color: #F97834;
    }

    .b-btm>ul>li:nth-child(2) .typet>ul li a:hover {
        color: #4465FC;
    }

    .s1-list li a:hover {
        border: 0.01rem solid #4465FC;
        box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(68, 101, 252, 0.3);
    }

    .s1-list li a:hover .info::before {
        opacity: 1;
    }

    .s1-list li a:hover .info dl dd {
        background: #FFFFFF;
        color: #4465FC;
    }

    .s1-list li a:hover .info h3 {
        color: #FFFFFF;
    }

    .s1-list li a:hover .info p {
        color: rgba(255, 255, 255, .8);
    }

    .s3-c ul li a:hover::before {
        opacity: 1;
    }

    .s3-c ul li a:hover h3 {
        color: #fff;
    }

    .s3-c ul li a:hover p {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .itit h3 {
        font-size: .3rem;
        line-height: .4rem;
    }

    .b-btm-ctn {
        top: 0;
        transform: translateY(calc(-100% - .35rem));
        left: 0;
        right: 0;
    }

    .b-btm {
        position: relative;
        z-index: 9;
    }

    .b-btm>ul>li {
        width: 47%;
    }

    .b-btm>ul>li .typet>div span {
        font-size: .2rem;
    }

    .b-btm>ul>li .typet>div img {
        width: .3rem;
    }

    .b-btm>ul>li .money b {
        font-size: .3rem;
        line-height: .3rem;
    }

    .tab-hd ul {}

    .tab-hd ul li {
        margin: 0 .1rem;
    }

    .tab-hd ul li a {
        font-size: .18rem;
        line-height: .4rem;
        padding: 0 .2rem;
    }

    .s1-list {
        margin: 0 -.05rem;
    }

    .s1-list li {
        width: 50%;
        margin-top: .1rem;
    }

    .s1-list li a {
        margin: 0 .05rem;
        padding: .05rem .05rem 0 .05rem;
    }

    .s1-list li a .info {
        padding: .2rem .1rem;
    }

    .s1-list li a .info h3 {
        font-size: .18rem;
        margin: .15rem 0 .1rem 0;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s2-l ul li a .coninfo {
        margin-left: 0;
        margin-top: 0;
        padding: .2rem 0 0 0;
    }

    .s2-l ul li a .coninfo .date div b {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s2-l ul li a .coninfo .info h3 {
        font-size: .2rem;
    }

    .s2-l ul li a .coninfo .info p {
        margin-top: .1rem;
    }

    .s2-l .s2-arr {
        left: 0;
        bottom: 0.1rem;
    }

    .s2-l .s2-arr div+div {
        margin-left: .1rem;
    }

    .s2-r ul li{
        height: auto;
    }
    .s2-r ul li a{
        padding: .1rem 0;
    }
    .s2-r ul li span{
        font-size: .26rem;
        line-height: .3rem;
    }

    .s2-r ul li h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .3rem;
    }
    .s2-r ul li .date{
        padding: 0;
        margin-left: .2rem;
    }
    .s3-c ul {
        margin: 0 -.05rem;
    }
    .s3-c ul li{
        width: 50%;
        margin-top: .1rem;
    }
    .s3-c ul li a{
        margin: 0 .05rem;
        padding: .2rem .1rem;
    }
    .s3-c ul li a h3{
        font-size: .18rem;
    }

    .s3-c ul li a p{
        margin-top: .15rem;
    }

    .s1{
        padding-top: .5rem;
    }
    .s2{
        padding-top: .5rem;
        margin-top: .5rem;
    }

    .s3{
        padding: .5rem 0;
    }


}

@media screen and (max-width: 768px) {
    .b-btm {
        padding: 0;
    }

    .b-btm>ul {
        display: block;
    }

    .b-btm>ul>li {
        width: auto;
        margin-top: .25rem;
        padding: .15rem;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
        border-radius: .1rem;
    }

    .b-btm>ul>li .sq-more {
        margin-top: .2rem;
    }



}

@media screen and (max-width: 480px) {}