.new-list{
    margin-top: 20px !important;
}
.new-list-children:hover{
    box-shadow: 0px 6px 17px -2px rgba(0,0,0,0.3);

}
.new-list:last-child{
    padding-bottom: 60px;
}
h2{
    color: #333 !important;
}
p{
    color: #666 !important;
}
span{
    color: #999;
}
.content{
	position: relative;
	background-color: #F2F2F2;
	min-height:800px;
	overflow: hidden;
}
.new-list-children{
	background-color: #FFF;
	margin: auto;
	width: 1050px;
	overflow: hidden;
}

.new-list-children-box {
	overflow: hidden;
	height: 200px;
	position: relative;
}

.new-list-children-box img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

.new-list-left{
	display: inline-block;
	width: 50%;
	float: left;
	max-height:200px;
	overflow: hidden;
}
.new-list-left img{
	width: 400px;
}
.new-list-right{
	display: inline-block;
	width: 50%;
	float: left;
	padding: 30px;
}
.piclist-span{
	display: block;
    padding: 30px 0 30px 44px;
    font-size: 20px;
    width: 1050px;
    background: #FFF;
    margin-left: 44px;
    margin: auto;
}