@charset "utf-8";

/* 响应式布局 - 适配不同设备尺寸 */

@media screen and (min-width: 992px) {
  #section_pt_1 ul li {
      flex: 1 1 auto !important;
      width: auto !important;
  }
}
/* 标准屏幕设备 (宽度小于1200px=>920px) */
@media screen and (max-width: 1199.98px) {
  .news-tab {
    font-size: 1.125rem /* 18/16 */;
  }

  .news-tab i {
    font-size: 1.125rem /* 18/16 */;
    margin-left: 0.3125rem /* 5/16 */;
  }

  .infos-tab {
    font-size: 1.125rem /* 18/16 */;
  }

  .infos-tab i {
    font-size: 1.125rem /* 18/16 */;
    margin-left: 0.3125rem /* 5/16 */;
  }
  #section_1 .box_left {
    width: 45%;
  }
}

/* 平板横屏设备 (宽度小于992px=>768px) */
@media screen and (max-width: 991.98px) {
  #section_1 .box_left {
    width: 100%;
  }
  #bar-swiper {
    height: 5.625rem /* 90/16 */;
  }

  #section_2 .box_header:before {
    width: 30%;
  }
  #section_2 .box_header:after {
    width: 30%;
  }

  #section_3 .box_left {
    width: 100%;
  }
  #section_3 .box_right {
    width: 100%;
  }

  #section_5 .container-fluid {
    max-width: 100%;
  }
}

/* 平板竖屏设备 (宽度小于768px=>576px) */
@media screen and (max-width: 767.98px) {
  #section_1 {
    padding-top: 0;
  }

  .news_container {
    padding: 0;
  }

  #bar-swiper {
    height: 3.875rem /* 62/16 */;
  }
  #bar-swiper .swiper-pagination-bullet {
    width: 0.3125rem /* 5/16 */ !important;
    height: 0.3125rem /* 5/16 */ !important;
    border-radius: 0.3125rem /* 5/16 */ !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease;
    margin: 0.1875rem /* 3/16 */ 0;
  }

  #bar-swiper .swiper-pagination-bullet-active {
    height: 0.625rem /* 10/16 */ !important;
  }
  
  #section_pt_1 ul li { 
    flex: 1 1 auto;
  }
  #section_pt_1 ul li .imgbox {
    height: 3.625rem /* 58/16 */;
  }

  #section_2 .box_header p {
    font-size: 1.5rem /* 24/16 */;
  }

  #section_2 .box_left {
      width: 7.5rem /* 120/16 */;
  }
  #section_2 .box_right a {
      display: block;
      height: auto;
      line-height: 1.6;
  }

  .infos-tab {
    height: 2.5rem /* 40/16 */;
    line-height: 2.5rem /* 40/16 */;
  }
  .infos-list-contents {
      padding: 0;
  }
}

/* 手机设备 (宽度小于576px=>375px) */
@media screen and (max-width: 575.98px) {
  #bar-swiper {
    height: 2.5rem /* 40/16 */;
  }
}

/* iPhone及中等手机设备 (宽度小于375px=>320px) */
@media screen and (max-width: 374.98px) {

}
