.yn_plate_113 .plate-box {
    
    padding: 0 20px 10px 20px;
    border-radius: 8px;
    background-color: #ff9c0114;
    border: 1px solid #ff9c0114;
}

.yn_plate_113 .recommend-icon{
    width: 42px;
    height: 64px;
}

.yn_plate_113 .title_box{
    font-size: 20px;
    font-weight: 600;
    color: var(--yn-form-submit-hover-bg-color);
    margin: 0 0 20px 0;
}
.yn_plate_113 .summary_box{
    font-size: 14px;
    color: var(--yn-grey-main);
    margin: 10px 0 20px 0;
}
.yn_plate_113 .content_box{
    font-size: 16px;
    color: var( --yn-font-color-main);
    margin: 10px 0 20px 0;
}


.yn_plate_113 .list-box{
    border: unset !important;
    background-color: unset !important;
}

.yn_plate_113 .item-box{
    margin: 6px 0 20px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px dotted var(--yn-form-submit-hover-bg-color);
}

.yn_plate_113 .item-box a{
    text-decoration: unset;
    font-size: 16px !important;
}
.yn_plate_113 .item-box a:hover{
    text-decoration: underline;
}

.yn_plate_113 .item-box .url-icon{
    color: var(--yn-form-submit-hover-bg-color)
}

@media (min-width:768px) {



}