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

    .news-detail-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* 新闻信息 */
    .news-detail-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

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

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

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

    .news-detail h1,.news-detail h2,.news-detail h3,.news-detail h4,.news-detail h5,.news-detail h6{
        margin-bottom: 20px;
        line-height: 35px;
        margin-top: 10px;
    }

    .news-detail p{
        word-break: break-all;
    }

    .news-detail table{
        border: #999999 solid 1px;
    }
    .news-detail table {
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        margin: 10px auto;
    }

    .news-detail th {
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
    }

    .news-detail tr {
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
    }

    .news-detail td {
        border-left: 1px solid #999999;
        border-top: 1px solid #999999;
        padding: 5px 10px;
    }

    .news-detail img{
        margin: 10px auto;
        width: 100%!important;
        object-fit: contain;
    }
    .news-detail figure{
        width: 100%!important;
    }

    .news-detail-more {
        width: calc(100% - 40px);
        padding: 12px 20px;
        background-color: #473945;
        margin-top: 20px;
    }

    .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% - 30px);
        margin-right: 20px;
        text-align: left;
        font-size: 16px;
        font-weight: 550;
        color: #FFFFFF;
    }

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

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

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

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

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

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

    input.news-detail-inquiry-form-item {
        width: calc(100% - 30px);
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        border: none;
        outline: none;
    }

    select.news-detail-inquiry-form-item {
        width: 100%;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        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% - 30px);
        padding: 15px;
        min-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        border: none;
        outline: none;
    }

    .news-detail-inquiry-form-submit {
        width: 230px;
        height: 50px;
        border-radius: 25px;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        border: none;
        outline: none;
        background-color: #473945;
        cursor: pointer;
        margin: 0 auto;
        display: block;
    }

    .news-detail-inquiry-form-item-accept {
        padding-bottom: 20px;
    }

    .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: 15px;
        height: 15px;
        border: none;
        outline: none;
    }

    .news-detail-inquiry-form-item-accept .wpcf7-list-item-label {
        width: calc(100% - 35px);
        margin-left: 20px;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        color: #858585;
    }
	.news-detail-post-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 2rem;
  }

  .news-detail-post-nav-item {
    display: block;
    width: 100%;
    font-size: 3.95rem !important;
    line-height: 1.7 !important;
    color: #222222;
    text-decoration: none;
    word-break: break-word;
    white-space: normal;
  }

  .news-detail-post-nav-item span,
  .news-detail-post-nav-item strong {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
}