#footprint {
	background: #f5f7fa;
}

.zujiItem {
	width: 275px;
	border-radius: 4px;
	background: #fafbfd;
	margin-left: 20px;
	display: block;
	padding-bottom: 10px;
	transition: box-shadow 0.5s ease-in-out;
	/* 添加过渡效果 */
}

.zujiItem:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	/* 鼠标悬停时的阴影效果 */
}

.zitt {
	height: 46px;
	display: block;
}

.tp:hover+.cn .zitt {
	color: #3c78fc
}

.zitt:hover {
	color: #3c78fc;
}

.zujiImg {
	width: 100%;
	height: 220px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.zujiUserIcn {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.zan {
	width: 14px;
	height: 15px;
	margin-right: 5px;
}