.active-ul .active-list {
  margin-bottom: 20px;
  float: left;
  width: 330px;
  height: 280px;
}

.active-ul .active-list:not(:nth-child(3n + 1)) {
  margin-left: 30px;
}

.active-ul .active-list .img-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.active-ul .active-list .img-wrap > img {
  display: block;
  width: 330px;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.active-ul .active-list .img-wrap:hover img {
  transform: scale(1.1);
}

.active-ul .active-list .img-wrap .img-introduction {
  padding: 38px 0 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-ul .active-list .text-wrap {
  padding: 10px 14px 0;
  height: 80px;
  border: 1px solid #ddd;
  text-align: justify;
}

.active-ul .active-list .text-wrap .text {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.active-ul .active-list .text-wrap .text .tips {
  color: #0059c9;
}

.active-ul .active-list:hover a {
  color: #0059c9;
}

.active-ul .active-list:hover .text {
  color: #0059c9;
}
