#venue {
	background: #f5f7fa;
}

.zsItem {
	width: 280px;
	margin-right: 25px;
	width: 280px;
	padding-bottom: 10px;
	border-radius: 4px;
	display: block;
	background: #ffffff;
	transition: box-shadow 0.5s ease-in-out;
	/* 添加过渡效果 */
}

.zsItem:nth-child(4n) {
	margin-right: 0;
}

.zsItem:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	/* 鼠标悬停时的阴影效果 */
}

.fytt {
	height: 46px;
	display: block;
}

.tp:hover+.cn .fytt {
	color: #3c78fc
}

.fytt:hover {
	color: #3c78fc;
}

.zushouImg {
	width: 100%;
	height: 224px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.zushouColor {
	color: #ff3737;
}

.zushouUserIcn {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}