.yn_plate_106 {}

.yn_plate_106 .list-box {}

.yn_plate_106 .item-box {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 10px;
    flex: 1;
    background: #f0f0f0;

    margin-top: 125px;
    border-radius: 20px 20px 8px 8px;
}

.yn_plate_106 .item-body-box {
    background-color: var(--yn-grey-bg);
    border-radius: 20px 20px 8px 8px;
}

.yn_plate_106 .img-box {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    position: relative;
    top:-95px;
}

.yn_plate_106 .img-box .circle-box {
    /* width: 100%;
    height: calc(100vw * 1 - 24px); */
    width: 220px;
    height: 220px;
}

.yn_plate_106 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.yn_plate_106 .content-box {
    position: relative;
    padding: 6px 10px 6px 10px;
    margin-top: -95px;
}

.yn_plate_106 .name-box {
    text-align: center;
    margin: 10px 0 10px 0;
}

.yn_plate_106 .name-box a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.yn_plate_106 .summary-box {
    font-size: 14px;
    margin: 10px 0;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -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)
}


@media (min-width:768px) {
    .yn_plate_106 .list-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;

    }

    .yn_plate_106 .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_106 .img-box::after {
        content: '';
        display: block;
        padding-top: 100%;
        /* 关键属性 */
    }

    .yn_plate_106 .img-box .circle-box {
        position: absolute;
        /* top: 0;
        left: 0;
         width: 100%;
        height: 100%; */
        top: auto;
        left: auto;
        width: 220px;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .yn_plate_106 .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .yn_plate_106 .content-box {
        width: auto;
        margin-top: -145px;
    }

    .yn_plate_106 .name-box {
        margin-top: 0;
    }

    .yn_plate_106 .name-box:hover a {
        text-decoration: underline;
        color: var(--yn-form-submit-hover-bg-color);
    }

    .yn_plate_106 .summary-box {
        -webkit-line-clamp: 4;
        text-align: center;
    }

    .yn_plate_106 .fg-box {
        display: flex;
        justify-content: center;
    }

    .yn_plate_106 .fg {
        padding-left: 1px;
        width: 40px;
        border-top: 1px solid #000;
    }

    .yn_plate_106 .img-box {
        top: -125px;
    }
}