/*------------------------新闻页面---------------------------------------------------------------------------------------------------*/
#news {
	font-family: "微软雅黑";
	text-align: center;
	padding: 0 30px;
}
#news .news-title {
	color: #F00;
	font-size: 24px;
	line-height: 80px;
}
#news .news-time {
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	line-height: 30px;
}
#news .news-content {
	text-align: left;
	line-height: 28px;
	font-size: 14px;
}
#news .news-bottom {
	line-height: 80px;
}
#news .news-bottom span {
	color: #0990c2;
}
/*------------------------新闻页面end---------------------------------------------------------------------------------------------------*/