@media screen and (max-width: 1024px) {
  .news-media-container {
    width: 100%;
  }
  .news .banner-title {
    font-size: 52px;
  }
  .news .banner-subtitle {
    font-size: 16px;
  }
  .news .banner-subtitle span {
    display: block;
  }
  .news .boxTil {
    font-size: 32px;
  }
  .news .boxCont {
    font-size: 18px;
  }
  .news .banner {
    min-width: 0;
    padding: 120px 0 0 0;
  }
  .news .banner .auto-center {
    width: 100%;
    padding: 0 20px;
  }
  .news .banner .auto-center .banner-box {
    width: 100%;
  }
  .news .banner .auto-center .banner-box .boxLeft {
    flex: 0 0 60%;
    padding: 3.33%;
  }
  .news .subBox {
    width: 100%;
  }
  .news .search-box {
    width: 100%;
  }
  .news .tabs-box {
    width: 100%;
  }
  .news .second-box {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .Blog-img {
    padding: 3.33%;
  }
  .news .goto {
    margin-top: 30px;
  }
  .news .banner-bg-con {
    height: 500px;
  }
  .news .banner-title {
    font-size: 32px;
    height: 30px;
  }
  .news .boxTil {
    font-size: 26px;
  }
  .news .boxCont {
    font-size: 16px;
  }
  .news .banner {
    min-width: 0;
  }
  .news .banner .auto-center {
    width: 100%;
    padding: 0 10px;
  }
  .news .banner .auto-center .banner-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    flex-flow: wrap-reverse;
  }
  .news .banner .auto-center .banner-box .boxLeft {
    width: 100%;
    flex: auto;
  }
  .news .subBox {
    width: 100%;
    margin-bottom: 34px;
  }
  .news .search-box {
    width: 90%;
    margin: 50px auto;
  }
  .news .search-form {
    height: 40px;
  }
  .news .go {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
  .news .go img {
    width: 18px;
    height: 18px;
  }
  .news .Input {
    font-size: 12px;
  }
  .news .Input::placeholder {
    font-size: 12px;
  }
  .news .search-img {
    width: 16px;
    height: 16px;
  }
  .news .tabs-box {
    width: 100%;
  }
  .news .second-box {
    min-width: 0;
  }
  .news .second-box .second-swiper .swiper-slider {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news .second-box .btn-group {
    gap: 10px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .news .second-box .btn-group .second-box-btn {
    min-width: 100px;
    height: 32px;
    font-size: 12px;
  }
  .pagination li {
    margin-right: 2px;
  }
  .search-empty {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
