.gjjyjzx-item-wrapper {
  padding: 16px;
  border: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 36px;
}
.gjjyjzx-item-img {
  float: left;
  width: 250px;
  height: 160px;
}
.gjjyjzx-item-content {
  float: left;
  width: calc(100% - 250px - 120px);
  color: #888;
  padding: 0 37px;
}
.gjjyjzx-item-content h4 {
  margin-top: 15px;
  color: #222;
  font-size: 18px;
  margin-bottom: 18px;
  transition: color 0.3s ease;
}
.gjjyjzx-item-content h4 time {
  font-size: 14px;
  color: #999999;
  padding-left: 40px;
}
.gjjyjzx-item-content p {
  line-height: 26px;
  margin-bottom: 26px;
}
.gjjyjzx-item-content span {
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gjjyjzx-item-content .footerss .footer-a {
  background: rgba(0, 0, 0, 0.04);
  margin-right: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
  padding: 9px 18px;
}
.gjjyjzx-item-content .footerss .footer-a:hover {
  color: #009944;
  background: rgba(0, 153, 68, 0.08);
}
.gjjyjzx-item-link {
  float: left;
  margin-top: 46px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #979797;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.gjjyjzx-item:hover {
  border-color: #009944;
}
.gjjyjzx-item:hover h4 {
  color: #009944;
}
.gjjyjzx-item:hover .gjjyjzx-item-link {
  color: #009944;
  background-color: rgba(0, 153, 68, 0.1);
}
@media screen and (max-width: 1600px) {
  .gjjyjzx-item-content .footerss .footer-a {
    margin-right: 5px;
    padding: 9px 9px;
  }
}
@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;
  }
}
