/*！！！！！！！！！！！！！！！！！！！！ topbar */
#topbar {
	height: 30px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	background: url(../Images/Before/index/bg01.gif) repeat-x;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
}
#logo_s {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
}
#topbar strong {
	margin-right: 5px;
}
#topbar span {
	margin: 0 5px;
	color: #999;
}
/*！！！！！！！！！！！！！！！！！！！！ topbar end */
h1 {
	margin-top: 15px;
	padding-left: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font: bold 16px/30px "卜悶";
	color: #06c;
}
.part {
	width: 100%;
	margin-top: 15px;
}
.part .title {
	border-bottom: 3px solid #f90;
}
.part .title span {
	display: block;
	width: 100px;
	height: 24px;
	border-top: 3px solid #fc9;
	background: #f90;
	font: bold 14px/28px "卜悶";
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.part .content {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0;
}
.part .content a,
.part .content a:visited {
	margin-right: 20px;
	line-height: 30px;
	text-decoration: underline;
	white-space: nowrap;
}
/*！！！！！！！！！！！！！！！！！！！！ citylist */
.citylist {
	margin: 15px auto;
	padding: 1px;
	background: #fc0;
	text-align: left;
}
.listtitle {
	height:24px;
	padding-left:10px;
	background:url(../Images/Before/index/title01.gif) repeat-x;
	font:bold 14px/24px "卜悶";
	color:#f80;
}
.listcontent {
	margin-top:1px;
	padding:10px;
	background:#fff;
}
.listcontent dl {
	width:100%;
	border-bottom:1px solid #f1f1f1;
	line-height:26px;
	overflow:auto;
}
.listcontent dt {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #555;
}
.listcontent dd {
	float: left;
	width: 676px;
}
.listcontent dd a,
.listcontent dd a:visited {
	margin-right:5px;
	color:#369;
	text-decoration:none;
	white-space:nowrap;
}
.listcontent dd a:hover {
	color:#f60;
	text-decoration:underline;
}