.content{
	position: relative;
	background-color: #F2F2F2;
	min-height:800px;
	overflow: hidden;
}
.content-img img{
	width: 100%;
}
.new-list-children{
	background-color: #FFF;
	margin: auto;
	width: 1050px;
	overflow: hidden;
}
.new-list-left{
	display: inline-block;
	width: 45%;
	float: left;  
	max-height: 200px; 
    overflow: hidden;
}
.new-list-left img{
	width: 400px;
}
.new-list-right{
	display: inline-block;
	width: 50%;
	float: left;
	padding-top: 30px;
}