.lbbt {
  font-size: 32px;
  color: #333;
  margin-bottom: 42px;
  font-weight: bold;
}

/* 列表 */
.lb_lists li {
  height: 156px;
  padding-top: 58px;
  border-bottom: 1px dashed #cdcdcd;
}

@media screen and (max-width: 999px) {
  .lbbt {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}