.news_type18 {
    position: relative;
    /* background: rgba(205, 205, 205, 0.2); */
    padding-bottom: 100px;
    padding-top: 100px;
    overflow: visible;
}

    .news_type18 .someSelector {
        padding: 0px 15px;
    }

    .news_type18 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 60px;
        text-transform: uppercase;
        color: #1f1f1f;
        margin-bottom: 67px;
    }

    .news_type18 h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 28px;
        margin-bottom: 26px;
        color: #1f1f1f;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 56px;
    }

        .news_type18 h3 a {
            color: #1f1f1f;
        }

            .news_type18 h3 a:hover {
                color: var(--color-primary);
            }

    .news_type18 p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #5e5e5e;
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 0;
    }

    .news_type18 .decorative_thread {
        width: 48px;
        height: 4px;
        margin: 22px 0px 36px;
        background: var(--color-primary);
    }

    .news_type18 .near_card {
        padding: 10px 0;
    }

    .news_type18 .near_card_date {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 28px;
        /* letter-spacing: 0.1em; */
        /* text-transform: uppercase; */
        color: var(--color-primary);
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .news_type18 .add_button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        background: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: #000;
        padding: 17px;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        margin-top: 30px;
    }

        .news_type18 .add_button span {
            width: 90%;
            text-align: center;
        }

        .news_type18 .add_button:hover {
            background: var(--color-primary);
            border: 1px solid var(--color-primary);
            color: #fff;
        }

    .news_type18 .read_more_box {
        text-align: right;
    }

    .news_type18 .read_more {
        font-style: normal;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 24px;
        text-transform: uppercase;
        color: #1f1f1f;
        display: inline-flex;
        padding-right: 20px;
    }

    .news_type18 .decorate_icon {
        position: relative;
        /* overflow: hidden; */
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .news_type18 .decorate_icon::after {
            width: 44px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }

        .news_type18 .decorate_icon::before {
            width: 8px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            right: 2px;
            transform: rotate(38deg);
        }

    .news_type18 .read_more_box a:hover {
        color: var(--color-primary);
        text-decoration: none;
    }

        .news_type18 .read_more_box a:hover .decorate_icon::before,
        .news_type18 .read_more_box a:hover .decorate_icon::after {
            background: var(--color-primary);
        }

    .news_type18 .decorate_line3 {
        position: absolute;
        z-index: 888;
        /* border-left: solid 6px var(--color-secondary); */
        width: 6px;
        height: 297px;
        left: 34px;
        top: -240px;
    }


    .news_type18 .someSelector {
        display: flex;
        flex-direction: column;
    }

        .news_type18 .someSelector .near_card {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .news_type18 .someSelector .near_card_content {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .news_type18 .someSelector .near_card_content .add_button {
            margin-top: auto;
        }

    .news_type18 .read_more i {
        padding-left: 10px;
    }

@media (max-width: 1650px) {
    .decorate_line3 {
        left: 20px;
    }
}

@media (max-width: 1300px) {
    .decorate_line3 {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .news_type18 .decorate_line3 {
        display: none;
    }
    .news_type18 h3 {
        margin-bottom: 0;
    }
    .news_type18 .near_card {
        margin-bottom: 0;
    }
    .someSelector a {
       display:block;
    }
}

@media (max-width: 480px) {
    .news_type18 {
        padding-bottom: 0;
        padding-top: 50px;
    }

        .news_type18 h2 {
            margin-bottom: 10px;
            font-size: 2.5rem;
        }

        .news_type18 h3 {
            margin-bottom: 22px;
        }
}
