
.cae_consBx {
	width: 280px;
	height: 386px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.consBx:nth-child(4n) {
	margin-right: 0;
}

.cae_conItem {
	width: 100%;
	height: 100%;
	display: block;
}

.cae_conItem:hover {
	text-decoration: none;
	cursor: pointer;
}

.cae_conItem:hover .tt {
	color: #3c78fc;
}

.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;
}