

#venue {
	background: #f5f7fa;
}

.zushouItem {
	width: 280px;
	height: 424px;
	border-radius: 4px;
	display: block;
}

.zushouItem:hover {
	text-decoration: none;
}

.zushouItem:hover .tt {
	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%;
}
