.UILastestNews{
    /* margin: 20px 0; */
    width: 100%;
    /* border: 1px solid #e5e5e5; */
    /* padding: 0 10px; */
    /* border-top: 3px solid #DA251C; */
    /* border-radius: 4px; */
}
.UILastestNews .Header{
    width: 100%;
    padding: 10px 0;
    height: 45px;
}
.UILastestNews .Header .HeaderWrap
{
    height: 100%;
    display: table;
}
.UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
    vertical-align: middle;
}
.UILastestNews .Header .HeaderWrap>span>a{
font-family: Merriweather;
font-size: 16.81px;
font-weight: 700;
line-height: 21.13px;
text-align: left;
color: #031739;
text-transform: uppercase;

}

.UILastestNews .Wrap{
}

.UILastestNews .Wrap .first{
    /* margin: 10px 0; */
}
.UILastestNews .Wrap .first .item-main{
    position: relative;
    border-top: 1px solid #DEDEDE;
    padding: 15px 0;
}


.UILastestNews .Wrap .first .item-main .img-news img{
    width: 100%;
    display: none;
}
.UILastestNews .Wrap .first .item-main .news-info{

}
.UILastestNews .Wrap .first .item-main .news-info .news-sapo{
    display: none;
}
.UILastestNews .Wrap .first .item-main .news-info a{
    flex: 1;
}
.UILastestNews .Wrap .first .item-main .news-info a .news-title{
 font-family: Roboto;
font-size: 15px;
font-weight: 400;
line-height: 21px;
text-align: left;
color: #0A2458;


    max-height: 69px;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    margin: 0;
}
.UILastestNews .Wrap .first .item-main .news-info span.time{
    font-family: "Roboto";
font-size: 13px;
font-weight: 400;
line-height: 19.5px;
text-align: left;
    color: #ffffff;
    margin-bottom: auto;
    display: none;
}

.UILastestNews .Wrap .next .news-sapo{
    display: none;
}
.UILastestNews .Wrap .next .img-news {
    width: 120px;
height: 100%;
float: right;
    display: none;
}
.UILastestNews .Wrap .next .news-item{
   position: relative;
    border-top: 1px dashed #dddddd;
    padding: 15px 0;
}


.UILastestNews .Wrap .next .news-item .news-info a .news-title{
font-family: Roboto;
font-size: 15px;
font-weight: 400;
line-height: 21px;
text-align: left;
color: #0A2458;
    max-height: 69px;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    margin: 0;
    color: #031739;
}
.UILastestNews .Wrap .next .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){
    .UILastestNews{
        display: none;
    }    
}