body {
	background: #f5f7fa;
}

.ttBx {
	width: 70px;
}

.itemNav {
	padding: 0 15px;
	cursor: pointer;
	margin-top: 15px;
}

.active {
	color: #3c78fc;
}

.consBx {
	width: 288px;
	height: 386px;
	margin-right: 16px;
	margin-bottom: 15px;
	padding: 5px;
}

.ewm1content {
	top: 25px !important;
	right: 10px !important;
}

.consBx:nth-child(4n) {
	margin-right: 0;
}

.conItem {
	width: 100%;
	height: 100%;
	display: block;
}

.conItem:hover {
	text-decoration: none;
	cursor: pointer;
}

.conItem:hover .tt {
	color: #3c78fc;
}

.conItemimg {
	width: 100%;
	height: 224px;
	border-radius: 4px;
}

.color {
	color: #ff7000;
}