.list {
	width: 1200px;
	height: auto;
	min-height: 500px;
	margin-top: 50px;
}
.list li {
	width: 300px;
	height: 180px;
	background:  url(../images/wyp/icon-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	float: left;
}
.list li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.list li img {
	max-width:100% ;
	height: auto;
	max-height: 26%;
	line-height: 100px;
	margin-top: 50px;
}
.list li p {
	width: 100%;
	text-align: center;
	color: #111;
	font-size: 16px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}
