.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;
}
.tz {
  margin-top: -121px;
  background: rgba(0, 141, 107, 0.06);
  padding: 181px 0 64px;
}
.tz .layout {
  min-height: 374px;
  background: url(../images/tz.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 89px 0 105px;
}
.tz .layout a {
  width: 1146px;
  height: fit-content;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.tz .layout a:hover {
  color: #333 !important;
}
.content {
  padding-top: 49px;
  margin-bottom: 49px;
}
.content li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(32, 144, 133, 0.2);
}
.content li:last-child {
  margin-bottom: 0;
}
.content li:hover {
  border-bottom: 2px solid #209085;
}
.content li:hover a .right .t {
  color: #209085;
}
.content li a {
  display: flex;
}
.content li a img {
  display: block;
  width: 126px;
  height: 156px;
  border-radius: 20px 4px 20px 4px;
  margin-right: 21px;
}
.content li a .right {
  margin-top: 10px;
}
.content li a .right .t {
  width: 1062px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.content li a .right .c {
  width: 1062px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

