.bshldz {
  padding: 12px 46px;
}
.bshldz-item {
  border-bottom: 1px solid #eee;
  padding: 26px 0;
  height: 203px;
}
.bshldz-item-content {
  margin-left: 259px;
  height: 100%;
  color: #888;
  line-height: 1.8;
}
.bshldz-item-content h4 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 1em;
  color: #222;
}
.bshldz-item-content p {
  margin-bottom: 0.8em;
}
.bshldz-item-content time {
  color: #999;
}
@media screen and (max-width: 1000px) {
  .bshldz-item-content {
    float: left;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .bshldz-item {
    border-bottom: 1px solid #eee;
    padding: 26px 0;
    height: 403px;
  }
}
