.listwarp{
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 40px;
	height: 400px;
}
.listpro{
	width: 100%;
	float: left;
	padding-top: 400px;
}
.listpro h3{
	text-align: center;
	font-size: 22px;
	color: #888;
	line-height: 65px;
}
.listpro ul li{
	display: inline-block;
	width: 30%;
	margin-left: 2.5%;
	font-size: 13px;
	color: #333;
	margin-bottom:20px;
	max-height: 365px;
	position: relative;
}
.listpro ul li img{
	width: 100%;
	max-height: 286px;
}
.listpro ul li p {
	width: 100%;
	height: 50px;
	float: left;
	color: #333;
	line-height: 25px;
	margin-top: -5px;
}
.listpro ul li span {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	margin-top: -5px;
	color: #f30;
}
.listpro ul li:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}