/*news list*/
.news_list_left{
	width: 850px;
	background: white;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px;
}
.news_list_left:hover{
	box-shadow: 0 0 7px 0 rgba(53,93,174,.15);
}
.news_list_title{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.news_list_title:before {
	content: '';
	width: 4px;
	height: 20px;
	background: #ed6565;
	display: inline-block;
	vertical-align: sub;
	margin-right: 10px;
}
.news_list_title a {
	float: right;
	font-size: 14px;
	color: #45a4e8;
	font-weight: normal;
}
.news_list_box{
	margin-top: 20px;
}
.news_list_box ul li{
	line-height: 30px;
}
.news_list_box ul li a{
	color: #333;
	display: inline-block;
	vertical-align: middle;
	max-width: 750px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.news_list_box ul li a:hover{
	color: #45a4E8;
	text-decoration: underline;
}
.news_list_box ul li span{
	color: #666;
	float: right;
}
.news_list_right{
	width: 290px;
	float: left;
	margin-bottom: 20px;
}
.news_list_right > div{
	margin-bottom: 10px;
	background: white;
	padding: 20px;
}
.news_list_right > div:hover{
	box-shadow: 0 0 7px 0 rgba(53,93,174,.15);
}
.news_list_right_box ul{
	margin-top: 20px;
}
.news_list_right_box ul li{
	line-height: 30px;
}
.news_list_right_box ul li a{
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list_right_box ul li a:hover{
	color: #45a4E8;
	text-decoration: underline;
}
/*news details*/
.details_box{
	width: 850px;
	background: white;
	overflow: hidden;
	margin: 0 20px 20px 0;
	padding: 20px;
}
.details_box:hover{
	box-shadow: 0 0 7px 0 rgba(53,93,174,.15);
}
.details_box h1{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	word-break: break-all;
}
.details_box .article_time{
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
}
.details_box .article_time span{
	color: #999;
}
.details_box .article_del{
	padding: 20px 15px;
}
.details_box .border_bottom_bshare{
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.details_box .article_del p{
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 30px;
}
.details_box .article_del .article_small_title{
	font-size: 16px;
	font-weight: bold;
}

.article_del img{
	margin: auto auto 5px auto;
	width: 100%;
}

.details_box .article_history a{
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.details_box .article_history a:hover{
	text-decoration: underline;
}
.details_recommend{
	width: 290px;
	float: left;
	margin-bottom: 20px;
}
.details_recommend > div{
	margin-bottom: 10px;
	background: white;
	padding: 20px;
}
.details_recommend > div:hover{
	box-shadow: 0 0 7px 0 rgba(53,93,174,.15);
}
.details_recommend ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #c9c9c9;
	overflow: hidden;
}
.details_recommend ul li a{
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.details_recommend ul li a:hover{
	color: #45a4E8;
	text-decoration: underline;
}
.path_new {
	padding-left: 0;
	width:1198px;
	overflow: hidden;
	margin:0 auto;
	height:40px;
	line-height:40px;
	font-size:14px;
}
.path_new span{
	display:inline-block;
}
.path_new img{
	margin: 10px 15px 0 0;
	float: left;
}