.content a.news_b {
	line-height   : 28px;
	border-bottom : 1px dashed #000;
	cursor        : pointer;
	position      : relative;
	bottom        : 1px;
	font-size     : 15px;
	color         : #231f20;
	margin-right  : 28px;
}

a.news_b.active {
	padding       : 8px 19px 9px;
	background    : #274555;
	color         : #fff;
	border-radius : 19px;
}

a.news_b.active:after {
	content      : "";
	width        : 0;
	height       : 0;
	border-left  : 8px solid transparent;
	border-right : 8px solid transparent;
	border-top   : 8px solid #274555;
	position     : absolute;
	top          : 100%;
	right        : 50%;
	display      : block;
	margin       : 0 -8px;
}

.news {
	margin-top : 35px;
}

.news-item {
	width         : 270px;
	display       : inline-block;
	padding       : 0;
	margin-bottom : 45px;
}

.news-item:nth-child(-n + 4) {
	border-bottom  : 1px solid #e0e0e0;
	padding-bottom : 37px;
}

.news-item__pic img {
	max-width : 270px;
}

.news:before, .news:after {
	content : "";
	display : table;
}

.news:after {
	clear : both;
}

.news-item__date {
	margin    : 12px 0 -3px;
	font-size : 12px;
	color     : #000;
	display   : block;
}

.news-item__preview-text,
.news-item__name {
	font-size : 15px;
}

.news-item__name {
	color : #000;
	font-size: 15px;
}

p.news-item__preview-text {
	/*color: #9e9e9e;*/
	color         : #8c8c8c;
	margin-top    : 5px !important;
	line-height   : 1.62;
	margin-bottom : -5px;
	padding-bottom: 10px;
	font-size: 15px;
}

.news-item.news-item-detail {
	width : 100%;
}

.news-item-detail div {
	float : left;
}

.news-item-detail div img {
	margin-top : 16px;
	max-width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.news-item a.discover-more {
	color     : #c1221e;
	font-size : 15px;
}

.news-item a.discover-more:after {
	content     : "";
	background  : url(sprite.png) -584px 0;
	display     : inline-block;
	margin-left : 6px;
	width: 6px;
	height: 10px;
}

.discover-more{
	border-bottom: 1px dashed transparent;
}

.discover-more:hover{
	border-bottom-color: #c1221e;
}

.news-item.news-item-detail {
	width: 100%; }

.news-item-detail div {
	float: left; }
.news-item-detail div img {
	margin-top: 16px; }