.article{
	height: 100%;
	width: 100%;
}
/*.article .position{
	height: 50px;
	width: 1180px;
	margin:0 auto;
	line-height : 50px;
	color: #AAAAAA;
	font-size: 14px;
}
.position .service{
	color: #0168B3;
}
.article .parting_Line{
	height:1px;
	border:none;
	border-top:1px solid #E6E6E6;
}*/
.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;
}

