/**!
* 网站大师-信息详情页
* author: xiaolong;
*/
h6{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-wrap {
    border: 1px solid #f0f0f0;
    padding: 5px 69px 28px;
}

.news-article-tt {
	height: 57px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 57px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.news-article {
	/*padding-top: 1px;
	overflow: hidden;*/
}

.news-article-info {
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}

.news-article-para {
	padding: 15px 0 8px;
	line-height: 22px;
	font-size: 14px;
	text-indent: 2em;
}

.news-article-from {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}

.article-share {
	padding-top: 30px;
	height: 46px;
}

.article-share-tt {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	width: 72px;
	font-size: 16px;
	font-weight: bold;
	color: #163868;
}

.article-tag {
	height: 26px;
	line-height: 26px;
	padding-bottom: 12px;
	font-size: 14px;
	padding-left: 8px;
}

/* 相关文档 */

.related-docs {
	border-top: 1px solid #f0f0f0;
	padding: 15px 0 0 10px;
	line-height: 24px;
	font-size: 14px;
}

.related-docs-tt {
	font-weight: bold;
}

.reading {
	background: #000 !important;
	color: #fff !important;
}