.hot-information .card-content {
  padding: 12px 0;
}
.hot-information .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-information .list .item:hover {
  color: #1259F0;
}
.hot-information .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-information .list .item:nth-child(1)::before {
  background: linear-gradient(180deg, #FFCE85 0%, #FF8F3E 100%);
}
.hot-information .list .item:nth-child(2)::before {
  background: linear-gradient(180deg, #E3E8FF 0%, #8694D4 100%);
}
.hot-information .list .item:nth-child(3)::before {
  background: linear-gradient(180deg, #F1CAA4 0%, #D78D67 100%);
}
.hot-information .list .item.item-special {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.hot-information .list .item.item-special::before {
  content: attr(data-sort);
  width: 41px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: bold;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 16px;
  left: 4px;
}
.hot-information .list .item.item-special:hover .info .name {
  color: #1259F0;
}
.hot-information .list .item.item-special .item-img {
  width: 140px;
  height: 82px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 5px;
}
.hot-information .list .item.item-special .item-img img {
  display: none;
}
.hot-information .list .item.item-special .info {
  width: 154px;
  overflow: hidden;
}
.hot-information .list .item.item-special .info .name {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.hot-information .list .item.item-special .info .time {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
}
