#hot {
  width: 1200px;
  line-height: 14px;
  margin: 20px auto 0;
  text-align: left;
}

#hot-title {
  margin-right: 18px;
  color: #fcc401;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 8px;
  margin: 3px 5px;
  position: absolute;
}

#hot-con {
  margin-left: 80px;
}

a.hot-city {
  padding: 3px 8px;
  margin: 3px 5px;
  color: #666;
  font-size: 14px;
  display: inline-block;
}

a.hot-city:hover {
  color: #000;
  background: #f0d224;
  text-align: center;
  border-radius: 12px !important;
}

.banner-container img {
  width: 100%;
}

a.entrance {
  background-color: #fcc401;
  width: 205px;
  margin: 0;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 20px auto 10px;
  text-decoration: none;
  border-radius: 10px;
}

a.entrance:hover {
  text-decoration: underline;
}