.banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banne_text{
    position: absolute;
    text-align: center;
    color: #fff;
}
.banne_text h3{
    font-size: 2.5rem;
}
.banne_text p{
    font-size: 1.25rem;
    color: var(--second-textColor);
    margin-top: 0.3125rem;
}
.news_list{
    background: url(../../image/2025/06/news_bg.webp) no-repeat center;
    background-size: cover;
}
.news_list .w_main{
    margin-top: -6.25rem;
}
.news-item .date{
    font-size: 0.875rem;
    color: var(--second-textColor);
    display: flex;
    align-items: center;
}
.news-item .date svg{
    margin-right: 0.375rem;
}

@media only screen and (max-width: 1024px) {
    .banne_text h3{
        font-size: 28px;
    }
    .banne_text p{
        font-size: 14px;
        width: 92%;
        margin: 4px auto auto auto;
    }
    .news_list .w_main{
        margin-top: 0;
        padding-top: 10px;
    }
    .news-item .date{
        font-size: 12px;
    }
    .news-item .date svg{
        width: 14px;
        height: 14px;
    }
}


