/*
Theme Name: Hello Elementor  Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1654913071
Updated: 2022-06-11 10:04:31
*/
body{font-family:'微软雅黑','Microsoft YaHei UI','Microsoft YaHei',Arial,sans-serifarial, helvetica,'宋体';}
footer .elementor-slideshow__title {display: none!important;}
table {width: 100%!important;}
.elementor-pagination-position-outside .swiper-container {padding-top: 30px;}
.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.pb0{margin-bottom:0!important;}
.news_read img{text-align: center;margin: 0 auto;display: block;}

       .head-sticky {

        }

       .head-sticky.show {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;

        }
        .Language .elementor-widget-container{font-size: 12px;display: inline-block; line-height: 1;vertical-align: middle;}
        .ignore {color:#333333;display: inline-block; line-height: 15px;}
        .ignore:hover {color:#F59421;}
        .ignore svg{display: block;width:16px;height: 16px;float: left;vertical-align: middle;}
@media (max-width: 767px){
.elementor-widget-ucaddon_icon_mobile_menu{bottom:0!important;}
}

@media (max-width: 1024px) {
:where(.elementor-widget-n-menu .e-n-menu-content>.e-con) {
    background-color: #ffffff!important;
}
}

/* 现代化分页样式 - 胶囊式设计，带平滑动画效果 */
/* 可直接复制到 Elementor 自定义CSS 或 主题额外CSS中 */

.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 所有页码按钮的基础样式 */
.elementor-pagination .page-numbers,
.elementor-pagination .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #2c3e50;
    background-color: #f8f9fa;
    border-radius: 44px; /* 胶囊圆角 */
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

/* 链接元素的悬停效果 */
.elementor-pagination a.page-numbers:hover {
    background-color: var( --e-global-color-accent );
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* 当前活动页码样式（高亮醒目） */
.elementor-pagination .current {
    background: var( --e-global-color-accent );
    color: white;
    box-shadow: 0 4px 10px rgba(26, 115, 232, 0.25);
    cursor: default;
    pointer-events: none;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* 可选：为当前页增加微光效果 */
.elementor-pagination .current::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2), transparent);
    border-radius: inherit;
    pointer-events: none;
}

/* 确保 absolute 伪元素不破坏定位，需要 relative 配合 */
.elementor-pagination .current {
    position: relative;
    overflow: hidden;
}

/* 键盘焦点样式（提升无障碍体验） */
.elementor-pagination a.page-numbers:focus-visible {
    outline: 3px solid #1a73e8;
    outline-offset: 2px;
    border-radius: 44px;
    background-color: var( --e-global-color-accent );
}

/* 针对省略号（...）的特殊处理，降低视觉权重 */
.elementor-pagination .page-numbers.dots {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
    transform: none;
    min-width: 32px;
    letter-spacing: 1px;
}
.elementor-pagination .page-numbers.dots:hover {
    background-color: transparent;
    transform: none;
    box-shadow: none;
}

/* 响应式：移动设备上稍微减小按钮尺寸 */
@media (max-width: 576px) {
    .elementor-pagination {
        gap: 6px;
    }
    .elementor-pagination .page-numbers,
    .elementor-pagination .current {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 14px;
    }
}

/* 可选：为上一页/下一页按钮添加细微的区分（如果存在文字或图标） */
.elementor-pagination .prev,
.elementor-pagination .next {
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* 兼容禁用状态（如有 disabled 类） */
.elementor-pagination .page-numbers.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.1);
}