.business .mobile-banner {
  display: none;
}
@media screen and (max-width: 750px) {
  .business .banner {
    display: none;
  }
  .business .mobile-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .business .mobile-banner h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 21px;
  }
  .business .mobile-banner h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
  }
  .business .business-detail {
    margin-top: 35px;
    padding: 0 15px;
  }
  .business .business-detail .detail-title .title {
    font-size: 15px;
    line-height: 16px;
  }
  .business .business-detail .detail-title .date {
    margin-top: 13px;
    font-size: 12px;
    line-height: 13px;
  }
  .business .business-detail .line {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .business .business-detail .business-page {
    margin-top: 20px;
  }
  .business .business-detail .business-page .business-left .business-next {
    display: flex;
  }
  .business .business-detail .business-page .business-left .business-next span {
    font-size: 14px;
  }
  .business .business-detail .business-page .business-left .business-next a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
  }
  .business .business-detail .business-page .business-right a {
    width: 90px;
    height: 35px;
  }
  .business .business-detail .business-page .business-right a p {
    font-size: 14px;
  }
  .business .business-detail .newest-news {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .business .business-detail .newest-news > h5 {
    font-size: 16px;
    line-height: 17px;
  }
  .business .business-detail .newest-news > .line {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .business .business-detail .newest-news .newest-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business .business-detail .newest-news .newest-lists .newest-list {
    width: 48.8%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .business .business-detail .newest-news .newest-lists .newest-list .img-box {
    height: 95px;
  }
  .business .business-detail .newest-news .newest-lists .newest-list .img-box img {
    height: 100%;
  }
  .business .business-detail .newest-news .newest-lists .newest-list > h6 {
    margin-top: 17px;
    height: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
  }
  .business .business-detail .newest-news .newest-lists .newest-list > p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 13px;
  }
  .business .business-detail .newest-news .newest-lists .newest-list > a {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
  }
}
