.sm-right-box{padding:0 0 0 60px;}
.sm-right-box .swiper-slide{margin:0 50px 0 0;width:calc(50% - 25px);}
.sm-right-box .sm-today-con .sm-img-box{height: 200px;}
.sm-right-box .sm-today-con .sm-txt-box .sm-title{height:56px;font-size:18px;line-height:28px;}

@media screen and (min-width:1025px) {
	.sm-right-box .swiper-wrapper{flex-wrap:wrap;}
	.sm-right-box .swiper-slide:nth-of-type(2n){margin:0 0 45px 0;}
	.sm-right-box .swiper-slide:last-of-type{margin:0;}
}

@media screen and (max-width:1024px) {
	.sm-right-box{padding:45px 0 0 20px;}
	.sm-right-box .swiper-slide{margin:0 20px 0 0;width:42%;}
}

@media screen and (max-width:768px) {
	.sm-right-box{padding:15px 0 0 20px;}
	.sm-right-box .sm-today-con .sm-img-box{height:187px;}
	.sm-right-box .sm-today-con .sm-txt-box .sm-title{height:auto;max-height:56px;}	
}

@media screen and (max-width:480px) {
	.sm-right-box .swiper-slide{width:80%;}
	
}