.article{
	float: right;
	width: 890px;
}
.article_box{
	width: 890px;
} 
.article_box h3{
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.source{
    display: flex;
    justify-content: center;
}
.source span{
	color: #ababab;
	font-size: 14px;
	padding-left: 16px;
}
.artBody {
/*	margin-top: 40px;*/
	border-bottom: 1px dashed #ababab;
/*	border-top: 1px dashed #ababab;*/
}
.artBody p{
	line-height: 30px;
   margin-bottom: 30px;
    margin-top: 30px;
}
.share{
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
} 
.next_pre{
	color: #ababab;
	margin-top: 80px;
	margin-bottom: 30px;
}