.middleone{
	font-size: 1em;
	width: 100%;
	padding-top: 80px;
}

.rightside{
	width: 100%;
	overflow: hidden;/*清除浮动*/
}
.bight{
	width: 100%;
	margin: 0 0 0 0;
	overflow: hidden;/*清除浮动*/
}

.bightimg{
	width: 100%;
	float: left;
}
.bightarticle{
	width: 100%;
	float: right;
	line-height: 30px;
	text-indent: 2em;
	text-align: center;
	margin: 4% 0 3% 0;
}

.bightarticle b{
	color: #EE9626;
}