#container {

    width: 1000px;

    margin: 0 auto;

    margin-top: 10px;

    border: 1px solid #f4f4f4;

    padding: 10px

}



#container .city_list {

    padding-top: 10px

}



#container .city_list .item {

    padding: 10px 0;

    line-height: 24px;

    overflow: hidden;

    border-bottom: 1px dashed #ddd;

	margin-top:0px;

}



#container .city_list .item dt {

    float: left;

    font-family: arial;

    font-weight: 700;

    font-size: 18px;

    width: 35px;

    padding-left: 25px;

    color: #444;

    display: table-cell;

}



#container .city_list .item dd {

    margin: 0px;

    padding-left: 15px;

    border-left: 1px dashed #b2b2b2;

	width:890px; float:left;

}

#container .city_list .item dd .regtitle{

	display:block; font-size:14px; width:100%; border-bottom:1px dotted #ccc;

	margin-bottom:10px; font-weight:bold;
	}

#container .city_list .item dd a {

    padding: 1px 12px;

    white-space: nowrap;

    float: left;

    color: #333;

    font-size: 14px;

    text-decoration: none;

	background-color:#EFEFEF;

	margin-right:5px;

	margin-bottom:5px;

}
#container .city_list .item dd .regtitle a{
	float:none; background-color:#fff;
	}


#container .city_list .item dd a:hover {

    text-decoration: none;

    background: #fdad4e;

    color: #fff

}



#foot {

    width: 1000px;

    margin: 0 auto;

    text-align: center;

    margin-top: 10px;

    line-height: 24px;

    color: #666;

    border-top: 2px solid #f39c11;

    padding-top: 10px;

    font-size: 14px

}



#foot a {

    color: #666;

    text-decoration: none

}



#foot a:hover {

    color: #0aa8dd

}



.return {

    position: relative;

    height: 36px;

    padding: 6px;

    width: 1000px;

    margin: 0 auto;

    text-align: left;

    font: 700 22px/42px \\5FAE\8F6F\96C5\9ED1;

    color: #737372

}



.return a {

    position: absolute;

    right: 10px;

    top: 12px;

    height: 36px;

    width: 100px;

    text-align: center;

    display: block;

    background: #fdad4e;

    color: #fff;

    line-height: 36px;

    font-size: 12px;

    font-weight: 700

}



.return a:hover {

    text-decoration: none;

    background: #f39c11;

    color: #fff

}