.right-card-type2 .card-content {
  padding: 24px 0;
}
.right-card-type2 .list .item {
  color: #39435A;
  padding: 8px 0;
  cursor: pointer;
}
.right-card-type2 .list .item:hover {
  color: #1259F0;
}
.right-card-type2 .list .item a {
  display: block;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  padding-left: 14px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.right-card-type2 .list .item a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.right-card-type2 .list .item .time {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  text-align: right;
}
