.trp-top-menu li.on .trp-ls-language-name {
    color: #3CDBC0;
}
.elementor-sticky--effects>.elementor-motion-effects-container {
    background-color: #FFF;
}
.home-news-card .elementor-post__title a {
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-card article:hover .elementor-post__text .elementor-post__title a {
    color: #3CDBC0;
}

.home-news-card .elementor-post__read-more {
    display: block;
    text-align: center;
    padding: 6px 36px;
    margin-left: auto;
    width: 136px;
}

.home-news-card article:hover .elementor-post__read-more {
    border-radius: 0 20px 20px 0;
    background: linear-gradient(90deg, rgba(60, 219, 192, 0) 0%, #3CDBC0 100%);
}

.home-news-card .elementor-posts .elementor-post .elementor-post__card .elementor-post__meta-data {
    position: relative;
    width: calc(100% - 60px);
    margin: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.home-news-card .elementor-widget-container .elementor-post__meta-data .elementor-post-date {
    padding: 6px 12px 6px 36px;
    border: 1px solid #CBCBCB;
    border-radius: 18px;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
}

.home-news-card .elementor-post__meta-data .elementor-post-date::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/clock.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-left: -16px;
    transform: translate(-50%, -50%);
}

.news-list-shortcode li {
    display: flex;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #E5E5E5;
    padding: 24px;
    box-sizing: border-box;
}

.news-list-shortcode ul {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E5E5E5;
    padding: 0;
    margin: 0;
}

.news-item-time {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 8px 12px;
    margin-right: 1.56%;
}

.news-item-time span {
    display: block;
    color: #9F9F9F;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
}

.news-item-time .time-day {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    padding-bottom: 5px;
}

.news-item-time .time-ym {
    padding-top: 5px;
}

.news-item-time .time-day:after {
    content: '';
    position: absolute;
    background-color: #E5E5E5;
    bottom: 0%;
    height: 1px;
    width: 100%;
    left: 0;
}

.news-item-title span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #0F0F0F;
    margin-bottom: 16px;
}

.news-list-shortcode li a {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.news-list-shortcode li a span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    padding: 8px 16px;
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    box-sizing: border-box;
}

.news-list-shortcode li a span:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/dw.svg');
    background-size: contain;
    /* 保持SVG比例 */
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.news-list-shortcode li:hover {
    background: #F8F8F8;
    transition: background 0.3s ease;
}

.news-list-shortcode li:hover .news-item-time {
    background: #3CDBC0;
    border: 1px solid #3CDBC0;
    transition: background, border 0.3s ease;
}

.news-list-shortcode li:hover .news-item-time span {
    color: #FFF;
    transition: 0.3s ease;
}

.news-list-shortcode li:hover .item-title {
    color: #3CDBC0;
    transition: 0.3s ease;
}

.news-list-shortcode li a span:hover {
    background: linear-gradient(90deg, #00AB8E 0%, #3CDBC0 100%);
    color: #fff;
    border-width: 1px;
    transition: 0.3s ease;
}

.news-list-shortcode li a span:hover::before {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

#year-filter-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-color: #fff;
    border-radius: 21px;
    padding: 9px 24px 9px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    color: #1C1C1C;
    position: relative;
    width: 100%;
    background-color: white;
    background-image: url('/wp-content/uploads/2025/09/arrow-dowm.svg');
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.df-news-list article .elementor-post__text {
    position: relative;
}

.df-news-list article .elementor-post__meta-data {
    display: inline-flex;
    position: absolute;
    bottom: 0;
}

.df-news-list article .elementor-post__meta-data .elementor-post-date {
    padding: 6px 12px 6px 36px;
    border-radius: 18px;
    background-color: #9EACB6;
    color: #FFF;
    position: relative;
}

.df-news-list article .elementor-post__meta-data .elementor-post-date:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/clock.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-left: -16px;
    transform: translate(-50%, -50%);
}

.df-news-list article .elementor-post__text .elementor-post__read-more {
    float: inline-end;
    padding: 6px 36px;
    border-radius: 0 20px 20px 0;
}

.df-news-list .elementor-widget-container .elementor-posts-container article:hover {
    background-color: #333F48;
    transition: background-color 0.3s ease;
}

.df-news-list article:hover .elementor-post__text .elementor-post__title a,
.df-campaign-list article:hover .elementor-post__text .elementor-post__title a,
.df-campaign-list article:hover .elementor-post__text .elementor-post__read-more,
.df-campaign-list-after article:hover .elementor-post__text .elementor-post__title a,
.df-campaign-list-after article:hover .elementor-post__text .elementor-post__read-more {
    color: #3CDBC0;
    transition: color 0.3s ease;
}

.df-news-list article:hover .elementor-post__text .elementor-post__excerpt p {
    color: #FFF;
    transition: color 0.3s ease;
}

.df-news-list article:hover .elementor-post__meta-data .elementor-post-date {
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.3s ease;
}

.df-news-list article:hover .elementor-post__text .elementor-post__read-more {
    background: linear-gradient(90deg, rgba(60, 219, 192, 0) 0%, #3CDBC0 100%);
    color: #FFF !important;
    transition: background 0.3s ease, color 0.3s ease;
}

.df-news-list article .elementor-post__text .elementor-post__read-more:hover {
    color: #3CDBC0;
    transition: color 0.3s ease;
}

.df-campaign-list article .elementor-post__text,
.df-campaign-list-after article .elementor-post__text {
    position: relative;
}

.df-campaign-list article .elementor-post__excerpt>p,
.df-campaign-list-after article .elementor-post__excerpt>p {
    position: relative;
    margin-left: 24px;
}

.df-campaign-list article .elementor-post__excerpt>p:before,
.df-campaign-list-after article .elementor-post__excerpt>p:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/clock-w.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-left: -16px;
    transform: translate(-50%, -50%);
}

.df-campaign-list article .elementor-post__read-more,
.df-campaign-list-after article .elementor-post__read-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.df-empty-content {
    display: none;
}

.elementor-campaign:not(:has(.df-campaign-list)) .df-empty-content,
.elementor-campaign:not(:has(.df-campaign-list-after)) .df-empty-content {
    display: block;
}

.information-list-shortcode ul, .information-zlwj-list-shortcode ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.information-list-shortcode li, .information-zlwj-list-shortcode li {
    display: flex;
    padding: 35px 30px;
    border-radius: 24px;
    box-sizing: border-box;
    background: #fff;
    list-style: none;
}

.item-title-time {
    width: calc(100% - 84px);
}

.information-list-shortcode li a {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0;
}

.information-list-shortcode li a span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    padding: 8px 15px;
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    box-sizing: border-box;
}

.information-list-shortcode li a span::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/dw.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.information-item-title img {
    margin-right: 16px;
    width: 32px;
}

.information-item-title span {
    font-size: 18px;
    line-height: 32px;
    color: #0F0F0F;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
}

.information-item-time span {
    display: block;
    position: relative;
    margin-top: 16px;
    margin-left: 60px;
    font-size: 14px;
    line-height: 24px;
    color: #565656;
}

.information-item-time span:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/clock-w.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-left: -16px;
    transform: translate(-50%, -50%);
}

.information-list-shortcode li:hover {
    background: linear-gradient(90deg, #FFFFFF 0%, #F0FFFC 100%);
    transition: background 0.3s ease;
}

.information-list-shortcode li:hover .information-item-title span {
    color: #3CDBC0;
    transition: background 0.3s ease;
}

.information-list-shortcode li:hover a {
    opacity: 1;
    transition: opacity 0.3s ease;
}
 .information-zlwj-list-shortcode .zlwj-item {
     display: flex; 
 }
.information-zlwj-list-shortcode .zlwj-item span {
    margin-left: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--e-global-color-secondary);
}
/*page star*/
.pagination-wrapper a,
.pagination-wrapper span {
    color: #3B3B3B;
}

.elementor-pagination a,
.elementor-pagination span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 2px;
    background-color: #FFFFFF;
    line-height: 42px;
}

.pagination-wrapper a:hover,
.pagination-wrapper .current {
    color: #fff;
}

.elementor-pagination a:hover {
    background: linear-gradient(90deg, #00AB8E 0%, #3CDBC0 100%);
    transition: background 0.3s ease;
}

.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {
    background: #e3e0e0;
    color: #fff !important;
}

.elementor-pagination .page-numbers.current {
    background: linear-gradient(90deg, #00AB8E 0%, #3CDBC0 100%);
}

/*page end*/
.back-to-top {
    cursor: pointer;
}

.back-to-top:hover svg path {
    fill: #fff;
}
@media (max-width: 768px) {
    .information-list-shortcode ul, .information-zlwj-list-shortcode ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-item-time {
        display: none;
    }
    .news-list-shortcode li a span:before {
        display: none;
    }
    .information-item-title span {
        width: calc(100% - 20px);
    }
    .information-item-title>img {
        display: none;
    }
    .information-list-shortcode li a {
        opacity: 1;
    }
    
}

@media (min-width: 1025px) and (max-width: 1536px) {
    .width-padding-lr {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    
}