.list-card-2 .card-content {
  padding: 18px 0;
}
.list-card-2 .card-content .swiper {
  height: 340px;
}
.list-card-2 .list .item {
  color: #39435A;
  padding: 12px 0;
  cursor: pointer;
}
.list-card-2 .list .item:hover {
  color: #1259F0;
}
.list-card-2 .list .item a {
  display: block;
  width: 100%;
  background: url(/assets/images/common/icon-triangle.png) no-repeat left 7px;
  background-size: 10px;
  line-height: 24px;
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-card-2 .list .item .time {
  line-height: 16px;
  font-size: 12px;
  color: #777E8E;
  padding-left: 18px;
}
