._hot-articles {
  width: 100%;
}

._hot-articles h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}

._hot-articles ._hot-articles-titile {
  width: 100%;
  display: block;
  margin-bottom: 9px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
._hot-articles ._hot-articles-titile2 {
  width: 100%;
  height: 60px;
  position: relative;
  background: #fff;
  display: block;
  margin-bottom: 25px;
}
._hot-articles ._hot-articles-titile2:last-child {
  margin-bottom: 0;
}
._hot-articles ._hot-articles-titile2 .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #9b9b9b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 1;
}
._hot-articles ._hot-articles-titile2:nth-child(1) .num {
  background: #fe6402;
}
._hot-articles ._hot-articles-titile2:nth-child(2) .num {
  background: #fd8902;
}
._hot-articles ._hot-articles-titile2:nth-child(3) .num {
  background: #f9b015;
}
._hot-articles ._hot-articles-titile2 .icon_box {
  width: 100px;
  height: 60px;
  position: absolute;
  overflow: hidden;
}
._hot-articles ._hot-articles-titile2 .icon_box img {
  position: absolute;
  width: 100px;
  height: auto;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
._hot-articles ._hot-articles-titile2 h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: absolute;
  left: 110px;
  top: 0;
  right: 0px;
}
._hot-articles ._hot-articles-order {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  opacity: 1;
  background: #999;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

._hot-articles ._hot-articles-order1 {
  background: #ff6500;
}

._hot-articles ._hot-articles-order2 {
  background: #ff8a00;
}

._hot-articles ._hot-articles-order3 {
  background: #ffb100;
}

._hot-articles ._hot-articles-titile:last-child {
  margin-bottom: 0;
}

.m._hot-articles {
  width: 9.12rem;
  margin: auto;
  text-align: center;
}

.m._hot-articles h3 {
  font-size: 0.427rem;

  font-weight: 700;
  color: #333333;
  margin-bottom: 0.587rem;
}

._hot-articles-titile:hover {
  color: #16c3ca;
}

.m._hot-articles ._hot-articles-titile {
  width: 100%;
  display: block;
  margin-bottom: 0.24rem;

  font-weight: 400;
  text-align: left;
  color: #333333;
  font-size: 0.32rem;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  height: 0.533rem;
  line-height: 0.533rem;
}

.m._hot-articles ._hot-articles-order {
  display: inline-block;
  margin-right: 0.267rem;
  width: 0.533rem;
  height: 0.533rem;
  line-height: 0.533rem;
  font-size: 0.267rem;
  text-align: center;
  opacity: 1;
  background: #999;
  border-radius: 0.08rem;
  color: #fff;
  vertical-align: middle;
}

.m._hot-articles ._hot-articles-order1 {
  background: #ff6500;
}

.m._hot-articles ._hot-articles-order2 {
  background: #ff8a00;
}

.m._hot-articles ._hot-articles-order3 {
  background: #ffb100;
}

.m._hot-articles ._hot-articles-titile:last-child {
  margin-bottom: 0;
}
