@charset "utf-8";
/* CSS Document */

/*内容区域*/
.main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.position {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
}
.main_list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.main_con {
	width: 270px;
	float: left;
	margin-left: 40px;
}
.main_con:first-child {
	margin-left: 0px;
}
.main_con h1 {
	font-weight: normal;
	line-height: 50px;
	background-color: #004098;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.main_con ul {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	min-height: 620px;
	background-color: #f5f5f5;
}
.main_con li {
	line-height: 40px;
	padding-left: 100px;
	font-size: 16px;
	color: #333;
}
.main_con li a {
	color: #333;
}
.main_con dl a {
	padding-left: 15px;
	background: url(header01.png) no-repeat left center;
	font-size: 14px;
	color: #666;
}
