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;
}
.b-new-item_date {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    color: #999;
    background-color: white;

	border-radius: 8px 8px 0px 0px;
    padding: 10px;
}

.b-page-header__title {
    font-size: 30px !important;
	color:#323232;
    line-height: 25px;
    font-weight: 600;
}

.b-tariff-item__header-title {
	color: #00b956;
	text-decoration: underline;
	font-size: 22px;
	margin-bottom: 10px;
}

.news-text ~ p, .news-text {
	line-height: 22px;
    font-size: 16px;
    padding-top: 10px;
}
.news-style {
	background-color: white;
/* top-left | top-right | bottom-right | bottom-left */
	border-radius: 0px 0px 8px 8px;
    padding: 10px;
	margin-bottom:20px;
}