/**!
 * 通用三级页
 * author: fxyue;
 * date:2019-11-14
 */


/* article */
.ewb-article {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #e7e6e6;
}

.ewb-article h3 {
	line-height: 42px;
	text-align: center;
	font-size: 28px;
	color: #000;
}

.ewb-article-sources {
	margin-top: 10px;
	line-height: 36px;
	text-align: center;
	color: #999;
	background-color: #f7f7f7;
}

.ewb-article-sources p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
}

.ewb-article-sources a {
	color: #999;
}

.ewb-article-info {
	word-break: break-all;
}

.ewb-article-p {
	margin-top: 14px;
	line-height: 32px;
	font-size: 14px;
	text-indent: 2em;
	color: #4e4e4e;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ewb-article-img {
	display: block;
	margin: 18px auto 0;
	padding-bottom: 4px;
}

/*详情页图片自适应*/
.ewb-article-info img{
	max-width:100%;
	margin:0 auto;
}