.yn_plate_102 {}

.yn_plate_102 .list-box {}

.yn_plate_102 .item-box {
    width: 100%;
    background-color: var(--yn-grey-bg);
    margin-bottom: 10px;
}

.yn_plate_102 .img-box {
    width: 100%;
    height: calc(100vw * 0.63);
}

.yn_plate_102 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.yn_plate_102 .content-box {
    padding: 6px 10px 6px 10px;
}

.yn_plate_102 .name-box {}

.yn_plate_102 .name-box a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .yn_plate_102 .list-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;

    }

    .yn_plate_102 .item-box {
        flex: 1 1 calc(25% - 10px);
        width: calc(25% - 10px);
        min-width: calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin-bottom: 0;
    }

    .yn_plate_102 .img-box {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        height: 190px;
        min-height: 190px;
        max-height: 190px;

    }

    .yn_plate_102 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .yn_plate_102 .content-box {
        width: auto;
        margin-left: 10px;
    }

    .yn_plate_102 .name-box {
        margin-top: 0;
    }

    .yn_plate_102 .name-box:hover a {
        text-decoration: underline;
        color: var(--yn-form-submit-hover-bg-color);
    }
}