#example {
	background: #fafbfd;
}

.ep_consBx {
	width: 275px;
	border-radius: 4px;
	background: #fafbfd;
	margin-left: 20px;
	padding-top: 10px;
	display: block;
	transition: box-shadow 0.5s ease-in-out; /* 添加过渡效果 */
}

.ep_consBx:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); /* 鼠标悬停时的阴影效果 */
}
.ep_tt {
	display: block;
	height: 20px;
}

.tp:hover+.cn .ep_tt {
	color: #3c78fc
}


.ep_tt:hover {
	color: #3c78fc;
}

.ep_conItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.ep_lable {
	height: 24px;
	padding: 0 6px;
	background: #f0f4ff;
	color: #637197;
	margin-left: 6px;
}

.ep_lable:first-child {
	margin-left: 0;
}