.yn_plate_108 {}

.yn_plate_108 .children-box {
    margin-bottom: 18px;
}

.yn_plate_108 .children-box .header-box {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.63 - 24px);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.yn_plate_108 .children-box .header-box .img-box {
    width: 100%;
    height: 100%;
}

.yn_plate_108 .children-box .header-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yn_plate_108 .children-box .header-box .title-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.yn_plate_108 .list-box {}

.yn_plate_108 .item-box {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #bfbfbf;

    padding-bottom: 10px;
    margin: 10px 0;
    line-height: 30px;
}


.yn_plate_108 .content-box {}

.yn_plate_108 .item-index-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.yn_plate_108 .item-index {
    color: var(--yn-red-main);
}

.yn_plate_108 .name-box {
    text-align: left;
    margin-left: 10px;
    line-height: 30px;
}

.yn_plate_108 .name-box a {
    font-size: 14px;
}



@media (min-width:768px) {
    .yn_plate_108 .children-box {
        display: flex;
    }

    .yn_plate_108 .children-box .header-box {
        position: relative;
        width: 238px;
        max-width: 238px;
        min-width: 238px;
        height: 150px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .yn_plate_108 .list-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        margin-left: 16px;
    }

    .yn_plate_108 .item-box {
        width: 33%;
        padding-bottom: 10px;
        margin: 0 0 10px 0;
    }


    .yn_plate_108 .content-box {
        width: auto;
    }

    .yn_plate_108 .name-box {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -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_108 .name-box:hover a {
        text-decoration: underline;
        color: var(--yn-form-submit-hover-bg-color);
    }
}