.elementor-662 .elementor-element.elementor-element-7e3902b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-662 .elementor-element.elementor-element-7e3902b2:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-7e3902b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F9FF;}.elementor-662 .elementor-element.elementor-element-1fd29794 > .elementor-widget-container{padding:0px 0px 0px 10px;}.elementor-662 .elementor-element.elementor-element-1fd29794{color:#333333;}.elementor-662 .elementor-element.elementor-element-1fd29794 a{color:#333333;}.elementor-662 .elementor-element.elementor-element-6d75972{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-662 .elementor-element.elementor-element-6d75972:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-6d75972 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F9FF;}.elementor-662 .elementor-element.elementor-element-8a77c25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-662 .elementor-element.elementor-element-8a77c25:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-8a77c25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-662 .elementor-element.elementor-element-60f60ae .elementor-heading-title{font-size:25px;font-weight:600;}.elementor-662 .elementor-element.elementor-element-3a6e4c2 .elementor-icon-list-icon i{color:#959595;font-size:14px;}.elementor-662 .elementor-element.elementor-element-3a6e4c2 .elementor-icon-list-icon svg{fill:#959595;--e-icon-list-icon-size:14px;}.elementor-662 .elementor-element.elementor-element-3a6e4c2 .elementor-icon-list-icon{width:14px;}.elementor-662 .elementor-element.elementor-element-3a6e4c2 .elementor-icon-list-text, .elementor-662 .elementor-element.elementor-element-3a6e4c2 .elementor-icon-list-text a{color:#333333;}.elementor-662 .elementor-element.elementor-element-e3bba55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-662 .elementor-element.elementor-element-e3bba55:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-e3bba55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F9FF;}.elementor-662 .elementor-element.elementor-element-dee1c4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-662 .elementor-element.elementor-element-dee1c4d:not(.elementor-motion-effects-element-type-background), .elementor-662 .elementor-element.elementor-element-dee1c4d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-662 .elementor-element.elementor-element-b112a32 .elementor-toc__header-title{text-align:start;}.elementor-662 .elementor-element.elementor-element-b112a32 .elementor-toc__header{flex-direction:row;}.elementor-662 .elementor-element.elementor-element-b112a32{--item-text-hover-decoration:underline;}.elementor-662 .elementor-element.elementor-element-9b05140{z-index:0;}.elementor-662 .elementor-element.elementor-element-e19eee7{z-index:0;}@media(max-width:767px){.elementor-662 .elementor-element.elementor-element-5e52382{font-size:15px;}}@media(min-width:768px){.elementor-662 .elementor-element.elementor-element-7e3902b2{--content-width:1200px;}.elementor-662 .elementor-element.elementor-element-6d75972{--content-width:1200px;}.elementor-662 .elementor-element.elementor-element-8a77c25{--width:100%;}.elementor-662 .elementor-element.elementor-element-e3bba55{--width:3%;}.elementor-662 .elementor-element.elementor-element-dee1c4d{--width:38%;}}/* Start custom CSS for breadcrumbs, class: .elementor-element-1fd29794 *//* 面包屑容器样式 */
.rank-math-breadcrumb {
    font-family: 'Segoe UI', sans-serif;
    padding: 12px 0;
    margin: 0;
}

/* 面包屑内容样式 */
.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.95em;
}

/* 链接基础样式 */
.rank-math-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 8px;
    border-radius: 4px;
}

/* 链接悬停效果 */
.rank-math-breadcrumb a:hover {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

/* 分隔符样式 */
.rank-math-breadcrumb .separator {
    color: #d1d5db;
    margin: 0 10px;
    position: relative;
    font-size: 0;
}

/* 使用伪元素添加更美观的分隔符 */
.separator::before {
    content: "›";
    font-size: 16px;
    color: #9ca3af;
    position: relative;
    top: 1px;
}

/* 当前页面样式 */
.rank-math-breadcrumb .last {
    color: #374151;
    font-weight: 500;
    padding-left: 8px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .rank-math-breadcrumb {
        padding: 8px 0;
    }
    .rank-math-breadcrumb a {
        font-size: 0.85em;
    }
    .separator::before {
        font-size: 14px;
    }
}

/* 添加微动画效果 */
.rank-math-breadcrumb a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3b82f6;
    transition: width 0.3s ease;
}

.rank-math-breadcrumb a:hover::after {
    width: 100%;
}

/* 容器背景美化（可选） */
.e-con-boxed.e-con {
    background: rgba(249, 250, 251, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a77c25 *//* 外层容器样式 */
.elementor-element-8a77c25 {
    background-color: #f9f9f9; /* 背景色 */
    border: 1px solid #e0e0e0; /* 边框 */
    border-radius: 10px; /* 圆角 */
    padding: 20px; /* 内边距 */
    margin-bottom: 20px; /* 下边距 */
}

/* 文章标题样式 */
.elementor-element-60f60ae .elementor-heading-title {
    font-size: 28px; /* 标题字体大小 */
    font-weight: bold;
    color: #333; /* 标题文字颜色 */
    margin-bottom: 15px;
    line-height: 1.3; /* 行高 */
}

/* 文章元信息样式 */
.elementor-element-3a6e4c2 .elementor-post-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0; /* 下划线 */
}

.elementor-element-3a6e4c2 .elementor-icon-list-item {
    display: inline-block;
    margin-right: 15px;
    color: #666; /* 元信息文字颜色 */
    font-size: 14px;
}

.elementor-element-3a6e4c2 .elementor-icon-list-icon svg {
    width: 16px;
    height: 16px;
    fill: #456CB4; /* 图标颜色 */
    margin-right: 5px;
}

/* 文章特色图片样式 */
.elementor-element-1199e73 img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* 图片圆角 */
    margin-bottom: 20px;
}

/* 文章正文样式 */
.elementor-element-5e52382 {
    font-size: 16px; /* 正文字体大小 */
    line-height: 1.6; /* 行高 */
    color: #444; /* 正文文字颜色 */
}

.elementor-element-5e52382 h2 {
    font-size: 24px; /* 二级标题字体大小 */
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.elementor-element-5e52382 h3 {
    font-size: 20px; /* 三级标题字体大小 */
    font-weight: bold;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.elementor-element-5e52382 p {
    margin-bottom: 15px;
}

.elementor-element-5e52382 ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.elementor-element-5e52382 ul li {
    margin-bottom: 8px;
}

/* 链接样式 */
.elementor-element-5e52382 a {
    color: #456CB4; /* 链接文字颜色 */
    text-decoration: none; /* 移除下划线 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-element-5e52382 a:hover {
    color: #333; /* 悬停文字颜色 */
    text-decoration: underline; /* 悬停下划线 */
}/* End custom CSS */
/* Start custom CSS for table-of-contents, class: .elementor-element-b112a32 *//* 外层容器样式 */
.elementor-toc {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9; /* 背景色 */
    border: 1px solid #e0e0e0; /* 边框 */
    border-radius: 5px; /* 圆角 */
}

/* 标题样式 */
.elementor-toc__header-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #456CB4; /* 标题下划线 */
}

/* 切换按钮样式 */
.elementor-toc__toggle-button {
    color: #456CB4; /* 按钮颜色 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-toc__toggle-button:hover {
    color: #333; /* 悬停时按钮颜色 */
}

/* 目录列表样式 */
.elementor-toc__list-wrapper {
    list-style: none; /* 移除默认列表符号 */
    margin: 0;
    padding: 0;
}

.elementor-toc__list-item {
    margin: 8px 0;
    padding: 5px 10px;
    background-color: #fff; /* 列表项背景色 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-toc__list-item:hover {
    background-color: #456CB4; /* 悬停背景色 */
}

/* 目录链接样式 */
.elementor-toc__list-item-text {
    color: #333; /* 链接文字颜色 */
    text-decoration: none; /* 移除下划线 */
    font-size: 14px;
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-toc__list-item-text:hover {
    color: #fff; /* 悬停文字颜色 */
}

/* 当前活动项样式 */
.elementor-item-active .elementor-toc__list-item-text {
    color: #456CB4; /* 活动项文字颜色 */
    font-weight: bold; /* 活动项加粗 */
}

/* 子列表样式 */
.elementor-toc__list-wrapper .elementor-toc__list-wrapper {
    margin-left: 20px; /* 子列表缩进 */
}

.elementor-toc__list-wrapper .elementor-toc__list-item {
    background-color: transparent; /* 子列表项背景透明 */
}

.elementor-toc__list-wrapper .elementor-toc__list-item:hover {
    background-color: #f0f0f0; /* 子列表项悬停背景色 */
}/* End custom CSS */
/* Start custom CSS for wp-widget-recent-posts, class: .elementor-element-9b05140 *//* 外层容器样式 */
.recent-posts-widget {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9; /* 背景色 */
    border: 1px solid #e0e0e0; /* 边框 */
    border-radius: 5px; /* 圆角 */
}

/* 标题样式 */
.recent-posts-widget h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important; /* 标题文字颜色为白色，使用 !important 确保优先级 */
    background-color: #456CB4; /* 标题背景色 */
    margin: -15px -15px 15px -15px; /* 负边距使标题与容器对齐 */
    padding: 10px 15px; /* 内边距 */
    border-radius: 5px 5px 0 0; /* 圆角 */
}

/* 文章列表样式 */
.recent-posts-widget ul {
    list-style: none; /* 移除默认列表符号 */
    margin: 0;
    padding: 0;
}

/* 文章项样式 */
.recent-posts-widget ul li {
    margin: 8px 0;
    padding: 5px 10px;
    background-color: #fff; /* 文章项背景色 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

/* 文章链接样式 */
.recent-posts-widget ul li a {
    color: #333; /* 链接文字颜色 */
    text-decoration: none; /* 移除下划线 */
    font-size: 14px;
    display: block; /* 使链接占据整个区域 */
}

/* 悬停效果 */
.recent-posts-widget ul li:hover {
    background-color: #456CB4; /* 悬停背景色 */
}

.recent-posts-widget ul li:hover a {
    color: #fff; /* 悬停文字颜色 */
}/* End custom CSS */
/* Start custom CSS for wp-widget-tag_cloud, class: .elementor-element-e19eee7 *//* 外层容器样式 - 通用 */
.tags-widget,
.elementor-widget-container .tagcloud {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9; /* 背景色 */
    border: none; /* 移除边框 */
    border-radius: 5px; /* 圆角 */
}

/* 标题样式 - 通用 */
.tags-widget h5,
.elementor-widget-container h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important; /* 标题文字颜色为白色，使用 !important 确保优先级 */
    background-color: #456CB4; /* 标题背景色 */
    margin: -15px -15px 15px -15px; /* 负边距使标题与容器对齐 */
    padding: 10px 15px; /* 内边距 */
    border-radius: 5px 5px 0 0; /* 圆角 */
}

/* 标签云容器样式 - 通用 */
.tags-widget .tagcloud,
.elementor-widget-container .tagcloud {
    list-style: none; /* 移除默认列表符号 */
    margin: 0;
    padding: 0;
}

/* 标签项样式 - 通用 */
.tags-widget .tagcloud a,
.elementor-widget-container .tagcloud a {
    display: inline-block; /* 使链接以块级显示 */
    margin: 5px;
    padding: 5px 10px;
    background-color: #fff; /* 标签背景色 */
    color: #333; /* 标签文字颜色 */
    text-decoration: none; /* 移除下划线 */
    font-size: 12px !important; /* 标签字体大小，使用 !important 确保优先级 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

/* 悬停效果 - 通用 */
.tags-widget .tagcloud a:hover,
.elementor-widget-container .tagcloud a:hover {
    background-color: #456CB4; /* 悬停背景色 */
    color: #fff; /* 悬停文字颜色 */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dee1c4d *//* 外层容器样式 */
.elementor-element-dee1c4d {
    background-color: #f9f9f9; /* 背景色 */
    border: 1px solid #e0e0e0; /* 边框 */
    border-radius: 10px; /* 圆角 */
    padding: 20px; /* 内边距 */
    margin-bottom: 20px; /* 下边距 */
}

/* 目录标题样式 */
.elementor-toc__header-title {
    font-size: 18px; /* 标题字体大小 */
    font-weight: bold;
    color: #333; /* 标题文字颜色 */
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #456CB4; /* 标题下划线 */
}

/* 目录列表样式 */
.elementor-toc__list-wrapper {
    list-style: none; /* 移除默认列表符号 */
    margin: 0;
    padding: 0;
}

.elementor-toc__list-item {
    margin: 8px 0;
    padding: 5px 10px;
    background-color: #fff; /* 列表项背景色 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-toc__list-item:hover {
    background-color: #456CB4; /* 悬停背景色 */
}

/* 目录链接样式 */
.elementor-toc__list-item-text {
    color: #333; /* 链接文字颜色 */
    text-decoration: none; /* 移除下划线 */
    font-size: 14px;
    transition: all 0.3s ease; /* 悬停效果过渡 */
}

.elementor-toc__list-item-text:hover {
    color: #fff; /* 悬停文字颜色 */
}

/* 当前活动项样式 */
.elementor-item-active .elementor-toc__list-item-text {
    color: #456CB4; /* 活动项文字颜色 */
    font-weight: bold; /* 活动项加粗 */
}

/* 子列表样式 */
.elementor-toc__list-wrapper .elementor-toc__list-wrapper {
    margin-left: 20px; /* 子列表缩进 */
}

.elementor-toc__list-wrapper .elementor-toc__list-item {
    background-color: transparent; /* 子列表项背景透明 */
}

.elementor-toc__list-wrapper .elementor-toc__list-item:hover {
    background-color: #f0f0f0; /* 子列表项悬停背景色 */
}

/* 近期文章标题样式 */
.recent-posts-widget h5 {
    font-size: 18px; /* 标题字体大小 */
    font-weight: bold;
    color: #333; /* 标题文字颜色 */
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #456CB4; /* 标题下划线 */
}

/* 近期文章列表样式 */
.recent-posts-widget ul {
    list-style: none; /* 移除默认列表符号 */
    margin: 0;
    padding: 0;
}

.recent-posts-widget ul li {
    margin: 8px 0;
    padding: 5px 10px;
    background-color: #fff; /* 列表项背景色 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 悬停效果过渡/* End custom CSS */