.yjs-item-wrapper {
  padding: 16px;
  border: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 36px;
}
.yjs-item-timebg {
  float: left;
  height: 100%;
  width: 200px;
}
.yjs-item-timebg-title {
  margin-top: 28px;
  font-size: 30px;
  text-align: center;
  color: #BEBEBE;
}
.yjs-item-timebg-subtitle {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #BEBEBE;
}
.yjs-item-content {
  float: left;
  margin-top: 20px;
  width: calc(100% - 200px - 80px);
  padding: 0 50px 0 0;
  color: #888;
}
.yjs-item-content h4 {
  color: #222;
  font-size: 18px;
  margin-bottom: 18px;
  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: 10px;
}
.yjs-item-content span {
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
}
.yjs-item-link {
  float: left;
  margin-top: 22px;
  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: #005ABF;
}
.yjs-item:hover h4 {
  color: #005ABF;
}
.yjs-item:hover .yjs-item-link {
  color: #005ABF;
  background-color: rgba(0, 153, 68, 0.1);
}
@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;
  }
}
