@charset "utf-8";

/*新闻详情页*/
.news_content{}
.news_title {
    clear:both;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
	text-align: center;
	border-bottom: 1px #ccc dotted;
	height: 40px;
	line-height: 40px; 
}
.news_info {
	text-align: center;
	font-size: 12px;
	line-height: 21px;
	color: #666;
	padding-bottom: 20px;
}
.news_body {
	font-size: 14px;
	line-height: 25px;
}
.news_body img{ padding:8px;}
.news_body p {
	text-indent: 2em;
	padding-bottom: 15px;
}