
.newsDetail .arcoloum .left .article {
  all: initial; /* 重置所有继承属性 */
  display: block; /* 恢复基础布局属性 */
  contain: content; /* 启用样式隔离 */
  color: #333; /* 设置基础文本颜色 */
  font-family: system-ui, -apple-system, sans-serif; /* 设置基础字体 */
  line-height: 1.6; /* 设置基础行高 */
}

/* 恢复默认标签样式 */
.newsDetail .arcoloum .left .article * {
  all: revert;
  box-sizing: border-box;
}

@media (max-width: 991px) {
    .productSwiper .swiper-wrapper { padding: 0; }
}

/* 2025-10-16 */
.index8 .con .img{ max-width: 460px; height: 260px; }

/* 2026-01-10 新闻详情中图片清除大小限制 */
.newsDetail .arcoloum .left .article img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}