.imgList{
	width: 690px;
	height: auto;
	display: flex;
	justify-content: safe;
	flex-wrap: wrap;
}
.imgList-box{
	width: 230px;
	height: 180px;
}
.imgList-box div{
	width: 192px;
	height: 138px;
	border: 1px solid #efefef;
	margin: 0 auto;
}
.imgList-box div img{
	width: 180px;
	height: 130px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}

.imgList-box p{
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.imgList-box p a{
	font-size: 12px;
}