.UILastestNews_half .UILastestNews {
        display: inline-block;
        margin: 20px 0;
        width: 100%;
}

.UILastestNews_half .UILastestNews .Wrap {
        /* border: 1px solid #e0e0e0; */
        /* min-height: 300px; */
        margin-top: 20px;
        display: flex;
        gap: 12px;
}
.UILastestNews_half .UILastestNews .Wrap .first {
        display: block;
        min-height: 150px;
        width: 50%;
        flex-shrink: 0;
}
.UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news {
        width: 100%;
        height: 180px;
}
.UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news .image-wrapper{
        height: 100%;
        width: 100%;
}
.UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 4px;
}
.UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info {
    margin: 0;
    padding: 0;
    margin-top: 12px;
    /* margin-left: 10px; */
}
.UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info .time{
        display: none;
}

.UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info .news-title {
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        color: #152C4A;
}
.UILastestNews_half .UILastestNews .Wrap .news-info .news-sapo{
        display: none;
}
.UILastestNews_half .UILastestNews .Wrap .next .news-item {
        align-items: center;
        width: 100%;
        /* margin-bottom: 5px; */
        min-height: 50px;
        border-bottom: 1px dashed #DDE4F0;
        padding: 12px 0;
}
.UILastestNews_half .UILastestNews .Wrap .next .news-item:first-child{
        padding-top: 0;
} 
.UILastestNews_half .UILastestNews .Wrap .next .news-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
}
.UILastestNews_half .UILastestNews .Wrap .next .news-item .news-info .news-title{
    text-align: left;
    display: inline-block;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #182940;
    margin: 0;
}
.UILastestNews_half .UILastestNews .Wrap .next .news-item .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
        padding-left: 20px;
        display: none;
}

.UILastestNews_half .UILastestNews .Wrap .next .news-item .img-news{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
       .UILastestNews_half .UILastestNews .Wrap .first  {
                position: relative;
                margin-bottom: 10px;
                max-width: 50%;
                flex: 1;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .img-news{
                height: 190px;
                width: 100%;
        }
       
}
@media only screen and (max-width: 768px){
        .UILastestNews_half .UILastestNews{
                padding: 0 16px;
        }
        .UILastestNews_half .UILastestNews .Wrap{
                flex-direction: column;
        }
        .UILastestNews_half .UILastestNews .Wrap .first{
                width: 100%;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news{
                height: auto;
        }.UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news .image-wrapper{
                width: 100%;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .item-main .img-news img{
                width: 100%;
                /* margin-bottom: 10px; */
                height: calc((100vw - 32px) / 16 * 10) !important;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info .news-title{
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info{
                margin: 16px 0;
        }
        .UILastestNews_half .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
                color: #3B4E68;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                display: block;
        }
        .UILastestNews_half .UILastestNews .Wrap .next{
                width: 100%;
        }
       .UILastestNews_half .UILastestNews .Wrap .next .news-item .news-info .news-title{
                font-size: 15px;
                font-weight: 500;
                line-height: 22px;
                text-align: left;
                color: #182940;
        }
        .UILastestNews_half .UILastestNews .Wrap .next .news-item{
                border-bottom: 0;
                border-top: 1px dashed #DDE4F0;
                padding-top: 16px !important;
                margin-top: 16px;
                padding-bottom: 0;
        }
        .UILastestNews_half .UILastestNews .Wrap .next .news-item:first-child{
                margin-top: 0;
        }
}