.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;
}