/**!
* 详情页
* date:2021-07-13
* author: qianyuting;
*/

.main {
    padding: 20px 50px 15px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(75, 83, 119, 0.15);
    box-sizing: border-box;
}

/* article */

.article h3 {
	line-height: 64px;
	font-size: 28px;
	text-align: center;
}

.article-sources {
	line-height: 40px;
	text-align: center;
	color: #999;
	background-color: #f2f6ff;
}

.article-sources p {
	display: inline-block;
    margin: 0 10px;
	vertical-align: top;
	font-size: 14px;
}

.article-sources a,
.article-sources span {
	color: #106ace;
}

.article-info {
    padding: 20px 110px 0;
	word-break: break-all;
}

.article-p {
	padding: 10px;
	line-height: 36px;
	font-size: 16px;
	text-indent: 32px;
	color: #4e4e4e;
	text-align: justify;
	text-justify: inter-ideograph;
}

.article-img {
	display: block;
    max-width: 100%;
	margin: 10px auto 10px;
}