.topview ul {
    counter-reset: my-badass-counter;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
/*.topview li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    padding: 5px 15px 8px 0;
    line-height: 1em;
    color: #7f7f7f;
    font-weight: bold;
    color: #A6A6A6;
    float: left;
}*/
.topview li {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.topview img {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}
.box-topview .thumb {
    width: 80px;
    margin-right: 10px;
    float: left;
}
.box-topview .thumb img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.topview .box-topview li a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
}