/* small compatibility helpers for rebuilt templates */
html {
  /* Prevent page jump when vertical scrollbar appears/disappears */
  scrollbar-gutter: stable;
}
/* Header: logo bottom aligns with search box bottom */
#header-153 .container-153 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#header-153 .logo-153 {
  float: none;
  width: auto;
  max-width: 60%;
  flex: 0 1 auto;
  overflow: visible;
}
#header-153 .logo-153 a {
  display: flex;
  align-items: flex-end;
}
#header-153 .logo-153 img,
.logo-153 img {
  display: block;
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
#header-153 .logo_desc-153 {
  float: none;
  width: 350px;
  max-width: 38%;
  margin-top: 0;
  flex: 0 0 auto;
  text-align: right;
}
#header-153 .h_search-153 {
  padding: 0;
}
#header-153 .h_search-153 .form1-153 {
  line-height: normal;
  overflow: hidden;
}
#header-153 .h_search-153 .form_text1-153,
#header-153 .h_search-153 .form_button1-153 {
  margin: 0;
}
.focusBox .pic img { width: 100%; height: 450px; object-fit: cover; }
.admin-empty { padding: 40px; text-align: center; color: #666; }

/* ---- 首页动态资讯三列 ---- */
.news130 {
  padding: 28px 0 10px;
  background: #fff;
}
.news130 > .container {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.ey-news130 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}
.ey-news130 .item130 {
  float: none;
  width: auto;
  min-width: 0;
}
.ey-news130 .wrap130 {
  margin: 0;
  padding: 0;
}
.ey-news130 .title-130 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0C8C35;
  line-height: 1.2;
}
.ey-news130 .title-130 h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0C8C35;
  line-height: 28px;
}
.ey-news130 .title-130 .more130 {
  float: none;
  flex: 0 0 auto;
  font-size: 13px;
  color: #888;
  text-decoration: none;
  line-height: 28px;
}
.ey-news130 .title-130 .more130:hover {
  color: #0C8C35;
}
.ey-news130 .list-130 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ey-news130 .list-130 li {
  border-bottom: 1px dotted #d8d8d8;
}
.ey-news130 .list-130 li:last-child {
  border-bottom: 0;
}
.ey-news130 .list-130 li a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.ey-news130 .list-130 li a:hover {
  color: #0C8C35;
}
.ey-news130 .list-130 .date130 {
  flex: 0 0 42px;
  float: none;
  order: 2;
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: right;
  font-style: normal;
}
.ey-news130 .list-130 .txt130 {
  flex: 1 1 auto;
  order: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.ey-news130 .list-130 .empty130 {
  padding: 16px 0;
  color: #999;
  font-size: 13px;
  border-bottom: 0;
}

/* ---- 专家风采：标准竖版头像 120×180（2x 缩略图） ---- */
.bxywz4b {
  overflow: hidden;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.bxywz4,
.bxywz4a { overflow: hidden; margin: 0; padding: 0; background: #fff; }
.bxywz4a { margin-top: 16px; }
.bxywz4 ul,
.bxywz4a ul { width: 100%; padding: 0; overflow: hidden; }
.bxywz4 ul li,
.bxywz4a ul li {
  width: 280px;
  height: 180px;
  float: left;
  margin-right: 16px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.bxywz4 ul li > a,
.bxywz4a ul li > a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 280px;
  height: 180px;
  color: inherit;
  text-decoration: none;
}
.expert-photo {
  flex: 0 0 120px;
  width: 120px;
  height: 180px;
  margin: 0 10px 0 0;
  overflow: hidden;
  background: #e8eef2;
}
.expert-photo img,
.case .bxywz4 .expert-photo img,
.case .bxywz4a .expert-photo img {
  display: block;
  width: 120px !important;
  height: 180px !important;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
}
.expert-meta {
  flex: 1 1 auto;
  min-width: 0;
  width: 150px;
  padding: 2px 4px 0 0;
  display: flex;
  flex-direction: column;
}
.bxywz4 ul li h4,
.bxywz4a ul li h4,
.expert-meta h4 {
  float: none;
  display: -webkit-box;
  width: auto;
  margin: 0 0 6px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #232323;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bxywz4 ul li p,
.bxywz4a ul li p,
.expert-meta p {
  float: none;
  display: -webkit-box;
  width: auto;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #686868;
  text-align: justify;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bxywz4 ul li:hover h4,
.bxywz4a ul li:hover h4 { color: #0C8C35; }

/* ---- 健康科普：双列卡片（左图右文） ---- */
.kepu .container {
  padding-left: 0;
  padding-right: 0;
}
.bxywz5 {
  overflow: hidden;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.bxywz5 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
}
.bxywz5 ul li,
.kepu .bxywz5 ul li {
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.bxywz5 ul li:nth-child(2n) {
  margin-right: 0 !important;
}
.bxywz5 ul li > a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 14px;
  min-height: 176px;
  height: auto;
  padding: 0;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
.kepu-photo {
  flex: 0 0 220px;
  width: 220px;
  height: 176px;
  margin: 0;
  overflow: hidden;
  background: #e8eef2;
}
.kepu-photo img,
.kepu .bxywz5 .kepu-photo img,
.bxywz5 ul li img {
  float: none !important;
  display: block;
  width: 220px !important;
  height: 176px !important;
  margin: 0 !important;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.kepu-meta {
  flex: 1 1 auto;
  min-width: 0;
  padding: 2px 2px 0 0;
  display: flex;
  flex-direction: column;
}
.kepu-meta h4,
.bxywz5 ul li h4 {
  float: none !important;
  width: auto !important;
  margin: 0 0 8px;
  padding: 0 !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #232323;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kepu-meta p,
.bxywz5 ul li p {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #686868;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bxywz5 ul li:hover h4 {
  color: #0C8C35;
}
/* ---- Search result keyword highlight ---- */
.search-summary { margin: 0 0 16px; color: #444; }
.search-keyword mark.search-hl,
mark.search-hl {
  background: #fff3a3;
  color: #c0392b;
  font-style: normal;
  font-weight: 700;
  padding: 0 2px;
  border-radius: 2px;
}
.search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Override legacy .DocList li { height:35px; overflow:hidden } */
.DocList.search-result-list > li,
.search-result-item {
  position: relative;
  height: auto !important;
  min-height: 0;
  line-height: 1.7 !important;
  padding: 16px 0 16px 22px !important;
  border-bottom: 1px dashed #e2e2e2;
  overflow: visible !important;
  background: url(../images/1.gif) no-repeat 11px 22px;
  white-space: normal;
}
.search-result-item .search-date {
  float: right;
  color: #999;
  font-size: 13px;
  margin-left: 12px;
  line-height: 1.6;
}
.search-result-item .search-title {
  display: block;
  padding-right: 100px;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
}
.search-result-item .search-title:hover {
  color: #0C8C35;
}
.search-result-item .search-snippet {
  clear: both;
  display: block;
  margin: 10px 0 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
}

.pager { margin: 20px 0; text-align: center; }
.pager a, .pager span { display: inline-block; margin: 0 4px; padding: 4px 10px; border: 1px solid #ddd; }
.pager .current { background: #0C8C35; color: #fff; border-color: #0C8C35; }
.baoming-success { background: #e8f8ee; border: 1px solid #0C8C35; color: #0C8C35; padding: 12px; margin-bottom: 16px; }
.baoming-error { background: #fff1f0; border: 1px solid #e85d5d; color: #c0392b; padding: 12px; margin-bottom: 16px; }
.baoming-radio label { margin-right: 16px; cursor: pointer; }

/* List pages: avoid legacy 35px clip on long titles */
#DocList .DocList > li {
  height: auto;
  min-height: 35px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
#DocList .DocList > li > a {
  display: block;
  padding-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#DocList .DocList > li > span {
  line-height: 1.5;
}
.content-body img { max-width: 100%; height: auto; }
.content-body table { border-collapse: collapse; width: 100%; margin: 12px 0; }
.content-body table td, .content-body table th { border: 1px solid #ccc; padding: 6px 8px; }

/* Breadcrumb: full-bleed bar under nav, text aligned with .main.container */
.nav > .container > ul::after {
  content: "";
  display: block;
  clear: both;
}
.position {
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border: 0;
  overflow: hidden;
}
.position .container {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  height: 40px;
}
.position .wz {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.position .wz a { color: #333; }
.position .wz a:hover { color: #07a53a; }

.main.container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.main.container::after { content: ""; display: block; clear: both; }
#sidebar {
  float: none;
  width: 250px;
  flex: 0 0 250px;
}
#neirong {
  float: none;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  background: #F6F9FB;
  overflow: hidden;
}
#neirong.neirong-full {
  float: none;
  width: 100%;
  flex: 1 1 auto;
}
#neirong .content { padding: 20px 24px 30px; }
#neirong .pagetop { margin-bottom: 0; }
#DocList { padding: 20px; min-height: 120px; }
#DocList .admin-empty { padding: 24px 0; color: #888; }
#Classification ul#jigou {
  max-height: 720px;
  overflow-y: auto;
}
.article-title { text-align: center; font-size: 22px; margin: 20px 0 10px; }
.article-meta { text-align: center; color: #888; margin-bottom: 20px; }
.article-pager { margin-top: 30px; border-top: 1px solid #eee; padding-top: 15px; }
.article-pics { margin: 16px 0; }
.article-pics img { max-width: 100%; height: auto; display: block; margin: 8px 0; }
.article-files { margin: 16px 0; padding: 12px 16px; background: #f3f6f8; }
.article-files ul { margin: 8px 0 0; padding-left: 18px; list-style: disc; }
.article-files li { line-height: 1.8; }
.content-body { line-height: 1.8; word-break: break-word; }
.content-body p { margin: 0.4em 0; }
.content-body span[style*="nowrap"],
.content-body span[style*="text-wrap-mode: nowrap"] {
  white-space: normal !important;
  text-wrap-mode: wrap !important;
}

/* ---- Nav: equal-width bar + dropdown ---- */
.nav {
  position: relative;
  z-index: 1000;
  overflow: visible;
  height: 48px;
  line-height: 48px;
  background: #0C8C35;
}
.nav > .container {
  height: 48px;
  overflow: visible;
}
.nav > .container > ul.nav-menu,
.nav > .container > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
.nav > .container > ul::after {
  content: none;
  display: none;
}
.nav > .container > ul > li,
.nav > .container > ul > li.nav-item {
  float: none;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  z-index: 999;
}
.nav > .container > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: background-color .15s ease, color .15s ease;
}
.nav > .container > ul > li > a:hover,
.nav > .container > ul > li:hover > a,
.nav > .container > ul > li.is-active > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.14);
}
.nav > .container > ul > li.is-active > a {
  box-shadow: inset 0 -3px 0 #fff;
  font-weight: 600;
}
.nav > .container > ul > li > ol,
.nav > .container > ul > li > ol.nav-sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  z-index: 1001;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  width: max(100%, 200px);
  min-width: 160px;
  max-height: min(70vh, 480px);
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(12, 140, 53, 0.97);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  overscroll-behavior: contain;
}
.nav > .container > ul > li:hover > ol {
  display: block;
}
.nav > .container > ul > li > ol > li {
  float: none;
  width: 100%;
  position: static;
  height: auto;
  line-height: normal;
}
.nav > .container > ul > li > ol > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.nav > .container > ul > li > ol > li > a:hover,
.nav > .container > ul > li > ol > li.is-active > a {
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
}
/* 「分支机构」子项很多：双列 + 限高滚动（首页后第 6 项） */
.nav > .container > ul > li:nth-child(6) > ol {
  left: 0;
  transform: none;
  width: 460px;
  column-count: 2;
  column-gap: 0;
  max-height: min(70vh, 520px);
}
.nav > .container > ul > li:nth-child(6) > ol > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
/* 靠右的菜单下拉向左对齐，避免溢出屏幕 */
.nav > .container > ul > li:nth-last-child(-n+2) > ol {
  left: auto;
  right: 0;
  transform: none;
}

/* ---- Footer layout (consult / meta / support) ---- */
.footer {
  height: auto;
  min-height: 0;
  margin-top: 28px;
  padding: 22px 0 18px;
  line-height: 1.5;
  text-align: center;
  background: #0C8C35;
  color: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}
.footer .container {
  width: 1200px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}
.fcontent {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1100px;
}
.fcontent p {
  height: auto;
  margin: 0;
  line-height: 1.5;
}
.fcontent .lab {
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.72);
}
.fcontent .lab::after {
  content: "：";
}
.fcontent a {
  color: #fff;
  text-decoration: none;
}
.fcontent a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 第1行：咨询 */
.fcontent .footer-consult {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.fcontent .footer-consult a {
  margin-left: 2px;
  font-weight: 700;
}

/* 第2行：版权 / 联系 / 备案 */
.fcontent .footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
}
.fcontent .footer-meta > li {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 22px;
}
.fcontent .footer-meta > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

/* 第3行：技术支持（分隔线 + 弱化） */
.fcontent .footer-support {
  margin: 12px auto 0;
  padding-top: 10px;
  max-width: 720px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.38);
}
.fcontent .footer-support .lab {
  color: rgba(255, 255, 255, 0.34);
}
.fcontent .footer-support a {
  color: rgba(255, 255, 255, 0.38);
}
.fcontent .footer-support a:hover {
  color: rgba(255, 255, 255, 0.55);
}

/* ---- Mobile / responsive (overrides style.css fixed 1200px desktop) ---- */
.nav-toggle {
  display: none;
  width: 42px;
  height: 36px;
  margin: 6px 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 1px;
  transition: transform .2s ease, opacity .2s ease;
}
body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 1200px) {
  html, body {
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .container,
  .position .container,
  .footer .container,
  .news130 > .container {
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
  .container-153 {
    width: auto !important;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 900px) {
  #header-153 .container-153 {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #header-153 .logo-153,
  #header-153 .logo_desc-153 {
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    text-align: center;
  }
  #header-153 .logo-153 a {
    justify-content: center;
  }
  #header-153 .logo-153 img {
    max-height: 72px;
    width: auto;
  }
  #header-153 .logo_desc-153 {
    margin: 0 0 4px;
  }
  .h_search-153 .form1-153 { line-height: normal; }
  .h_search-153 .form_text1-153,
  .h_search-153 .form_button1-153 {
    height: 42px;
  }

  .nav {
    height: auto;
    line-height: normal;
  }
  .nav > .container {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-toggle { display: block; }
  .nav > .container > ul.nav-menu,
  .nav > .container > ul {
    display: none;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 6px 0 12px;
  }
  body.nav-open .nav > .container > ul.nav-menu,
  body.nav-open .nav > .container > ul {
    display: flex;
  }
  .nav > .container > ul > li,
  .nav > .container > ul > li.nav-item {
    flex: none;
    width: 100%;
    height: auto;
  }
  .nav > .container > ul > li > a {
    justify-content: flex-start;
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .nav > .container > ul > li.is-active > a {
    box-shadow: inset 3px 0 0 #fff;
  }
  .nav > .container > ul > li > ol,
  .nav > .container > ul > li > ol.nav-sub {
    position: static;
    display: none;
    transform: none;
    width: 100% !important;
    max-height: none;
    column-count: 1 !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.12);
    padding: 0;
  }
  .nav > .container > ul > li.sub-open > ol,
  .nav > .container > ul > li:hover > ol {
    display: block;
  }
  .nav > .container > ul > li:nth-child(6) > ol,
  .nav > .container > ul > li:nth-last-child(-n+2) > ol {
    left: auto;
    right: auto;
    width: 100% !important;
  }

  .main.container {
    display: block;
  }
  #sidebar {
    width: 100% !important;
    flex: none;
    margin-bottom: 16px;
  }
  #neirong,
  #neirong.neirong-full {
    width: 100% !important;
    float: none;
  }
  #neirong .content { padding: 16px; }

  .focusBox,
  .focusBox .pic img {
    height: auto !important;
    min-height: 160px;
    max-height: 260px;
  }
  .focusBox .pic img {
    width: 100%;
    object-fit: cover;
  }

  .ey-news130 {
    grid-template-columns: 1fr !important;
  }
  .ey-news130 .item130 {
    width: 100% !important;
  }

  .expert-list,
  .experts .list,
  .kepu-list,
  .bxywz4 ul,
  .bxywz4a ul,
  .bxywz5 ul,
  .jiankangkepu-grid {
    display: block !important;
    width: 100% !important;
  }
  .expert-list li,
  .experts .list li,
  .bxywz4 li,
  .bxywz4a li,
  .bxywz5 ul li,
  .kepu .bxywz5 ul li,
  .jiankangkepu-grid .item {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 12px !important;
  }
  .bxywz5 ul li > a {
    grid-template-columns: 120px 1fr;
  }
  .kepu-photo { width: 120px; height: 90px; }

  .position { height: auto; }
  .position .container,
  .position .wz {
    height: auto;
    white-space: normal;
    line-height: 1.5;
    padding: 8px 0;
  }

  .fcontent .footer-meta > li {
    display: block;
    border-left: 0 !important;
    padding: 4px 0;
    white-space: normal;
  }
  .layui-form-pane .layui-form-label { width: 90px; }
  .layui-form-pane .layui-input-block { margin-left: 90px; }
  .layui-input-inline { width: 100% !important; margin: 0 0 8px !important; }
}

@media screen and (max-width: 480px) {
  #header-153 .logo-153 img { max-height: 56px; }
  .nav > .container > ul > li > a { font-size: 14px; }
  .article-title { font-size: 18px !important; }
  .search-result-item .search-title { padding-right: 0; }
  .search-result-item .search-date {
    float: none;
    display: block;
    margin: 0 0 6px;
  }
}
