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

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

.active-ul .active-list .img-wrap {
  height: 220px;
  overflow: hidden;
}

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

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

.active-ul .active-list .text-wrap {
  padding: 12px 18px 0;
  height: 110px;
  border: 1px solid #ddd;
  text-align: justify;
}

.active-ul .active-list .text-wrap .title {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-ul .active-list .text-wrap .text {
  font-size: 14px;
  line-height: 30px;
  max-height: 60px;
  color: #666;
  overflow: hidden;
}

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

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