.linehide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.wrapper .title {
  margin: 67px 0 40px 0;
}
.wrapper .title img {
  width: 282px;
  display: block;
}
.wrapper .container {
  width: 1200px;
  background: #e7efe4;
  box-shadow: 2px 2px 4px 1px rgba(219, 219, 219, 0.5);
  padding: 98px 0 110px 180px;
}
.wrapper .container ul li {
  width: 140px;
  float: left;
  margin-right: 97px;
  margin-bottom: 60px;
}
.wrapper .container ul li:nth-child(4n) {
  margin-right: 0;
}
.wrapper .container ul li:hover a span {
  color: #399039;
}
.wrapper .container ul li a img {
  width: 140px;
  height: 176px;
  display: block;
}
.wrapper .container ul li a span {
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  padding-top: 20px;
  display: block;
  text-align: center;
}
