@charset "gb2312";
/* CSS Document */
.index_district {
	width: 1000px;
	height: 30px;
	margin: 10px auto;
	background: url(../images/index_district-bg.png) no-repeat;
	background-size: 1000px 30px;
	position: relative;
	z-index: 8;
	font-family: "SimSun";
	padding-bottom: 10px;
}
.index_district dt {
	float: left;
	padding-right: 24px;
}
.index_district dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 22px;
	width: 26px;
	text-align: center;
	padding-top: 8px;
	padding-top: 9px \9;
	position: relative;
	z-index: 9;
}
.index_district dd a {
	color: #fff;
}
.index_district dd ul {
	display: block;
	width: 204px;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10;
	font-weight: normal;
	font-size: 14px;
	padding: 2px;
	padding-top: 0;
	padding-right: 0;
}
.index_district dd .ul1 {
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 10;
}
.index_district dd .ul2 {
	position: absolute;
	right: 0;
	top: 28px;
}
.index_district dd ul li {
	list-style: none;
	float: left;
	display: block;
	width: 64px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 2px;
	margin-top: 2px;
}
.index_district dd ul li a {
	display: block;
	width: 64px;
	height: 26px;
	color: #333;
}
.index_district dd ul li a:hover {
	color: #ff0000;
	background: url(index-city_sel_bg.gif);
}
