.project-recommend .card-content {
  padding: 24px 0;
}
.project-recommend .list .item-img {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 12px;
}
.project-recommend .list .item-img:last-child {
  margin: 0;
}
.project-recommend .list .item-img:hover .img {
  transform: scale(1.05);
}
.project-recommend .list .item-img .img {
  width: 310px;
  height: 175px;
  transition: all 0.3s ease-in-out;
}
.project-recommend .list .item-img .item-name {
  width: 100%;
  background: linear-gradient(180deg, rgba(59, 93, 166, 0) 0%, rgba(15, 40, 92, 0.5) 100%);
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 12px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-recommend .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;
}
.project-recommend .list .item:hover {
  color: #1259F0;
}
.project-recommend .list .item::before {
  content: '';
  width: 9px;
  height: 9px;
  background: url(/assets/images/common/icon-tag.png) no-repeat center center;
  background-size: 100%;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #777E8E;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
}
