@media (min-width: 500px) {
    /* 新闻详情 */
    .news-detail-container {
        width: 100%;
        padding: 8.125rem 0;
        background: #ede9e9;
    }

    .news-detail-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    /* 新闻信息 */
    .news-detail-wrap {
        width: calc(100% - 22.75rem - 6.25rem);
    }

    .news-detail-date {
        width: 100%;
        text-align: left;
        font-size: 0.8125rem;
        font-weight: 300;
        color: #202429;
    }

    .news-detail-title {
        width: 100%;
        text-align: left;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        font-weight: 500;
        color: #202429;
        padding-top: 1.25rem;
    }

    .news-detail {
        width: 100%;
        text-align: left;
        font-size: 1.125rem;
        line-height: 2;
        font-weight: 300;
        
        padding-top: 5rem;
    }

    .news-detail h1,.news-detail h2,.news-detail h3,.news-detail h4,.news-detail h5,.news-detail h6{
        margin-bottom: 1.25rem;
        margin-top: 0.625rem;
    }
    .news-detail p{
        word-break: break-all;
    }
    .news-detail table{
        border: #999999 solid 0.0625rem;
    }
    .news-detail table {
        border-right: 0.0625rem solid #999999;
        border-bottom: 0.0625rem solid #999999;
        margin: 0.625rem auto;
    }

    .news-detail th {
        border-left: 0.0625rem solid #999999;
        border-top: 0.0625rem solid #999999;
    }

    .news-detail tr {
        border-left: 0.0625rem solid #999999;
        border-top: 0.0625rem solid #999999;
    }

    .news-detail td {
        border-left: 0.0625rem solid #999999;
        border-top: 0.0625rem solid #999999;
        padding: 0.3125rem 0.625rem;
    }

    .news-detail img{
        margin: 0.625rem auto;
        width: 100%;
        object-fit: contain;
    }

    .news-detail-more {
        width: calc(100% - 3.25rem);
        padding: 1.375rem 1.625rem;
        background-color: #030000;
        margin-top: 5rem;
    }

    .news-detail-more-header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .news-detail-more-header-title {
        width: calc(100% - 1.875rem);
        margin-right: 1.25rem;
        text-align: left;
        font-size: 1.125rem;
        font-weight: 550;
        color: #FFFFFF;
    }

    .news-detail-more-icon {
        width: 0.625rem;
        height: 0.625rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .news-detail-more-icon-img {
        width: 0.625rem;
        height: 0.625rem;
        object-fit: contain;
    }

    /* 联系表单 */
    .news-detail-inquiry-form {
        width: 22.75rem;
    }

    .news-detail-inquiry-form-header {
        width: 100%;
    }

    .news-detail-inquiry-form-title {
        width: 100%;
        text-align: left;
        font-size: 1.5625rem;
        font-weight: 500;
        color: #202429;
    }

    .news-detail-inquiry-form-content {
        width: 100%;
        padding-top: 1.5625rem;
    }

    input.news-detail-inquiry-form-item {
        width: calc(100% - 1.875rem);
        padding: 0 0.9375rem;
        height: 3.125rem;
        line-height: 3.125rem;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 1.25rem;
        border: none;
        outline: none;
    }

    select.news-detail-inquiry-form-item {
        width: 100%;
        padding: 0 0.625rem;
        height: 3.125rem;
        line-height: 3.125rem;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 1.25rem;
        border: none;
        outline: none;
    }

    select.news-detail-inquiry-form-item option:first-of-type {
        display: none;
    }

    textarea.news-detail-inquiry-form-item {
        width: calc(100% - 1.875rem);
        padding: 0.9375rem;
        min-height: 3.125rem;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 1.25rem;
        border: none;
        outline: none;
    }

    .news-detail-inquiry-form-submit {
        width: 14.375rem;
        height: 3.125rem;
        border-radius: 1.5625rem;
        text-align: center;
        line-height: 3.125rem;
        color: #FFFFFF;
        font-size: 0.9375rem;
        font-weight: 500;
        border: none;
        outline: none;
        background-color: #030000;
        cursor: pointer;
    }

    .news-detail-inquiry-form-item-accept {
        padding-bottom: 2.8125rem;
    }

    .news-detail-inquiry-form-item-accept .wpcf7-list-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-detail-inquiry-form-item-accept input {
        width: 0.9375rem;
        height: 0.9375rem;
        border: none;
        outline: none;
    }

    .news-detail-inquiry-form-item-accept .wpcf7-list-item-label {
        width: calc(100% - 2.1875rem);
        margin-left: 1.25rem;
        text-align: left;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 300;
        color: #858585;
    }
	.news-detail-post-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 5rem !important;
    padding-top: 1.5rem;
    clear: both;
}

.news-detail-post-nav-item{
    display: block;
    width: 100%;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 1.25rem;
    line-height: 1.8rem;
    color: #222222;
}

.news-detail-post-nav-item:hover{
    color: #F7931E;
}

.news-detail-post-nav-label{
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #888888;
    margin-bottom: 0.5rem;
}

.news-detail-post-nav-title{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.news-detail-post-nav-item:hover .news-detail-post-nav-title{
    color: #F7931E;
}
}