.page{
	width:100%;
}

.news-detail-area{
	padding:50px 0;
	width:100%;
	background:#242424;
}

.news-detail-area .hd{
	margin:0 auto;
	width:956px;height:50px;
	line-height:50px;
	font-size:20px;
	color:#ffe5c2;
	font-weight:700;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.news-detail-area .line{
	margin:10px auto;
	width:1089px;height:6px;
	background:url('../img/news-detail-hd.png') no-repeat;
}

.news-detail-area .content{
	margin:20px auto 0;
	width:956px;
	line-height:30px;
	font-size:14px;
	color:#999;
}

.news-detail-area .time{
	margin:20px auto 0;
	width:956px;
	line-height:30px;
	font-size:14px;
	color:#999;
	text-align:right;
}
