.page{
	width:100%;
}

.wrap{
	width:1200px !important;
}

.bg{
	padding:48px 0 125px;
	width:100%;
	min-width:1200px;
	box-sizing:border-box;
}

.banner-ibox{
	margin:0 auto;
	width:1200px;height:334px;
}

.content{
	margin: 70px auto 0;
	width: 950px;
}

.content .title{
	width:100%;
	line-height:58px;
	font-size:30px;
	color:#000;
	font-weight:700;
	text-align:center;
}

.content .time{
	width:100%;height:61px;
	line-height:61px;
	border-bottom:1px solid #e4e4e4;
	font-size:14px;
	color:#939393;
	text-align:center;
}

.content .info-area{
	padding:0 30px;
	margin-top:34px;
	width:100%;
	box-sizing:border-box;
}
.content .info-area p{
	line-height:33px;
	font-size:18px;
	color:#666;
	text-indent:2em;
}
.content .info-area .img-ibox{
	margin:34px auto;
	width:600px;height:400px;
}


/*文章内容样式*/
.content h2{
	width:100%;
	line-height:58px;
	font-size:30px;
	color:#000;
	font-weight:700;
}
.content p,
.content span{
	line-height:33px;
	font-size:18px;
	color:#666;
}
.content img{
	margin:20px auto;
	width:600px;height:400px;
}
