.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: "Merriweather";
        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: 60%;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Merriweather';
}
.UIMostViewCountNews .list .news-item .img-news {
        display: block;
        float: right;
        width: calc(40% - 10px);
        margin-left: 10px;
}
.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: 7px;
        color: #CE1126;
        font-size: 16px;
        font-family: 'Merriweather';
        height: 0;
}
.UIMostViewCountNews .list .news-item .news-info a .news-title {
        color: #212529;
        margin: 0;
        font-family: Merriweather;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        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;
}
.UIMostViewCountNews .list .news-item.no-image.no-img .img-news {
        display: none;
}
.UIMostViewCountNews .list .news-item.no-image.no-img .news-info {
    width: 100%;
}
@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%;
        }
}
