.gzdt {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.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;
  margin-top: 10px;
  width: calc(100% - 250px - 120px);
  color: #888;
  padding: 0 37px;
}
.gjjyjzx-item-content h4 {
  color: #222;
  font-size: 18px;
  margin-bottom: 18px;
  transition: color 0.3s ease;
}
.gjjyjzx-item-content h4 time {
  font-size: 14px;
  color: #999999;
}
.gjjyjzx-item-content p {
  line-height: 26px;
  margin-bottom: 26px;
}
.gjjyjzx-item-content span {
  height: 16px;
  line-height: 16px;
}
.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: #0068D3;
}
.gjjyjzx-item:hover h4 {
  color: #0068D3;
}
.gjjyjzx-item:hover .gjjyjzx-item-link {
  color: #0068D3;
  background-color: rgba(0, 104, 211, 0.1);
}
@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;
  }
}
