.hot-molecular-card .card-content {
  padding: 24px 16px 12px;
}
.hot-molecular-card .list .item {
  line-height: 18px;
  font-size: 14px;
  color: #323647;
  padding: 12px 0 12px 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.hot-molecular-card .list .item:hover {
  color: #0038B0;
}
.hot-molecular-card .list .item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C5D1EC;
  position: absolute;
  top: 18px;
  left: 0;
}
.hot-molecular-card .list .item.item-special {
  padding: 0 0 12px;
  display: flex;
  justify-content: space-between;
}
.hot-molecular-card .list .item.item-special::before {
  display: none;
}
.hot-molecular-card .list .item.item-special:hover svg,
.hot-molecular-card .list .item.item-special:hover img {
  transform: scale(1.15);
}
.hot-molecular-card .list .item.item-special:hover .card-info .name {
  color: #0038B0;
}
.hot-molecular-card .list .item.item-special .item-img {
  width: 110px;
  height: 72px;
  background: #F7F9FC;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hot-molecular-card .list .item.item-special .item-img svg,
.hot-molecular-card .list .item.item-special .item-img img {
  width: 72px;
  height: 72px;
  transition: all 0.3s ease-in-out;
}
.hot-molecular-card .list .item.item-special .card-info {
  width: 184px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hot-molecular-card .list .item.item-special .card-info .tag {
  width: 30px;
  height: 14px;
  background: #AA2200;
  line-height: 14px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 2px;
}
.hot-molecular-card .list .item.item-special .card-info .name {
  max-height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #323647;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
