.elementor-1000553 .elementor-element.elementor-element-a8d4c93{--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;--background-transition:0.3s;}.elementor-1000553 .elementor-element.elementor-element-950a3a0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1000553 .elementor-element.elementor-element-950a3a0 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:600;}.elementor-1000553 .elementor-element.elementor-element-fdc51d9.elementor-element{--align-self:flex-start;}.elementor-1000553 .elementor-element.elementor-element-f375990{--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:60px 60px;--background-transition:0.3s;}.elementor-1000553 .elementor-element.elementor-element-86bc8af{--display:flex;--background-transition:0.3s;}.elementor-1000553 .elementor-element.elementor-element-501db4a{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-post__thumbnail__link{width:100%;}.elementor-1000553 .elementor-element.elementor-element-501db4a.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1000553 .elementor-element.elementor-element-501db4a.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1000553 .elementor-element.elementor-element-501db4a.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-post__excerpt p{color:#525252;}.elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-post__read-more{color:#000000;}.elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-1000553 .elementor-element.elementor-element-f375990{--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-1000553 .elementor-element.elementor-element-501db4a .elementor-post__thumbnail__link{width:100%;}}@media(max-width:767px){.elementor-1000553 .elementor-element.elementor-element-501db4a .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for sidebar, class: .elementor-element-fdc51d9 *//* Blog Categories：横排 + / 分隔；#525252 / 选中&hover #CF202F */
.elementor-element.blog-categories,
.elementor-element.blog-categories .widget,
.elementor-element.blog-categories .widget_block {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element.blog-categories .wp-block-categories,
.elementor-element.blog-categories .wp-block-categories-list {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 12px 0 24px !important;
}

.elementor-element.blog-categories .wp-block-categories > li,
.elementor-element.blog-categories .wp-block-categories-list > li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.elementor-element.blog-categories .wp-block-categories > li > a,
.elementor-element.blog-categories .wp-block-categories-list > li > a {
  color: #525252 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  padding: 4px 0 !important;
  transition: color 0.2s ease;
}

.elementor-element.blog-categories .wp-block-categories > li > a:hover,
.elementor-element.blog-categories .wp-block-categories-list > li > a:hover,
.elementor-element.blog-categories .wp-block-categories > li.current-cat > a,
.elementor-element.blog-categories .wp-block-categories-list > li.current-cat > a {
  color: #CF202F !important;
}

.elementor-element.blog-categories .wp-block-categories > li:not(:last-child)::after,
.elementor-element.blog-categories .wp-block-categories-list > li:not(:last-child)::after {
  content: "/" !important;
  display: inline-block !important;
  margin: 0 12px !important;
  color: #b0b0b0 !important;
  font-weight: 400 !important;
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for archive-posts, class: .elementor-element-501db4a *//* =========================================================
   .blog-posts：三列等分 + 卡片边框 + 分页
   ========================================================= */

/* 列表：强制 Grid 三等分铺满 */
.elementor-element.blog-posts .elementor-posts-container.elementor-grid,
.elementor-element.blog-posts .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.elementor-element.blog-posts .elementor-post,
.elementor-element.blog-posts .elementor-grid-item {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* 卡片外框 */
.elementor-element.blog-posts .elementor-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* 去掉缩略图比例撑开的大空白 */
.elementor-element.blog-posts.elementor-has-item-ratio .elementor-post__thumbnail,
.elementor-element.blog-posts .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail,
.elementor-element.blog-posts .elementor-post__thumbnail {
  padding-bottom: 0 !important;
  height: auto !important;
  position: relative !important;
}

/* 图片区：贴顶 */
.elementor-element.blog-posts .elementor-post__thumbnail__link {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.elementor-element.blog-posts .elementor-post__thumbnail,
.elementor-element.blog-posts .elementor-post__thumbnail img {
  width: 100% !important;
  display: block !important;
  border-radius: 0 !important;
}

.elementor-element.blog-posts .elementor-post__thumbnail img {
  position: static !important;
  inset: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  transition: transform 0.35s ease;
}

.elementor-element.blog-posts .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.03);
}

/* 文字区 padding */
.elementor-element.blog-posts .elementor-post__text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex: 1 1 auto !important;
  padding: 20px !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.elementor-element.blog-posts .elementor-post__title {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

.elementor-element.blog-posts .elementor-post__title,
.elementor-element.blog-posts .elementor-post__title a {
  color: #1a1a1a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.elementor-element.blog-posts .elementor-post__title a:hover {
  color: #CF202F !important;
}

.elementor-element.blog-posts .elementor-post__meta-data {
  margin: 0 0 12px !important;
  color: #999 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.elementor-element.blog-posts .elementor-post-date,
.elementor-element.blog-posts .elementor-post-avatar {
  color: #999 !important;
}

.elementor-element.blog-posts .elementor-post__excerpt {
  margin: 0 0 16px !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.elementor-element.blog-posts .elementor-post__excerpt p {
  margin: 0 !important;
}

.elementor-element.blog-posts .elementor-post__read-more {
  margin-top: auto !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.elementor-element.blog-posts .elementor-post__read-more:hover {
  color: #CF202F !important;
}

/* ---------- 分页 ---------- */
.elementor-element.blog-posts .elementor-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 36px 0 0 !important;
  padding: 0 !important;
}

.elementor-element.blog-posts .elementor-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #525252 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.elementor-element.blog-posts .elementor-pagination a.page-numbers:hover {
  color: #CF202F !important;
  border-color: #CF202F !important;
  background: #fff !important;
}

.elementor-element.blog-posts .elementor-pagination .page-numbers.current {
  color: #fff !important;
  border-color: #CF202F !important;
  background: #CF202F !important;
}

.elementor-element.blog-posts .elementor-pagination .page-numbers.dots {
  border-color: transparent !important;
  background: transparent !important;
  min-width: 24px !important;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .elementor-element.blog-posts .elementor-posts-container.elementor-grid,
  .elementor-element.blog-posts .elementor-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .elementor-element.blog-posts .elementor-posts-container.elementor-grid,
  .elementor-element.blog-posts .elementor-posts-container {
    grid-template-columns: 1fr !important;
  }

  .elementor-element.blog-posts .elementor-post__title,
  .elementor-element.blog-posts .elementor-post__title a {
    font-size: 16px !important;
  }
}/* End custom CSS */
/* Start custom CSS for sidebar, class: .elementor-element-f585f59 *//* =========================================================
   custom-sidebar：Search / Blog Categories / Recent Posts
   对齐示意图：标题粗体、列表下划线、无框+图标、隐藏日期
   ========================================================= */
.elementor-element.custom-sidebar {
  padding: 0 !important;
}
.elementor-element.custom-sidebar .elementor-widget-container,
.elementor-element.custom-sidebar .wp-block-group,
.elementor-element.custom-sidebar .wp-block-group__inner-container {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element.custom-sidebar .widget {
  margin: 0 0 40px !important;
  padding: 0 !important;
}
.elementor-element.custom-sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
/* 标题与 Recent Posts 的 h5 分开时：标题块下边距收紧 */
.elementor-element.custom-sidebar .widget_block:has(+ .glozin-recent-posts-widget) {
  margin-bottom: 0 !important;
}
.elementor-element.custom-sidebar .widget_block:has(+ .glozin-recent-posts-widget) .wp-block-heading {
  margin-bottom: 18px !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget {
  margin-top: 0 !important;
}
/* 标题 */
.elementor-element.custom-sidebar .wp-block-heading,
.elementor-element.custom-sidebar h5,
.elementor-element.custom-sidebar h6 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}
.elementor-element.custom-sidebar .wp-block-heading strong,
.elementor-element.custom-sidebar h5 strong {
  font-weight: 700 !important;
}
/* Search */
.elementor-element.custom-sidebar .wp-block-search {
  margin: 0 !important;
}
.elementor-element.custom-sidebar .wp-block-search__inside-wrapper {
  display: flex !important;
  align-items: stretch !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  overflow: hidden;
}
.elementor-element.custom-sidebar .wp-block-search__input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.elementor-element.custom-sidebar .wp-block-search__input::placeholder {
  color: #999 !important;
  opacity: 1;
}
.elementor-element.custom-sidebar .wp-block-search__button {
  margin: 0 !important;
  padding: 0 14px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #333 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-element.custom-sidebar .wp-block-search__button .search-icon,
.elementor-element.custom-sidebar .wp-block-search__button svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor;
}
/* Blog Categories */
.elementor-element.custom-sidebar .wp-block-categories,
.elementor-element.custom-sidebar .wp-block-categories-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element.custom-sidebar .wp-block-categories > li,
.elementor-element.custom-sidebar .wp-block-categories-list > li {
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1.5 !important;
}
.elementor-element.custom-sidebar .wp-block-categories > li:last-child,
.elementor-element.custom-sidebar .wp-block-categories-list > li:last-child {
  margin-bottom: 0 !important;
}
.elementor-element.custom-sidebar .wp-block-categories > li > a,
.elementor-element.custom-sidebar .wp-block-categories-list > li > a {
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}
.elementor-element.custom-sidebar .wp-block-categories > li > a:hover,
.elementor-element.custom-sidebar .wp-block-categories-list > li > a:hover,
.elementor-element.custom-sidebar .wp-block-categories > li.current-cat > a,
.elementor-element.custom-sidebar .wp-block-categories-list > li.current-cat > a {
  color: #CF202F !important;
}
/* Glozin Recent Posts */
.elementor-element.custom-sidebar .glozin-recent-posts-widget .list-unstyled {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget li {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  gap: 0 !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget li:last-child {
  margin-bottom: 0 !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget .post-summary {
  width: 100% !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget .post-title {
  margin: 0 !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget .post-title a {
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}
.elementor-element.custom-sidebar .glozin-recent-posts-widget .post-title a:hover {
  color: #CF202F !important;
}
/* 示意图无日期 */
.elementor-element.custom-sidebar .glozin-recent-posts-widget .post-meta {
  display: none !important;
}/* End custom CSS */