/* ===================== 移动端适配样式 ===================== */

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  /* 基础容器 */
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* 头部区域 */
  .header {
    background-size: cover;
  }

  .header .logo {
    margin-top: 80px;
    margin-bottom: 25px;
    height: auto;
    padding: 0 10px;
  }

  .header .logo img {
    height: 55px;
    width: auto;
    max-width: 100%;
  }

  .header .search-cont {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto 40px;
    padding: 0 10px;
  }

  .header .search-cont .search-group .form-control {
    height: 46px;
    padding: 6px 90px 6px 36px;
    font-size: 14px;
  }

  .header .search-cont .search-group .btn {
    width: 80px;
    height: 46px;
    padding: 0;
    font-size: 14px;
  }

  .header .search-cont .search-group .fa-search {
    top: 14px;
    font-size: 16px;
  }

  /* 无障碍按钮 */
  .header > div[style*="float: right"] {
    float: none !important;
    margin-right: 0 !important;
    padding-top: 10px;
    text-align: right;
    padding-right: 10px;
  }

  /* 导航栏 */
  .bl-navbar {
    padding: 0;
    flex-wrap: wrap;
    background-size: cover;
  }

  .bl-navbar .bl-navbar-item {
    flex: 1 1 33.333%;
    padding: 8px 4px;
  }

  .bl-navbar .bl-navbar-item span {
    font-size: 16px;
  }

  .bl-navbar .bl-navbar-item a:hover::after,
  .bl-navbar .bl-navbar-item.active::after {
    left: 20%;
    right: 20%;
  }

  .second-navbar .second-navbar-item a {
    padding: 0 10px;
    font-size: 14px;
  }

  /* 主内容区 */
  .main-cont {
    padding-top: 0;
  }

  .info-cont {
    padding: 20px 0;
  }

  .info-title {
    font-size: 18px;
  }

  .info-title::before,
  .info-title::after {
    top: 8px;
    height: 8px;
  }

  /* 轮播图 / 图片新闻 */
  .slider-cont {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-cont .slider-img {
    float: none;
    width: 100%;
    height: auto;
  }

  .slider-cont .slider-img img {
    height: auto;
    min-height: auto;
  }

  .slider-cont .slider-text {
    float: none;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .slider-cont .slider-text h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .slider-cont .slider-text p {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }

  .index-show .swiper-pagination {
    bottom: 10px;
    text-align: center;
  }

  /* 标签页面板 */
  .zh-panel,
  .zhpanel {
    height: auto !important;
  }

  .tab .tab-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }

  .tab .tab-nav::-webkit-scrollbar {
    display: none;
  }

  .tab .tab-nav > li {
    flex: 0 0 auto;
    float: none;
    margin: 0 8px;
    font-size: 15px;
  }

  .tab .tab-con {
    padding-bottom: 10px;
  }

  /* 新闻列表 - 紧凑布局，标题与日期同一行 */
.bl-list-group .bl-list-group-item {
padding: 7px 0 7px 16px;
font-size: 14px;
line-height: 1.5;
display: flex;
align-items: center;
}

.bl-list-group .bl-list-group-item .news-link {
flex: 1;
min-width: 0;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.bl-list-group .bl-list-group-item small {
flex: 0 0 80px;
display: inline-block;
margin-top: 0;
margin-left: 8px;
font-size: 12px;
text-align: right;
line-height: 1.5;
}
  /* 办事大厅 */
  .office-hall {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .office-hall .office-info {
    flex: 1 1 50%;
    padding: 6px;
  }

  .office-hall .office-info .office-box .office-tab {
    height: auto;
    min-height: 120px;
    padding: 10px;
  }

  .office-hall .office-info .office-box .office-tab a {
    font-size: 13px;
    line-height: 28px;
  }

  /* 互动交流 */
  .interact-cont .row > div {
    margin-top: 15px;
  }

  .zhpanel {
    height: auto !important;
  }

  .leave-msg {
    display: block;
    text-align: center;
  }

  .leave-msg img {
    height: 45px;
  }

  .phone-number {
    margin-top: 15px;
  }

  .phone-number .tel-list .tel-item {
    width: 100%;
    float: none;
    padding: 10px 0;
  }

  /* 专题 swiper */
  .special-cont {
    margin: 15px 0;
  }

  .special-box {
    height: 120px;
    font-size: 16px;
    padding: 10px;
  }

  .swiper-container-zt .swiper-slide {
    width: 100% !important;
  }

  .swiper-pagination-zt .index-pag {
    width: 20px;
    height: 4px;
  }

  /* 固定悬浮窗口 */
  .fixed-window,
  .fixed-window-left,
  .fixed-window-left-two,
  .fixed-window-left-three,
  .zf-icon-fixed {
    display: none !important;
  }

  /* 底部 */
  .footer p {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .footer .footer-link a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
  }

  .footer .footer-body {
    padding: 15px 0;
  }

  /* 通用间距 */
  .mt-20 {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .header .logo {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .header .logo img {
    height: 48px;
  }

  .bl-navbar .bl-navbar-item {
    flex: 1 1 50%;
    padding: 6px 2px;
  }

  .bl-navbar .bl-navbar-item span {
    font-size: 14px;
  }

  .office-hall .office-info {
    flex: 1 1 100%;
  }

  .office-hall .office-info .office-box .office-tab {
    min-height: auto;
  }

  .info-title {
    font-size: 16px;
  }

  .special-box {
    height: 100px;
    font-size: 14px;
  }

  .footer p {
    font-size: 12px;
  }
}

 .mobile-footer { text-align: center; padding: 10px; }
  .mobile-footer .link-group { font-size: 12px; color: #eee; margin-bottom: 20px; }
  .mobile-footer .link-group a { color: #c0e1fd; padding: 0 5px; word-break: keep-all; }
  .mobile-footer p { font-size: 14px; }
  #myPhoneHeader .logo { height: auto; margin: 60px auto 20px; width: 200px; }
  #myPhoneHeader .logo img { width: 100%; height: auto; }
  #myPhoneHeader .search-cont { width: 330px; margin: 0 auto; }
  #myNavMobile.bl-nav { color: #fff; margin-top: 30px; background-color: #005eae; }
  .mobile-navbar { margin-bottom: 0; min-height: 44px; background-color: #005eae; border: none; border-radius: 0; z-index: 10; }
  .mobile-navbar .navbar-brand { height: 44px; line-height: 44px; padding: 0 15px; color: #fff; font-size: 15px; }
  .mobile-navbar .navbar-toggle { margin-top: 6px; margin-bottom: 6px; border-color: rgba(255, 255, 255, 0.5); }
  .mobile-navbar .navbar-toggle .icon-bar { background-color: #fff; }
  .mobile-navbar .navbar-toggle:hover, .mobile-navbar .navbar-toggle:focus { background-color: rgba(255, 255, 255, 0.15); }
  .mobile-navbar .navbar-collapse { border-color: rgba(255, 255, 255, 0.2); box-shadow: none; }
  .mobile-navbar .navbar-nav { margin: 0; }
  .mobile-navbar .navbar-nav > li { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mobile-navbar .navbar-nav > li > a { padding: 12px 15px; color: #fff; font-size: 14px; }
  .mobile-navbar .navbar-nav > li.active > a, .mobile-navbar .navbar-nav > li > a:hover, .mobile-navbar .navbar-nav > li > a:focus { background-color: rgba(255, 255, 255, 0.18); color: #fff; }