.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
body {
  background-color: #f8f9fc;
}
.pxtz ul {
  margin-top: 36px;
}
.pxtz ul li {
  width: 376px;
  height: 351px;
  background: #FFFFFF;
  box-shadow: 2px 2px 13px 0px rgba(209, 209, 209, 0.5);
  padding: 24px 20px 0 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  float: left;
  margin-right: 35px;
}
.pxtz ul li:nth-child(3n) {
  margin-right: 0;
}
.pxtz ul li img {
  width: 336px;
  height: 182px;
  display: block;
}
.pxtz ul li p {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0C5ABB;
  line-height: 25px;
  padding: 31px 0 17px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.pxtz ul li .pxtz_start {
  display: block;
  width: 112px;
  height: 33px;
  background: #EDF2FF;
  border-radius: 21px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0C5ABB;
  line-height: 33px;
  text-align: center;
}
.pxtz ul li .pxtz_end {
  display: block;
  width: 112px;
  height: 33px;
  background: #F3F3F3;
  border-radius: 21px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #767676;
  line-height: 33px;
  text-align: center;
}
.pxtz ul li .pxtz_end:hover {
  color: #767676 !important;
}
