@media (max-width: 768px) {
  .banner .banner-content .banner-info-box .title {
    margin: 0;
  }

  .bread-crumbs {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }

  .bread-crumbs .content-box {
    padding: 0;
  }

  .content-box {
    width: 100%;
    padding: 10px;
  }

  .news-title {
    width: 90%;
    font-size: 24px;
    margin-top: 30px;
  }

  .content-box img {
    max-width: 100%;
  }

  .driver {
    margin: 10px 0;
  }

  .btn {
    margin: 31px 0 65px 0;
  }

  .news-item {
    width: 45vw;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 40px;
  }
}