 
/* ===== 页面容器 ===== */
.qtmat-news {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 60px 20px !important;
}

/* ===== 排版结构 ===== */
.qtmat-news .mat-section {
  margin-bottom: 90px !important;
  overflow: hidden !important;
}

.qtmat-news .mat-image {
  width: 45% !important;
  float: left !important;
  margin-right: 40px !important;
  margin-bottom: 20px !important;
}

.qtmat-news .mat-section.reverse .mat-image {
  float: right !important;
  margin-left: 40px !important;
  margin-right: 0 !important;
}

.qtmat-news .mat-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12) !important;
}

/* ===== 字体系统 ===== */
.qtmat-news p,
.qtmat-news ul,
.qtmat-news li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
  color: #333 !important;
}

.qtmat-news h2,
.qtmat-news h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.qtmat-news h3 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}

.qtmat-news ul {
  padding-left: 18px !important;
}

.qtmat-news ul li {
  margin-bottom: 8px !important;
}

/* ===== 对比区块 ===== */
.qtmat-news .sub-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 24px !important;
}

.qtmat-news .compare-block h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.qtmat-news .compare-block strong {
  font-weight: 600 !important;
  color: #000 !important;
}

/* ===== 表格 ===== */
.qtmat-news table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 32px !important;
}

.qtmat-news table th,
.qtmat-news table td {
  border: 1px solid #ddd !important;
  padding: 14px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  vertical-align: top !important;
}

.qtmat-news table th {
  background: #f5f5f5 !important;
  text-align: left !important;
}

/* ===== CTA ===== */
.qtmat-news .cta {
  margin-top: 40px !important;
  font-size: 16px !important;
}

.qtmat-news .cta a {
  font-weight: 500 !important;
  text-decoration: underline !important;
  color: #000 !important;
}

/* ===== 移动端 ===== */
@media (max-width: 768px) {
  .qtmat-news .mat-image {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
