/* 新增：banner 图片全局响应式规则 */
.banner-box[data-v-72d601d2] {
  width: 100%;
}
.banner-box img[data-v-72d601d2] {
  width: 100%;
  height: auto;
  display: block;
  /* 去掉图片底部空隙 */
}
/* ===== 响应式追加 ===== */
@media screen and (max-width: 75rem) {
  /* 横幅自适应 */
.banner-box[data-v-72d601d2] {
    height: auto !important;
    min-width: auto !important;
}
.banner-box img[data-v-72d601d2] {
    height: auto;
    /* 已存在，保留即可 */
}
}
/* ≥1200px 时固定高度 550px */
@media screen and (min-width: 75.0625rem) {
.banner-box img[data-v-72d601d2] {
    height: 34.375rem;
}
}
.centerBox[data-v-72d601d2] {
  width: 100%;
  background: url(/_nuxt/assets/images/brandSearch/矩形8.png);
  margin: 0 auto;
}
.centerBox .center_content[data-v-72d601d2] {
  display: flex;
}
h1[data-v-72d601d2] {
  margin-bottom: 1.875rem;
  margin-left: 0.9375rem;
  color: black;
  font-weight: bold;
}
.center_message[data-v-72d601d2] {
  display: flex;
  justify-content: space-between;
  width: 76.25rem;
  min-width: 75rem;
  margin: 3.125rem auto;
}
.center_message .center_message_left .center_message_mes[data-v-72d601d2] {
  display: flex;
  color: black;
  height: 12.1875rem;
  align-items: center;
}
.center_message .center_message_left .center_message_mes .date .date_month[data-v-72d601d2] {
  font-size: 1.875rem;
}
.center_message .center_message_left .center_message_mes .date .date_year[data-v-72d601d2] {
  font-size: 1.0625rem;
  font-weight: bold;
}
.center_message .center_message_right[data-v-72d601d2] {
  padding-top: 3.125rem;
}
.discription[data-v-72d601d2] {
  display: flex;
  align-items: center;
  margin-left: 3.125rem;
}
.discription .discription_top[data-v-72d601d2] {
  font-size: 1.1875rem;
  font-weight: 400;
  width: 19.375rem;
  color: #151111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.discription .discription_bottom[data-v-72d601d2] {
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  color: #a3a2a2;
}
.discription[data-v-72d601d2] :hover {
  cursor: pointer;
  text-decoration: underline;
}
.setWidth1[data-v-72d601d2] {
  width: 25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.smbox[data-v-72d601d2] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.setWidth2[data-v-72d601d2] {
  width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.icon[data-v-72d601d2] {
  padding-top: 2.1875rem;
}
.pagination[data-v-72d601d2] {
  margin: 2.0625rem auto 4.6875rem;
}
.center_body[data-v-72d601d2] {
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
}
.mt-50[data-v-72d601d2] {
  margin-top: 3.125rem;
}
.w-100[data-v-72d601d2] {
  width: 16.875rem;
}
.f-end[data-v-72d601d2] {
  justify-content: flex-end;
}
.mt-40[data-v-72d601d2] {
  margin-top: 2.5rem;
}
.mt-10[data-v-72d601d2] {
  margin-top: 0.625rem;
}
.w-400[data-v-72d601d2] {
  width: 25.625rem !important;
  color: #151111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-72d601d2] .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #af1d36;
}
.center_title[data-v-72d601d2] {
  width: 76.25rem;
  margin: 2.5rem auto 0;
  border-left: 0.125rem solid #ae1631;
}
/* -------------- 新增：768 以下竖向排列 -------------- */
@media screen and (max-width: 48rem) {
.center_message[data-v-72d601d2] {
    flex-direction: column;
    /* 纵向堆叠 */
    width: 100%;
    /* 撑满屏幕 */
    min-width: auto;
    /* 去掉 1200px 限制 */
    margin: 2.5rem auto;
    /* 上下间距缩小 */
    /* 让图片、文本块也 100% 自适应，避免溢出 */
}
.center_message .center_message_left[data-v-72d601d2] {
    width: 100%;
    /* 单列 */
    margin-bottom: 1.875rem;
    /* 两条新闻之间留空 */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.center_message .right_img[data-v-72d601d2],
  .center_message .center_message_left img[data-v-72d601d2],
  .center_message .center_message .right_img img[data-v-72d601d2] {
    width: 90% !important;
    height: auto !important;
    margin: 0 3%;
}
.center_message .discription[data-v-72d601d2] {
    margin-left: 0 !important;
}
  /* 标题区域也自适应 */
.center_title[data-v-72d601d2] {
    width: 100%;
    padding-left: 0.9375rem;
    box-sizing: border-box;
}
aside[data-v-72d601d2] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.date_month[data-v-72d601d2] {
    font-size: 1.375rem !important;
}
}
/* ===== 新增：768–1200px 过渡断档修复 ===== */
@media screen and (min-width: 48.0625rem) and (max-width: 75rem) {
  /* 1. 版心改为 96% 并限制最大宽度，避免 1200 附近突然变宽 */
.center_message[data-v-72d601d2] {
    width: 96%;
    min-width: auto;
    margin: 3.75rem auto;
}
  /* 2. 左右两栏比例从 1:1 改为 7:3，文字区更充裕 */
.center_message_left[data-v-72d601d2] {
    padding-right: 3%;
    /* 给图片留呼吸 */
}
.center_message_right[data-v-72d601d2] {
    flex: 0 0 28%;
    /* 图片区 28% */
    padding-top: 0;
    /* 去掉大屏的 50px */
}
  /* 3. 文字字号阶梯式缩小，900 以下再降一级 */
.discription_top[data-v-72d601d2] {
    font-size: 1.125rem;
}
.discription_bottom[data-v-72d601d2] {
    font-size: 0.875rem;
}
  /* 4. 日期字号同步缩小，900 以下再降 */
.date_month[data-v-72d601d2] {
    font-size: 1.625rem;
}
.date_year[data-v-72d601d2] {
    font-size: 0.9375rem;
}
  /* 5. 图片 100% 自适应，但最大高度限制，避免过高空白 */
.right_img[data-v-72d601d2],
  .center_message_left img[data-v-72d601d2] {
    width: 100%;
    height: auto;
    max-height: 10rem;
    /* 新增：防止图片过高 */
    -o-object-fit: cover;
       object-fit: cover;
    /* 裁剪留白更整齐 */
}
  /* 6. 标题区域同步 */
.center_title[data-v-72d601d2] {
    width: 96%;
    max-width: 61.25rem;
    padding-left: 2%;
    box-sizing: border-box;
}
}
@media screen and (min-width: 48.0625rem) and (max-width: 75rem) and (max-width: 56.25rem) {
.discription_top[data-v-72d601d2] {
    font-size: 1rem;
}
}
@media screen and (min-width: 48.0625rem) and (max-width: 75rem) and (max-width: 56.25rem) {
.discription_bottom[data-v-72d601d2] {
    font-size: 0.8125rem;
}
}
@media screen and (min-width: 48.0625rem) and (max-width: 75rem) and (max-width: 56.25rem) {
.date_month[data-v-72d601d2] {
    font-size: 1.375rem;
}
.date_year[data-v-72d601d2] {
    font-size: 0.875rem;
}
}

