.right-card-type1 .card-content {
  padding: 12px 0;
}
.right-card-type1 .list .item {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding: 12px 0 12px 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.right-card-type1 .list .item:hover {
  color: #1259F0;
}
.right-card-type1 .list .item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 0;
}
