

/* Start:/bitrix/templates/cor_en/components/bitrix/news.list/main-news_test/style.css?15905709131049*/
.next_article {
	width: calc(100% - 325px);
	padding: 0 10px;
}
.next_article>a {
	background: #FFFFFF;
	border-radius: 2px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2.5px 0;
	padding: 0 8px 0 25px;
	height: 80px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	height: 70px;
	color: #363D41;
}
.next_article>a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: #5D9EDA;
	display: none;
}
.next_article>a:hover .name {
	color: #00386C;
	text-decoration: underline;
}
.next_article>a:hover:before {
	display: block;
}
.next_article>a .date {
	color: rgba(54, 61, 65, 0.35);
	margin-top: 5px;
}
.next_article > a.current{
	background: #5D9EDA;
}
.next_article > a.current .name,.next_article > a.current .date{
    color:white;
}
/* .next_article > a.current:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: #5D9EDA;
	display: block;
} */
/* End */
/* /bitrix/templates/cor_en/components/bitrix/news.list/main-news_test/style.css?15905709131049 */
