@charset "utf-8";
.whole{
	font-family: "微软雅黑";
	width: 1148px;
	margin: 0 auto;
	padding: 25px;
	margin-bottom: 30px;
	background: #eee;
}
.whole_content{
	padding: 56px 30px 38px 30px;
	background: #fff;
}
.headline{
	
	text-align: center;
}
.headline h3 a{
	font-size: 20px;
	color: #3385ff;
}
.headline p{
	font-size: 12px;
	padding: 30px 32px 24px 32px;
}
.headline p span{
	margin-right: 26px;
}
.headline p .headline_span{
	margin-right: 0px;
}
.headline p{
	border-bottom: 1px dashed #d8d8da;
}

/*主体内容*/
.whole_text{
	padding: 36px 0px 40px 0px;
	border-bottom: 1px dashed #d8d8da;
}
.whole_text p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.whole_textp1{
	margin-bottom: 38px;
}
.whole_textp2{
	margin-top: 36px;
}
.imgs{
	text-align: center;
}
.imgs img{
	width: 917px;
	height: 380px;
}

/*尾部下一篇*/
.down p{
	font-size: 14px;
	width: 1050px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.down p:hover a{
	color: #3385ff;
}
.down_p1{
	margin: 24px 0px 16px 0px;
}
