.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: 52px 0 25px 0;
}
.wrapper .title img {
  width: 196px;
  display: block;
}
.wrapper .tab a {
  display: inline-block;
  padding: 5px 25px;
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 18px;
  color: #326a3f;
  margin-bottom: 15px;
}
.wrapper .tab a:hover {
  background-color: rgba(192, 222, 134, 0.29);
  color: #326a3f;
  border-radius: 70px;
  font-weight: 500;
}
.wrapper .tab .on {
  background-color: rgba(192, 222, 134, 0.29);
  color: #326a3f;
  border-radius: 70px;
  font-weight: 500;
}
.wrapper .list {
  margin-top: 13px;
}
.wrapper .list ul li {
  height: 237px;
  margin-bottom: 30px;
}
.wrapper .list ul li .lf {
  width: 420px;
  height: 100%;
  float: left;
}
.wrapper .list ul li .lf img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper .list ul li .rh {
  float: right;
  width: 780px;
  height: 100%;
  background: #e7efe4;
  box-shadow: 2px 2px 4px 1px rgba(219, 219, 219, 0.5);
  padding: 53px 0 0 35px;
}
.wrapper .list ul li .rh p {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: bold;
  font-size: 22px;
  color: #326a3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.wrapper .list ul li .rh span {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 16px;
  color: #326a3f;
  display: block;
  padding-top: 26px;
}
.wrapper .list ul li .rh a {
  display: block;
  width: 110px;
  height: 33px;
  background: #7fb35a;
  border-radius: 17px;
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
  margin-top: 40px;
}
