section.news_block {
	padding:25px 0;
	background-color:#14446e;
	color:#ffffff;
	line-height:20px;
}
	section.news_block .news_block_title {
		color:#ffffff;
		margin-top:0px;
		margin-bottom:30px;
	}
	section.news_block a {
		color:#ffffff;
		text-decoration:underline;
		text-align:justify;
	}
	section.news_block a:hover,
	section.news_block a:focus {
		text-decoration:none;
	}
		.news_block_item_date {
			margin-bottom:15px;
		}
			.news_block_item_date span {
				background-color: #003462;
				display:inline-block;
				padding:5px 7px;
			}
	section.news_block .news_block_all {
		margin-top:30px;
	}

@media (min-width:768px) and (max-width:991px) {
	.news_block_item {
		margin-bottom:20px;
	}
}
@media (max-width:767px) {
	.news_block_item {
		margin-bottom:20px;
	}
}