.elementor-kit-14{--e-global-color-primary:#333333;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#444444;--e-global-color-accent:#0D316B;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;line-height:1.8em;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 p{margin-bottom:20px;}.elementor-kit-14 h2{font-size:24px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 标题呼吸感设置 --- */

/* H2 标题：大章节，距离拉大 */
h2 {
    margin-top: 50px;    /* 顶部留白 */
    margin-bottom: 20px; /* 底部留白 */
    line-height: 1.4em;  /* 行高 */
}

/* H3 标题：小章节，距离适中 */
h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4em;
}

/* --- 正文呼吸感设置 --- */

/* 这里我们只强制规定“间距”和“行高”，
   删除了 color 属性，这样您就可以在编辑器里自由修改文字颜色了。
*/
body, p {
    line-height: 1.8em !important;   /* 保持高级的疏朗行高 */
    margin-bottom: 25px !important;  /* 保持段落之间的呼吸感 */
}/* End custom CSS */