.hot-news-outline {
  padding: .9rem 0 0;
}

.hot-news-area {
  width: 28.8rem;
  min-width: 750px;
  margin: 1.2rem auto .5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hot-news {
  width: 13.56rem;
  height: 3.84rem;
  margin-bottom: 1.4rem;
  cursor: pointer;
}

.hot-news .left {
  width: 4.72rem;
  height: 100%;
  background-color: #ECECEC;
  align-items: center;
}

.hot-news .left img {
  margin-bottom: 0.48rem;
}

.hot-news .left img.fang {
  width: 1.28rem;
  height: 1.28rem;
}

.hot-news .left img.shu-01 {
  width: 1.72rem;
  height: 1.5rem;
}

.hot-news .left img.shu-02 {
  width: 1.1rem;
  height: 1.34rem;
}

.hot-news .left span {
  font-size: 18px;
  color: #676767;
}

.hot-news img.right {
  width: 8.84rem;
  height: 100%;
}

.index-bottom {
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
}
