div[class*='UILastestNews_new'] .UILastestNews{
        margin: 20px 0;
        width: 100%;
        /* border-radius: 4px 4px 0 0; */
        /* padding: 10px; */
        /* border-top: 2px solid var(--color-primary); */
        /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
}
div[class*='UILastestNews_new'] .UILastestNews .Header{
        width: 100%;
        height: 40px;
        /* border-bottom: 1px solid #D9D9D9; */
        background-color: var(--color-primary);
        border-radius: 4px 4px 0 0;
}
div[class*='UILastestNews_new'] .UILastestNews .Header .HeaderWrap
{
        height: 100%;
        display: table;
}
div[class*='UILastestNews_new'] .UILastestNews .Header .HeaderWrap>span{
        display: table-cell;
        vertical-align: middle;
}
div[class*='UILastestNews_new'] .UILastestNews .Header .HeaderWrap>span>a{
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: 700;
        line-height: 21px;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        padding-left: 10px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap{
        display: grid;
        gap: 20px;
        /* max-height: 300px; */
        padding: 10px;
        border: 1px solid #eeeeee;
        grid-template-columns: 3fr 2fr;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first{
        /* margin: 10px 0; */
        /* width: calc(25% - 15px); */
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next{
        /* display: flex; */
        /* width: calc(75% + 20px); */
        gap: 20px;
        flex: 1;
        /* flex-grow: 1; */
        justify-content: flex-end;
        flex-direction: column;
        max-height: 420px;
        overflow: auto;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main{
        position: relative;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .img-news img{
        /* height: 175px; */
        width: 100%;
        /* object-fit: fill; */
        aspect-ratio: 16/10;
        height: unset;
        !;
        !i;
        !;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .img-news{
        margin-bottom: 10px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info{
        bottom: 0;
        width: 100%;
        /* margin-top: 10px; */
        display: table;
        height: 70px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
        display: block !important;
        !i;
        !;
        color: #0c1c33d4;
        font-size: 13px;
        line-height: 22px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info a{
        flex: 1;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info a .news-title{
        font-family: Roboto;
        font-size: 21px;
        font-weight: 600;
        line-height: 27px;
        text-align: left;
        color: #182940;
        margin: 0;
        display: inline-block;
        margin-bottom: 10px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .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;
        margin-bottom: 0;
        display: table-footer-group;
        /* vertical-align: bottom; */
        /* height: 10px; */
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-sapo{
        display: none;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .img-news .image-wrapper{
        width: 100%;
        /* height: 175px; */
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .img-news .image-wrapper .item-image{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item{
        /* border-top: 1px solid #eeeeee; */
        padding: 0;
        width: 100%;
        /* flex-grow: 1; */
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 10px;
        margin-bottom: 20px;
}
div[class*='UILastestNews_new'] figure.image-wrapper{
        width: 100%;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .img-news{
        margin-bottom: 10px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .news-info {
        display: table;
        /* height: 100%; */
        height: 70px;
}
div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .news-info a .news-title{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #182940;
        margin: 0;
        display: inline-block;
}
div[class*='UILastestNews_new'] .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; */
        display: table-footer-group;
        /* vertical-align: bottom; */
        /* margin-bottom: 0; */
        /* height: 10px; */
}
@media only screen and (max-width: 768px) {
        div[class*='UILastestNews_new'] .UILastestNews{
                padding: var(--padding-res);
                border-top: 1px solid #F2F2F2;
                /* padding-top: 10px; */
                height: auto;
                width: 100vw;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap{
                height: auto;
                flex-direction: column;
                justify-content: flex-start;
                max-height: unset;
                gap: 10px;
                display: flex;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Header{
                border-bottom: 0;
                position: relative;
                /* margin-bottom: 10px; */
                padding-top: 10px;
        }
        div[class*='UILastestNews_new']  .UILastestNews .Header:after{
                width: 80px;
                height: 1px;
                background: var(--color-primary);
                /* content: ''; */
                /* position:absolute; */
        }
        div[class*='UILastestNews_new'] .UILastestNews .Header>.HeaderWrap>span.text>a.text{
                color: #fff;
                font-family: Merriweather;
                font-size: 17px;
                font-weight: 700;
                line-height: 23px;
                text-align: left;
                text-transform: math-auto;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first{
                width: 100%;
                margin: 0;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .img-news img{
                width: 100%;
                height: calc((100vw - 32px) / 16 * 10);
                object-fit: cover;
                /* display: none; */
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .img-news .image-wrapper{
                /* display: none; */
                /* height: calc((100vw - 44px) / 16 * 9); */
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .img-news img{
                /* display: none; */
                width: 100%;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next{
                flex-direction: column;
                gap: 0;
                max-height: unset;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main{
                position: unset;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info{
                position: unset;
                background: transparent;
                height: auto;
                padding: 0;
                gap: 10px;
                margin-top: 15px;
                display: block;
        }
        div[class*='UILastestNews_new'] .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;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info span.time,
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .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;
                margin-top: 10px;
        }
        div[class*='UILastestNews_new'] .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;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item{
                height: auto;
                width: 100%;
                padding: 10px 0;
                border-top: 1px solid #eeeeee;
                margin-bottom: 0px;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .news-info{
                margin-top: 0;
                display: block;
                height: unset;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next .news-item .news-info a .news-title{
                //
                styleName: text/03;
                font-family: Merriweather;
                font-size: 13px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #212529;
                /* margin-bottom: 10px; */
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        div[class*='UILastestNews_new'] .UILastestNews {
                width: 100%;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .img-news img{
                height: 200px;
                object-fit: cover;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .first .item-main .news-info a .news-title,
        .UILastestNews .Wrap .next .news-item .news-info a .news-title{
                font-size: 0.9em;
        }
        div[class*='UILastestNews_new'] .UILastestNews .Wrap .next {
                padding: 0 5px;
        }
}
