.yn_plate_107 {
    margin: 20px 0;
    border-radius: 4px;
}

.yn_plate_107 .box {
    width: 100%;
    background-color: var(--yn-grey-bg);
}

.yn_plate_107 .box .title-box {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

.yn_plate_107 .box .title-box .title{
    font-size: 30px;
}

.yn_plate_107 .box .title-box .img-box {
    width: 100%;
    height: 60px;
    margin-left: 10px;
}

.yn_plate_107 .box .title-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yn_plate_107 .list-box {
    display: flex;
    flex-wrap: wrap;
}

.yn_plate_107 .item-box {
    width: 24%;
}


.yn_plate_107 .content-box {
    padding: 6px 0;
}

.yn_plate_107 .name-box {
    text-align: center;
    margin: 8px 0;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.yn_plate_107 .name-box a {
    font-size: 16px;
    font-weight: 400;
}


@media (min-width:768px) {
    .yn_plate_107 .box {
        display: flex;
    }

    .yn_plate_107 .box .title-box {
        width: 30%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }



    .yn_plate_107 .box .fg-box {}

    .yn_plate_107 .box .fg {
        padding-left: 1px;
        height: 100%;
        border-left: 1px solid #bfbfbf;

    }

    .yn_plate_107 .list-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .yn_plate_107 .item-box {
        width: 16%;
    }


    .yn_plate_107 .content-box {
        width: auto;
    }


    .yn_plate_107 .name-box:hover a {
        text-decoration: underline;
        color: var(--yn-form-submit-hover-bg-color);
    }

}