/* 新增：banner 图片全局响应式规则 */
.banner-box[data-v-355d6ff9] {
  width: 100%;
}
.banner-box img[data-v-355d6ff9] {
  width: 100%;
  height: auto;
  display: block;
  /* 去掉图片底部空隙 */
}
/* ===== 响应式追加 ===== */
@media screen and (max-width: 75rem) {
  /* 横幅自适应 */
.banner-box[data-v-355d6ff9] {
    height: auto !important;
    min-width: auto !important;
}
.banner-box img[data-v-355d6ff9] {
    height: auto;
    /* 已存在，保留即可 */
}
}
/* ≥1200px 时固定高度 550px */
@media screen and (min-width: 75.0625rem) {
.banner-box img[data-v-355d6ff9] {
    height: 34.375rem;
}
}
.hover[data-v-355d6ff9]:hover {
  cursor: pointer;
  text-decoration: underline;
}
.body_box[data-v-355d6ff9] {
  background: #f7f7f7;
}
/* ----------  article_box 响应式改造 ---------- */
.article_box[data-v-355d6ff9] {
  width: 100%;
  margin-top: -0.6875rem;
}
.article_box .article_content[data-v-355d6ff9] {
  /* 1200px 以上保持 1440 版心，以下自动撑满 */
  max-width: 90rem;
  width: 100%;
  margin: 1.875rem auto;
  padding: 0 1.25rem;
  /* 小屏时两侧留安全间距 */
  box-sizing: border-box;
}
.article_box .article_content .position[data-v-355d6ff9] {
  font-size: 1.5625rem;
}
@media (max-width: 75rem) {
.article_box .article_content .position[data-v-355d6ff9] {
    font-size: 1.125rem;
}
}
.article_box .article_content .article[data-v-355d6ff9] {
  width: 100%;
  /* 由父级 .article_content 控制最大宽度 */
  background-color: #fff;
  margin-bottom: 11.25rem;
  box-shadow: 0 0.0625rem 0.3125rem -0.125rem lightgrey;
  margin-top: 1.25rem;
}
.article_box .article_content .article .article_body[data-v-355d6ff9] {
  /* 大屏保持 85/110，小屏等比缩小 */
  padding: clamp(2.5rem, 6vw, 5.3125rem) clamp(1.25rem, 8vw, 6.875rem);
  box-sizing: border-box;
}
.article_box .article_content .article .article_body .article_body_title[data-v-355d6ff9] {
  text-align: center;
}
.article_box .article_content .article .article_body .article_body_title h1[data-v-355d6ff9] {
  font-size: clamp(1.5rem, 4vw, 2rem);
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.article_box .article_content .article .article_body .article_body_title .article_body_time[data-v-355d6ff9] {
  display: flex;
  max-width: 35rem;
  width: 100%;
  justify-content: space-between;
  margin: 1.875rem auto;
  font-size: 1.125rem;
}
@media (max-width: 75rem) {
.article_box .article_content .article .article_body .article_body_title .article_body_time[data-v-355d6ff9] {
    font-size: 0.8125rem;
}
}
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] {
  font-size: 1.125rem;
  padding-top: 3.75rem;
}
@media (max-width: 75rem) {
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] {
    font-size: 1rem;
}
}
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] p {
  line-height: 1.8;
  text-indent: 2em;
}
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] p:has(img) {
  /* 只对包含img的p标签应用以下样式 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] p:has(img) img {
  width: 50% !important;
  height: auto;
  margin-bottom: 0.625rem;
}
.article_box .article_content .article .article_body .article_text[data-v-355d6ff9] p img {
  width: 50% !important;
  height: auto;
  margin-bottom: 0.625rem;
}
.article_box .article_content .article .article_body .other_article[data-v-355d6ff9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  font-size: 1.4375rem;
  width: 100%;
  margin: 3.75rem auto 0;
  line-height: 4.6875rem;
  /* 小屏：强制不换行 + 缩小字体 + 降低高度 */
}
@media (max-width: 75rem) {
.article_box .article_content .article .article_body .other_article[data-v-355d6ff9] {
    font-size: 0.875rem;
    /* 再压一级 */
    line-height: 3.125rem;
}
}
@media (max-width: 48rem) {
.article_box .article_content .article .article_body .other_article[data-v-355d6ff9] {
    font-size: 0.75rem;
    /* 再压一级 */
    line-height: 2.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
.article_box .article_content .article .article_body .other_article .other_article_prev[data-v-355d6ff9],
.article_box .article_content .article .article_body .other_article .other_article_next[data-v-355d6ff9] {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  /* 允许收缩 */
  min-width: 0;
  /* 关键：让 ellipsis 生效 */
}
.article_box .article_content .article .article_body .other_article .other_article_prev[data-v-355d6ff9] {
  padding-left: 0;
}
.article_box .article_content .article .article_body .other_article .other_article_prev img[data-v-355d6ff9] {
  width: 0.625rem;
  /* 图标再小一点 */
  height: 0.875rem;
  margin-right: 0;
  flex-shrink: 0;
}
.article_box .article_content .article .article_body .other_article .other_article_prev .other_article_prev_title[data-v-355d6ff9] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_box .article_content .article .article_body .other_article .other_article_prev .other_article_prev_title span[data-v-355d6ff9] {
  padding-left: 0.25rem;
  color: #af1d36;
  width: 100%;
}
.article_box .article_content .article .article_body .other_article .other_article_next[data-v-355d6ff9] {
  justify-content: flex-end;
  padding-right: 0;
}
.article_box .article_content .article .article_body .other_article .other_article_next img[data-v-355d6ff9] {
  width: 0.625rem;
  height: 0.875rem;
  margin-left: 0;
  flex-shrink: 0;
}
.article_box .article_content .article .article_body .other_article .other_article_next .other_article_next_title[data-v-355d6ff9] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_box .article_content .article .article_body .other_article .other_article_next .other_article_next_title span[data-v-355d6ff9] {
  padding-left: 0.25rem;
  color: #af1d36;
  width: 100%;
}
.article_box .article_content .firstPage[data-v-355d6ff9]:hover,
.article_box .article_content .pageCenter[data-v-355d6ff9]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.article_body_title_text[data-v-355d6ff9] {
  color: black;
  font-size: 1.375rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

