.footCon {
	height: 158px;
	min-width: 1200px;
	border-top: 6px solid #fcc817;
	background-color: #b71506;
}

.foot {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.unit {
	width: 312px;
	height: 147px;
	float: left;
}

.unit img {
	float: right;
	margin: 46px 26px 0 0;
}

.webInfo {
	width: 576px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 20px;
}

.webInfo p {
	line-height: 24px;
	font-size: 14px;
	color: #f9f1dc;
	text-align: center;
}

.webInfo p a,
.webInfo p span {
	color: #f9f1dc;
}

.webInfo p span {
	padding: 0 6px;
}

.findMistake {
	float: left;
}

.findMistake img {
	margin: 52px 0 0 40px;
}