@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; */
    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;
    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;
}




.tit {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .1rem;
}

.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.36rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #333333;
}


.tit-name>div p {
    display: flex;
    align-items: center;
}



.tit-name>div p span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #9E9E9E;
    margin-top: 0.07rem;
}


.tit-more {
    position: absolute;
    right: 0;
    top: .04rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

.tit-more a {
    position: relative;
    z-index: 9;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: all .5s;
    border-radius: 0.25rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
}

.tit-more a::before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.21rem;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 0.07rem;
}

.s1 {
    position: relative;
    z-index: 1;
    padding: 0.7rem 0 0.2rem 0;
}

.s1::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1rem;
    background: url(../images/s1-rbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 5.08rem;
    height: 5.96rem;
    z-index: -1;
}

.s1-c {
    display: flex;
    align-items: flex-start;
}

.s1-l {
    width: 7.5rem;
    margin-right: .6rem;
}

.s1-l {
    position: relative;
}

.s1-l .s1-dots {
    position: absolute;
}

.s1-l .s1-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: 0.27rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.s1-l .s1-dots span {
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 50%;
    margin: 0 .1rem;
    transition: all .5s;
    position: relative;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    margin: 0 .08rem !important;
    opacity: 1;
}

.s1-l .s1-dots span:before {
    content: "";
    display: block;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all .5s;
    width: 0.09rem;
    height: 0.09rem;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active {
    border-color: #fff;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active:before {
    opacity: 1
}

.s1-ll {
    /* transition: all .5s; */
}

.s1-l ul li a {
    display: block;
    background: #fff;
    transition: all .5s;
}

.s1-l ul li a .date {}

.s1-l ul li a .date b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #2d5bac;
    margin-right: 0.07rem;
}

.s1-l ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #fff;
    opacity: .8;
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 56%;
}

.s1-l ul li a .pic::after {
    height: 1.3rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.488) 58%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.s1-l ul li a .info {
    padding: 0 1.5rem .2rem .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .15rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r .s1-rfirst {
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: .15rem;
}

.s1-r .s1-rfirst a {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: .3rem;
}

.s1-r .s1-rfirst a .pics {
    width: 2.8rem;
    margin-right: .26rem;
    position: relative;
    z-index: 1;
}

.s1-r .s1-rfirst a .pics:before {}

.s1-r .s1-rfirst a .pics .pic {
    padding-top: 55%;
}

.s1-r .s1-rfirst a .info {
    flex: 1;
    min-width: 0;
    padding: .1rem;
}

.s1-r .s1-rfirst a .info div {
    display: flex;
    align-items: flex-end;
    margin-top: .04rem;
}

.s1-r .s1-rfirst a .info div b {
    font-family: Arial;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #BF1616;
}

.s1-r .s1-rfirst a .info div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #666666;
    margin-left: .05rem;
}

.s1-r .s1-rfirst a .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
}

.s1-r .s1-rfirst a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    color: #666666;
    margin-top: .096rem;
}

.s1-r ul li {}

.publist1 li a {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .2rem;
}

.publist1 li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #166A1E;
}

.publist1 li:nth-child(1) a {}

.publist1 li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem 0 .15rem;
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
}

.publist1 li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #BF1616;
    border-radius: 50%;
}

.publist1 li a span {
    min-width: 1rem;
    text-align: right;
    margin-left: .1rem;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #666666;
}

.s2 {
    position: relative;
    z-index: 1;
    padding: .5rem 0;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-rbg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    z-index: -1;
    pointer-events: none;
}


.s2-c {
    display: flex;
    align-items: flex-start;
}

.s2-l {
    width: 7.5rem;
    margin-right: .6rem;
}

.s2-llist1 {}

.s2-llist1 ul {
    display: flex;
    justify-content: space-between;
}

.s2-llist1 ul li {
    width: 48%;
}

.s2-llist1 ul li a {
    display: block;
    position: relative
}

.s2-llist1 ul li a .pic {
    padding-top: 67%;
}

.s2-llist1 ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 10, 27, 0) 0%, rgba(0, 10, 27, .6) 100%)
}

.s2-llist1 ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .2rem .25rem;
}

.s2-llist1 ul li a .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-family: AvantGardeITCbyBT-Book
}

.s2-llist1 ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-llist2 {
    margin-top: .3rem;
}

.s2-llist2 li a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: .48rem;
}

.s2-llist2 li a::before {}

.s2-llist2 li a::after {}

.s2-llist2 li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-left: .22rem;
    position: relative;
    font-size: 0.18rem;
    font-weight: normal;
    /* 浏览器可能不支持 */
    color: #333333;
}

.s2-llist2 li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0.05rem 0 0.05rem .06rem;
    border-style: solid;
    border-color: transparent transparent transparent #941207;
}

.s2-llist2 li a span {
    font-family: ArialMT;
    min-width: 1.1rem;
    font-size: 0.16rem;
    font-weight: normal;
    text-align: right;
    letter-spacing: normal;
    color: #666666;
}


.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul li:nth-child(1) a {
    margin-top: 0;
}

.s2-r ul li a {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: .25rem;
}


.s2-r ul li a .data {
    background-color: #AC160A;
    border: solid 0.01rem #AC160A;
    text-align: center;
    width: 0.65rem;
}

.s2-r ul li a .data p {
    line-height: 0.4rem;
    color: #AC160A;
    font-size: 0.24rem;
    background: #fff;
    font-weight: bold;
}

.s2-r ul li a .data span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #fff;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .3rem;
}

.s2-r ul li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    max-height: .48rem;
}

.s2-r ul li a .info h3 b {
    color: #1d50a2;
    font-weight: normal;
}

.s2-r ul li a>span {
    position: absolute;
    bottom: 0;
    right: 0.2rem;
    transform: translateY(50%);
    width: 0.7rem;
    line-height: 0.28rem;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    color: #f5f5f5;
    text-align: center;
}

.s3 {
    margin-top: .3rem;
}

.s3-c {
    display: flex;
    align-items: flex-start;
}

.s3-l {
    width: 7.5rem;
    margin-right: .6rem;
}

.s3-l ul {
    margin-top: -.1rem
}

.s3-l ul li a {
    display: block;
}

.s3-l ul li:nth-child(1) a .info2 {
    border-top-color: transparent;
}

.s3-l ul li:last-child a {
    border-bottom: 1px dashed rgba(15, 81, 162, 0.27);
}

.s3-l ul li a .info1 {
    height: 0.49rem;
    display: flex;
    align-items: center;
}

.s3-l ul li a .info1 h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: .16rem;
    line-height: .26rem;
    padding-left: .15rem;
    font-weight: normal;
    color: #333333;
}

.s3-l ul li a .info1 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #BF1616;
    border-radius: 50%;
}

.s3-l ul li a .info1 span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #666666;
}

.s3-l ul li a .info2 {
    display: none;
    padding-top: .15rem;
    position: relative;
    border-top: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: .15rem;
    margin-bottom: .1rem;
}


.s3-l ul li a .info2 .text {
    flex: 1;
    min-width: 0;
}

.s3-l ul li a .info2 .text h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-l ul li a .info2 .text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.11rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}


.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -.23rem;
}

.s3-r ul li {
    width: 50%;
    position: relative;
    z-index: 1;
}

.s3-r ul li:nth-child(2)~li {
    margin-top: .3rem;
}


.s3-r ul li a {
    display: block;
    z-index: 1;
    position: relative;
    padding: .24rem;
    margin: 0 .23rem;
}

.s3-r ul li a .publine-t {
    top: .1rem;
    left: 0.05rem;
    right: 0.05rem;
}

.s3-r ul li a .publine-b {
    bottom: .1rem;
    left: 0.05rem;
    right: 0.05rem;
}

.s3-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
    opacity: 0;
}

.s3-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    pointer-events: none;
    transition: all .5s;
    border: 1px solid #E6E6E6;
    background: #fff;
}

.s3-r ul li a .date {
    display: flex;
    align-items: center;
    font-family: sys-b;
    margin-top: .1rem;
}

.s3-r ul li a .date b {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #A20404;
}

.s3-r ul li a .date span {}

.s3-r ul li a .info {}

.s3-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
}

.s3-r ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #888888;
    margin-top: 0.05rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s4 {
    margin-top: .7rem;
}

.s4 .tit {
    justify-content: center;
}

.s4 .tit-name>div p {
    justify-content: center;
}

.s4-t {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.s4-t::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.5rem;
    bottom: -.7rem;
    background: url(../images/s4-tbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    width: 19.2rem;
}

.s4-l {
    width: 6.82rem;
    margin-right: .56rem;
    position: relative;
}
.s4-l::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: 0 .35rem .5rem 0;
    border-style: solid;
    border-color: transparent transparent #F3EFEF transparent;
}

.s4-l ul li a {
    display: block;
}

.s4-l ul li a .pic {
    padding-top: 66%;
}


.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-r ul li a {
    display: block;
}

.s4-r ul li a h3 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.35rem;
    letter-spacing: normal;
    color: #333333;
    border-left: 0.05rem solid #AC160A;
    padding-left: .15rem;
}


.s4-r ul li a dl dd {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333333;
    margin-top: .3rem;
}

.s4-r ul li a dl dd b {
    font-weight: 600;
}

.s4-b {
    /* margin-top: -.3rem; */
    /* margin-left: 2.74rem; */
    position: relative;
    z-index: 2;
}

.s4-b .slick {
    padding: .2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.1rem 0.15rem 0rem rgba(0, 0, 0, 0.05);
}

.s4-b .slick ul {}

.s4-b .slick ul li a {
    transition: all .5s;
    display: block;
    border: solid 0.03rem transparent;
    margin: 0 0.02rem;
    position: relative;
    z-index: 1;
}

.s4-b .slick ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* border: 0.03rem solid #AC160A; */
    z-index: 3;
    transition: all .5s;
    opacity: 0;
}

.s4-b .slick ul li a .pic {
    padding-top: 61%;
}

.s4-b .slick ul li a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .5s;
}

.s4-b .slick ul li.slick-current a::before {
    opacity: 1;
}

.s4-b .slick ul li.slick-current a .pic::after {
    opacity: 0;
}


.s4-b .slick-arrow {
    cursor: pointer;
    border: 0.01rem solid #AC160A;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
}

.s4-b .slick-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background: #AC160A;
    opacity: 0;
    transition: all .5s;
}

.s4-b .slick-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.s4-b .slick-arrow.slick-prev {
    left: -.9rem;
}

.s4-b .slick-arrow.slick-next {
    right: -.9rem;
}

.s4-b .slick-arrow:hover::before {
    opacity: 1;
}

.s4-b .slick-arrow.slick-prev::after {
    background: url(../images/prev2.png) no-repeat;
    background-position: center center;
    background-size: .25rem auto;
}

.s4-b .slick-arrow.slick-next::after {
    background: url(../images/next2.png) no-repeat;
    background-position: center center;
    background-size: .25rem auto;
}

.s5 {
    padding-top: 1.04rem;
    position: relative;
    z-index: 1;
    padding-bottom: .79rem;
}
.s5::before{
    content: "";
    position: absolute;
    left: 0;
    top: -.9rem;
    right: 0;
    bottom: 0;
    background: url(../images/s5-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-c {}

.s5-c ul li a {
    display: block;
}

.s5-c ul li a div {
    width: 2rem;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/s5-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.s5-c ul li a div::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-iconbg.png) no-repeat;
    background-position: center center;
    background-size: 48% auto;
    opacity: 0;
    transition: all .5s;
}

.s5-c ul li a div h3 {
    display: flex;
    align-items: flex-end;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-c ul li a div h3 b {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s5-c ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: normal;
    color: #474747;
    text-align: center;
    margin-top: .25rem;
}

.s5-c .slick-prev, .s5-c .slick-next {
    width: 0.34rem;
    height: 0.43rem;
    top: 1.15rem;
}

.s5-c .slick-prev {
    background: url(../images/prev3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    left: -1rem;
}

.s5-c .slick-next {
    background: url(../images/next3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    right: -1rem;
}


@media screen and (min-width: 1025px) {
    .publist1 li a:hover p,.s1-r .s1-rfirst a:hover .info h3,.s2-r ul li a:hover h3,.s2-llist2 li a:hover p,.s5-c ul li a:hover p,.tit-more a:hover{
        color: #AC160A;font-weight: 600;
    }
    .s3-l ul li.on a .info1 {
        display: none;
    }

    .s3-l ul li.on a .info2 {
        display: flex;
    }

    .s3-l ul li.on a {
        border-color: transparent;
    }

    .s3-l ul li.on+li a {
        border-top-color: transparent;
    }

    .s3-r ul li:hover::before {
        background: #004192;
    }

    .s3-r ul li:hover a::before {
        opacity: 1;
    }

    .s3-r ul li:hover a .date b {
        color: #FFFFFF;
    }

    .s3-r ul li:hover a .date span {
        color: rgba(255, 255, 255, 0.95)
    }

    .s3-r ul li:hover a .info {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .s3-r ul li:hover a .info h3 {
        color: #FFFFFF;
    }

    .s3-r ul li:hover a .info p {
        color: #FFFFFF;
        opacity: .6;
    }

    .s4-b .slick-arrow.slick-prev:hover::after {
        background: url(../images/prev2-w.png) no-repeat;
        background-position: center center;
        background-size: .25rem auto;
    }

    .s4-b .slick-arrow.slick-next:hover::after {
        background: url(../images/next2-w.png) no-repeat;
        background-position: center center;
        background-size: .25rem auto;
    }

    .s5-c ul li a:hover div::before{
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {

    .tit-name>div h2{font-size: .26rem;line-height: .3rem;}
    .tit-name>div p span{font-size: .14rem;line-height: .2rem;}
    .s1-l ul li a .info{padding: 0 1.2rem .1rem .15rem;}
    .s1-l .s1-dots{bottom: 0.2rem;}
    .s1-l .s1-dots span{margin: 0 0.05rem !important;}
    .s2-llist1 ul li{width: 49%;}
    .s2-llist1 ul li a .info{padding: .1rem;}
    .s3-r ul{margin: 0 -.05rem;}
    .s3-r ul li a{margin: 0 .05rem;}
    .s3-r ul li:nth-child(2)~li{margin-top: .1rem;}
    .s4 .tit{justify-content: flex-start;}
    .s4-l::before{display: none;}
    .s4-b{margin-left: .4rem;margin-right:.4rem;margin-top: .3rem;}
    .s4-b .slick{padding: .1rem;}
    .s4-b .slick-arrow.slick-prev{left: -.55rem;}
    .s4-b .slick-arrow.slick-next{right: -.55rem;}
    .s4-b .slick-arrow{width: .35rem;height: 0.35rem;}
    .s4-r ul li a h3{font-size: .2rem;line-height: .3rem;}
    .s4-r ul li a dl dd{margin-top: .15rem;}
    .s5-c ul li a div{width: 1.5rem;height: 1.72rem;}
    .s5-c ul li a div h3 b{font-size: .2rem;line-height: .2rem;}
    .s5-c ul li a p{font-size: .16rem;line-height: .2rem;margin-top: .1rem;}

    .s1-c,.s2-c,.s3-c,.s4-t{display: block;}
    .s1-l,.s2-l,.s3-l,.s4-l{width: auto;margin-right: 0;margin-bottom: .3rem;}
    
    .s1-r{}
    .s1,.s2,.s5{padding: .5rem 0;}
    .s3,.s4{margin-top: .5rem;}

}

@media screen and (max-width: 768px) {
    .s1-r .s1-rfirst a{display: block;}
    .s1-r .s1-rfirst a .pics{width: auto;margin-right: 0;}
    .s1-r .s1-rfirst a .info{padding: .15rem;}
    .s1-r .s1-rfirst a .info h3{height: auto;max-height: .6rem;}
}

@media screen and (max-width: 480px) {}