

/* Start:/local/templates/dobrosite_com/components/bitrix/news/products/bitrix/news.list/.default/style.css?1730207328504*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.portfolio__item-wrapper a{
	color: #000;
}

.portfolio__item::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0;
	transition: all 0.5s linear 0s;
}

a:hover .portfolio__item::after {
	opacity: 1;
	
}

.portfolio__item{
	background-position: bottom;
}
/* End */
/* /local/templates/dobrosite_com/components/bitrix/news/products/bitrix/news.list/.default/style.css?1730207328504 */
