/* article.css 修复 - 响应式适配 */

@media screen and (max-width: 800px) {
.section6 { width: 96%; }
.section6-content img { max-width: 100% !important; height: auto !important; width: auto !important; }
.se6biaoti { font-size: 16px; padding: 3% 0; }
.shangxia { font-size: 14px; padding: 0 2%; }
}

@media screen and (max-width: 600px) {
.section6 { width: 98%; }
.section6-content p { text-indent: 1em !important; }
.footer-infor { width: 90%; }
}