@media screen and (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: hidden;
    background: #f5f7fb;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  img,
  video,
  iframe,
  table {
    max-width: 100%;
  }

  img {
    height: auto;
  }

  .wrapper,
  .container-fluid {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }

  .container {
    width: auto !important;
    max-width: none !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .w-980,
  .w-830,
  .w-730,
  .w-520,
  .w-420,
  .w-410,
  .left-widget,
  .right-widget {
    width: 100% !important;
    max-width: 100% !important;
  }

  .text-truncate {
    min-width: 0;
  }

  .header {
    background-position: center top;
  }

  .header .header-top {
    width: auto;
    height: auto;
    min-height: 42px;
    margin: 0;
    padding: 7px 12px;
    gap: 8px;
    align-items: flex-start !important;
    background: rgba(255, 255, 255, 0.88);
  }

  .header .header-top .header-left {
    display: none;
  }

  .header .header-top .header-right {
    width: 100%;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .header .header-top .header-right a:nth-of-type(n+4) {
    display: none;
  }

  .header .header-top .header-right::-webkit-scrollbar {
    display: none;
  }

  .header .header-top .header-right i {
    display: none;
  }

  .header .header-top a {
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 28px;
  }

  .header.header-index .header-mid {
    height: auto;
    min-height: 216px;
    padding: 30px 12px 26px;
  }

  .header:not(.header-index) .header-mid {
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center !important;
  }

  .header .header-logo {
    width: 100%;
    text-align: center;
  }

  .header.header-index .header-mid .header-logo img,
  .header:not(.header-index) .header-mid .header-logo img {
    display: inline-block;
    max-width: 86vw;
    height: auto;
  }

  .header.header-index .header-mid .header-search,
  .header:not(.header-index) .header-mid .header-search {
    width: 100%;
    max-width: 520px;
    height: 46px;
    margin-top: 18px;
    padding: 3px;
    border-radius: 5px;
  }

  .header:not(.header-index) .header-mid .header-search {
    margin-top: 0;
  }

  .header.header-index .header-mid .header-search .search-wrap,
  .header:not(.header-index) .header-mid .header-search .search-wrap {
    border-radius: 4px;
  }

  .header.header-index .header-mid .header-search .search-input,
  .header:not(.header-index) .header-mid .header-search .search-input {
    min-width: 0;
    padding: 8px 12px;
    font-size: 14px;
  }

  .header.header-index .header-mid .header-search .search-btn,
  .header:not(.header-index) .header-mid .header-search .search-btn {
    width: 72px;
    flex: 0 0 72px;
    font-size: 14px;
  }

  .header .header-nav {
    overflow: hidden;
  }

  .header .header-nav .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header .header-nav ul {
    flex-wrap: wrap;
    overflow: visible;
  }

  .header .header-nav ul::-webkit-scrollbar {
    display: none;
  }

  .header .header-nav ul > li {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    min-width: 0;
    height: 44px;
  }

  .header .header-nav ul > li .nav-icon {
    display: none;
  }

  .header .header-nav ul > li > a {
    min-width: 0;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
  }

  .index-top {
    padding: 16px 0 22px;
  }

  .index-top .news-primary {
    margin-bottom: 12px;
    padding: 12px;
    line-height: 1.5;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .index-top .news-primary .primary-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.35;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .index-top .news-primary .primary-desc {
    display: none;
  }

  .index-top .container > .d-flex,
  .xxgk-top,
  .sec-mzhd .container > .d-flex {
    flex-wrap: wrap;
    gap: 12px;
  }

  .index-top .focus-news {
    width: 100% !important;
    margin-bottom: 0;
  }

  .focus-swiper,
  .focus-swiper .swiper-slide .item-wrap,
  .adv-box {
    border-radius: 6px;
    overflow: hidden;
  }

  .focus-swiper .ratio-16x9 {
    --aspect-ratio: calc(10 / 16 * 100%);
  }

  .focus-swiper .swiper-slide .item-wrap .item-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  .focus-swiper .swiper-slide .item-wrap .item-img::after {
    height: 42px;
  }

  .focus-swiper .focus-pagination {
    display: none;
  }

  .tabs-box,
  .box.tabs-box,
  .zfxxgk-box,
  .zwfw-box .box-wrap,
  .mzhd-box {
    border-radius: 6px;
  }

  .tabs-box,
  .box.tabs-box {
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .index-top .tabs-box .tab-head,
  .box .box-head {
    overflow: visible;
  }

  .index-top .tabs-box .tab-head::-webkit-scrollbar,
  .box .box-head::-webkit-scrollbar {
    display: none;
  }

  .index-top .tabs-box .tab-head ul,
  .box .box-head ul {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    gap: 6px;
  }

  .index-top .tabs-box .tab-head li {
    flex: 0 0 calc(25% - 5px);
    width: calc(25% - 5px) !important;
    min-width: 0;
    height: 34px;
    margin: 0;
    line-height: 34px;
  }

  .box .box-head ul li {
    flex: 0 0 calc(50% - 3px);
    width: calc(50% - 3px) !important;
    min-width: 0;
    height: 36px;
    margin: 0;
    line-height: 36px;
  }

  .index-top .tabs-box .tab-head li a {
    height: 34px;
    line-height: 34px;
    padding: 0 4px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 4px;
    background-image: none;
    background-color: #edf5fb;
  }

  .box .box-head ul li a {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 4px;
    background-image: none;
    background-color: #edf5fb;
  }

  .index-top .tabs-box .tab-head li.active a,
  .index-top .tabs-box .tab-head li:hover a,
  .box .box-head ul li.active a,
  .box .box-head ul li:hover a,
  .box .box-head ul li.active,
  .box .box-head ul li:hover {
    color: #fff;
    background-image: none;
    background-color: var(--theme-color);
  }

  .index-top .tabs-box .tab-head li a::before,
  .box .box-head ul li::before {
    display: none;
  }

  .index-top .tabs-box .tab-con,
  .box .box-con {
    padding-top: 10px;
  }

  .news-list .news-item {
    border-bottom: 1px solid #eef1f5;
  }

  .news-list .news-item:last-child {
    border-bottom: none;
  }

  .news-list .news-item a {
    display: block !important;
    min-width: 0;
    padding: 7px 0;
  }

  .news-list .news-item .news-title {
    display: -webkit-box;
    overflow: hidden;
    width: 100% !important;
    min-width: 0;
    line-height: 1.55;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-list .news-item .news-title::before {
    margin-right: 7px;
  }

  .news-list .news-item .news-time {
    display: block;
    width: auto !important;
    margin-top: 4px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    color: #999;
  }

  .index-section .sec-head {
    margin: 18px auto 12px;
  }

  .index-section .sec-head::before,
  .index-section .sec-head::after {
    opacity: 0.65;
  }

  .index-section .sec-head .head-name strong {
    padding: 0 20px;
    font-size: 23px;
    letter-spacing: 2px;
  }

  .widget-tpl {
    margin-top: 12px !important;
  }

  .widget-tpl .row {
    --gutter-x: 6px;
    --gutter-y: 6px;
  }

  .widget-tpl .row > * {
    width: 50% !important;
  }

  .widget-tpl .row-cols-3 > * {
    width: 33.3333% !important;
  }

  .widget-tpl .item-wrap {
    height: 58px !important;
    border-radius: 4px;
  }

  .widget-tpl .item-wrap img,
  .widget-tpl .widget-item > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .xxgk-top .zfxxgk-box {
    height: auto;
    padding: 12px 0 14px;
    background-size: cover;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .xxgk-top .zfxxgk-box .box-head .head-name .cn-name {
    font-size: 20px;
  }

  .xxgk-top .zfxxgk-box .box-head img {
    max-height: 42px;
  }

  .xxgk-top .zfxxgk-box .box-head .head-name .en-name {
    display: none;
  }

  .xxgk-top .zfxxgk-box .box-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 12px 0;
  }

  .xxgk-top .zfxxgk-box .box-nav .nav-item {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .xxgk-top .zfxxgk-box .box-nav .nav-item::before {
    width: 42px;
    background-size: 34px;
    opacity: 0.14;
  }

  .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap {
    height: 42px;
    line-height: 42px;
    padding: 0 8px 0 34px;
  }

  .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-icon {
    display: none;
  }

  .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-name {
    width: auto;
    flex: 1;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }

  .xxgk-quick-nav {
    margin-bottom: 18px;
  }

  .xxgk-quick-nav.row-cols-4 > * {
    width: 50%;
  }

  .xxgk-quick-nav .nav-item .item-wrap {
    height: 46px;
    padding: 0 8px;
    border-radius: 5px;
  }

  .xxgk-quick-nav .nav-item .item-wrap .nav-icon {
    margin-right: 8px;
  }

  .xxgk-quick-nav .nav-item .item-wrap .nav-icon img {
    width: 22px;
    height: auto;
  }

  .xxgk-quick-nav .nav-item .item-wrap .nav-name {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .sec-zwfw {
    margin-top: 12px !important;
    padding-bottom: 18px !important;
  }

  .zwfw-box .box-wrap {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .zwfw-box .box-wrap.row-cols-3 > * {
    width: 100%;
  }

  .zwfw-box .box-wrap .item {
    padding: 6px 0;
  }

  .zwfw-box .box-wrap .item .item-wrap {
    padding: 12px 14px;
  }

  .zwfw-box .box-wrap .item .item-wrap .item-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 4px;
  }

  .zwfw-box .box-wrap .item .item-wrap .item-name {
    font-size: 20px;
    line-height: 1.5;
  }

  .zwfw-box .box-wrap .item .item-wrap .item-desc {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .zwfw-box .box-wrap .item:not(:last-child) .item-wrap::after {
    width: 82%;
    height: 1px;
    left: 9%;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .mzhd-box {
    gap: 10px;
  }

  .mzhd-box .box-top,
  .mzhd-box .box-bottom {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }

  .mzhd-box .box-top .item,
  .mzhd-box .box-bottom .item {
    width: calc(50% - 5px);
  }

  .mzhd-box .box-top .item .item-wrap,
  .mzhd-box .box-bottom .item .item-wrap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }

  .mzhd-box .box-top .item .item-wrap {
    height: 54px;
    padding-left: 58px;
  }

  .mzhd-box .box-top .item .item-wrap .item-name {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .mzhd-box .box-bottom .item .item-wrap {
    height: 112px;
  }

  .mzhd-box .box-bottom .item .item-wrap .item-name {
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
  }

  .mzhd-box.style2 .item:nth-child(3) .item-wrap .item-name,
  .mzhd-box.style2 .item:nth-child(4) .item-wrap .item-name {
    left: 58px;
  }

  .special-swiper {
    overflow: hidden;
    border-radius: 6px;
  }

  .special-swiper .swiper,
  .special-swiper .swiper-wrapper,
  .special-swiper .swiper-slide,
  .special-swiper .item-wrap,
  .special-swiper .item-img {
    height: 74px;
  }

  .special-swiper .swiper-slide {
    width: 50% !important;
  }

  .adv-box img,
  .special-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer {
    height: auto;
    padding: 20px 0;
    background-size: auto 100%;
  }

  .footer .footer-favlink {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer .footer-favlink select {
    flex: 0 0 100%;
    width: 100%;
    height: 38px;
    margin: 0;
    font-size: 14px;
  }

  .footer .footer-bottom {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    line-height: 1.7;
  }

  .footer .footer-bottom .footer-nav,
  .footer .footer-bottom .footer-contact,
  .footer .footer-bottom .footer-codes,
  .footer .footer-bottom .footer-icons {
    width: 100%;
  }

  .footer .footer-bottom .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    line-height: 1.4;
  }

  .footer .footer-bottom .footer-nav a {
    display: inline-block;
    opacity: 0.85;
  }

  .footer .footer-bottom .footer-contact p,
  .footer .footer-bottom .footer-codes p {
    opacity: 0.85;
  }

  .footer .footer-bottom .footer-icons {
    justify-content: center !important;
  }

  .footer .footer-bottom .footer-icons img {
    max-height: 58px;
  }
}

@media screen and (max-width: 420px) {
  .container {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .header.header-index .header-mid {
    min-height: 196px;
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .header .header-nav ul > li > a {
    font-size: 14px;
  }

  .index-top .news-primary .primary-title {
    font-size: 20px;
  }

  .index-section .sec-head .head-name strong {
    padding: 0 18px;
    font-size: 23px;
  }

  .mzhd-box .box-top .item,
  .mzhd-box .box-bottom .item {
    width: 100%;
  }
}
