.content-wrap {
  padding-top: 10px;
  float: left;
  width: 876px;
  min-height: 500px;
}

.current-place-wrap span {
  color: #555555;
}

.current-place-wrap {
  color: #555555;
  font-size: 14px;
}

.current-place-wrap a {
  margin: 0 5px;
  color: #555555;
}

.current-place-wrap a:hover {
  color: #555555;
}

.list-wrap {
  margin-top: 20px;
  padding-bottom: 20px;
}

.hot-list-wrap {
  border-bottom: 1px solid #E4E4E4;
}

.list-item-wrap {
  margin-top: 10px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}

.list-item-left {
  float: left;
  width: 770px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.list-item-tag {
  margin-top: 10px;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  border-radius: 4px;
}

.hot-list-wrap .list-item-tag {
  color: #FF4E45;
  background: #FFEFEE;
}

.hot-list-wrap .list-item-tag a {
  padding: 0 12px;
  color: #FF4E45;
  background: #FFEFEE;
}

.list-item-title {
  margin-left: 13px;
  font-size: 16px;
  color: #000000;
}

.hot-list-wrap .list-item-title a {
  font-weight: 900;
}

.hot-list-wrap .list-item-title a:hover {
  font-weight: 900;
  color: #FF4E45;
}

.list-item-title a b:hover {
  color: #FF4E45;
}

.list-item-time {
  font-size: 16px;
  float: right;
  color: #999999;
}