

/* Start:/local/templates/auto2/components/bitrix/news.list/stock/style.css?1739559419850*/
div.news-list
{
	word-wrap: break-word;
	border: none;
}
div.news-list>h3 {
	text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;	
}
.newsc-list {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;	
}
.newsc-list .item {
	width: 48%;
    display: flex;
    justify-content: space-between;
	flex-wrap: no-wrap;	
}
.newsc-list .item .news_img {
	width: 190px;
}
.newsc-list .item .news_content {
	width: calc(100% - 190px);
	padding: 0 0 10px 20px;	
}

.news-date-time {
	color:#486DAA;
}
.news-list .news .item .news_content a h3 {
	height: auto;
}
.news-list .btn_more {
    clear: both;
    width: 220px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.newsc-list .item {
		width: 100%;
	}
}
/* End */
/* /local/templates/auto2/components/bitrix/news.list/stock/style.css?1739559419850 */
