body {
  font-size: 12px;
}

.city {
  margin-bottom: 15px;
}

.city > .row {
  margin-left: 0;
  margin-right: 0;
}

.city h3 {
  font-size: 16px;
  font-weight: bold;
  color: #c40000;
}

.citys-div {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.citys-div:last-child{
  border-bottom: 0;
}
.citys-area dt {
  font-size: 14px;
  font-weight: bold;
  /* font-family: Arial, Serif; */
  color: #666;
  float: left;
}
.citys-area dd{
  padding-left: 60px;
}
.citys-area {
  margin-right: 0;
  margin-left: 0;
}

.citys-area span {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  line-height: 20px;
  color: #666;
  /* font-family: Arial, Serif; */
}

.citys-area span:hover {
  color: #c40000;
  text-decoration: underline;
}
