@charset "gb2312";

/* CSS Document */
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form { overflow:hidden;}
.boxcenter1{
	margin: 0 auto;
	width: 1024px;
	display: block;
	overflow: hidden;
}
.white_bg {
	background: #fff;
	padding: 20px 8px 10px;
}

.gl_left {
	width: 188px;
	float: left;
	background: #f2f2f2;
	margin-right: 30px;
}

.gl_title {
	background: url(../images/gl_title.png);
	height: 71px;
	text-align: center;
}

.gl_title h1 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-top: 12px;
}

.gl_left_list {
	margin-top: 10px;
}

.gl_left_list li {
	height: 40px;
	border-bottom: 1px solid #d8d8d8;
	line-height: 40px;
	background: url(../images/gl_left_list.png) no-repeat 22px center;
	padding-left: 38px;
}

.gl_left_list li a {
	color: #333;
}

.gl_left_list li a:hover {
	text-decoration: none;
}

.gl_left_list li.on {
    margin-top:10px;
	background: url(../images/gl_left_list2.png) no-repeat 22px center #026ba5;
}

.gl_left_list li.on a {
	color: #fff;
	font-weight: bold;
}

.gl_right_station {
	height: 64px;
	border-bottom: 1px solid #d8d8d8;
	line-height: 34px;
}

.gl_right_station h1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #333;
}

.station {
	float: right;
	color: #999;
	font-size: 14px;
}

.station a {
	color: #999;
}

.gl_right_list {
	margin: 20px 0;
}

.gl_right_list li {
	height: 56px;
	border-bottom: 1px dashed #eee;
	line-height: 56px;
	background: url(../images/gl_right_list.png) no-repeat 10px center;
	padding-left: 28px;
}

.gl_right_list li a {
	float: left;
	color: #333;
}

.gl_right_list li span {
	float: right;
	margin-right: 48px;
}

.gl_right_list li a:hover {
	text-decoration: underline;
}

.page a,
.page span {
	display: inline-block;
	padding: 0 8px;
	min-width: 20px;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin: 0 6px;
}

.page {
	text-align: center;
	margin: 20px 0;
}

.page span {
	background: #034da2;
	color: #c3d0e5;
	border: 1px solid #4a6dff;
}