.list-card-1 .card-content {
  padding: 18px 0;
}
.list-card-1 .card-content .swiper {
  height: 360px;
}
.list-card-1 .list .item {
  padding: 10px 0;
}
.list-card-1 .list .item a {
  background: url(/assets/images/common/icon-rhomb.png) no-repeat left 6px;
  background-size: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  cursor: pointer;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-card-1 .list .item a:hover {
  color: #1259F0;
}
