.UIMostViewCountNews{
    margin: 20px 0;
    border: 0;
    padding: 0;
}
.UIMostViewCountNews .list .news-item .img-news img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}
.UIMostViewCountNews .Header{
    width: 100%;
    margin-bottom: 5px;
}
.UIMostViewCountNews .Header .HeaderWrap
{
    height: 100%;
    display: table;

}
.UIMostViewCountNews .Header .HeaderWrap>span{
        display: table-cell;
        vertical-align: middle;
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #111111;
        text-transform: none;
}

.UIMostViewCountNews .list{
    counter-reset: item;
}
.UIMostViewCountNews .list .news-item{
    display: inline-block;
}
.UIMostViewCountNews .list .news-item .news-info{
    display: block;
    float: right;
    width: 59%;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Merriweather';
}
.UIMostViewCountNews .list .news-item .img-news {
    display: block;
    float: right;
    width: 40%;
}
.UIMostViewCountNews .list .news-item .news-info .news-sapo{
    display:none;
}

.UIMostViewCountNews .list  .news-item{
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    display: inline-block;
    counter-increment: item;
    position: relative;
}
.UIMostViewCountNews .list  .news-item:before{
     content: counter(item, decimal-leading-zero)".       ";
     position: absolute;
     width: 25px;
     display:block;
     top: 8px;
     color: #CE1126;
     font-size: 18px;
     font-family: 'Merriweather';
    height: 0;
}
.UIMostViewCountNews .list .news-item .news-info a .news-title {
    color: #212529;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
}
.UIMostViewCountNews .list .news-item .news-info span.time{
    color: #6C757D;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    display: none;
}

@media only screen and (max-width: 768px){
    .UIMostViewCountNews{
        padding: 16px;
        width: 100vw;
        background: #EEF2F8;
    }
    .UIMostViewCountNews .list .news-item .img-news {
        display: none;
    }
    .UIMostViewCountNews .list .news-item .news-info{
        width: 100%;
    }
}