.yjs-item-wrapper {
  padding: 32px 40px 0px 40px;
  border: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 36px;
  min-height: 139px;
}
.yjs-item-content {
  float: left;
  width: calc(100% - 70px);
  padding: 0 100px 0 0;
  color: #888;
}
.yjs-item-content h4 {
  color: #222;
  font-size: 18px;
  margin-bottom: 28px;
  transition: color 0.3s ease;
}
.yjs-item-content h4 time {
  font-size: 14px;
  color: #999999;
  padding-left: 40px;
}
.yjs-item-content p {
  line-height: 26px;
  margin-bottom: 26px;
}
.yjs-item-content span {
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
}
.yjs-item-link {
  float: left;
  margin-top: 12px;
  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;
}
.yjs-item:hover {
  border-color: #009944;
}
.yjs-item:hover h4 {
  color: #009944;
}
.yjs-item:hover .yjs-item-link {
  color: #009944;
  background-color: rgba(0, 153, 68, 0.1);
}
.yjzxs-itembg {
  width: 260px !important;
}
@media screen and (max-width: 1600px) {
  .yjzxs-itembg {
    width: 235px !important;
  }
}
@media screen and (max-width: 1440px) {
  .yjzxs-itembg {
    width: 205px !important;
  }
}
@media screen and (max-width: 1000px) {
  .yjs-item-content {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .yjs-item-content h4 {
    margin-bottom: 10px;
  }
  .yjs-item-link {
    display: none;
  }
  .yjzxs-itembg {
    width: 100px !important;
  }
}
