#banner {
	height: 410px;
	background: url("../../Images/col-banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#path {
	height: 50px;
}

#path .path-content {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
}

#content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

#content .content-left{
	width: 300px;
	float: left;
}
#content .content-left .left-title{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background-color: #2968a3;
	text-align: center;
	color: #fff;
}
#content .content-left .left-body{
	border-bottom: 2px #2968a3 solid;
}
#content .content-left .left-body ul li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px #ccc dotted;
	font-size: 16px;
}
#content .content-left .left-body ul .cur{
	background-color: #d3e8fc; 
}
#content .content-right{
	width: 880px;
	float: right;
	border: 1px solid #eee;
	padding: 15px;
	padding-top: 0px;
}
#content .content-right .right-title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 2px solid rgb(11, 140, 210);
	/* width: 100%; */
	overflow: hidden;
	font-family: microsoft yahei;
	font-size: 24px;
	font-weight: 500;
}
#content .content-right .right-info{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content .content-right .right-info span{
	padding: 20px 10px;
}

#content .content-right .right-body {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 0 40px 0;

}

#content .content-right .right-body p {
	color: #5a5a5a;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 10px;
}
