@charset "UTF-8";
.news_pic,.news_content dl{
	float:left;
}
.news_pic{
	border:1px solide #d2d2d2;
	border-radius: 3px;
}
.news_pic img{
	width:140px;
	height:140px;
	border:1px solide #d2d2d2;
}
.news_content{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px dashed #999;
}.news_content a{
	cursor:pointer;
}
.news_content dl{
	margin-left:20px;
	width:85%;
}
.news_content a dl dt h3{
	float:left;
	font-size:18px;
	font-weight: 500;
	margin-bottom:20px;
	color:#4d4d4d;
}
.news_content dl dt h6{
	float:right;
	line-height: 30px;
	color:#999;
}
.news_content dl p{
	text-indent:0;
	font-size:14px;
	color:#666;
}
.news_content dl:hover h3{
	text-decoration: underline;
}
.news_content dl p:hover{
	text-decoration: underline;
}
/*新闻详情*/
.location{
	padding-left:20px;
	background:url(../img/icon_location.png) no-repeat 0 3px;
	
}
.location a,.location span{
	font-size: 14px;
	color:#999;
}
.location a:hover{
	color:#299cf0;
	text-decoration: underline;
}
.news_detail h1{
	font-size:20px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	margin-top:20px;
}
.shuoming{
	padding-left:32%;
	border-bottom:1px dashed #888;color:#888;
	margin-bottom: 20px;
}
.shuoming p{
	float: left;
	line-height: 40px;
}
.news_detail p{
	margin-bottom:10px;
}
.f_news a{
	color:#888;
	line-height: 30px;
}
.f_news a:hover{
	color:#299cf0;
	text-decoration: underline;
}
.f_before{
	float:left;
}
.f_next{
	float:right;
}