.UILastestNews_noti .UILastestNews{
    border-radius: 4px; 
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin-top: 15px;
}
.UILastestNews_noti .UILastestNews .Header{
    width: 100%;
}
.UILastestNews_noti .UILastestNews .Header .HeaderWrap
{
    display: table;

}
.UILastestNews_noti .UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
        vertical-align: middle;
}
.UILastestNews_noti .UILastestNews .Header .HeaderWrap>span>a{
    font-family: "Merriweather";
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
}
 .UILastestNews_noti .UILastestNews .Header .HeaderWrap>span>a:before{
     content: '\f0f3';
    font-family: 'Font Awesome 5 Pro';
 }
.UILastestNews_noti .UILastestNews .Wrap .first {
    margin: 10px 0;
    margin-bottom: 0;
}
.UILastestNews_noti .UILastestNews .Wrap .first .item-main{
    position: relative;
    width: 100%;
}
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .img-news{
    /* height: 228px; */
    display: none
}

.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info {
    width: 100%;
    display: block;
    gap: 10px;
    border-bottom: 1px dashed #f2f2f2;
} 
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info a,
.UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info a{
    margin: 5px 0;
    display: inline;
}
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info .news-sapo {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #62748D;
}
.UILastestNews_noti .UILastestNews .Wrap .next .news-item:not(:last-child) { 
    border-top: 1px dashed #F2F2F2;
}
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info span.time {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #d02121;
    margin-top: 8px;
    display: block;
}
.UILastestNews_noti .UILastestNews .Wrap .next .img-news ,
.UILastestNews_noti .UILastestNews .Wrap .next .news-sapo{
    display: none;
}

.UILastestNews_noti .UILastestNews .Wrap .next .news-item{
    padding: 16px 0px 16px 0px;
}
.UILastestNews_noti .UILastestNews .Wrap .next .news-item:not(.news-item:last-child){
    border-bottom: 1px dashed #f2f2f2;
}
.UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info a .news-title,
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info a .news-title {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #182940;
    /* position: relative; */
    /* margin: 0; */
    display: inline;
}
.UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info a:before,
.UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f4ad';
    font-weight: 600;
    font-size: 13px;
}
.UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info span.time {
    color: #d02121;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    /* min-height: 19.5px; */
    display: block;
    margin-top: 8px;
}

@media only screen and (max-width: 768px) {
   .UILastestNews_noti  .UILastestNews {
            padding: var(--padding-res);
            border-top: 1px solid #F2F2F2;
            padding-top: 10px;
            height: auto;
            width: 100vw;
            padding: var(--padding-res);
            box-shadow: none;
        }
     .UILastestNews_noti .UILastestNews .Wrap{
         height: auto;
     }
    .UILastestNews_noti .UILastestNews .Header{
        border-bottom: 0;
        position: relative;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .UILastestNews_noti .UILastestNews .Header>.HeaderWrap>span.text>a.text{
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        color: #2A58A0;

    }
     
    .UILastestNews_noti .UILastestNews .Wrap .first{
        margin: 0;
    }
    .UILastestNews_noti .UILastestNews .Wrap .first .item-main{
        position: unset;
        height: auto;
    }
   .UILastestNews_noti  .UILastestNews .Wrap .first .item-main .news-info{
        position: unset;
        background: transparent;
        height: auto;
        padding: 5px 0;
    }
    .UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #62748D;
        margin: 0;
        /* max-height: 110px; */
        /* overflow: hidden; */
        display: none;
    }
    .UILastestNews_noti .UILastestNews .Wrap .next .news-item{
        height: auto;
        padding: 8px 0px;
    }
     .UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info{
     }
    .UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info a .news-title,
    .UILastestNews_noti .UILastestNews .Wrap .first .item-main .news-info a .news-title{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #031739;
        /* margin-bottom: 10px; */
    }
    .UILastestNews_noti .UILastestNews .Wrap .next .news-item .news-info a .news-title:before{
    }
}
