.list{
	padding-top: 60px;
}
.list:before{
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.list li{
	float: left;
	width: 370px;
}
.list li:nth-child(3n+2){
	margin:0 45px;
}
.list li img{
	height: 300px;
	width: 370px;
	display: block;
}
.list li p{
	padding:35px 0 80px 0; 
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: "PingFang_thin";
	    height: 30px;
    overflow: hidden;
}
.pagetion{
	padding-bottom: 90px;
}