﻿@charset "utf-8";

body {
    overflow-x: hidden;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide a>video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 0;
    left: 0;
    width: auto;
    bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.16rem;
    height: 0.16rem;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 .16rem;
    position: relative;
    transition: all .5s;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #fff;
    transition: all .5s;
    display: none;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.banner .slick-dots li.slick-active button {
    background: #ff8a00;
}

.banner-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    justify-content: center;
    width: 15rem;
    margin: 0 auto;
}

.banner-btm::before {
    content: "";
    position: absolute;
    left: -2.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0px 0.7rem 0.7rem 0px;
    background: rgba(255, 255, 255, 0.9);
}

.banner-btm ul {
    display: flex;
    align-items: center;
    height: 1.4rem;
}

.banner-btm ul li {
    width: 25%;
    position: relative;
}

.banner-btm ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #DEC7C9;
    height: 0.7rem;
}

.banner-btm ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btm ul li a .icon {
    padding: 0.05rem;
    border: 1px dashed #B31A25;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .16rem;
    position: relative;
}

.banner-btm ul li a .icon::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    right: 0.05rem;
    bottom: 0.05rem;
    border: 1px dashed #B31A25;
    border-radius: 50%;
}

.banner-btm ul li a .icon img {
    max-width: 70%;
    max-height: 70%;
    min-height: .3rem;
}

.banner-btm ul li a p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: .3rem;
    /* 标题333 */
    color: #333333;
}



/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit {
    position: relative;
    display: flex;
}

.itit-text h3 {
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
}

.itit-text div {
    width: 1.28rem;
    height: 0.16rem;
    background: url(../images/itit-btm.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 0.08rem;
}

.itit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.itit-more a {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
    position: relative;
    padding-right: .32rem;
    border-bottom: 1px solid #B31A25;
    padding-left: .17rem;
    display: block;
    transition: all .5s;
}

.itit-more a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    background: url(../images/more-bg.png) no-repeat;
    background-position: center center;
    width: 0.31rem;
    height: 0.3rem;
    background-size: 100% 100%;
}

.itit-w .itit-text h3 {
    color: #fff;
}

.itit-w .itit-text div {
    background: url(../images/itit-btm2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.itit-w .itit-more a {
    color: #FFFFFF;
    border-color: #fff;
}

.itit-w .itit-more a::after {
    background: url(../images/more-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s1 {
    background: url(../images/s1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .73rem 0 1.86rem 0;
}

.s1-c {
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;
}

.s1-l {
    width: 8rem;
    margin-right: .6rem;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 63.75%;
}

.s1-l ul li a .info {
    margin-right: 1.3rem;
    position: relative;
    background: #B31A25;
    z-index: 2;
    margin-top: -.4rem;
}

.s1-l ul li a .info::before {
    content: "";
    position: absolute;
    width: 0.75rem;
    height: 0.76rem;
    right: -0.75rem;
    bottom: 0;
    background: url(../images/s1-peo.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.s1-l ul li a .info::after {
    content: "";
    position: absolute;
    width: 100%;
    right: -0.75rem;
    bottom: 0;
    top: 0;
    background: url(../images/s1-l-infobg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    z-index: -2;
    pointer-events: none;
}

.s1-l ul li a .info h3 {
    padding: 0 .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.6rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-l {}

.s1-l .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 0;
    left: 0;
    width: auto;
    bottom: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1-l .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.12rem;
    height: 0.12rem;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 .16rem;
    position: relative;
    transition: all .5s;
    border-radius: 50%;
    border: 1px solid #fff;
}

.s1-l .slick-dots li:before {}


.s1-l .slick-dots li button {
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background-color: #fff;
}



.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li+li {
    margin-top: .4rem;
}

.s1-r ul li a {
    display: flex;
}

.s1-r ul li a .pics {
    width: 2.2rem;
    margin-right: .1rem;
}

.s1-r ul li a .pics .pic {
    padding-top: 68%;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
    padding-left: .1rem;
}

.s1-r ul li a .info span {
    display: block;
    background: url(../images/icon-time-r.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
    padding-left: .25rem;
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    color: #B31A25;
    transition: all .6s;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.28rem;
    text-align: justify;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    margin-top: .15rem;
    margin: .1rem 0;
    font-weight: normal;
}

.s1-r ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s2 {
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1px 0 .36rem 0;
}

.s2-c {
    display: flex;
    align-items: center;
}

.s2-l {
    width: 4.2rem;
}

.s2-l .itit {
    display: flex;
    justify-content: center;
}

.s2-l .itit>div {}

.s2-l .itit-more {
    position: static;
    display: flex;
    margin-top: 1.5rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul {
    padding: .53rem 0.6rem .62rem 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF url(../images/s2-rulbg.png) no-repeat;
    background-position: center center;
    background-size: 80% auto;
    margin-top: -.76rem;
}

.s2-r ul li {
    width: calc(50% - .3rem);
}

.s2-r ul li:nth-child(2)~li {
    margin-top: .4rem;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
}

.s2-r ul li a .date {
    width: 0.7rem;
    height: 0.8rem;
    font-family: Bebas;
    text-align: center;
    margin-right: .2rem;
    border-radius: 0.04rem;
    /* 主色 */
    background: #B31A25 url(../images/s2-rdate-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s2-r ul li a .date b {
    display: block;
    line-height: .4rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #fff;
}

.s2-r ul li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .28rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .6rem 0 .93rem 0;
}

.s3-c {
    display: flex;
    margin-top: .3rem;
}

.s3-l {
    width: 5.2rem;
}

.s3-l ul li+li {
    margin-top: .2rem;
}

.s3-l ul li a {
    display: block;
    border-top: 2px solid #B31A25;
    background: #FFFFFF;
    padding: .26rem .25rem .25rem .3rem;
}

.s3-item {
    display: block;
}

.s3-itemt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s3-itemt .date {
    width: 0.8rem;
}

.s3-itemt .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
}

.s3-itemt .date div {
    padding-left: .32rem;
    background: url(../images/s3-itemt-dbdf.png) no-repeat;
    background-position: .2rem center;
    background-size: .06rem auto;
    height: 0.3rem;
    display: flex;
    align-items: flex-end;
    margin-top: 0.05rem;
}

.s3-itemt .date div span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
}

.s3-itemt h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s3-itemt p {
    width: 100%;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    /* 摘要999 */
    color: #999999;
    margin-top: .16rem;
}


.s3-l ul li a .s3-itemt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r ul {
    display: flex;
}

.s3-r ul li {
    width: 50%;
}

.s3-r ul li a {
    display: block;
    margin-left: .5rem;
}

.s3-r ul li a .pic {
    padding-top: 63.6%;
}

.s3-r ul li a .s3-itemt {
    background: #fff;
    padding: .28rem .3rem .5rem .3rem;
    margin-left: .2rem;
    position: relative;
    z-index: 1;
}

.s3-r ul li a .s3-itemt::before {
    content: "";
    position: absolute;
    right: 100%;
    top: -2px;
    width: 0.26rem;
    height: 0.33rem;
    background: url(../images/item-line.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: -.1rem;
    z-index: -2;
}

.s3-r ul li a .s3-itemt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.s3-r ul li a .s3-itemt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin-top: .22rem;
}

.group1 {
    background: url(../images/group1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .97rem 0 1.09rem 0;
}

.s4-c {
    display: flex;
    margin-top: .3rem;
}

.s4-l {
    width: 9.3rem;
    margin-right: .6rem;
}


.s4-lswiper .swiper-slide {
    width: 7.2rem;
}


.s4-lswiper .swiper-slide.swiper-slide-prev a {
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}

.s4-lswiper .swiper-slide.swiper-slide-next a {
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 80%);
}

.s4-lswiper .swiper-slide a {
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    transition: all 0.5s;
    position: relative;
}

.s4-lswiper .swiper-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(51, 51, 51, 0.7);
    transition: all .5s;
}

.s4-lswiper .swiper-slide a .pic {
    padding-top: 59.7%;
}

.s4-lswiper .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.37rem;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.s4-lswiper .swiper-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
    padding: 0 .3rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    z-index: 9;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
}


.s4-l .swiper-prev {
    position: absolute;
    left: .45rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(0, 0, 0, .5) url(../images/swiper-prev2.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
}

.s4-l .swiper-next {
    position: absolute;
    right: .45rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(0, 0, 0, .5) url(../images/swiper-next2.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
}

.s4-l .swiper-slide.swiper-slide-active a::before {
    opacity: 0;
}
.s4-l .swiper-slide.swiper-slide-active a p{
    opacity: 1;
}
.s4-lswiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-first {}

.s4-first a {
    display: block;
    position: relative;
    padding-bottom: .2rem;
}

.befaft {
    position: relative;
}

.befaft::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: 1px dashed #D8D8D8;
}

.befaft::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: 2;
    border-bottom: 1px solid #B31A25;
    transition: all .5s;
}

.s4-first a span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
}

.s4-first a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.06rem 0 0.08rem 0;
}

.s4-first a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    /* 摘要999 */
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}

.s4-r ul {}

.s4-r ul li {}

.s4-r ul li a {
    display: flex;
    align-items: center;
    height: .6rem;
}

.s4-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s4-r ul li a span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
    margin-left: .2rem;
}

.s5 {
    margin-top: .88rem;
}

.s5-c {
    margin-top: .58rem;
}

.s5-c ul {
    margin: 0 -.22rem;
}

.s5-c ul li {}

.s5-c ul li a {
    display: block;
    margin: 0 .22rem;
}

.s5-c ul li a .pic {
    padding-top: 59.5%;
}

.s5-c ul li a .info {
    margin-left: .2rem;
    position: relative;
    padding: .28rem .3rem .25rem .3rem;
    display: flex;
    align-items: center;
}

.s5-c ul li a .info::before {
    content: "";
    position: absolute;
    right: 100%;
    top: -2px;
    width: 0.26rem;
    height: 0.33rem;
    background: url(../images/item-line.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: -.1rem;
    z-index: -2;
}

.s5-c ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.s5-c ul li a .info .date {
    width: 0.83rem;
    display: flex;
}

.s5-c ul li a .info .date div {
    text-align: right;
}

.s5-c ul li a .info .date b {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
}

.s5-c ul li a .info .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    /* 主色 */
    color: #8F000B;
}

.s5-c ul li a .info h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    /* 标题333 */
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}
.s5-c .slick-prev,.s5-c .slick-next{}
.s5-c .slick-prev{
    position: absolute;
    left: -.35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(0, 0, 0, .5) url(../images/swiper-prev2.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
}
.s5-c .slick-next{
    position: absolute;
    right: -.35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(0, 0, 0, .5) url(../images/swiper-next2.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
}


@media screen and (min-width: 1025px) {
    .befaft:hover::after {
        left: 0;
        width: 100%;
    }
    .banner-btm ul li a:hover p{
        color: #8F000B;
    }
    .itit-more a:hover{
        color: #B31A25;
        padding-right: .4rem;
        padding-left: .09rem;
    }
    .itit-w .itit-more a:hover{
        color: #fff;
    }
    .s1-r ul li a:hover .info h3,.s2-r ul li a:hover .info h3,.s3-itemt:hover h3,.s4-first a:hover h3,.s4-r ul li a:hover h3,.s5-c ul li a:hover .info h3{
        color: #B31A25;
        font-weight: 600;
    } 
   
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots{bottom: .2rem;}
    .banner .slick-dots li{width: .12rem;height: .12rem;}
    .index {
        position: relative;
    }
    .banner-btm{position: static;width: auto;}
    .banner-btm ul{flex-wrap: wrap;height: auto;padding: .3rem 0 .15rem 0;justify-content: center;}
    .banner-btm ul li{width: 33.33%;margin-bottom: .15rem;}
    .banner-btm ul li a p{font-size: .18rem;text-align: center;}
    .banner-btm ul li+li::before{content: none;}
    .banner-btm ul li a{display: block;}
    .banner-btm ul li a .icon{margin: 0 auto;}


    .itit{justify-content: flex-start;}
    .itit-text h3{font-size: .24rem;line-height: .24rem;}

    .s1-r ul li a .info{padding-right: 0;}
    .s1-r ul li a .info h3{height: auto;max-height: .56rem;}
    .s1-r ul li+li {margin-top: .2rem;}

    .s1-c,.s2-c,.s3-c,.s4-c{display: block;}

    .s1-l,.s4-l{width: auto;margin-right: 0;margin-bottom: .35rem;}
    .s2-c{padding-top: .35rem;}
    .s2-r ul{padding: .25rem .15rem;margin-top: 0.3rem;}
    .s2-r ul li{width: 49%;}
    .s2-l,.s3-l{width: auto;}
    .s2-l .itit-more{position: absolute;margin-top: 0;}
    .s3-r ul{margin-top: .35rem;justify-content: space-between;}
    .s3-r ul li{width: 49%;margin-left: 0;}
    .s3-r ul li a{margin-left: 0;}
    .s3-r ul li a .s3-itemt{padding: .15rem;}
    .s5-c{padding: 0 .35rem;}
    .s5-c ul{margin: 0;}
    .s5-c ul li a{margin: 0 .1rem;}
    .s1,.s3,.group1{padding: .5rem 0;}
    .s5{margin-top: .5rem;}
    .s4-lswiper {
        padding: 0 10%;
    }
    .s4-lswiper .swiper-slide {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .s1-r ul li a,.s2-r ul{display: block;}
    .s1-r ul li a .pics{width: auto;margin-right: 0;margin-bottom: .2rem;}
    .s1-r ul li a .info{padding-right: 0;padding-bottom: .2rem;}
    .s2-r ul li,.s3-r ul li{width: auto;}
    .s2-r ul li+li {margin-top: .2rem !important;}
    .s2-l .itit,.s3-r ul{display: block;}
    .s3-r ul li+li{margin-top: .2rem;}
}