#news_block{
	margin:0 0 55px 0;
}
.news_block{
	margin:15px 0;
	padding-bottom:7px;
}
.news_title{
	display:table;
	color:#19507e;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	font-size:15px;
	border-bottom:1px dashed #fff;
}
.news_title:hover{
	border-bottom:1px dashed #dc3139;	
}
.news_desc{
	font-size:14px;
	margin-bottom:5px;
	color:#242526;
}
.all_news{
	font-size:14px;
	text-decoration:underline;	
}
.all_news:hover{
	text-decoration:none;	
}
.date{
	color:#292929;
	font-style: italic;
	font-size:13px;
	margin:0 0 5px 0;
}
.news_text {
	color: #616161;
	font-style: italic;
	font-size: 13px;
}
.news_text a {
	font-style: normal;
	color: #000;
}
.news_right a{
	font-size:18px;	
	color: #1285bc;
	padding-bottom: 5px;
	text-decoration: underline;
}

.news_block a img {
	border: 3px solid #ededed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 115px;
	height: 115px;
	margin-right: 35px;
	border-radius: 2px;
}
.news_block a img:hover {
	border: 3px solid #da251c;
}
.others {
	margin-left: 20px;
}
#allnews {
	color: #da251c;
	font-size: 17px;
}