.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;
}
body {
  width: 100%;
  height: 100%;
  background: url(/statics/gb/images/pxdt-bck1.png) no-repeat center top;
  background-size: 100% 100%;
  min-width: 1200px;
}
.wrapper .title {
  margin: 67px 0 40px 0;
}
.wrapper .title img {
  width: 196px;
  display: block;
}
.wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.wrapper ul li {
  width: 400px;
  height: 150px;
  background: url(/statics/gb/images/pxdt-bck.png) no-repeat center top;
}
.wrapper ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper ul li .lf {
  width: 80px;
  height: 80px;
  background: url(/statics/gb/images/pxdt-bck0.png) no-repeat center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper ul li .lf h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 35px;
  color: #326A3F;
  line-height: 1;
}
.wrapper ul li .lf i {
  display: block;
  width: 53px;
  height: 1px;
  background-color: #326A3F;
  margin: 4px 0;
}
.wrapper ul li .lf p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #326A3F;
}
.wrapper ul li .rh {
  width: 250px;
  height: 80px;
  margin-left: 17px;
}
.wrapper ul li .rh p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
