/*
 * PC端模板功能修复样式占位文件
 * 说明：本修复不调整现有视觉样式；如需新增样式，请在此文件维护并标注用途。
 */

.section .section-title > strong {
  font-size: 28px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
}

/* 修复文章内容中 strong 标签的显示问题 */
.info-content-body p.has-strong-label {
    line-height: 1.8;
}

/* 如果需要强制 strong 换行，也可以用 CSS，但 JS 插入 br 更稳妥 */
/* 
.info-content-body p strong {
    
} 
*/
