.news_single {
        text-align: left;
        padding: 40px 20px;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
    }

    .news_single_inner {
        border-radius: 10px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        padding: 40px;
    }

    @media (max-width: 1180px) {
        .news_single {
            padding: 20px;
        }

        .news_single_inner {
            padding: 20px;
        }
    }

    .news_single_title {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .news_single_title h1 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        line-height: 1.5em;
        margin: 0;
        padding: 0 20px 0 0;
    }

    @media (max-width: 1440px) {
        .news_single_title h1 {
            font-size: 20px;
        }
    }

    @media (max-width: 668px) {
        .news_single_title h1 {
            font-size: 18px;
            padding: 0;
        }
    }

    .news_single_info {
        text-align: center;
        color: #999;
        font-size: 12px;
        line-height: 2em;
        padding: 10px 0 0;
    }

    .news_single_content {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        margin: 20px 0;
        padding: 20px 0;
        font-size: 14px;
        line-height: 2em;
    }

    .news_single_content p {
        margin: 0 0 1em;
    }

    .news_single_content p:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .news_single_content img {
        height: auto !important;
        max-width: 100% !important;
    }

    .news_single .post_nav_link {
        text-align: left;
        font-size: 12px;
        line-height: 2em;
    }

    .news_single .newsvideo {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

    .news_single .newsvideo embed,
    .news_single .newsvideo iframe,
    .news_single .newsvideo object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }