
.article {
    padding: 0 10px;
	width:998px;
    margin: 0 auto;
    background: #fff;
}

.article-info h1 {
	
	line-height: 42px;
	text-align: center;
	font-family: 'microsoft yahei';
    font-size: 28px;
    color: #000;
}

.info-sources {
	margin-top: 10px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #999;
}

.info-sources a {
	color: #999;
}

.article-content {
	margin-top: 31px;
}

.article-content p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.mt14 {
	margin-top: 14px;
}

.mt30 {
	margin-top: 30px;
}

.article-content img {
	display: block;
	width: 701px;
	height: 526px;
	margin-top: 37px;
	margin-bottom: 31px;
	margin-left: auto;
	margin-right: auto;
}

.detail {
    border: 1px solid #e3e3e3;
    padding: 9px 0 9px 0;
}

.detail>h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    padding: 35px 0 28px 0;
}

.detail-info{
    line-height: 28px;
    padding: 0 60px 0 60px;
    text-indent: 32px;
}
.detail-time{
	text-align: right;
	padding-right: 103px;
	padding-top: 20px;
}
@media (max-width: 767px) {
    .detail>h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .detail-info{
        padding: 0 20px 0 20px;
        text-indent: 16px;
    }
    .detail-time{
    	padding-right: 40px;
    }
}
.detail-item{
    padding-left: 20px;
    overflow: hidden;
}
.detail-li{
	float: left;
    line-height: 24px;
	width:48.99%;
}
.detail-li-xs1{
	width: 89%;
}

