@charset "utf-8";
/* CSS Document */
.form-btn{
    display: block;
}
.first-part{
    background: url("kxrs2026_top-bg.png") no-repeat top fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 130px
}
.ys-slide{
    margin-top: 113px;
    padding: 0px 30px 140px;
}
.ys-slide .swiper-slide{
    height: auto;
    display: flex;
	flex-direction:column;
    width: 100%;
    align-items: flex-end;
   align-items:self-start;
}
.news-box .db{ display: block;}
.news-box .db:hover{
    transform: translateY(5px);
}

.ys-story{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 20px;
    width: 100%;
}
.ys-story-box{
    margin-top: 35px;
    position: relative;
}
.ys-story-box .db{
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    width: 19%;
    float: left;
    display: block;
}
.ys-story-box .db:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:1;
    background: linear-gradient( 0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.ys-story-box .ys-infos{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-left: 10px;
}
.ys-story-box .ys-speak{
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0;
    position: relative;
    bottom: -30px;
    transition: all ease 0.4s;
}
.ys-story-box .db:hover{
    transform: translateY(5px);
}
.ys-story-box .db:hover .ys-speak{
    opacity: 1;
    bottom: 0;
}
.ys-story-box .db .img-box img{
    transition: all ease 0.4s;
    width: 100%;
}
.ys-story-box .db:hover .img-box img{
    transform: scale(1.03);
}
.ys-story-box .ys-names{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 15px;
    margin-top: 25px;
    border-bottom: 10px solid #B6090F;
    transition: border ease 0.25s;
}
.ys-story-box .db:hover .ys-names{
    border-bottom: 10px solid #A79A6E;
}
.ys-story-box .swiper-button-prev-story,.ys-story-box .swiper-button-next-story{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease 0.25s;
}
.ys-story-box .swiper-button-prev-story{
    background: url(kxrs2025_right_hover.svg) center center no-repeat;
    background-size: contain;
    left: -70px;
}
.ys-story-box .swiper-button-prev-story:hover{
    background: url(kxrs2025_xx01.svg) center center no-repeat;
    background-size: contain;
}
.ys-story-box .swiper-button-next-story{
    right: -70px;
    background: url(kxrs2025_left_hover.svg) center center no-repeat;
    background-size: contain;
}
.ys-story-box .swiper-button-next-story:hover{
    background: url(kxrs2025_xx02.svg) center center no-repeat;
    background-size: contain;
}

.ys-img{
	border-radius:10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}
.ys-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.ys-img img:hover{
    transform: scale(1.1);
}
.ys-ifm{
    position: absolute;
    bottom: 34px;
    padding-left: 15px;
    height: fit-content;
}
.swiper-slide .black{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
	background: linear-gradient(to top, rgba(0,0,0,0.8)0%, rgba(0,0,0,0)100%);
	box-sizing: border-box;
    border-radius: 10px;
	pointer-events: none; /* 关键：不拦截点击事件 */
}

/* 
.ys-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    height: 150px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
	border-radius: 10px;
}
*/
.ys-name{
    font-size: 26px;
    font-family: PingFangSC, PingFang SC, Micosoft Yahei;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}
.ys-name:hover{
    color: #B72423;
}
.ys-date{
    font-size: 15px;
    font-family: PingFangSC, PingFang SC, Micosoft Yahei;
    font-weight: normal;
    color: #A79A6E;
    line-height: 18px;
    white-space: nowrap;
    display: block;
    margin-top: 5px
}
.ys-booters{
    position: absolute;
    display: flex;
    align-items: center;
    right: 13.7%;
    bottom: 0;
}
.ys-booters .swiper-button-next,.ys-booters .swiper-button-prev{
    position: initial;
    height: 36px;
    width: 36px;
    margin-top: 0;
}
.ys-booters .swiper-button-next{
    margin-left: 20px;
    margin-right: 50px;
    background: url(kxrs2025_left.svg) center center no-repeat;
    background-size: contain;
}
.ys-booters .swiper-button-next:hover{
    background: url(kxrs2025_left_hover.svg) center center no-repeat;
    background-size: contain;
}
.ys-booters .swiper-button-prev{
    background: url(kxrs2025_right.svg) center center no-repeat;
    background-size: contain;
}
.ys-booters .swiper-button-prev:hover{
    background: url(kxrs2025_right_hover.svg) center center no-repeat;
    background-size: contain;
}
.ys-booters .ys-mores{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}
.ys-booters .ys-mores:hover{
    color: #B72423;
}
.ys-zw{
    margin: 0 auto;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC, Micosoft Yahei;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    margin-top: 327px;
    background: #941D3B;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.ys-js{
    font-size: 15px;
    font-family: PingFangSC, PingFang SC, Micosoft Yahei;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0;
}
.ys-more{
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #F8F8F8;
    line-height: 22px;
    position: absolute;
    right: 33px;
    bottom: 18px;
    width: 63px;
    text-align: right;
}
.ys-more span{
    width: 20px;
    height: 4px;
    background: #A44B5C;
    display: block;
    float: left;
    margin-top: 9px
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 18px;
    z-index: 50;
    height: 5px;
    width: 60%;
    height: 1px;
    background: #A79A6E;
}
.swiper-scrollbar-drag{
    width: 59px;
    height: 6px;
    background: #C22229;
    position: absolute;
    top: -3px;
    border-radius: 0px;
}
/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(kxrs2024_ys-next.png);
    width: 42px;
    height: 55px;
    right: 0px;
    background-size: 100% 100%;
    top: 160px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(kxrs2024_ys-prev.png);
    width: 42px;
    height: 55px;
    left: 0px;
    background-size: 100% 100%;
    top: 160px;
} */
.more{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 13px;
    display: block;
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin-left: -32px;
}
.first-part .more{
    color: #FFDA8C;
    border-bottom: 1px solid #DCC394;
}
@media(max-width:1800px){
    .ys-img{
      
        height: auto;
    }
    .ys-ifm{
      
    }
    .ys-slide .swiper-slide{
      
    }
    .first-part{
        height: auto;
        padding-bottom: 166px;
    }
}
@media(max-width:1600px){
    .ys-date{
        display: block;
    }
}
@media(max-width:1280px) and (min-width:768px){
/*
    .ys-js{
        display: none;
    }
*/

}

@media(max-width:1080px){
.ys-story-box .db {
	width: 30%;}
}


@media(max-width:1200px) and (min-width:768px){
    .ys-img{
        width: 100%;
        float: none;
    }
    .ys-ifm{
        width: 100%;
        float: none;
    }
}
@media(max-width:500px){
    /*.ys-img{
        width: 60%;
        float: none;
    }
    .ys-ifm{
        width: 100%;
        float: none;
    }*/
}


.second-part{
    padding: 60px 0 40px;
    position: relative;
    background: url(kxrs2026_bg02.png) top center no-repeat;
    background-size: cover;
}
.common-tit{
    position: relative;
	text-align: center;
}
.common-tit .common-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 35px;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}
.common-tit .common-title.reds{
    color: #D53040;
}
.common-tit .common-title.white{
    color: #fff;
}
.common-tit .common-title:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 6px;
    position: absolute;
    left: 32%;
    bottom: 0;
	background: #A79A6E;
}
.news-box .common-mores .reds:after{
    background: #A79A6E;
}
.news-box .common-mores .white:after{
    background: #D53040;
}
.common-mores{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
   text-align: center;
	margin-top: 30px;

}
.common-mores .reds{
    color: #B72423;
	height: 40px;
	line-height: 40px;
}
.common-mores .white{
    color: #fff;
}
.news-active-box .news-box{
    margin-top: 40px;
}
.news-active-box .index-tit{
    color: #022233;
    line-height: 38px;
    margin-top: 15px;
    transition: all ease 0.25s;
}
.news-active-box .index-news-list .litlim{
    position: relative;
}
.news-active-box .index-news-list .litlim img{
    height: 240px;
    /* min-height: 215px; */
    object-fit: cover;
    width: 100%;
	border-radius: 10px;
}
.news-active-box .index-tits{
    margin-top: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #444444;
    line-height: 32px;
    position: relative;
    padding-top: 10px;
}
.news-active-box .index-news-list .index-tits:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 8px;
    top: 0;
    left: 0;
    position: absolute;
    background: url(kxrs2026_icon01.png) no-repeat;
    background-size: 100%;

}
.news-active-box .index-orign{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #A79A6E;
    line-height: 22px;
    margin-top: 15px;
}
.news-active-box .index-time{
    font-size: 14px;
    color: #A79A6E;
    line-height: 30px;
   
}
.news-active-box .index-news-list .db{
    display: block;
   
}
.news-active-box .index-news-list:hover a{
    transform: translateY(5px);
}
.news-active-box .index-news-list:hover .index-tit{
    color: #A79A6E;
}
.news-active-box .index-news-list2 li .index-tit:hover{
    color: #A79A6E;
}
.news-active-box .index-news-list2{ 
	margin: 15px;   
	overflow: hidden;
    clear: both;}

.news-active-box .index-news-list2 li{
	border-bottom: 1px solid #dfdfdf;
    margin-right: 4%;
	padding: 0 0 20px 0;
	width: 48%;
}
.news-active-box .index-news-list2 li:nth-child(even) {
	margin-right: 0;}

/*.news-active-box .index-news-list2 .index-time{
	float: left;
    margin-right: 20px;
    background: url(kxrs2026_icon01.png) no-repeat right 30px;
    background-size: 32%;
    height: 50px;
}*/

.news-active-box .index-news-list2 .index-time{
	float: left;
    margin-right: 20px;
    height: 50px;
}


.news-active-box .index-news-list2 .index-time:after{
content: '';
    display: inline-block;
    width: 30px;
    height: 8px;
    bottom: 27px;
    left: 55px;
    position: absolute;
    background: url(kxrs2026_icon01.png) no-repeat;
    background-size: 100%;

}

.news-active-box .index-news-list2 .index-tits{
    margin-top: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    position: relative;
    padding-top: 0px;
}


.index-news-box{
    margin-top: 35px;
}
.index-news-box .index-news-list .img-boxs img{ 
	border-radius: 10px;
    max-height: 505px;
    object-fit: cover;
}
.index-news-box .index-news-list{
    margin-bottom: 20px;
}
.index-news-box .index-news-list:hover a{
    transform: translateY(5px);
}

.index-news-box .index-news-list2 li a {
    display: inline-block; /* 关键：让 a 变成可变换元素 */
    transition: all ease 0.25s; /* 加上过渡动画 */
}
.index-news-box .index-news-list2 li:hover a{
    transform: translateY(5px);
}

.index-news-list .indexs-tits{
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-news-list:hover .indexs-tits{
    color: #B72423;
}


.index-news-box .index-news-list a.db .img-boxs{
    position: relative;
	border-radius: 10px;
	padding:0;
}

.index-news-box .index-news-list a.db .img-boxs1{
width: 40%;
	float: left;
	 border-radius: 10px; 
	}
.index-news-list .imgs-icon{
    position: absolute;
    width: 38px;
    height: 38px;
    bottom: 20px;
    left: 20px;
}
.firstcard{ 
  margin:0 15px 50px 15px; 
  border-radius: 10px; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
  height:340px; 
  }

.firstcard:hover {
	transform: translateY(5px);}

.firstcard .indexs-tits{font-size: 28px; line-height: 48px;}
.video-right{ padding: 30px;}

.video-right .view-more{margin-top: 50px;  padding: 10px 20px; color:#fff; background: #941D3B; border-radius: 20px; display: block; line-height: 22px; width: 120px; text-align: center;}
.video-right .view-more {}


.title a{
    font-size: 35px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #D53040;
    line-height: 49px;
}
.news-title{
    text-align: center;
    margin-bottom: 18px;
}
.news-title span{
    width: 110px;
    height: 1px;
    background: #D53040;
    display: inline-block;
    margin-bottom: 10px;
}
.news-title span:first-child{
    margin-right: 30px;
}
.news-title span:last-child{
    margin-left: 30px;
}
.news{
    background: url(kxrs2024_news-bg.png) no-repeat left;
    background-size: 60% 100%;
    padding: 50px 0px 40px;
    overflow: hidden
}
.news-img-list{
    overflow: hidden;
    float: left;
    margin-left: -20px;
}
.news-img-list li{
    float: left;
    margin-right: 36px;
    width: 376px;
}
.news-img{
    display: block;
    width: 100%;
    height: 265px;
    overflow: hidden;
    
}
.news-img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.news-img img:hover{
    transform: scale(1.1)
}
.news-li-title{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    display: block;
    min-height: 64px;
    text-align: left;
    margin: 12px 0px 26px;
}
.news-img-list li span{
    height: 1px;
    width: 100px;
    background: #DCC394;
    display: block;
}
.news-list{
    width: 575px;
    background: #FEF7EE;
    padding: 30px 30px 5px;
    float: right;
}
.news-list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 26px;
}
.news-list li a{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #A96600;
    line-height: 32px;
}
.second-part .more{
    color: #B72423;
    border-bottom: 1px solid #D53040;
}
@media(max-width:1440px){
    .news-img-list li{
        width: 300px;
    }
    .news-img-list li a{
        height: 200px;
    }
    .news-list{
        width: 548px;
    }
}
@media(max-width:1280px){
    .news-list{
        width: 488px;
    }
}
@media(max-width:1199px){
    .news-img-list li{
        width: 250px;
    }
    .news-list{
        width: 388px;
    }
}
@media(max-width:991px){
    .news{
        background-size: auto 100%;
    }
    .news-title span{
        display: none;
    }
    .news-img-list {
        margin-left: 0px;
        margin-right: -3%;
    }
    .news-img-list li{
        width: 47%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .news-list{
        width: 100%;
        padding: 15px
    }
    .news-list li{
        overflow: inherit;
        white-space: inherit;
        text-overflow: inherit;
    }
	.news-active-box .news-box .row > div:nth-child(3) {
    display: none !important;
  }
	
}
@media(max-width: 500px){
    .news-img-list{
        margin: 0;
    }
    .news-img-list li{
        width: 100%;
        margin: 0px 0px 20px;
    }
    .news-title span{
        width: 50px;
        
    }
    .news-title span:first-child {
        margin-right: 15px;
    }
    .news-title span:last-child {
        margin-left: 15px;
    }
    .news-img-list li a{
        height: auto;
    }
}




.third-part{
    padding: 80px 0 40px;
    position: relative;
    background: url("kxrs2026_bg03.png") top center no-repeat;
    background-size: cover;
}
.third-part>span{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: block;
    background: url("kxrs2024_part-line.png") no-repeat center;
    background-size: 100% 100%;
    width: 115px;
}
.ysgs-title{
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 196px
}
.ysgs-title h2{
    text-align: center;
    font-size: 35px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #D53040;
    line-height: 49px;
}
.ysgs-title .more{
    position: inherit;
}
.ysgs-title a{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #D53040;
    line-height: 22px;
    display: block;
    margin: auto;
}
.ysgs-title>a::before{
    content: "";
    display: inline-block;
    width: 51px;
    height: 1px;
    background: #D53040;
    margin:0px 5px 5px 0px;
}
.ysgs-title>a::after{
    content: "";
    display: inline-block;
    width: 51px;
    height: 1px;
    background: #D53040;
    margin:0px 0px 5px 5px;
}
.ysgs-list{
    float: right;
    overflow: hidden;
    width: 1062px;
    margin-right: -18px;
}
.ysgs-list li{
    padding: 0px 18px;
    float: left;
    margin-bottom: 38px
}
.ysgs-list li a{
    width: 318px;
    height: 213px;
    overflow: hidden;
    display: block;
    position: relative;
}
.ysgs-list li a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.ysgs-list li a img:hover{
    transform: scale(1.1)
}
.ysgs-list li a div{
    height: 74px;
    background: url("kxrs2024_ysgs-name.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.ysgs-list li a div span{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    padding-bottom: 14px;
    border-bottom: 10px solid #B6090F;
    position: absolute;
    bottom: 0px;
    left: 12px;
}
@media(max-width:1620px){
    .ysgs-title{
        margin-left: 100px
    }
    .third-part>span{
        width: 8%;
    }
}
@media(max-width:1440px){
    .ysgs-title{
        width: 15%;
        margin-left: 8%;
    }
    .ysgs-list{
        width: 77%;
    }
    .ysgs-list li{
        width: 33%;
        padding: 0px 10px;
    }
    .ysgs-list li a{
        width: 100%;
        height: 190px;
    }
}
@media(max-width:1280px){
    .ysgs-title{
        margin-top: 150px
    }
    .ysgs-title>a::before,.ysgs-title>a::after{
        width: 15px;
    }
}
@media(max-width:1199px){
    .ysgs-title{
        margin-top: 120px
    }
    .ysgs-list li a{
        width: 100%;
        height: 150px;
    }
}
@media(max-width:991px){
    .third-part>span{
        display: none;
    }
    .ysgs-title h2{
        margin-bottom: 30px
    }
    .third-part .container{
        padding-bottom: 30px;
    }
    .ysgs-title{
        float: none;
        width: 100%;
        margin: 0px
    }
    .ysgs-list{
        width: 100%;
        float: none;
    }
    .third-part{
        background-size: auto 100%;
        padding: 30px 0px;
    }
    .ysgs-title .more{
        color: #B72423;
        border-bottom: 1px solid #D53040;
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 13px;
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -32px;
    }
    .ysgs-title .more::before,.ysgs-title .more::after{
        display: none;
        
    }
}
@media(max-width: 768px){
    .ysgs-list li{
        width: 50%
    }
}
@media(max-width: 500px){
    .ysgs-list li{
        width: 100%
    }
    .ysgs-list li a{
        width: 100%;
        height: 160px;
    }
}

.fourth-part{
	position: relative;
    background-size: 100% 100%;
	padding:70px 0 0;
    background: #fff;
	margin-bottom: 50px;
}
.zxsp-title{
	position: absolute;
	top: 0px;
	right: 15px;
}
.zxsp-title::before{
	content: "";
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #D53040;
	margin:0px 28px 10px 0px;
}
.zxsp-title::after{
	content: "";
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #D53040;
	margin:0px 0px 10px 28px;
}
.zxsp-list{
	overflow: hidden;
}
.zxsp-list li{
	width: 314px;
	padding: 101px 15px 0px;
	float: left;
}
.zxsp-list li:first-child{
	width: 434px;
	margin-top: -101px;
}
.zxsp-list li a{
	display: block;
	width: 100%;
}
.zxsp-video{
	height: 189px; 
	position: relative;
	overflow:hidden;
}
.zxsp-video span{
	display: block;
    width: 38px;
    height: 38px;
    background: url("kxrs2024_play.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -19px;
    margin-left: -19px;
    z-index: 999;
}
.zxsp-video img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.zxsp-video img:hover{
	transform: scale(1.1);
}
.zxsp-list li:first-child .zxsp-video{
	height: 290px;
}
.zxsp-ifm{
	font-size: 18px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	color: #444444;
	line-height: 30px;
	margin-top: 20px;
}
.fourth-part .more{
	color: #B72423;
    border-bottom: 1px solid #D53040;
}
.fourth-part>span{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: block;
    background: url("kxrs2024_part-line.png") no-repeat center;
    background-size: 100% 100%;
    width: 115px;
}
@media(max-width:1440px){
    .zxsp-list li:first-child{
        width: 34%;
        margin-top: -93px;
    }
    .zxsp-list li{
        width: 22%;
    }
    .zxsp-list li .zxsp-video{
        height: 160px;
    }
    .fourth-part>span{
        width: 8%;
    }
    .zxsp-list li:first-child .zxsp-video{
        height: 254px;
    }
}
@media(max-width:1280px){
    .zxsp-list li:first-child{
        margin-top: -75px;
    }
}
@media(max-width:1199px){
    .zxsp-title{
        position: inherit;
        text-align: center;
        right: 0px;
        margin-bottom: 30px;
    }
    .zxsp-list li:first-child{
        width: 50%;
        margin-top: 0px
    }
    .zxsp-list li{
        width: 50%;
        padding-top: 0px;
        margin-bottom: 20px
    }
    .zxsp-list li a{
        height: 290px
    }
    .zxsp-ifm{
        margin: 0px;
    }
    .zxsp-title::before{
        display: none;
    }
    .zxsp-title::after{
        display: none;
    }
}
@media(max-width:991px){
    .fourth-part>span{
        display: none;
    }
    .fourth-part{
        padding: 40px 0 20px 0;
    }
    .zxsp-list li a{
        height: 180px;
    }
}
@media(max-width: 500px){
    .zxsp-list li{
        width: 100%!important;
    }
    .zxsp-list li a{
        height: auto;
    }
}