.elementor-4080 .elementor-element.elementor-element-c14e1cd{--display:flex;}.elementor-4080 .elementor-element.elementor-element-307f60c{--display:flex;}.elementor-4080 .elementor-element.elementor-element-4cc41ed{--grid-row-gap:35px;--grid-column-gap:35px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-4080 .elementor-element.elementor-element-4cc41ed:after{content:"0.66";}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail__link{width:33%;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__meta-data span + span:before{content:"///";}.elementor-4080 .elementor-element.elementor-element-4cc41ed.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:15px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:15px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:15px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__title, .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__title a{color:#000000;font-size:28px;text-transform:none;text-decoration:none;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__meta-data{font-size:16px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__excerpt p{font-size:18px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed a.elementor-post__read-more{font-size:16px;}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-4080 .elementor-element.elementor-element-4cc41ed:after{content:"0.5";}.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for archive-posts, class: .elementor-element-4cc41ed *//* ==========================================================================
   一、PC端及全局样式（无大括号包裹，全设备生效）
   ========================================================================== */

/* 1. PC及全设备：正文最多显示 4 行，超出部分自动变省略号 */
.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important; /* 限制显示 4 行 */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.5 !important;  
    max-height: calc(1.5em * 4) !important; /* 行高 * 4行 */
}

/* 2. 页码基础样式（居中、蓝边、正方形） */
.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 40px !important;
}
.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #1e56fc !important;
  border-radius: 4px !important;
  color: #1e56fc !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
}
.elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers.current {
  background-color: #1e56fc !important;
  color: #ffffff !important;
  border-color: #1e56fc !important;
}

/* 3. 电脑端页码 Hover 效果 */
@media (min-width: 769px) {
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers:not(.current):hover {
    background-color: rgba(30, 86, 252, 0.08) !important;
    transform: translateY(-2px) !important;
  }
}


/* ==========================================================================
   二、平板及移动端页码优化 (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination {
    gap: 8px !important;
    flex-wrap: wrap !important;
  }
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-pagination .page-numbers {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
  }
}


/* ==========================================================================
   三、手机端文章列表紧凑布局 (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {
    
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post {
        display: flex;
        flex-direction: column !important;
        padding-bottom: 15px !important;
    }

    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__text {
        display: contents !important;
    }

    /* 1. 标题排序 */
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__title {
        order: 1 !important;
        margin-bottom: 8px !important; 
        line-height: 1.3 !important;
        font-size: 18px !important;
    }

    /* 2. 图片排序 */
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail__link,
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 8px !important; 
    }

    /* 3. 正文摘要排序（4行限制已在顶部全局生效，这里只需负责手机端排序和间距） */
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__excerpt {
        order: 3 !important;
        width: 100% !important;
        margin-bottom: 6px !important;
    }

    /* 4. 日期排序 */
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__meta-data {
        order: 4 !important;
        margin-bottom: 6px !important;
    }

    /* 5. Read More 按钮排序 */
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__read-more {
        order: 5 !important;
        display: inline-block !important;
    }
}

/*  下面是鼠标移动效果 */
/* 追加到代码最底部 */
@media (min-width: 769px) {
  /* 基础状态：给卡片加上平滑过渡动画 */
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  
  /* 悬浮状态：往上浮动 5px，并带上柔和阴影 */
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 24px rgba(30, 86, 252, 0.06) !important; /* 带有一丝丝你页码蓝色的高级阴影 */
  }
}

/* 追加到代码最底部 */
@media (min-width: 769px) {
  /* 1. 让图片容器超出部分隐藏，并加入过渡 */
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail__link {
    overflow: hidden !important;
    display: block !important;
  }
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__thumbnail img {
    transition: transform 0.4s ease !important;
  }
  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post__title a {
    transition: color 0.25s ease !important;
  }

  .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post:hover .elementor-post__title a {
    color: #1e56fc !important; /* 变成你页码的标志性蓝色 */
  }
}

/* 追加到代码最底部 */
@media (max-width: 767px) {
    .elementor-4080 .elementor-element.elementor-element-4cc41ed .elementor-post {
        background-color: #ffffff !important; /* 强制卡片背景为纯白 */
        border-radius: 8px !important; /* 卡片四个角变圆润 */
        padding: 16px !important; /* 让文字和图片离卡片边缘有一点留白，不贴边 */
        margin-bottom: 20px !important; /* 卡片与卡片之间的间距 */
        
        /* 极淡的无感阴影 */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important; 
    }
}/* End custom CSS */