main::before{
    display: none;
}
.header{
    background: url(../../../assets/image/2025/04/header-bg-change.webp) no-repeat center bottom #fff;
    background-size: cover;
}
/* .newsBanner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .newsBanner section{
    position: absolute;
    text-align: center;
} */
.newsBanner section h1{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 2.75rem;
    color: var(--second-bgColor);
    padding-top: 50px;
}
.newsBanner section p{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* color: rgba(255,255,255,0.6); */
    color: var(--second-bgColor);
}
.new_time{
    /* color: rgba(255,255,255,0.6); */
    color: var(--second-bgColor);
    font-size: 1.25rem;
    margin-right: 0.625rem;
}
.new_tag{
    font-size: 0.875rem;
    display: block;
    padding: 5px 8px;
    box-sizing: border-box;
    color: var(--second-textColor);
    background-color: rgba(255,255,255,0.2);
    border-radius: 6px;
    pointer-events: none;
    margin-left: 10px;
}
.new_tag a{
    color: var(--second-bgColor);
}
.post-content{
    margin: 3.125rem auto 5rem auto;
}
.new_recommend_title,.new_related-posts{
    display: none;
}
.category-archive video{
    max-width: 55%;
    display: block;
    margin: auto;
}
.category-archive iframe{
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 1024px) {
    .newsBanner section h1{
        padding-top: 30px;
        font-size: 30px;
    }
    .newsBanner section p{
        margin-bottom: 30px;
    }
    .post-content{
        margin: 20px auto 60px auto;
        font-size: 14px;
    }
    .category-archive iframe{
        width: 100%;
        height: 450px;
    }
}