.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content ul {
  margin-top: 38px;
}
.content ul li {
  width: 286px;
  height: 329px;
  background: linear-gradient(180deg, #f2fbf2 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0px 0px 20px 8px rgba(180, 58, 23, 0.05);
  border-radius: 4px;
  border: 3px solid #FFFFFF;
  margin-bottom: 60px;
  float: left;
  margin-right: 14px;
}
.content ul li:last-child(4n) {
  margin-right: 0;
}
.content ul li:hover p {
  color: #3da51c;
}
.content ul li a {
  height: 329px;
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.content ul li img {
  width: 115px;
  height: 115px;
  border-radius: 58px;
  display: block;
  margin-bottom: 23px;
}
.content ul li span {
  font-size: 22px;
  font-weight: 800;
  color: #333333;
  line-height: 31px;
}
.content ul li p {
  font-size: 18px;
  font-weight: 800;
  color: #999999;
  line-height: 26px;
  padding: 0 25px;
  text-align: center;
  padding-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
