@charset "utf-8";

.banner-box {
    background: #000;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.Bannerslick,
.Bannerslick div,
.Bannerslick .slick-slide a {
    height: 100%;
    overflow: hidden;
}

.Bannerslick .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 3s;
    transform: scale(1);
}

.Bannerslick .slick-slide.slick-current img {
    transform: scale(1.1);
}

.Bannerslick .slick-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Bannerslick {
    position: relative;
}

.Bannerslick .slick-slide a {
    display: block;
    position: relative
}

.Bannerslick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.23rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 2%, rgba(20, 0, 0, 0) 72%);
}

.Bannerslick .slick-list::after {
    /* content: ""; */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.81rem;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, #000000 94%);
}

/* µã */
.Bannerslick .slick-dots {
    bottom: 0.85rem;
    font-size: 0;
    width: 0.34rem;
    right: 3.64%;
    z-index: 1;
}

.Bannerslick .slick-dots li {
    transition: all 0.3s;
    margin: 0.05rem 0;
    padding: 0;
    font-size: 0;
    width: auto;
    height: auto;
}

.Bannerslick .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 0.34rem;
    height: 0.31rem;
    font-family: "sys-r";
    font-size: 0.16rem;
    color: #FFFFFF;
    transition: all 0.3s;
}

.Bannerslick .slick-dots li.slick-active button {
    background: url(/xmt/images/ban-dot.png) no-repeat center;
    margin: 0.2rem 0;
}

.Bannerslick .slick-dots li.slick-active i {
    display: inline-block;
    height: 0.9rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s;
}

.Bannerslick .slick-dots li.slick-active i::after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.05rem;
    height: 0.05rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}


.Bannerslick .slick-dots li.slick-active i:nth-of-type(2) {
    height: 0.54rem;
}

.Bannerslick .slick-dots li.slick-active i:nth-of-type(2)::after {
    bottom: inherit;
    top: -0.05rem;
}

/* ¼ýÍ· */
.Bannerslick .slick-prev,
.Bannerslick .slick-next {
    width: 0.13rem;
    height: 0.25rem;
    z-index: 9;
    transition: all 0.4s;
    font-size: 0;
    top: inherit;
    transform: none;
    bottom: 0.25rem;
}

.Bannerslick .slick-prev:before,
.Bannerslick .slick-next::before {
    display: none;
}

.Bannerslick .slick-prev {
    left: inherit;
    right: 15.1%;
    background: url(/xmt/images/ban-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.Bannerslick .slick-next {
    right: 9.58%;
    background: url(/xmt/images/ban-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* 
#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 20px;
    z-index: 9;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    line-height: 52px;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear 1.5s;
    opacity: 0;
}

#downPage::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear;
    opacity: 0;
} */

@keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#downPage img {
    display: inline-block;
    vertical-align: middle;
}



/* Ö÷Ìå */

.title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tit-c {
    display: flex;
    align-items: center;
}

.tit-c h3 {
    font-family: "syh-b";
    font-size: 0.37rem;
    font-weight: bold;
    line-height: 1;
    color: rgba(65, 31, 38, 0.9098);
}

.tit-c p {
    font-family: "syh-b";
    font-size: 0.37rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #E4E4E4;
    margin-left: 0.1rem;
    min-width: 2.5rem;
}

.more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

.more::before {
    content: '';
    position: absolute;
    bottom: 0.06rem;
    left: -0.5rem;
    width: 0.42rem;
    height: 0.3rem;
    background: url(/xmt/images/more-zs.png) no-repeat;
    background-size: 100% auto;
}

.more a {
    display: block;
    padding-right: 0.4rem;
    line-height: 0.24rem;
    text-align: center;
    background: url(/xmt/images/more-jt.png) no-repeat right center;
    background-size: 0.31rem auto;
    font-size: 0.18rem;
    font-weight: 290;
    color: #992030;
    transition: all 0.4s;
}

.more a:hover {
    text-decoration: underline;
}



.section1 {
    overflow: hidden;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
}

.s1-l {
    width: 50%;
    padding-top: 0.82rem;
}

.s1-l .s1-lbox {
    padding-right: 1rem;
}

.s1-l .s1-lbox>h3 {
    margin-top: 0.76rem;
    font-family: "syh-m";
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #9E3639;
}

.s1-l .s1-lbox>p {
    margin-top: 0.53rem;
    font-family: "syh-m";
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #464646;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.s1-l .gd {
    margin-top: 0.42rem;
}

.s1-l .gd a {
    display: block;
    border: 1px solid #9E3639;
    width: 1rem;
    line-height: 0.34rem;
    text-align: center;
    font-family: "syh-r";
    font-size: 0.16rem;
    color: #b6647d;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.s1-l .gd a i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    background: #9E3639;
    /* transition: all 0.4s; */
    z-index: -1;
}

.s1-l .gd a:hover {
    color: #fff;
}


.s1-r {
    width: 50%;
    margin-left: -0.36rem;
}

.s1-r ul {
    width: calc((100vw - 16rem)/2 + 100% + 0.36rem);
    position: relative;
}

.s1-r ul::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/xmt/images/s1-rk.png) no-repeat left center;
}

.s1-r ul li .bg_img {
    height: 6.68rem;
}

.s1-r .bg_img .a {
    background-position: left center;
}

.s1-r .bg_img:hover .a {
    transform: none;
}



.section2 {
    position: relative;
    z-index: 1;
    padding-top: 0.45rem;
    padding-bottom: 0.93rem;
    overflow: hidden;
}

.section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: url(/xmt/images/section2-bg.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.section2 .tit-c p {
    color: #fff;
}

.s2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.s2-l {
    width: 38.12%;
}

.s2-l ul li a {
    display: flex;
    align-items: center;
}

.s2-l ul li a .s2-lpic {
    width: 82.95%;
}

.s2-l ul li a .s2-lpic>div {
    background: linear-gradient(90deg, #9E3639 0%, rgba(158, 54, 57, 0) 100%);
    border-radius: 50%;
    overflow: hidden;
    padding: 0.26rem 0.2rem 0.24rem 0.3rem;

}

.s2-l ul li a .s2-lpic .pic {
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;

}

.s2-l ul li a .s2-ltx {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
}

.s2-l ul li a .s2-ltx b {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.35rem;
    writing-mode: tb-rl;
    color: #9E3639;
    text-align: center;
}

.s2-l ul li a .s2-ltx h3 {
    display: block;
    font-size: 0.23rem;
    font-weight: normal;
    line-height: 0.27rem;
    color: #52333A;
    width: 0.35rem;
    text-align: center;
    margin-left: 0.07rem;
    writing-mode: tb-rl;
    writing-mode: vertical-lr;
}


.s2-r {
    width: 58.43%;
    padding-top: 0.33rem;
}

.s2-rt {
    padding-right: 0.36rem;
}

.s2-rt ul li .s2-rt-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2-rt ul li .s2-rt-tit .l {
    display: flex;
    align-items: center;
}

.s2-rt ul li .s2-rt-tit .l h3 {
    font-size: 0.23rem;
    font-weight: 400;
    color: #3D3D3D;
}

.s2-rt ul li .s2-rt-tit .l h4 {
    font-size: 0.15rem;
    color: #9E3639;
    margin-left: 0.35rem;
}

.s2-rt ul li .s2-rt-tit .r a {
    display: block;
    font-size: 0.15rem;
    color: #9E3639;
    background: url(/xmt/images/more-jt.png) no-repeat right center;
    background-size: 0.31rem auto;
    padding-right: 0.36rem;
    transition: all 0.4s;
}

.s2-rt ul li .s2-rt-tit .r a:hover {
    text-decoration: underline;
}

.s2-rt ul li .s2-rt-d {
    margin-top: 0.5rem;
}

.s2-rt ul li .s2-rt-d p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #555555;
    line-height: 0.38rem;
    height: 0.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2-rd {
    margin-top: 0.55rem;
    /* overflow: hidden; */
}

.s2-rd ul {
    margin: 0 -0.16rem;
}

.s2-rd ul li a {
    display: block;
    margin: 0 0.16rem;
    text-align: center;
}

.s2-rd ul li a .pic {
    padding-top: 130%;
}

.s2-rd ul li a h3 {
    font-family: "syh-r";
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #52333A;
    margin-top: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s;
}

.s2-rd ul li:hover a h3 {
    color: #9E3639;
}

.s2-rd .slick-prev,
.s2-rd .slick-next {
    top: inherit;
    transform: none;
    bottom: 0;
    width: 0.37rem;
    height: 0.36rem;
    z-index: 9;
}

.s2-rd .slick-prev {
    left: -0.15rem;
    background: url(/xmt/images/s2-rdprev.png) no-repeat;
    background-size: 100% auto;
}

.s2-rd .slick-next {
    right: -0.15rem;
    background: url(/xmt/images/s2-rdnext.png) no-repeat;
    background-size: 100% auto;
}



.section3 {
    position: relative;
    z-index: 1;
    padding-top: 0.98rem;
    overflow: hidden;
}

.section3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url(/xmt/images/section3-bg.png) no-repeat center top;
    background-size: cover;
    z-index: -1;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.s3-c::before {
    content: '';
    position: absolute;
    top: 1.02rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    background: #fff;
}

.s3-c::after {
    content: '';
    position: absolute;
    top: 1.02rem;
    bottom: 0;
    left: 50%;
    width: 0.3rem;
    opacity: 0.2;
    background: linear-gradient(90deg, rgba(158, 54, 57, 0.39) 0%, rgba(255, 255, 255, 0) 100%);
}

.s3-c .tit-c h3 {
    color: #fff;
}

.s3-c .tit-c p {
    color: rgba(255, 255, 255, 0.16);
}

.s3-c .more a {
    color: #fff;
    background: url(/xmt/images/more-jt2.png) no-repeat right center;
}

.s3-c .more::before {
    background: url(/xmt/images/more-zs2.png) no-repeat;
    background-size: 100% auto;
}

.s3-l,
.s3-r {
    width: 50%;
}

.s3-l .title {
    margin-right: 0.4rem;
}

.s3-r .title {
    margin-left: 0.4rem;
}

.s3-l ul,
.s3-r ul {
    padding: 0.6rem 0.4rem 0.4rem 0.3rem;
    background: #FFFFFF;
    margin-top: 0.52rem;
    position: relative;
}

.s3-l ul {
    border-radius: 0.23rem 0 0 0;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}

.s3-r ul {
    padding: 0.6rem 0.4rem 0.4rem 0.6rem;
    border-radius: 0 0.23rem 0 0;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.s3-l ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0.24rem 0;
}

.s3-l ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.16rem;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #9E3639;
    display: none;
    z-index: -1;
}

.s3-l ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.s3-l ul li:last-child a::after {
    display: none;
}

.s3-l ul li a .date {
    width: 0.9rem;
    height: 0.66rem;
    text-align: right;
    padding-right: 0.2rem;
    padding-top: 0.05rem;
    border-radius: 0px 0.23rem 0px 0px;
    margin-right: 0.2rem;
    font-family: "sys-m";
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.s3-l ul li a .date::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    border: 1px solid;
    border-image: linear-gradient(90deg, #892B2E 0%, rgba(0, 0, 0, 0) 100%) 1;
    z-index: -1;
    transition: all 0.3s;
}

.s3-l ul li a .date b {
    display: block;
    font-size: 0.2rem;
    font-weight: 500;
    color: #9E3639;
    transition: all 0.3s;
}

.s3-l ul li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: 500;
    color: #757575;
    transition: all 0.3s;

}

.s3-l ul li a .s3-ltx {
    flex: 1;
    min-width: 0;
}

.s3-l ul li a .s3-ltx h3 {
    font-family: "syh-r";
    font-size: 0.18rem;
    line-height: 1;
    color: #464646;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
}

.s3-l ul li a .s3-ltx p {
    font-family: "syh-r";
    font-size: 0.15rem;
    line-height: 1;
    color: #9E9E9E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.12rem;
    transition: all 0.3s;
}

.s3-l ul li:hover a::before {
    display: block;
}

.s3-l ul li:hover a .date::before {
    background: #9E3639;
    opacity: 1;
}

.s3-l ul li:hover a .date b,
.s3-l ul li:hover a .date span {
    color: #fff;
}

.s3-l ul li:hover a .s3-ltx h3 {
    color: #282828;
}

.s3-l ul li:hover a .s3-ltx p {
    color: #282828;
    opacity: 0.7;
}


.s3-r ul li {
    margin-top: 0.7rem;
}

.s3-r ul li:first-child {
    margin-top: 0;
}

.s3-r ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s3-r ul li a .s3-rpic {
    width: 2.27rem;
    margin-right: 0.24rem;
}

.s3-r ul li a .s3-rpic .pic {
    padding-top: 58.14%;
}

.s3-r ul li a .s3-rtx {
    flex: 1;
    min-width: 0;
}

.s3-r ul li a .s3-rtx .s3-rsj {
    width: 80%;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx .s3-rsj::before {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    right: -0.07rem;
    width: 0.07rem;
    height: 0.07rem;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx .s3-rsj .date {
    display: inline-block;
    line-height: 0.32rem;
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx .s3-rsj .date div {
    background: #EBEBEB;
    padding: 0 0.2rem 0 0.12rem;
    clip-path: polygon(0 0, calc(100% - 0.13rem) 0, 100% 100%, 0 100%);
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx .s3-rsj .date span {
    display: inline-block;
    font-size: 0.14rem;
    color: #9E3639;
    background: url(/xmt/images/s3-sj1.png) no-repeat left center;
    background-size: 0.11rem auto;
    padding-left: 0.22rem;
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx h3 {
    font-family: "syh-r";
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #464646;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.14rem;
    transition: all 0.4s;
}

.s3-r ul li a .s3-rtx p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #3D3D3D;
    opacity: 0.8;
    margin-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s;
}

.s3-r ul li:hover a .s3-rtx .s3-rsj {
    border-bottom-color: #9E3639;
}

.s3-r ul li:hover a .s3-rtx .s3-rsj::before {
    border-color: #9E3639;
}

.s3-r ul li:hover a .s3-rtx .s3-rsj .date {
    background: #FFD05E;
}

.s3-r ul li:hover a .s3-rtx .s3-rsj .date div {
    background: #9E3639;
}

.s3-r ul li:hover a .s3-rtx .s3-rsj .date span {
    color: #fff;
    background: url(/xmt/images/s3-sj2.png) no-repeat left center;
}

.s3-r ul li:hover a .s3-rtx p {
    color: #9E3639;
    opacity: 0.8;
}


.section4 {
    position: relative;
    overflow: hidden;
    padding-top: 0.8rem;
    padding-bottom: 0.74rem;
    background: #FFF8F3;
}

.section4 .title {
    justify-content: center;
}

.section4 .tit-c {
    padding-left: 20%;
}

.section4 .tit-c p {
    color: #fff;
    min-width: 2.5rem;
}

.s4-c {
    width: calc((100vw - 16rem)/2 + 100%);
    margin-top: 0.45rem;
}

.s4-c .slick-list {
    padding: 0.1rem 0 0.2rem 0.1rem;
}

.s4-c ul li {
    margin-top: 0.65rem;
    transition: all 0.4s;
}

.s4-c ul li a {
    display: block;
    padding: 0.35rem;
    color: #fff;
    position: relative;
    background-image: url(/xmt/images/s4-bg1.png);
    background-position: center center;
    background-size: cover;
}

.s4-c ul li.s4-1 a {
    background-color: #F47D65;
}

.s4-c ul li.s4-2 a {
    background-color: #1CAED6;
}

.s4-c ul li.s4-3 a {
    background-color: #EDAB30;
}

.s4-c ul li.s4-4 a {
    background-color: #988AE5;
}

.s4-c ul li.s4-5 a {
    background-color: #52333A;
}

.s4-c ul li a::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    top: 0;
    width: 0;
    height: 0.05rem;
    background: #fff;
    transition: all 0.4s;
}

.s4-c ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s4-c ul li a p {
    font-size: 0;
    height: 0;
    transition: all 0.4s;
}

.s4-d {
    margin-top: 0.4rem;
    position: relative;
    transition: all 0.4s;
}

.s4-d::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(/xmt/images/s4-djt.png) no-repeat;
    background-size: 100% 100%;
    width: 0.28rem;
    height: 0.21rem;
}

.s4-d .date {
    position: relative;
}

.s4-d .date::before {
    content: '';
    position: absolute;
    top: 0.04rem;
    left: 0.47rem;
    border-left: 1px solid #FFFFFF;
    transform: rotate(30deg);
    height: 0.44rem;
    transition: all 0.4s;
}

.s4-d .date b {
    font-family: "sysong";
    font-size: 0.3rem;
    font-weight: bold;
}

.s4-d .date span {
    font-family: "sys-semi";
    font-size: 0.16rem;
    font-weight: bold;
    padding-left: 0.24rem;
}

.s4-c ul li:hover {
    margin-top: 0;
}

.s4-c ul li:hover a {
    background-color: #9E3639;
    background-image: url(/xmt/images/s4-bgon.png);
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0.23rem 0px 0.23rem;
}

.s4-c ul li:hover a::before {
    width: 0.85rem;
}

.s4-c ul li:hover a p {
    font-size: 0.18rem;
    height: 0.54rem;
    line-height: 0.27rem;
    color: #fff;
    margin-top: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
    opacity: 0.4;
}

.s4-c ul li:hover .s4-d {
    margin-top: 0.13rem;
}



.section5 {
    position: relative;
    overflow: hidden;
    padding-top: 0.68rem;
    padding-bottom: 1rem;
    background: #fff;
}

.section5 .title {
    justify-content: center;
}

.section5 .tit-c {
    padding-left: 9.5%;
}

.s5-c {
    overflow: hidden;
    margin-top: 0.86rem;
}

.s5-c ul {
    margin: 0 -0.12rem;
}

.s5-c ul li a {
    display: block;
    margin: 0 0.2rem;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid #9E3639;
    padding: 0.2rem;
    transition: all 0.4s;
}

.s5-c ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #262626;
    transition: all 0.4s;
}

.s5-c ul li a .date {
    text-align: right;
    margin-top: 0.11rem;
}

.s5-c ul li a .date span {
    font-family: "syh-r";
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #9E3639;
    transition: all 0.4s;
}

.s5-c ul li:hover a {
    background: url(/xmt/images/s5-bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 0 0.23rem 0 0.23rem;
    overflow: hidden;
}

.s5-c ul li:hover a h3 {
    color: #fff;
}

.s5-c ul li:hover a .date span {
    color: #fff;
    opacity: 0.53;
}



.section6 {
    position: relative;
    overflow: hidden;
    padding-top: 0.92rem;
    padding-bottom: 1.16rem;
    background: #FFF8F3;
}

.s6-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-c .title {
    margin-bottom: 0.7rem;
}

.s6-l {
    width: 61.62%;
}

.s6-lt ul li a {
    display: flex;
    justify-content: space-between;
    border-radius: 0px 0.23rem 0px 0px;
}

.s6-lt ul li a .bg_img {
    width: 46.24%;
    height: 2.9rem;
}

.s6-lt ul li a .s6-lttx {
    flex: 1;
    min-width: 0;
    background: url(/xmt/images/s6-lbg.png) no-repeat center;
    background-size: cover;
    padding: 0.45rem;
    color: #fff;
}

.s6-lt ul li a .s6-lttx h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s6-lt ul li a .s6-lttx p {
    margin-top: 0.16rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FDFDFD;
}

.s6-lt ul li a .s6-lttx span {
    display: block;
    margin-top: 0.4rem;
    font-family: "sysong";
    font-size: 0.22rem;
}

.s6-lt .slick-dots {
    text-align: right;
    width: auto;
    right: 0.65rem;
    bottom: 0.5rem;
    font-size: 0;
}

.s6-lt .slick-dots li {
    vertical-align: middle;
    margin-left: 0.14rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
}

.s6-lt .slick-dots li.slick-active {
    width: 0.14rem;
    height: 0.14rem;
    opacity: 1;
}

.s6-lt .slick-dots li button {
    display: none;
}



.s6-ld {
    border-radius: 0px 0px 0px 0.23rem;
    background: #FFFFFF;
    border: 1px solid #9E3639;
    padding: 0.2rem 0 0.3rem 0;
}

.s6-ld ul {
    display: flex;
    flex-wrap: wrap;
}

.s6-ld ul li {
    width: 33.333%;
}

.s6-ld ul li a {
    display: block;
    margin: 0 0.3rem;
}

.s6-ld ul li a span {
    display: inline-block;
    font-family: "sysong";
    font-size: 0.22rem;
    color: #1D1D1D;
    padding-bottom: 0.1rem;
    border-bottom: 0.03rem solid #EDAB30;
}

.s6-ld ul li a h3 {
    margin-top: 0.34rem;
    font-size: 0.16rem;
    color: #050505;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
}

.s6-ld ul li a p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #868686;
}

.s6-ld ul li a .gd {
    display: inline-block;
    margin-top: 0.34rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: rgba(158, 54, 57, 0.49);
    background: url(/xmt/images/s6-x.png) no-repeat right center;
    background-size: 0.4rem auto;
    padding-right: 0.5rem;
}

.s6-ld ul li:hover a h3 {
    color: #9E3639;
    font-weight: bold;
}


.s6-r {
    width: 31.12%;
}

.s6-r ul li a {
    display: block;
    margin-top: 0.4rem;
}

.s6-r ul li:first-child a {
    margin-top: 0;
}

.s6-r ul li a .date {
    background: url(/xmt/images/s6-rzs1.png) no-repeat;
    background-size: 100% 100%;
    width: 1.59rem;
    height: 0.38rem;
    line-height: 0.38rem;
    padding-left: 0.52rem;
    font-size: 0.15rem;
    color: #FFFFFF;
    transition: all 0.4s;
}

.s6-r ul li a h3 {
    margin-top: 0.22rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #3D3D3D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.4s;
}

.s6-r ul li:hover a .date {
    background: url(/xmt/images/s6-rzs2.png) no-repeat;
    background-size: 100% 100%;
}

.s6-r ul li:hover a h3 {
    color: #9E3639;
}











@media screen and (min-width:2000px) {}

@media screen and (max-width:1600px) {
    .Bannerslick .slick-dots li.slick-active i {
        height: 0.7rem;
    }

    .Bannerslick .slick-dots li.slick-active i:nth-of-type(2) {
        height: 0.34rem;
    }

    .s1-r ul {
        width: calc(100% + 0.2rem + 0.36rem);
    }

    .s2-rd .slick-prev {
        left: 0;
    }

    .s2-rd .slick-next {
        right: 0;
    }

    .s4-c {
        width: calc(100% + 0.2rem);
    }
}

@media screen and (max-width:1400px) {
    .Bannerslick .slick-dots {
        bottom: 0.25rem;
    }

    .s2-l ul li a .s2-ltx {
        margin-left: 0.15rem;
    }
}

@media screen and (max-width:100%) {
    .Bannerslick .slick-dots li.slick-active i {
        height: 0.5rem;
    }

    .s2-l ul li a .s2-lpic {
        width: 78.95%;
    }
}

@media screen and (max-width:1024px) {
    .Bannerslick .slick-slide a::after {
        display: none;
    }

    .s4-c .slick-list {
        padding: 0.1rem 0 0.2rem 0;
    }
    .tit-c p{font-size:.3rem;}
    .s6-l {
    width: 50%;
}
     .s6-r {
    width: 48%;
}
}

@media screen and (max-width:768px) {
    .Bannerslick .slick-dots {
        width: 100%;
        margin: 0 auto;
        right: 0;
    }

    .Bannerslick .slick-dots li {
        margin: 0;
    }

    .Bannerslick .slick-dots li.slick-active button {
        margin: 0 0.1rem;
    }

    .Bannerslick .slick-dots li button:before {
        display: none;
    }

    .tit-c h3 {
        font-size: 0.3rem;
    }

    .tit-c p {
        font-size: 12px;
        margin-left: 0.05rem;
    }

    .more a {
        font-size: 12px;
        background-size: 0.2rem auto !important;
        padding-right: 0.3rem;
    }

    .more::before {
        width: 0.3rem;
        height: 0.21rem;
        left: -0.35rem;
    }

    .s1-l {
        width: 100%;
        padding-top: 0.4rem;
    }

    .s1-l .s1-lbox {
        padding-right: 0;
    }

    .s1-l .s1-lbox>h3 {
        margin-top: 0.3rem;
        font-size: 0.22rem;
    }

    .s1-l .s1-lbox>p {
        font-size: 0.2rem;
        margin-top: 0.2rem;
    }

    .s1-l .gd {
        margin-top: 0.2rem;
    }

    .s1-r {
        width: 100%;
        margin-left: 0;
        margin-top: 0.2rem;
    }

    .s1-r ul {
        width: calc(100% + 0.2rem);
    }

    .s1-r ul li .bg_img {
        height: auto;
        padding-top: 69.51%;
    }

    .s1-r ul::after {
        background-size: auto 100%;
    }

    .section2 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .section2::before {
        height: 85%;
    }

    .s2-l {
        width: 100%;
    }

    .s2-l ul li a .s2-ltx {
        margin-left: 0.3rem;
    }

    .s2-l ul li a .s2-ltx b {
        font-size: 0.26rem;
    }

    .s2-l ul li a .s2-ltx h3 {
        font-size: 0.2rem;
    }

    .s2-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s2-rt ul li .s2-rt-tit .l h3 {
        font-size: 0.2rem;
    }

    .s2-rt ul li .s2-rt-tit .l h4 {
        font-size: 12px;
        margin-left: 0.2rem;
    }

    .s2-rt ul li .s2-rt-tit .r a {
        font-size: 12px;
        background-size: 0.2rem auto;
        padding-right: 0.26rem;
    }

    .s2-rt ul li .s2-rt-d {
        margin-top: 0.2rem;
    }

    .s2-rt ul li .s2-rt-d p {
        height: auto;
        max-height: 0.76rem;
    }

    .s2-rd {
        margin-top: 0.3rem;
    }

    .section3 {
        padding-top: 0.8rem;
        padding-bottom: 0.2rem;
    }

    .section3::before {
        height: 80%;
    }

    .s3-l,
    .s3-r {
        width: 100%;
    }

    .s3-c::after {
        display: none;
    }

    .s3-c::before {
        display: none;
    }

    .s3-l ul,
    .s3-r ul {
        padding: 0.2rem;
        margin-top: 0.3rem;
    }

    .s3-l .title {
        margin-right: 0;
    }

    .s3-l ul {
        clip-path: none;
        border-radius: 0.23rem 0.23rem 0 0
    }

    .s3-l ul li a .s3-ltx h3 {
        font-size: 0.2rem;
    }

    .s3-l ul li a .s3-ltx p {
        font-size: 0.16rem;
    }

    .s3-l ul li a .date b {
        font-size: 0.22rem;
    }

    .s3-l ul li a .date span {
        font-size: 12px;
    }

    .s3-r {
        margin-top: 0.4rem;
    }

    .s3-r .title {
        margin-left: 0;
    }

    .s3-r ul {
        clip-path: none;
        border-radius: 0.23rem 0.23rem 0 0;
    }

    .s3-r ul li a .s3-rtx h3 {
        font-size: 0.2rem;
    }

    .s3-r ul li a .s3-rtx p {
        font-size: 0.16rem;
    }

    .s3-r ul li a .s3-rtx .s3-rsj .date span {
        font-size: 12px;
    }

    .s3-r ul li {
        margin-top: 0.3rem;
    }

    .section4 .title,
    .section5 .title {
        justify-content: flex-start;
    }

    .section4 .tit-c,
    .section5 .tit-c {
        padding-left: 0;
    }

    .section4 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .s4-c {
        width: 100%;
        margin-top: 0;
    }

    .s4-c ul li {
        margin-top: 0.3rem;
    }

    .s4-c .slick-list {
        padding: 0;
    }

    .s4-c ul li a h3 {
        font-size: 0.2rem;
    }

    .section5 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .s5-c {
        margin-top: 0.3rem;
    }

    .s5-c ul li a {
        margin: 0 0.15rem;
    }

    .section6 {
        padding-top: 0.4rem;
        padding-bottom: 0.6rem;
    }

    .s6-l {
        width: 100%;
    }

    .s6-r {
        width: 100%;
        margin-top: 0.4rem;
    }

    .s6-c .title {
        margin-bottom: 0.3rem;
    }

    .s6-lt ul li a .s6-lttx h3 {
        font-size: 0.2rem;
    }

    .s6-lt ul li a .s6-lttx p {
        font-size: 0.16rem;
    }

    .s6-ld {
        padding: 0 0 0.3rem 0;
    }

    .s6-ld ul li {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s6-ld ul li a h3 {
        font-size: 0.2rem;
        height: auto;
        max-height: 0.6rem;
        margin-top: 0.2rem;
    }

    .s6-ld ul li a p {
        font-size: 0.16rem;
        height: auto;
        max-height: 0.56rem;
    }

    .s6-ld ul li a .gd {
        margin-top: 0.1rem;
        font-size: 0.16rem;
        background-size: 0.3rem auto;
        padding-right: 0.4rem;
    }

    .s6-r ul li a h3 {
        font-size: 0.2rem;
        margin-top: 0.15rem;
    }

    .s6-r ul li a .date {
        font-size: 12px;
        width: 1.3rem;
        height: 0.31rem;
        line-height: 0.31rem;
        padding-left: 0.4rem;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
    .section2 {
        padding-bottom: 0;
    }

    .s2-l ul li a .s2-lpic {
        width: 75.95%;
    }

    .section3 {
        padding-top: 0.4rem;
        margin-top: 0.3rem;
    }

    .section3::before {
        background-position: left top;
    }

    .s3-r ul li a .s3-rpic {
        width: 100%;
        margin-right: 0;
    }

    .s3-r ul li a .s3-rtx {
        flex: none;
        width: 100%;
        margin-top: 0.2rem;
    }

    .s4-c ul li a h3 {
        height: auto;
        max-height: 0.6rem;
    }

    .s4-d {
        margin-top: 0.2rem;
    }

    .s6-lt ul li a {
        flex-wrap: wrap;
    }

    .s6-lt ul li a .bg_img {
        width: 100%;
        height: auto;
        padding-top: 62.36%;
    }

    .s6-lt ul li a .s6-lttx {
        flex: none;
        width: 100%;
        padding: 0.2rem;
    }

    .s6-lt ul li a .s6-lttx h3 {
        height: auto;
        max-height: 0.6rem;
    }

    .s6-lt ul li a .s6-lttx p {
        height: auto;
        max-height: 0.52rem;
    }

    .s6-lt ul li a .s6-lttx span {
        margin-top: 0.2rem;
    }

    .s6-lt .slick-dots {
        right: 0.2rem;
        bottom: 0.3rem;
    }
}