
.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; }
}