.gjjyjzx-item {
  float: left;
  width: 100%;
}
.gjjyjzx-item-wrapper {
  padding: 16px;
  border-bottom: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 36px;
}
.gjjyjzx-item-img {
  float: left;
  width: 280px;
  height: 180px;
  margin-right: 30px;
}
.gjjyjzx-item-content {
  float: left;
  width: calc(100% - 310px);
  color: #888;
}
.gjjyjzx-item-content h4 {
  margin-top: 5px;
  color: #222;
  font-size: 18px;
  margin-bottom: 34px;
  transition: color 0.3s ease;
}
.gjjyjzx-item-content p {
  line-height: 26px;
  margin-bottom: 34px;
}
.gjjyjzx-item-content span {
  height: 16px;
  line-height: 16px;
}
.gjjyjzx-item-link {
  float: right;
  padding-right: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 26px;
  height: 26px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.gjjyjzx-item:hover {
  border-color: #005ABF;
}
.gjjyjzx-item:hover h4 {
  color: #005ABF;
}
.gjjyjzx-item:hover .gjjyjzx-item-link {
  color: #005ABF;
}
@media screen and (max-width: 1000px) {
  .gjjyjzx-item-content {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .gjjyjzx-item-content h4 {
    margin-bottom: 10px;
  }
  .gjjyjzx-item-link {
    display: none;
  }
}
