.yjzx-newsul {
  margin-top: 35px;
  min-height: 600px;
}
.yjzx-newsitem {
  display: inline-block;
  width: 32%;
  padding-left: 3%;
  margin-bottom: 15px;
  padding-bottom: 14px;
}
.yjzx-newsitem img {
  display: block;
  margin-bottom: 26px;
  width: 96%;
  min-height: 100px;
  background-color: #e0e0e0;
}
.yjzx-newsitem span {
  display: block;
  width: 100%;
  color: #444444;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  /* padding-bottom: 14px; */
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  border-bottom: 2px solid #e0e0e0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yjzx-newsitem:hover span{
  border-bottom: 2px solid #009944;
}
.yjzx-newsitem:hover span {
  color: #009944;
}
@media screen and (max-width: 1000px) {
  .yjzx-newsul {
    margin-top: 35px;
  }
  .yjzx-newsitem {
    display: inline-block;
    width: 100%;
  }
}
