.imgList{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.imgList .imgList-box{
	width: 226px;
	height: auto;
	margin-top: 15px;
}
.imgList .imgList-box a div{
	width: 170px;
	height: 130px;
	background: url(../img/imgList.jpg);
	margin: 0 auto;
	padding: 10px 0;
}

.imgList .imgList-box a div img{
	width: 150px;
	height: 110px;
	display: block;
	margin: 0 auto;
	
}
.imgList .imgList-box a div p{
	font-size: 12px;
	color: #7d6949;
	text-align: center;
}