.cae_consBx {
	width: 280px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.cae_consBx:hover {
	box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.25);
}

.cae_consBx .ewm1content {
	top: 20px !important;
	right: 10px !important;
}

.consBx:nth-child(4n) {
	margin-right: 0;
}

.cae_conItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.cae_lable {
	height: 24px;
	padding: 0 6px;
	background: #f0f4ff;
	color: #637197;
	margin-left: 6px;
}

.cae_lable:first-child {
	margin-left: 0;
}