.yjzx-newsul {
  margin-top: 0px;
}
.yjzx-newsitem:hover p {
  color: #009944;
}
.pos {
  width: 100% !important;
}
.yjzx-newsitem {
  display: inline-block;
  width: 23%;
  margin-left: 1%;
  margin-bottom: 30px;
  padding-bottom: 14px;
  background: rgba(231, 240, 238, 0.5);
  border: 1px solid #E7F0EE;
}
.yjzx-newsitem img {
  display: block;
  margin-bottom: 26px;
  width: 100%;
  min-height: 100px;
  background-color: #e0e0e0;
}
.yjzx-newsitem p {
  display: block;
  width: 100%;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 14px;
  line-height: 26px;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
@media screen and (max-width: 1440px) {
  .yjzx-newsitem p {
    font-size: 14px;
    height: 70px;
  }
}
