.news-list .uk-card-title  {
	color: #003399 !important;

}

.news-list .uk-card-header {
	border-bottom: none !important;
}
.news-list .uk-card-title {
	
	font-size: 1.25rem;
}
.news-list .uk-card-footer {
	border-top: none !important;
	font-size: .8rem !important;
	padding-right: 0;
}

.uk-label-sectionname,
.uk-label-sectionname a
{
	/* background-color: #5a91c8 !important;
	color: #fff !important; */

	color: #5a91c8 !important;
	background-color: #fff !important;
	font-style: italic;
	text-transform: lowercase;
	white-space: normal !important;
}

.news-list .news-item .news-item-img {
	 float: left; 
	 margin-right: 20px;
	 margin-bottom: 20px;
}

.news-list .news-item .divider {
	clear: both;
	margin-top: 20px;
}

.news-item {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .18) !important;
}

.news-item .uk-card-body a.news-preview {
	color: #000;
}
.news-item .uk-icon[uk-icon="bell"] svg path {
    fill: orange; /* цвет заливки */
}
.news-item .uk-icon[uk-icon="bell"] svg {
    color: darkred; /* цвет обводки (stroke) */
}