.article{
	height: 100%;
	width: 100%;
}

.article .content{
	height: 100%;
	width: 1180px;
	margin: 0 auto;
}
.article .content .title{
	margin: 50px 0 10px 0;
	font-size: 25px;
	color: #000;
	text-align: center;
}
.article .content .time{
	text-align: center;
	color: #BFBFBF;
	font-size: 13px;
}
.article .content hr{
	border: 1px dotted #D9D9D9;
	margin: 25px 0 25px 0;
}

.article .content .detail{
	margin-bottom: 130px;
	word-wrap:break-word;
	word-break:break-all;
	color: #717171;
	font-size: 15px;
	line-height : 35px;
}