.content .substance {
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 30px;
}
.content .substance .left {
	float: left;
	width: 280px;
	margin-right: 17px;
}
.content .substance .left h1 {
	font-size: 30px;
	color: #fff;
	background: #193e8c;
	text-align: center;
	width: 100%;
	height: 110px;
	padding-top: 50px;
	transition: all 0.5s;
}
.content .substance .left h1:hover {
	background: url(../image/bg.png) no-repeat center;
	background-size: 120%;
}
.content .substance .left h1 span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}
.content .substance .left ul {
	width: 278px;
	border: 1px solid #cbcbcb;
}
.content .substance .left ul li {
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 60px;
	border: 1px solid transparent;
	cursor: pointer;
		transition: all 0.5s;
}
.content .substance .left ul li.on {
	border-color: #cbcbcb;
	background: #5e78ae;
	color: #fff;
}
.content .substance .left ul li:hover {
	border-color: #cbcbcb;
	background: #5e78ae;
	color: #fff;
}
.content .substance .left h2 {
	font-size: 20px;
	color: #fff;
	width: 278px;
	height: 60px;
	background: #193e8c;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
		transition: all 0.5s;
	border: 1px solid #cbcbcb;
}
.content .substance .left h2:hover {
	transition: all 0.5s;
	background: url(../image/bg.png) no-repeat center;
	background-size: 120%;
}
.content .substance .left ol {
	overflow: hidden;
}
.content .substance .left ol li {
	background: #193e8c;
	width: 85px;
	height: 52px;
	float: left;
	border-radius: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
		transition: all 0.5s;
}
.content .substance .left ol li:nth-child(3n) {
	margin-right: 0;
}
.content .substance .left ol li > a {
	display: block;
	width: 100%;
}
.content .substance .left ol li img {
	display: block;
	width: 30px;
		transition: all 0.5s;
	margin: 0 auto;
}
.content .substance .left ol li p {
	margin-top: -2px;
}
.content .substance .left ol li p a {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.content .substance .left ol li:hover {
	transition: all 0.5s;
	background: url(../image/bg.png) no-repeat center;
}
.content .substance .left ol li:hover img {
	transition: all 0.5s;
	transform: scale(1.3);
}
.content .substance .right {
	overflow: hidden;
	position: relative;
}
.content .substance .right:hover h2 span {
	transition: all 0.5s;
	width: 100%;
}
.content .substance .right h2 {
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 2px solid #e0e0e0;
	position: relative;
}
.content .substance .right h2 span {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -2px;
	width: 84px;
	height: 5px;
	background: #193e8c;
		transition: all 0.5s;
}
.content .substance .right ul {
	overflow: hidden;
	margin-top: 15px;
}
.content .substance .right ul li {
	float: left;
}
.content .substance .right ul li a {
	width: 223.76px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #f1f1f1;
	transition: all 0.3s;
	margin: 1px;
	font-size: 16px;
	color: #666;
}
.content .substance .right ul li a:hover {
	background: #193e8c;
	color: #fff;
}
