/**
 * 新闻详情页样式。
 * 
 * @since 2015-04-23
 * @version 1.0
 * @author Luowen
 */


.detail-title {
	color: #535353;
	font-size: 25px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dbd4cd;
	margin-bottom: 10px;
}
.detail-attributes {
	position: relative;
}
.detail-date {
	font-size: 12px;
	text-align: center;
}
.detail-share {
	position: absolute;
	right: 0;
	top: 5px;
}
.detail-content {
	color: #7d7d7d;
	margin-top: 30px;
}
.detail-forward {
	margin: 40px 0 50px;
}
.detail-forward .prev,
.detail-forward .next {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 45%;
	padding-bottom: 5px;
	border-bottom: 1px solid #868686;
}
.detail-forward .next {
	float: right;
}
