.hot-recommend .card-content {
  padding: 12px 0;
}
.hot-recommend .list .item {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding: 12px 0 12px 22px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.hot-recommend .list .item:hover {
  color: #1259F0;
}
.hot-recommend .list .item::before {
  content: attr(data-sort);
  width: 18px;
  height: 18px;
  background: no-repeat center center;
  background-size: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #777E8E;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 0;
}
.hot-recommend .list .item:nth-child(1)::before {
  content: '';
  background-image: url(/assets/images/information/icon-sort-1.png);
}
.hot-recommend .list .item:nth-child(2)::before {
  content: '';
  background-image: url(/assets/images/information/icon-sort-2.png);
}
.hot-recommend .list .item:nth-child(3)::before {
  content: '';
  background-image: url(/assets/images/information/icon-sort-3.png);
}
