.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: 64px 0 35px 0;
}
.wrapper .title img {
  width: 196px;
  display: block;
}
.wrapper .tab a {
  display: inline-block;
  padding: 5px 25px;
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 500;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}
.wrapper .tab a:hover {
  background-color: rgba(192, 222, 134, 0.29);
  color: #326a3f;
  border-radius: 70px;
}
.wrapper .tab .on {
  background-color: rgba(192, 222, 134, 0.29);
  color: #326a3f;
  border-radius: 70px;
}
.wrapper .list {
  width: 1200px;
  background: #e7efe4;
  box-shadow: 2px 2px 4px 1px rgba(219, 219, 219, 0.5);
  padding: 50px 86px 42px 86px;
  margin-top: 25px;
}
.wrapper .list ul li {
  margin-bottom: 15px;
}
.wrapper .list ul li:hover a p {
  color: #306637;
}
.wrapper .list ul li:hover a span {
  color: #306637;
}
.wrapper .list ul li a p {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 16px;
  color: #666660;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 80%;
}
.wrapper .list ul li a p i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #326a3f;
  border-radius: 50%;
  margin-right: 14px;
  vertical-align: 4px;
}
.wrapper .list ul li a span {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 14px;
  color: #666660;
  float: right;
}
