@charset "utf-8";
/* CSS Document */
.list_con {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 5px auto 0px;
}
.list_con .position {
	border-bottom: 1px solid #CCC;
	height: 30px;
	line-height: 30px;
	color: #6B8E23;
	padding-left: 10px;
}
.list_con .position a:hover {
	color: #fe0202;
}

.list_con_ul li {
	line-height: 30px;
	padding-left: 10px;
	height: 30px;
	background: url(../images/sj.png) no-repeat;
	background-position: 0px 14px;
}
.list_con_ul li a:hove {
color:#1295c2;
}
.list_con_border {
	margin-top: 10px;
}
.list_con_border span {
	float: right;
	margin-right: 10px;
}
.list_con_border .clear_li {
	background: none;
	height: 10px;
}
.page {
	width: 500px;
	margin: 10px auto;
}
.page li {
	float: left;
	text-align: center;
	margin: 0 auto;
}
.page a {
	font-size: 12px;
	margin: 0 5px;
	border: #ccc 1px solid;
	padding: 2px 6px;
	line-height: 22px;
}
