.content-box {
	width: 1244px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.classify-wrapper {
	padding-bottom: 80px;
}
.classify-item {
	width: 163px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	margin: 0 22px;
	box-sizing: border-box;
	background-color: #DBE0E7;
	margin-bottom: 22px;
	border: 1px solid #DBE0E7;
	cursor: pointer;
}
.classify-item.on {
	background-color: #C12525;
	color: #fff;
	border: 1px solid #C12525;
}
.classify-item:hover {
	border: 1px solid #C12525;
}
.list {
	width: 370px;
	margin: 0 22px 50px;
	background-color: #EBEBEB;
	cursor: pointer;
}
.list .imgs {
	width: 100%;
	height: 208px;
	overflow: hidden;
}
.list:hover {
	box-shadow: 0px 4px 18px 0px rgba(0,93,255,0.18);
}
.list:hover img {
	transform: scale(1.02);
}
.list .imgs img {
	transition: all .3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list .titles {
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 50px;
}