  .news_type17 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    z-index: 0;
}

.news_type17 .newscard {
    display: flex;
}

    .news_type17 a.newscard__content_a {
        text-decoration: none;
        display:inline-block;
    }

    .news_type17 .newscard__img img {
        width: 100%;
    }
        
    .news_type17 .newscard__content--date span {
        display: block;
    }

            .news_type17 .newscard__content--date span:first-child {
                color: var(--color-primary);
                font-size: 1.25rem;
            }

    .news_type17 .newscard__content--date span:last-child {
        color: #BBBBBB;
        font-size: 1rem;
    }

    .news_type17 .newscard__content--badge .badge {
        background-color: var(--color-primary);
        color: white;
        font-size: 1rem;
        font-weight: 400;
        padding: 8px;
        border-radius: 6px;
    }
    .news_type17 .read_more {
        display: flex;
        justify-content: flex-end;
    }
    .news_type17 .read_more a {
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        color: #565656;
        transition: 0.5s;
        display: flex;
    }

    .news_type17 .newscard__content--title {
        margin: 12px 0;
        font-size: 1.25rem;
        font-weight: 500;
        color: var(--color-primary);
    }

    .news_type17 .newscard__content--detail {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5625rem;
        color: #5E5E5E;
    }


.news_type17 .newscard__content--more {
    text-align: right;
}

.news_type17 .newscard__content--more a {
    text-decoration: none;
    color: #000000;
}

.news_type17 .newscard__content--more a:hover {
    color: var(--color-primary);
}

    .news_type17 .newscard a{
        text-decoration: none;
    }

        .news_type17 .newscard a .newscard__content--title {
            color: #212529;
        }
        .news_type17 .newscard a .newscard__content--detail {
            color: #5E5E5E;
        }


    .news_type17 .newscard.list {
        border-bottom: 1px dashed #A9A9A9;
        border-radius: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .news_type17 .newscard.list:first-child {
            margin-top: 50px;
        }

        .news_type17 .newscard.list:last-child {
            border-bottom: 0;
        }

        .news_type17 .newscard.list .newscard__content--title {
            margin-top: 0;
            color: var(--color-primary);
        }

        .news_type17 .newscard.list .newscard__content--detail {
            color: #5E5E5E;
        }

@media (max-width: 1199.98px) {
    .news_type17 .newscard {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news_type17 .newscard__img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .news_type17 .newscard.list {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
    .news_type17 .newscard {
        margin-bottom: 40px;
    }

    .news_type17 .newscard.list {
        flex-wrap: wrap;

    }
    .news_type17 .newscard.list:first-child{
        margin-top: 10px;
    }
    .news_type17 .newscard.list:last-child{
        margin-bottom: 0;
    }
    .news_type17 .newscard.list .newscard__content--more {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .news_type17 .newscard__content--date {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
        .news_type17 .newscard__content--date span:first-child {
            padding-left: 10px;
        }
}
