.yjzx-newsul {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.yjzx-newsitem {
  display: inline-block;
  width: 32%;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
}
.yjzx-newsitem img {
  display: block;
  margin-bottom: 26px;
  width: 96%;
  min-height: 100px;
  border: 1px solid #e0e0e0;
  padding: 5px 5px;
}
.yjzx-newsitem span {
  display: block;
  width: 96%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  padding-bottom: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yjzx-newsitem:hover {
  border-bottom: 2px solid #005ABF;
}
.yjzx-newsitem:hover span {
  color: #005ABF;
}
@media screen and (max-width: 1000px) {
  .yjzx-newsitem {
    display: inline-block;
    width: 100%;
  }
}
