@charset "UTF-8";
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;
}
#container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #eae6e6;
  padding: 10px;
}
#container .city_list {
  padding-top: 10px;
}
#container .city_list .item {
  padding: 10px 0;
  line-height: 30px;
  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: 16px;
  text-decoration: none;
  width: 48px;
  text-align: center;
  margin: 5px 10px;
}
#container .city_list .item dd a:hover {
  text-decoration: none;
  background: #eb2830;
  color: #fff;
}
#foot {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  color: #666;
  border-top: 2px solid #eb2830;
  padding-top: 15px;
  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: bold 22px/42px "5FAE8F6F96C59ED1";
  color: #737372;
  margin-top: 80px;
}
.return a {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eb2830;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}
.return a:hover {
  text-decoration: none;
  background: #f39c11;
  color: #fff;
}
