.item-card[data-v-6cc289ba] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin: 0
}

.item-card dl[data-v-6cc289ba] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 130px)
}

.item-card dl dt[data-v-6cc289ba] {
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2
}

.item-card .thum[data-v-6cc289ba] {
    width: 124px;
    height: 70px;
    overflow: hidden;
    border-radius: 2px
}

.item-card .thum img[data-v-6cc289ba] {
    object-position: center;
    object-fit: cover
}
