/*.news-img img{
    object-fit: contain!important;
}
.news-img {
    padding-top: 64.25%!important;
}*/
.news .newslist-block .item .image img{
	height: 	100%;
	object-fit: cover
}
.news .newslist-block .item .image{
	width: 22%;
	
	margin-right: 15px;
}

.news .newslist-block .item .image .news-img{
	height: 	150px;
	max-height: 	150px;
}
@media(max-width: 1024px){
	body .maincontent .row.news .newslist-block .image{
		width: 	29%;
	}
}
@media(max-width: 680px){
	body .maincontent .row.news .newslist-block .image{
		width: 	100%;
	}
	.news .newslist-block .item .image .news-img{
	height: 	200px;
	max-height: 	200px;
		}
}