.listImg {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.listImg-box {
	width: 234px;
	min-height: 190px;
	max-height: 280px;
	margin-bottom: 15px;
}

.listImg-box div {
	width: 192px;
	/* height: 132px; */
	min-height: 132px;
	max-height: 280px;
	border: 1px solid #EFEFEF;
	margin: 0 auto;
}

.listImg-box div a img {
	width: 100%;
}

.listImg-box p {
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
}


.listImg-box p a {
	color: #000000;
}
