.tem37-news-list{font-family:'Open Sans',sans-serif}
.tem37-news-list .items{padding:8px 0}
.tem37-news-list .item{width:100%;padding:8px 16px;color:#333;background-color:#fff;border-color:#a9a9a9}
.tem37-news-list .item a{color:inherit;border-color:inherit}
.tem37-news-list .item .img{padding-left:5px !important;padding-right:5px !important;padding-top:5px;padding-bottom:5px;border:1px solid;border-color:inherit;margin-right:20px;overflow:hidden}
.tem37-news-list .item .img img{width:100%;display:block;transition:.4s}
.tem37-news-list .item .title{font-size:20px;transition:.4s}
.tem37-news-list .item .date,
.tem37-news-list .item .description{font-size:13px;color:inherit;margin-top:10px}
.tem37-news-list .item .date{opacity:0.6}
.tem37-news-list .item .description{opacity:0.8}
@media (min-width:1200px){
	.tem37-news-list .item .img img:hover{transform:scale(1.06)}
	.tem37-news-list .item .title:hover{color:var(--main-color)}
}
@media (max-width:992px){
	.tem37-news-list .item .img{width:30% !important}
}
@media (max-width:768px){
	.tem37-news-list .item .img{width:100% !important;margin-right:0}
	.tem37-news-list .item .text{margin-top:6px}
	.tem37-news-list .item .title{font-size:20px !important}
	.tem37-news-list .item .date, .tem37-news-list .item .description{margin-top:6px}
}

