.UILastestNews_alone .UILastestNews {
        display: inline-block;
        margin: 20px 0;
        width: 100%;
        max-width: 1200px;
}
.UILastestNews .Header {
        display: block;
        /* border-top: 2px so.news-itemd #DA251C; */
        /* padding: 5px 0px; */
          overflow: hidden;
}
.UILastestNews .Header .HeaderWrap{
        position: relative;
        width: 100%;
}
.UILastestNews .Header .HeaderWrap img{
        display: none;
}
.UILastestNews .Header .HeaderWrap .text > a {
        font-family: Merriweather;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #031739;
        margin-left: 20px;
        position: relative;
        text-transform: uppercase;
}
.UILastestNews .Header .HeaderWrap .text > a:before{
        width: 3px;
        height: 16px;
        border-radius: 9px ;
        content: '';
        display: inline-block;
        position: absolute;
        background: var(--color-blue);
        left: -20px;
        top: 3px;
}

.UILastestNews_alone .UILastestNews .Wrap {
    /* border: 1px so.news-itemd #e0e0e0; */
    min-height: 300px;
    margin: 0;
    /* padding: 10px 0; */
    display: flex;
    margin-top: 20px;
    width: 100%;
    gap: 0;
}
.UILastestNews_alone .UILastestNews .Wrap .first {
        /* float: right; */
        display: block;
        min-height: 150px;
        width: 470px;
        padding-right: 20px;
        border-right: 1px solid #DDE4F0;
        flex-shrink: 0;
        margin-right: 20px;
}
.UILastestNews_alone .UILastestNews .Wrap .first img {
        width: 100%;
        /* display: block; */
        object-fit: cover;
        height: 286px;
        border-radius: 4px;
}

.UILastestNews_alone .UILastestNews .Wrap .first .news-title {
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #152C4A;
    display: block;
    margin-top: 12px;
    width: 100%;
}
.UILastestNews_alone .UILastestNews .Wrap  .news-sapo{
        display: none;
}
.UILastestNews_alone .UILastestNews .Wrap .item-main .time{
        display: none;
}
.UILastestNews .Wrap .first p {
    text-align: justify;
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    /* font-size: 14px !important; */
    line-height: 1.5;
    /* color: #3B4E68 !important; */
}
.UILastestNews .Wrap .first .title a {
}
.UILastestNews .Wrap .clear {
        clear: both;
}
.UILastestNews_alone .UILastestNews .Wrap .next {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(50px, 100%) minmax(50px, 300px);
    margin: 0;
    grid-template-rows: repeat(3, 110px);
    row-gap: 20px;
    /* column-gap: 20px; */
    position: relative;
    max-width: unset;
}
.UILastestNews_alone .UILastestNews .Wrap .next:after{
        width: 1px;
        height: 100%;
        background:  #DDE4F0;
        position: absolute;
        content: '';
        right: 310px;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item {
    display: flex;
    gap: 16px;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:last-child{
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #DDE4F0;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:last-child .img-news{
        display: none;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(1),.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(3),.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(4){
        margin-right: 20px;
        padding-right: 20px;
        /* border-right: 1px so.news-itemd #DDE4F0; */
        border-bottom: 1px dashed #DDE4F0;
        /* padding-bottom: 20px; */
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2){
        flex-direction: column;
        /* height: auto; */
        /* grid-row: unset; */
        /* grid-column: 2; */
        /* width: 100%; */
        grid-row: 1 / 3;
        grid-column: 2;
        gap: 8px;
}

.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2) img{
        width: 100%;
        border-radius: 4px;
        flex-shrink: 0;
        height: 100%;
        object-fit: cover;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2) .title{
        width: 100%;
        margin-bottom: 0;
        /* flex: 0; */
        flex: none;
}

.UILastestNews_alone .UILastestNews .Wrap .next .news-item .news-info a>.news-title {
    overflow: hidden;
    text-align: left;
    /* padding: 10px; */
    display: inline-block;
    /* padding-left: 11px; */
    font-family: "Merriweather";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #182940;
    /* width: calc(100% - 104px); */
    flex: 1;
    margin: 0;
}
.UILastestNews .Wrap .next .news-item .time {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
    border-right: 1px so.news-itemd #ddd;
    width: 50px !important;
    display: table-cell;
    padding: 0 10px;
        display: none;
}
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item .img-news{
                   width: 120px;
                   height: 80px;
                   flex-shrink: 0;
        }
  .UILastestNews_alone .UILastestNews .Wrap .next .news-item .img-news .image-wrapper{
          height: 100%;
          width: 100%;
  }
.UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2) .img-news{
        width: 100%;
        height: 80%;
        flex-shrink: unset;
}
.UILastestNews_alone .UILastestNews .Wrap .next .news-item img{
        object-fit: cover;
        border-radius: 2px;
        /* float: left; */
        /* margin-right: 20px; */
        height: 100%;
        width: 100%;
}
.UILastestNews_alone .UILastestNews .news-title:hover{
        color: var(--color-blue) !important;
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UILastestNews_alone .UILastestNews .Wrap .first {
                position: relative;
                margin-bottom: 10px;
                width: 33%;
        }
        .UILastestNews .Wrap .first .image {
                /* float: left; */
                height: 190px;
                /* margin-right: 10px; */
                width: 100%;
                object-fit: cover;
                /* margin-bottom: 10px; */
        }
        .UILastestNews .Wrap .first .title {
                margin: 0;
                padding: 0;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 10px;
                padding-bottom: 25px;
        }
        .UILastestNews .Wrap .first .date{
                font-size: 13px;
                color: #000;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 5px 10px;
        }
        .UILastestNews .Wrap .first p {
                margin: 0;
                padding-bottom: 6px;
                padding-top: 6px;
                text-align: justify;
                display: none;
        }
        .UILastestNews .Wrap .first .title a {
                color: #000;
                text-decoration: none;
                font-size: 15px;
                font-weight: 500;
                line-height: 20px;
        }
        div.UILastestNews .Wrap{
                padding: 10px 0;
                display: flex;
                gap: 10px;
        }
        div.UILastestNews .Wrap .next{
                max-width: 50%;
                display: inline-block;
                margin: 0;
                flex: 1;
        }
        .UILastestNews .Wrap .clear{
                display: none !important;
        }
}
@media only screen and (max-width: 768px){
         .UILastestNews_alone .UILastestNews{
                padding: 0 16px;
                max-width: 100vw;
        }
        .UILastestNews .Header .HeaderWrap .text > a {
                color: #62748D;

        }
        .UILastestNews_alone .UILastestNews .Wrap{
                flex-direction: column;
        }
        .UILastestNews_alone .UILastestNews .Wrap .first{
                width: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                margin-bottom: 12px;
        }
        .UILastestNews_alone .UILastestNews .Wrap .first img{
               height: calc((100vw - 32px) / 16 * 10);
               margin: 0;
        }
        .UILastestNews_alone .UILastestNews .Wrap .first .title{
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                margin: 16px 0;
        }
        .UILastestNews_alone .UILastestNews .Wrap .first .item-main .news-info .news-sapo{
                display: block;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #3B4E68;

        }
        .UILastestNews .Wrap .first .title{
                display: block;
                width: 100%;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next{
                display: flex;
                flex-direction: column;
                gap: 12px;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item{
                margin-right: 0 !important;
                padding-right: 0 !important;
                border-right: 0 !important;
                border-bottom: 0 !important;
                margin-top: 16px;
                padding-top: 16px;
                border-top: 1px dashed #DDE4F0;
                gap: 10px;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item a{
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #182940;

        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2){
                flex-direction: row;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2) img{
                /* width: 88px; */
                /* height: 88px; */
                object-fit: cover;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next:after{
                display: none;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item:last-child .img-news{
                display: flex;
        }
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item .img-news,
        .UILastestNews_alone .UILastestNews .Wrap .next .news-item:nth-child(2) .img-news{
                width: 120px;
                height: 80px;
                flex-shrink: 0;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
        .UILastestNews .Wrap .first .title {
                width: 100%;
                padding: 5px 0;
                bottom: 25px;
        }
        .UILastestNews_alone .UILastestNews .Wrap .first img{
                height: 200px;
        }
}