

/* Start:/local/templates/cpmf/components/bitrix/news.list/.default/style.css?1588836595542*/
.news_item{position:relative;margin-bottom:15px;display: block;}
.hover_name{
	position: absolute;
	width:100%;
	height:40%;
	color:white;
	font-weight: bold;
	bottom:0;
	left:0;
	text-transform: capitalize;
	font-size:24px;
	padding:20px;
	background: rgba(0,0,0,0.8);
	transition: all 0.5s;
}
.news_item.second .hover_name{
	font-size:16px;
	overflow: hidden;
}
.news_item:hover .hover_name{height:42%;}

.news-list{list-style: decimal;}
.news_item.second:nth-of-type(3){
	
}
.news_item.second:nth-of-type(4){
	
}
/* End */
/* /local/templates/cpmf/components/bitrix/news.list/.default/style.css?1588836595542 */
