html,
body {
  font-size: 14px;
}

#wfsykjgz {
  width: 100%;
  min-height: 100vh;
}

.top_head {
  width: 100%;
  max-width: 750px;
  padding: 10px 16px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_logo,
.top_xiaoxun {
  float: none;
  width: 50%;
}

.top_logo {
  text-align: left;
}

.top_logo img {
  width: 100%;
  max-width: 280px;
}

.top_xiaoxun {
  padding-top: 0;
  text-align: right;
}

.top_xiaoxun img {
  width: 90%;
  max-width: 240px;
}

.navigation {
  height: auto;
  padding: 0 8px;
  box-sizing: border-box;
}

.navigation ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE、旧版 Edge 隐藏滚动条 */
  scrollbar-width: none;    /* Firefox 隐藏滚动条 */
}

/* WebKit 内核浏览器隐藏导航横向滚动条 */
.navigation ul::-webkit-scrollbar {
  display: none;
}

.navigation ul li {
  flex-shrink: 0;
}

.navigation ul li a {
  width: auto;
  padding: 0 12px;
  font: 14px/44px var(--font-typeface);
}

.search {
  display: none;
}

.banner {
  position: relative;
  z-index: 1;
  height: 55vw; /* 按屏幕宽度比例设置高度，约等于 16:9 稍高一些 */
  max-height: 70vh; /* 避免在特别矮的屏幕上过高 */
  margin-top: 0;
  top: auto;
  right: auto;
  left: auto;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper-slide {
  height: 100%;
}

.banner .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

/* 内容页（content-h5.html）主体区域 H5 布局 */
.content-page {
  display: block; /* 覆盖 content.css 中的 flex 布局，改为纵向 */
}

.content-page .title_container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.content-page .menu {
  height: auto; /* 左侧菜单在 H5 端自适应高度 */
}

.content-page .menu ul {
  padding-left: 10px;
  padding-right: 10px;
}

.content-page .menu ul li {
  line-height: 42px;
  padding: 0 16px;
}

.content-page .item {
  line-height: 44px;
}

.content-page .markdown-output {
  max-width: 100%;
  margin-left: 0;
  padding: 15px 10px;
  box-sizing: border-box;
}

.toutiao {
  width: 100%;
  height: auto;
  padding: 5px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.toutiao img {
  width: 56px;
  height: auto;
  margin-right: 10px;
}

.toutiao a {
  flex: 1;
  min-width: 0;
  display: block;
}

.toutiao a h3,
.toutiao a p {
  width: 100%;
  margin-left: 0;
  float: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toutiao a h3 {
  font-size: 18px;
  margin-top: 0;
}

.toutiao a p {
  font-size: 13px;
  line-height: 1.4;
}

.newsphoto {
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  margin: 15px auto 0;
  padding: 0 10px 20px;
  box-sizing: border-box;
  left: auto;
  transform: none;
}

.newsphoto .swiper {
  width: 100%;
}

.newsphoto .swiper-slide img {
  height: auto;
}

.newsphoto .swiper-slide p {
  width: 100%;
  box-sizing: border-box;
}

.inform {
  width: 100%;
  margin-left: 0;
  margin-top: 16px;
}

.inform div h3 {
  padding: 0 10px;
}

.inform ul {
  width: 100%;
  height: auto;
}

.inform ul li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.inform ul li a {
  width: calc(100% - 90px);
  float: none;
  display: block;
}

.inform ul li a h3,
.inform ul li a p {
  width: 100%;
  float: none;
  margin-left: 0;
  height: auto;
}

.inform ul li h4 {
  width: 80px;
  float: none;
  text-align: right;
  flex-shrink: 0;
}

.footer {
  position: relative;
  margin-top: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.container {
  width: 100%;
}

.footer-top {
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 60%;
  max-width: 260px;
}

.footer-nav {
  border-top: none;
  line-height: 1.6;
  padding-top: 10px;
}

.footer-nav-box {
  width: 100%;
  padding: 2px 0;
  text-align: center;
}

.footer-nav-box a {
  font-size: 14px;
}

.copyright {
  flex-direction: column;
  padding-top: 10px;
}

.copyrightBox {
  border-right: none;
  padding: 2px 0;
}

.floating-ad {
  width: 80%;
  max-width: 320px;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 50%;
  transform: translateX(-50%);
  animation: none;
}

.ad-content img {
  width: 100%;
  height: auto;
}
