.outermostHomethree{
	width: 100%;
	font-size: 1em;
}
.outermost{
	width: 100%;
	padding: 70px 0 0 0;
}
.veryGood{
	width: 100%;
}
.dietenMiss{
	width: 100%;
	/*border: 1px solid red ;*/
}
.dietenMiss1{
	overflow: hidden;/*清除浮动*/
}
.dietenMiss1 li{
	float: left;
	width: 50%;
	margin: 3% 0 0 0;
	text-align: center;
	list-style-type: none;
}
.space{
	overflow: hidden;/*清除浮动*/
	margin: 0  0  0 33%;
}
.space li{
	list-style-type: none;
	float: left;
	margin: 5% 5% 0 0;
}
