.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: 283px;
  display: block;
}
.wrapper .list {
  margin-top: 54px;
}
.wrapper .list .lf {
  float: left;
}
.wrapper .list .lf a {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 20px;
  color: #61ab61;
  padding: 26px 20px;
  display: block;
  position: relative;
}
.wrapper .list .lf a:hover {
  background: rgba(177, 211, 176, 0.25);
  border-radius: 8px 0px 0px 8px;
  color: #326a3f;
}
.wrapper .list .lf a:hover::after {
  width: 0;
}
.wrapper .list .lf a::after {
  content: "";
  width: 210px;
  height: 1px;
  background: rgba(97, 171, 97, 0.23);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  display: block;
}
.wrapper .list .lf .on {
  background: rgba(177, 211, 176, 0.25);
  border-radius: 8px 0px 0px 8px;
  color: #326a3f;
}
.wrapper .list .lf .on::after {
  width: 0;
}
.wrapper .list .rh {
  float: left;
  width: 915px;
  background-color: rgba(177, 211, 176, 0.25);
  padding: 60px 0 0 50px;
  border-radius: 0px 0px 10px 10px;
}
.wrapper .list .rh .item {
  height: 370px;
}
.wrapper .list .rh .item .line {
  width: 818px;
  height: 1px;
  background: rgba(56, 111, 69, 0.34);
}
.wrapper .list .rh .item > ul > li {
  margin-bottom: 50px;
}
.wrapper .list .rh .item > ul > li::before {
  content: '';
  width: 281px;
  height: 1px;
  background: rgba(56, 111, 69, 0.34);
  position: absolute;
  top: -2px;
}
.wrapper .list .rh .item ul li {
  position: relative;
  float: left;
  margin-right: 20px;
}
.wrapper .list .rh .item ul li:nth-child(3n) {
  margin-right: 0;
}
.wrapper .list .rh .item ul li .nz {
  width: 23px;
  height: 20px;
  background:  no-repeat center top;
  background-size: cover;
  position: absolute;
  top: -30px;
}
.wrapper .list .rh .item ul li a .dian {
  width: 5px;
  height: 5px;
  background: #326a3f;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 10px;
}
.wrapper .list .rh .item ul li a .box {
  width: 260px;
}
.wrapper .list .rh .item ul li a .box .imgbox {
  height: 133px;
  overflow: hidden;
}
.wrapper .list .rh .item ul li a .box .imgbox .img {
  width: 260px;
  height: 133px;
  transition: all .3s;
}
.wrapper .list .rh .item ul li a .box .bottom {
  height: 103px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 8px 16px 18px 12px;
}
.wrapper .list .rh .item ul li a .box .bottom .t {
  margin-bottom: 8px;
  font-family: sourcehansanscn, sourcehansanscn;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.wrapper .list .rh .item ul li a .box .bottom .zj {
  padding-bottom: 8px;
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.wrapper .list .rh .item ul li a .box .bottom .zw {
  font-family: sourcehansanscn, sourcehansanscn;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.wrapper .list .rh .item ul li a ul {
  margin-left: 11px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.wrapper .list .rh .item ul li a ul li:first-child {
  font-family: pingfangsc, pingfang sc;
  font-weight: 600;
  font-size: 16px;
  color: #5eaa60;
  margin-right: 5px;
}
.wrapper .list .rh .item ul li a ul li:nth-child(2) {
  font-family: pingfangsc, pingfang sc;
  font-weight: 600;
  font-size: 14px;
  color: #5eaa60;
}
.wrapper .list .rh .item ul li a ul li:nth-child(3) {
  padding: 2px 10px;
  border-radius: 16px;
  text-align: center;
  font-family: pingfangsc, pingfang sc;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  margin-left: 5px;
}
.wrapper .list .rh .item ul li a ul .end {
  background: #a3a3a3;
}
.wrapper .list .rh .item ul li a ul .stateroll {
  background-color: #2f8900;
}
.wrapper .list .rh .item ul li a ul .start {
  background-color: #6ac689;
}
