.alumniwarp {
  float: left;
  width: 360px;
  height: 300px;
  margin-top: 20px;
  margin-left: 21px;
}
.alumniwarp:nth-child(1) {
  margin-left: 0;
}
.alumniwarp:nth-child(4) {
  margin-left: 0;
}
.alumniwarp a {
  display: inline-block;
  width: 360px;
  height: 300px;
}
.alumniwarp .alumni-img {
  width: 360px;
  height: 218px;
}
.alumniwarp .alumni-img img {
  width: 100%;
  height: 100%;
}
.alumniwarp .alumni-news {
  width: 360px;
  height: 82px;
  line-height: 26px;
}
.alumniwarp .alumni-news p {
  font-size: 16px;
  color: #000;
  padding-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
