html,body{
    position: relative;
    background-color: white;
}
.article-details{
	width: 750px;
	margin: 20px auto 0px;
}
.title{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
    font-family: "Microsoft YaHei";
}
.from-date{
	font-size: 13px;
	color: #979797;
	line-height: 45px;
	border-bottom: 1px dashed #D2D2D2;
}
.from-date span:nth-child(1){
	margin-right: 27px;
}
.from-date span{
	display: inline-block;
}
.content-1{
	text-indent: 2em;
	padding-top: 14px;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
	color: #8C8B8B;
}
.img{
	width: 432px;
	height: 294px;
}
.content-2{
	width: 100%;
	height: 294px;
	text-align: center;
	margin-top: 16px;
}
.content-3{
	text-indent: 2em;
	width: 100%;
	margin-top: 25px;
	line-height: 26px;
	color: #8C8B8B;
	font-size: 14px;
}