.yjs-item-wrapper {
  padding: 16px;
  border: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 26px;
}
.yjs-item-wrapper:hover {
  border: 1px solid #009944;
}
.yjs-item-img {
  float: left;
  width: 160px;
  height: 110px;
  margin-right: 26px;
  background-color: #e0e0e0;
}
.yjs-item-content {
  float: left;
  margin-top: 10px;
  width: calc(100% - 200px);
  color: #888;
}
.yjs-item-content h4 {
  color: #222;
  font-size: 18px;
  margin-bottom: 18px;
  transition: color 0.3s ease;
}
.yjs-item-content p {
  line-height: 26px;
}
.yjs-item:hover {
  border-color: #009944;
}
@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;
  }
}
