﻿@charset "UTF-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
a:focus {
    outline: none;
    outline-offset: -2px;
}

.return {
    position: relative;
    height: 36px;
    padding: 6px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
    color: #737372;
}
.return a {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 36px;
    padding: 0 20px;
    text-align: center;    
    background: #eb2830;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}
.container {
    font-size: 14px;
    line-height: 24px;
}
#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;
}
#container .city_list .item dt {
    float: left;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    width: 35px;
    padding-left: 25px;
    color: #444;
    display: table-cell;
}
#container .city_list .item dd {
    margin: 0 0 0 55px;
    padding-left: 15px;
    border-left: 1px dashed #b2b2b2;
}
#container .city_list .item dd a {
    padding: 1px 12px 1px 12px;
    white-space: nowrap;
    float: left;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
#container .city_list .item dd ul li{
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
#container .city_list .item dd ul li a{
    float: none;
    display: inline-block;
    width: 136px;
    height: 36px;    
    line-height: 36px;
    background: #f1f1f1;
}
#container .city_list .item dd ul li span{
    font-size: 14px;
}
#container .city_list .item dd a:hover {
    text-decoration: none;
    background: #eb2830;
    color: #fff;
}
#foot {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    border-top: 2px solid #eb2830;
    padding-top: 10px;
    font-size: 14px;
}
#foot a {
    color: #666;
    text-decoration: none;
}
#foot a:hover {
    color: #0aa8dd;
}