div[class*='UIHotNewNews_Default'] .news-hotnew {
        margin-top: 20px;
        box-shadow: var(--box-category);
        border-radius: 4px;
        padding: 5px;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item.no-img {
        width: 100%;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item.no-img figure {
        display: none;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .new-hotnew-header{
        width: 100%;
        height: 45px;
        position: relative;
        padding-right: 10px;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .new-hotnew-header span:after{
        content: '';
        position:absolute;
        width: 120px;
        height: 1.5px;
        background-color: var(--color-primary);
        bottom: -5px;
        left: 30px;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .new-hotnew-header span{
        font-family: 'Merriweather';
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        color: #031739;
        text-transform: uppercase;
        padding-left: 30px;
        background: url(images/logo.png) no-repeat left;
        background-size: 20px;
        background-position-x: 5px;
        position: relative;
}
div[class*='UIHotNewNews_Default']  .news-hotnew .news-hotnew-list{
        list-style: none;
        padding: 0 5px;
        margin-bottom: 0;
        /* min-height: 500px; */
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .item-date,
div[class*='UIHotNewNews_Default']  .news-hotnew .news-hotnew-list li a.item .item-sapo{
        display: none;
}
div[class*='UIHotNewNews_Default']  .news-hotnew .news-hotnew-list li{
        border-top:1px solid #F2F2F2;
        padding: 16px 0;
        /* box-sizing: content-box; */
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item{
        /* padding: 16px 0; */
        /* box-sizing: content-box; */
        display: inline-block;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .item-info{
        float: left;
        width: calc(100% - 130px);
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .image-wrapper.no-img~.item-info{
        width: 100%;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .item-title{
        font-family: 'Merriweather';
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #182940;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .item-title:hover{
        color: #Da251C;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .image-wrapper{
        float: right;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item .item-image{
        width: 120px;
        height: 80px;
}
div[class*='UIHotNewNews_Default'] .news-hotnew .news-hotnew-list li a.item.no-img .item-info {
        width: 100%;
}
@media only screen and (max-width: 768px){
        div[class*='UIHotNewNews_Default'] .news-hotnew{
                padding: var(--padding-res);
                margin-top: 20px;
        }
        div[class*='UIHotNewNews_Default'] .news-hotnew .new-hotnew-header span{
                font-size: 18px;
                font-weight: 700;
                /* line-height: 23px; */
                text-align: left;
                text-transform: math-auto;
        }
        div[class*='UIHotNewNews_Default'] .news-hotnew .new-hotnew-header {
                position: relative;
                height: auto;
        }
        div[class*='UIHotNewNews_Default']  .news-hotnew .news-hotnew-list li:first-child{
                border-top: 0;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .tr-end-300>td:nth-child(2)>div[class*='UIHotNewNews_Default']{
                display: none;
        }
}
