body {
	background: #f5f7fa;
}

.main2 {
	width: 100%;
	height: 250px;
	background: url("../../images/project/banner.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bannerCon {
	width: 630px;
}

.ttBx {
	width: 60px;
}

.itemNav {
	padding: 0 15px;
	cursor: pointer;
	margin-top: 15px;
}

.active {
	color: #3c78fc;
}

.consBx {
	width: 588px;
	margin-bottom: 20px;
}

.consBx:nth-child(2n) {
	margin-left: 20px;
}

.conItem {
	width: 588px;
	height: 460px;
	padding: 8px;
	display: block;
}

.conItemimg {
	width: 570px;
	height: 304px;
	border-radius: 4px;
}

.consBx:hover a {
	text-decoration: none;
}

.consBx:hover .tt {
	color: #3c78fc;
}

.lable {
	padding: 0 6px;
	height: 20px;
	border-radius: 2px;
	color: #3c78fc;
	border:1px solid #3c78fc;
}

.userimg {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 5px;
}

.nan {
	width: 10px;
	height: 10px;
	margin-left: 5px;
}