.news-home .layout-right .style_thumbnail img{
	height: 190px;
}
.news-home .style_title{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;	
}
@media(min-width: 781px) and (max-width: 1200px){
	.news-home .layout-right .style_thumbnail img{
		height: 128px;
	}
	.news-home .layout-left .style_thumbnail img{
		height: 250px;
	}
}
@media(min-width: 781px) and (max-width: 1200px){
	.news-home .layout-right .style_title a,
	.news-home .layout-left .style_title a{
		font-size: 16px;
	}
	.news-home .style_01{
		margin-bottom: 15px;
		padding-bottom: 0;
	}

}

.news-s2 .slick-prev{
	left: -85px;
    background: #fff;
    width: 36px;
    height: 36px;
}
.news-s2 .slick-next {
    right: 0;
    background: #fff;
    width: 36px;
    height: 36px;
}
.news-s2 .slick__arrow{
	left: unset;
    right: 0;
    top: -7vh;
    width: auto;
}

.news-s2 .slick-prev:before, .news-s2 .slick-next:before {
    color: #333;
    font-family: "SVN-Gilroy Light";
    font-size: 15px;
    opacity: 1;
    font-weight: 700;
}