.elementor-558 .elementor-element.elementor-element-71fe1031{--display:flex;--min-height:100vh;--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;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-558 .elementor-element.elementor-element-10d9920{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-558 .elementor-element.elementor-element-4dc3b581{text-align:center;}.elementor-558 .elementor-element.elementor-element-4dc3b581 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#333333;}.elementor-558 .elementor-element.elementor-element-4ea6353{text-align:center;}.elementor-558 .elementor-element.elementor-element-4ea6353 .elementor-heading-title{color:#999999;}.elementor-558 .elementor-element.elementor-element-76a099b{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0% 0% 0% 5%;}/* Start custom CSS for shortcode, class: .elementor-element-76a099b */.home-news-wrap {
    width: 100%;
    overflow: hidden;
    padding-left: 5%;
    box-sizing: border-box;
}

.home-news-track {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.home-news-item {
    flex-shrink: 0;
    background: #fff;
}

/* 左侧大图 */
.home-news-item.is-large {
    width: 44%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.home-news-item.is-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.home-news-item.is-large:hover img {
    transform: scale(1.05);
}

.home-news-item.is-large .home-news-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
    color: #fff;

}

.home-news-item.is-large h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #fff;
}

/* 左侧阅读更多 */
.home-news-item.is-large .home-news-readmore {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
}

.home-news-item.is-large .home-news-readmore:hover {
    text-decoration: underline;
}

/* 右侧小卡 */
.home-news-item.is-small {
    width: 22%;
    display: flex;
    flex-direction: column;
    height: 520px;
    overflow: hidden;
}

.home-news-item.is-small img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.home-news-item.is-small:hover img {
    transform: scale(1.05);
}

.home-news-item.is-small .home-news-content {
    background: #F0F0F0;
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-news-item.is-small h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #000;
}

.home-news-item.is-small .home-news-desc {
    margin: 0 0 14px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.home-news-item.is-small .home-news-readmore {
    margin-top: auto;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.home-news-item.is-small .home-news-readmore:hover {
    text-decoration: underline;
}

/* 切换按钮 */
.home-news-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 18px;
    transform: translateX(-5%); 
}

.home-news-nav button {
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    font-size: 36px;
    line-height: 1;
    color: #000;
    cursor: pointer;
}/* End custom CSS */