@media (max-width: 499px) {
    /* 新闻顶部 */
    .news-header-container {
        width: 100%;
        height: 340px;
        background-color: #030000;
		background: url('/wp-content/uploads/2026/07/news-1.jpg');
    }

    .news-header-container-content {
        height: 340px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .news-header-container-title {
        width: 100%;
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }


    /* 新闻动态 */
    .news-list-container {
        width: 100%;
        padding: 30px 0;
        background: #ede9e9;
    }

    .news-list {
        width: 100%;
    }

    .news-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .news {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .news-poster {
        width: 100%;
        /*height: 243px;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .news-poster-img {
        width: 100%;
        /*height: 243px;*/
        object-fit: contain;
    }

    .news-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-city-date {
        width: 100%;
        font-size: 13px;
        padding: 25px 0;
        text-align: left;
        font-weight: 300;
        color: #202429;
    }

    .news-title {
        width: 100%;
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        color: #202429;
        text-align: left;
        padding-bottom: 20px;
        border-bottom: #d4d4d4 solid 1px;
    }

    .news-desc {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        font-weight: 300;
        color: #959595;
        text-align: left;
        padding-top: 20px;
    }

    .news-footer {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }

    .news-view-detail {
        width: 100%;
        height: 40px;
        color: #030000;
        border-radius: 20px;
        border: #030000 solid 1px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
    }
	.news-breadcrumb-wrap{
    width: 100%;
    padding: 0.875rem 0 0.75rem;
}
}