@charset "utf-8";
.home-main {
  padding: 15px 0 25px 0;
}
.headline {
  /* box-shadow: 0 1px 4px rgba(0,0,0,.06); */
  margin-bottom: 25px;
}
.headline-bar {
  display: flex;
  align-items: stretch;
}
.headline-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.headline-icon img {
  display: block;
  height: 85px;
  width: auto;
}
.headline-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.headline-swiper-wrap {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.headline-swiper {
  height: 120px;
}
.headline-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 20px;
  height: 4px;
}
.headline-tabs li {
  flex: 1;
  height: 5px;
  background: rgba(30, 90, 171, .2);
  cursor: pointer;
  transition: background .3s;
}
.headline-tabs li.active {
  background: #1e5aab;
}
.headline-item {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.headline-item .title {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 0px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
.headline-item .content {
  color: #666;
  width: 100%;
}
.news-section {
  display: flex;
  gap: 2%;
  margin-bottom: 40px;
  position: relative;
}
.news-carousel {
  width: 55.63%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: flex;
}
.smart-entry {
  position: absolute;
  left: -45px;
  top: 0;
  z-index: 10;
  height: 180px;
}
.smart-tag {
  position: relative;
  height: 100%;
  flex-shrink: 0;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../images/home/intelligence-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  cursor: pointer;
}
.smart-panel {
  display: none;
  position: absolute;
  left: 45px;
  top: 0;
  width: 882px;
  background: linear-gradient(to right, #eef6ff,#ffffff);;
  border: 1px solid #3F82D0;
  box-shadow: 0 0 2px #0078E5;
}
.smart-entry.open .smart-panel {
  display: block;
}
.smart-panel-head {
  padding: 30px 30px 0;
}
.smart-tabs {
  display: flex;
  gap: 24px;
}
.smart-tabs li {
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  cursor: pointer;
}
.smart-tabs li.active {
  color: #1e5aab;
  font-weight: 700;
}
.smart-tabs li.active::after {
  width: 50%;
  content: "";
  position: absolute;
  left: 25%;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1e5aab;
}
.smart-panel-body {
  padding: 0 30px;
}
.smart-list {
  display: none;
}
.smart-list.active {
  display: block;
}
.smart-list li {
  border-bottom: 1px dashed #e0e6ed;
}
.smart-list li:last-child {
  border-bottom: none;
}
.smart-list li a {
  display: flex;
  gap: 20px;
  padding: 17.5px 0;
  justify-content: center;
  align-items: center;
}
.smart-list li a:hover .smart-title {
  color: #1e5aab;
}
.smart-date {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
  border-right: 1px solid #C2D1F6;
  padding-right: 20px;
}
.smart-day {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #2257AB;
  line-height: 34px;
}
.smart-month {
  display: block;
  color: #888888;
  line-height: 34px;
}
.smart-info {
  flex: 1;
  min-width: 0;
}
.smart-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-desc {
  font-size: 17px;
  color: #808080;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smart-text {
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 12px 0;
}
.smart-play {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  position: relative;
  margin-bottom: 12px;
}
.smart-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.news-swiper {
  flex: 1;
  height: 474px;
  position: relative;
  overflow: hidden;
}
.news-swiper .swiper-slide {
  position: relative;
  height: 474px;
}
.news-swiper .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
}
.news-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 15px 100px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.caption-text {
  font-size: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-swiper .swiper-pagination {
  position: absolute;
  bottom: 22px;
  right: 16px;
  left: auto;
  width: auto;
  display: flex;
  gap: 6px;
  z-index: 1;
}
.news-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.5);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
}
.news-swiper .swiper-pagination-bullet-active {
  background: #4db8ff;
}
.news-tabs {
  width: 42.3%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.tab-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-nav li {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-size: var(--font-size-title);
  background: transparent;
  border-bottom: 3px solid #DBE4F2;
  transition: all .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-nav li.active a{
  color: #fff;
}
.tab-nav li.active {
  background: #1e5aab;
  color: #fff;
  font-weight: 700;
  border-bottom-color: #e60012;
}
.tab-panels { flex: 1; padding: 15px 0 0 0;}
.news-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list.active { display: block; }
.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
}
.news-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1e5aab;
  flex-shrink: 0;
  margin-right: 8px;
}
.news-list li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
  color: #333;
}
.news-list li span {
  flex-shrink: 0;
  color: #999;
}
.news-list .panel-more{
  display: none;
}
.news-list .panel-more:before{
  display: none;
}
.service-warp{
  background: #F4F9FB;
  padding: 40px 0;
  margin-bottom: 20px;
}
.service-nav { margin-bottom: 0; }
.service-tabs {
  width: 80%;
  display: flex;
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  gap: 10px;
}
.service-tabs li {
  flex: 1;
  text-align: center;
  padding: 5px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCEDFF;
  font-size: 32px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  transition: all .2s;
}
.service-tabs li.active {
  background: #1e5aab;
  color: #fff;
  border-bottom: 5px solid #e60012;
}
.service-tabs li.active a{
  color: #fff;
}
.service-panel {
  display: none;
}
.service-panel.active { display: block; }
.panel-grid {
  display: flex;
  gap: 20px;
}
.panel-left { flex: 1.2; }
.panel-right { flex: 1; }
/* 政府信息公开 */
.info-body {
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.info-left {
  flex: 1;
  min-width: 0;
}
.info-right {
  flex-shrink: 0;
  width: 25vw;
}
.info-quick-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 26px;
}
.info-quick-nav a {
  height: 70px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: url("../images/home/jgzn-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  color: #fff;
  transition: opacity .2s;
}
.info-quick-nav a:hover { opacity: .9; }
.info-quick-nav a img {
  width: 32px;
  height: 32px;
  padding: 7px;
  object-fit: contain;
  background: linear-gradient(0deg, #0e9cff,#267af3);
}
.info-content-box {
  display: flex;
  gap: 0;
  min-height: 260px;
}
.info-banner {
  flex-shrink: 0;
  width: 240px;
  display: block;
  background: url("../images/home/zwzsk.png") no-repeat;
  background-size: auto 100%;
}
.info-news {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
}
.info-sub-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8eef5;
}
.sub-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.sub-tabs li {
  font-size: var(--font-size-title);
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: all .2s;
}
.sub-tabs li.active {
  color: #1e5aab;
  font-weight: 700;
  border-bottom-color: #1e5aab;
}
.sub-panels { min-height: 120px; }
#panel-info .sub-panels { min-height: 200px; }
.sub-panels > * { display: none; }
.sub-panels > *.active { display: block; }
.info-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.info-news-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbb;
  flex-shrink: 0;
  margin-right: 8px;
}
.info-news-list li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
  color: #333;
}
.info-news-list li a:hover { color: #1e5aab; }
.info-news-list li span {
  flex-shrink: 0;
  color: #999;
}
.info-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  height: 100%;
}
.guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  background: #DDF1FE;
  border-radius: 6px;
  text-align: center;
  transition: background .2s;
  height: 100%;
  border: 1px solid #C7E2FF;
}
.guide-card:hover { background: #d6e8f9; }
.guide-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 8px;
}
.guide-card span {
  line-height: 1.4;
}
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1e5aab;
}
.panel-header h3 {
  font-size: 18px;
  color: #1e5aab;
  margin: 0;
  font-weight: 700;
}
.more-link { color: #999; font-size: var(--font-size-small); }
.more-link:hover { color: #1e5aab; }
.header-links{
  color: #1e5aab;
}
.header-links a {
  color: #1e5aab;
  margin: 0 5px;
  font-size: var(--font-size-small);
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  background: #e8f1fb;
  border-radius: 4px;
  text-align: center;
  transition: background .2s;
}
.info-card:hover { background: #d0e3f7; }
.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #1e5aab;
}
.info-btn-grid,
.data-btn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.info-btn-grid a,
.data-btn-grid a {
  display: block;
  text-align: center;
  padding: 10px;
  background: #f5f7fa;
  border: 1px solid #e0e6ed;
  border-radius: 4px;
  color: #1e5aab;
}
.info-btn-grid a:hover,
.data-btn-grid a:hover {
  background: #e8f1fb;
  border-color: #1e5aab;
}
/* 统计数据 */
.data-body {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.data-left {
  flex: 1;
  min-width: 0;
}
.data-right {
  flex: 1;
  min-width: 0;
}
#panel-data .data-btn-grid a {
  background: #fff;
  border: 1px solid #d8e3ef;
  color: #333;
  padding: 12px 8px;
}
#panel-data .data-btn-grid a:hover {
  background: #f5f9fd;
  border-color: #1e5aab;
  color: #1e5aab;
}
.data-cards {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 20px;
  min-height: 200px;
}
.data-card {
  display: block;
  height: 100%;
  min-height: 90px;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity .2s;
}
.data-card:hover { opacity: .9; }
.data-card img {
  display: block;
  width: 100%;
  height: auto;
}
.data-card.card-gdp {
  grid-row: span 2;
  min-height: 200px;
}
.data-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.data-list li:last-child { border-bottom: none; }
.data-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbb;
  flex-shrink: 0;
  margin-right: 8px;
}
.data-list li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  padding-right: 12px;
}
.data-list li a:hover { color: #1e5aab; }
.data-list li span {
  color: #999;
  flex-shrink: 0;
}
.survey-list { margin-bottom: 30px; }
.survey-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #eef2f6;
  background: linear-gradient(to right, #E7F4FF 0%, #ffffff 50%, #E7F4FF 100%);
  margin-bottom: 10px;
  position: relative;
}
.survey-item:last-child { border-bottom: none; }
.survey-title {
  display: block;
  margin-bottom: 25px;
  font-weight: 600;

}
.survey-title:hover { color: #1e5aab; }
.survey-meta {
  font-size: var(--font-size-small);
  color: #999;
  margin: 0;
}
.survey-meta .icon-clock{
  margin-right: 5px;
}
.status {
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
}
.status-active { color: #f39800; }
.status-end { color: #999; }
.btn-detail {
  flex-shrink: 0;
  background: linear-gradient(to bottom, #e08a00 0%, #F8A725 100%);
  border-radius: 20px 0 0 0;
  color: #fff !important;
  padding: 3px 16px;
  font-size: 13px;
  margin-left: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* 互动交流 */
.interact-body {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.interact-left,
.interact-right {
  flex: 1;
  min-width: 0;
}
.interact-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.interact-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  padding: 14px 8px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 4px;
  transition: border-color .2s, background .2s;
  min-height: 120px;
}
.interact-icon:hover {
  border-color: #1e5aab;
  background: #f5f9fd;
}
.interact-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 8px;
}
.letter-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: var(--font-size-base);
}
.letter-table thead th {
  background: #4789D9;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-weight: 600;
}
.letter-table tbody {
  border: 1px solid #e0e6ed;
}
.letter-table tbody td {
  padding: 8px 10px;
  text-align: center;
}
.letter-table tbody td:first-child { text-align: left; }
.status-done { color: #e60012; }
.report-box {
  color: #0F3979;
  background: url(../images/home/jjjb-bg.png) no-repeat right center;
  background-size: cover;
  padding: 30px 40px;
  border-radius: 4px;
  min-height: 130px;
}
.report-box h4 {
  color: #e60012;
  margin: 0 0 10px;
  font-size: calc(var(--font-size-base) + 4px);
  font-weight: 700;
}
.report-box p {
  margin: 6px 0;
  font-size: calc(var(--font-size-base) - 1px);
  max-width: 65%;
}
/* 办事服务 */
.service-body {
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.service-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.service-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-cards-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.service-card {
  flex: 1;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity .2s;
}
.service-card:hover { opacity: .9; }
.service-card img {
  display: block;
  width: 100%;
  height: 170px;
  /* object-fit: cover; */
}
.report-section {
  flex: 1;
  background: #E6F6FF url(../images/home/tjwfjb-bg.png) no-repeat top center;
  background-size: 100% auto;
  border-radius: 6px;
  position: relative;
}
.report-inner {
  position: relative;
  padding: 57px 15px 15px 15px;
  min-height: 90px;
}
.report-cols {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: #0F3979;
}
.report-col {
  flex: 1;
  padding: 0 20px;
}
.report-col:first-child { padding-left: 0; }
.report-col + .report-col {
  border-left: 1px dashed #8ab4d9;
}
.report-col p {
  margin: 16px 0;
}
.report-deco {
  position: absolute;
  right: 16px;
  top: 0;
  width: 140px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.gov-banner {
  height: 170px;
  display: block;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: opacity .2s;
}
.gov-banner:hover { opacity: .9; }
.gov-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.quick-links {
  display: flex;
  gap: 10px;
  flex: 1;
}
.quick-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  background: #fff;
  border: 1px solid #d8e3ef;
  border-radius: 6px;
  text-align: center;
  transition: border-color .2s, background .2s;
}
.quick-link:hover {
  border-color: #1e5aab;
  background: #f5f9fd;
}
.quick-link img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 40px;
}
.promo-banner {
  margin-bottom: 20px;
}
.promo-swiper-wrap {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.promo-swiper {
  height: 100%;
}
.promo-swiper .swiper-slide a {
  display: block;
  height: 100%;
}
.promo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.promo-swiper .swiper-pagination {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  left: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.promo-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(255,255,255,.5);
  opacity: 1;
}
.promo-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.topic-section { margin-bottom: 20px; }
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.section-title h3 {
  font-size: 20px;
  color: #1e5aab;
  margin: 0 20px;
  font-weight: 700;
}
.title-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1e5aab, transparent);
  max-width: 200px;
}
.topic-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.topic-fixed {
  flex: 2;
  display: flex;
  gap: 12px;
  min-width: 0;
}
.topic-fixed a {
  flex: 1;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.topic-fixed img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}
.topic-carousel-wrap {
  position: relative;
  flex: 3;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
}
.topic-swiper {
  width: 100%;
  height: 130px;
}
.topic-swiper .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 130px;
}
.topic-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.topic-arrow {
  position: absolute;
  top: 30%;
  bottom: 30%;
  z-index: 2;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 16px;
  transition: background .2s;
}
.topic-arrow:hover {
  background: rgba(0,0,0,.5);
  color: #fff;
}
.topic-prev { left: 0; }
.topic-next { right: 0; }
.news-swiper .swiper-slide img,
.promo-swiper .swiper-slide img,
.topic-fixed img,
.topic-swiper .swiper-slide img {
  background: linear-gradient(135deg, #c5ddf5, #8ab4d9);
}
@media (max-width: 1400px) { 
  .news-list li:nth-child(10) {
    display: none;
  }
    .news-swiper {
    height: 450px;
  }
  .news-swiper .swiper-slide {
    height: 450px;
  }
}
@media (max-width: 1200px) { 
 .news-list li:nth-child(9),.news-list li:nth-child(10) {
    display: none;
  }
      .news-swiper {
    height: 400px;
  }
  .news-swiper .swiper-slide {
    height: 400px;
  }
    .layout-width {
        padding: 0 15px;
        width: 100%;
    }
}
@media (max-width: 1000px) { 
  .news-list li:nth-child(8),.news-list li:nth-child(9),.news-list li:nth-child(10) {
    display: none;
  }

.news-list .panel-more{
  display: block;
}
      .news-swiper {
    height: 450px;
  }
  .news-swiper .swiper-slide {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .headline-swiper{height: 100px}
  .headline-icon { padding: 8px 12px; }
  .headline-icon img { height: 52px; }
  .headline-item .title { font-size: 16px; }
  .news-section { flex-direction: column;}
  .news-carousel,.news-tabs { width: 100% }
  .service-tabs {width: 100%}
  .panel-grid { flex-direction: column; }
  .info-body { flex-direction: column; }
  .info-right { width: 100%; }
  .info-content-box{
    flex-direction: column;
  }
  .interact-left, .interact-right{width: 100%}
  .info-banner {
    width: 100%;
    height: 32vw;
    background: url("../images/home/zwzsk-mobile.png") no-repeat;
    background-size: 100% auto;
  }
  .info-news{padding-left: 0}
  .data-body { flex-direction: column;gap: 15px }
  .interact-body { flex-direction: column;gap: 15px }
  .service-body { flex-direction: column; }
  .service-right { flex: none; width: 100%; }
  .topic-row { flex-direction: column; }
  .topic-fixed { flex: none; width: 100%; }
  .section-title img{width: 80%}
  .data-right{width: 100%}
}
@media (max-width: 768px) {
  .topic-fixed img {
  width: 100%;
  height: auto;
}
  .home-main{
    padding: 15px 0;
  }
  .caption-text{
    font-size: var(--font-size-base)
  }
  .layout-width{
    padding: 0 15px;
    width: 100%;
  }
  .headline{margin-bottom: 15px}
  .news-section{
    gap: 15px;
    margin-bottom: 15px
  }
  .news-swiper {
    height: 350px;
  }
  .news-swiper .swiper-slide {
    height: 350px;
  }

  .slide-caption{
    padding: 10px 100px 10px 10px;
  }
  .news-swiper .swiper-pagination{
    bottom: 14px;
  }
  .service-tabs li{height: 60px}
  .info-quick-nav a{height: 50px}
  .info-quick-nav a img{width: 25px;height: 25px;padding: 5px}
  .info-body{gap: 15px}
  .smart-entry {
    display: none;
  }
  .service-warp{padding: 15px 0;margin-bottom: 15px}
  .service-tabs{margin: 0 auto 15px auto;}
  .service-tabs li { font-size: 15px; padding: 10px 0;}
  .info-quick-nav { flex-wrap: wrap;gap: 10px;margin-bottom: 15x }
  .info-quick-nav a { flex: 1 1 calc(33% - 8px); min-width: 100px; }
  .data-cards { min-height: 100px; }
  .data-card{min-height: auto}
  .data-card.card-gdp { min-height: 100px; }
  .topic-fixed { flex-direction: column; }
  .interact-icons { grid-template-columns: repeat(2, 1fr); }
  .survey-item{
    padding: 10px 0 10px 10px
  }
  .interact-icon{
    min-height: 90px;
  }
  .survey-list{margin-bottom: 15px}
  .interact-icon img{width: 28px;height: 28px;}
  .letter-table{margin-bottom: 15px}
  .service-cards-row{gap: 15px;margin-bottom: 15px}
  .service-body{gap: 15px;}
  .gov-banner{margin-bottom: 15px;height: auto}
  .quick-link img{width: 40px; height: 40px;margin-bottom: 10px}
  .service-card img{height: auto}
  .promo-swiper-wrap{height: 18vw}
  .news-list .panel-more{
    display: block;
  }
}
@media (max-width: 480px) {
  .headline-item .content{
    display: none;
  }
    .news-swiper {
    height: 250px;
  }
  .news-swiper .swiper-slide {
    height: 250px;
  }
}