.UILastestNews_Default .UILastestNews{
    margin: 20px 0px;
    /* width: 420px; */
    /* border-top: 2px solid #DA251C; */
    /* border-radius: 4px; */
}
.UILastestNews_Default .UILastestNews .Header{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #212529;
}
.UILastestNews_Default  .UILastestNews .Header .HeaderWrap
{
    height: 100%;
    display: table;

}
.UILastestNews_Default  .UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
    vertical-align: middle;
}
.UILastestNews_Default  .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_Default  .UILastestNews .Wrap{
    /* height: 521px; */
}

.UILastestNews_Default  .UILastestNews .Wrap .first{
    margin-top: 10px;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main{
    position: relative;
}

.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .img-news .image-wrapper{
        height: 230px;
        width: 100%;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .img-news .image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .news-info{
    /* position: absolute; */
    /* background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 100%); */
    padding: 15px 0px;
    bottom: 0;
    width: 100%;
    /* height: 72px; */
    display: flex;
    flex-direction: column;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
    display: none;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .news-info a{
    flex: 1;
}
.UILastestNews_Default  .UILastestNews .Wrap .first .item-main .news-info a .news-title{
   font-family: Merriweather;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
color: #0A2458;
max-height: 56px;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    margin: 0;
}
.UILastestNews_Default  .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_Default  .UILastestNews .Wrap .next .img-news ,
.UILastestNews_Default  .UILastestNews .Wrap .next .news-sapo{
    display: none;
}

.UILastestNews_Default  .UILastestNews .Wrap .next .news-item{
    border-top: 1px dashed #dddddd;
    padding: 10px 0;
    /* height: 81.5px; */
}
.UILastestNews_Default  .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;

     height: 42px;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    margin: 0;
}
.UILastestNews_Default  .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;
    min-height: 19.5px;
    /* content: ''; */
    display: none;
}

@media only screen and (max-width: 768px) {
    .UILastestNews_Default .UILastestNews{
         padding: 0 16px;
        border-top: 1px solid #F2F2F2;
        /*! padding-top: 10px; */
        height: auto;
        width: 100vw;
    }
     .UILastestNews_Default  .UILastestNews .Wrap{
         height: auto;
     }
    .UILastestNews_Default  .UILastestNews .Header{
        border-bottom: 0;
        position: relative;
        margin-bottom: 10px;
        padding-top: 10px;
        height: auto;
    }
    .UILastestNews_Default .UILastestNews .Header:after{
        width: 80px;
        height: 1px;
        background: #DA251C;
        content: '';
        position:absolute;

        left: 0;
    }
    .UILastestNews .Header>.HeaderWrap>span.text>a.text{
        color: #DA251C;
        font-family: Merriweather;
        font-size: 17px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        text-transform: math-auto;
        display: block;
    }
    .UILastestNews .Wrap .first .item-main{
        position: unset;
    }
    .UILastestNews .Wrap .first .item-main .news-info{
        position: unset;
        background: transparent;
        height: auto;
        padding: 0;
        gap: 10px;
        margin-top: 0;
    }
    .UILastestNews .Wrap .first .item-main .news-info a .news-title{
        //styleName: text/04;
        font-family: "Merriweather";
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        color: #212529;
        max-height: 112px;
         overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 4; /* number of lines to show */
               line-clamp: 4; 
       -webkit-box-orient: vertical;
    }
     .UILastestNews .Wrap .first .item-main .news-info span.time{
         display: block;
         color: #6C757D;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
         order: 3;
     }
    .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
        //styleName: sapo/02;
        font-family: "Roboto";
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #484848;
        display: block;
        order: 2;
        margin: 0;
           max-height: 66px;
         overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 3; /* number of lines to show */
               line-clamp: 3; 
       -webkit-box-orient: vertical;
    }
    .UILastestNews .Wrap .next .news-item{
        height: fit-content;
    }
     .UILastestNews .Wrap .next .news-item .news-info{
     }
    .UILastestNews .Wrap .next .news-item .news-info a .news-title{
        //styleName: text/03;
font-family: Merriweather;
font-size: 15px;
font-weight: 700;
line-height: 22px;
text-align: left;
color: #212529;
        margin-bottom: 10px;
           max-height: 66px;
         overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 3; /* number of lines to show */
               line-clamp: 3; 
       -webkit-box-orient: vertical;

    }
}
