.UILastestNews_default .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%;
        text-align: center;
        margin-bottom: 30px;
}
.UILastestNews_default .UILastestNews .Wrap figure:hover {
        scale: 1.05;
}
.UILastestNews_default .UILastestNews .Wrap figure {
        transition: all 300ms;
}
.UILastestNews .Header .HeaderWrap img{
        display: none;
}
.UILastestNews .Header .HeaderWrap .text > a {
        font-family: Merriweather;
        font-size: 26px;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        color: #1e3a8a;
        font-weight: bold;
}
.UILastestNews_default .UILastestNews .Wrap {
        /* border: 1px so.news-itemd #e0e0e0; */
        min-height: 300px;
        margin: 0;
        display: grid;
        margin-top: 20px;
        width: 100%;
        gap: 40px;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.UILastestNews_default .UILastestNews .Wrap .first {
        /* float: right; */
        display: block;
        min-height: 150px;
        /* width: 471px; */
        /* padding-right: 20px; */
        /* border-right: 1px solid #DDE4F0; */
        flex-shrink: 0;
        /* margin-right: 20px; */
}
.UILastestNews_default .UILastestNews .Wrap .first .image-wrapper{
        width: 100%;
}
.UILastestNews_default .UILastestNews .Wrap .first img {
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
        border: 1px solid #ececec;
}
.UILastestNews_default .UILastestNews .Wrap .first .news-title {
        font-family: Merriweather;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        color: #104D8D;
        display: block;
        margin-top: 12px;
        width: 100%;
}
.UILastestNews_default .UILastestNews .Wrap .first .news-sapo{
        display: block !important;
}
.UILastestNews_default .UILastestNews .Wrap .item-main .time {
        margin-bottom: 10px;
        display: inline-block;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #FFFFFF;
        background-color: #FFAB00;
        padding: 5px;
        border-radius: 3px;
}
.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_default .UILastestNews .Wrap .next .news-sapo{
        display: none;
}
.UILastestNews_default .UILastestNews .Wrap .next {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 0;
        flex-direction: column;
        position: relative;
        max-width: unset;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item {
        padding-bottom: 10px;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item .news-info{
        flex: 1;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item img{
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item .news-info a>.news-title {
        overflow: hidden;
        display: inline-block;
        font-family: "Merriweather";
        font-size: 19px;
        font-weight: 600;
        line-height: 1.4;
        text-align: left;
        color: #104D8D;
        flex: 1;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item .time {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #FFFFFF;
        background-color: #FFAB00;
        padding: 5px;
        border-radius: 3px;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item:not(:first-child) {
        border-top: 1px dashed #DDE4F0;
        padding-top: 10px;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item .img-news{
        /* width: 120px; */
        /* height: 88px; */
        flex-shrink: 0;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item .image-wrapper{
        width: 100%;
        height: 100%;
}
.UILastestNews_default .UILastestNews .Wrap .next .news-item img{
        object-fit: cover;
        width: 100%;
        aspect-ratio: 16/10;
        border-radius: 15px;
}
.UILastestNews_default .UILastestNews .news-title:hover{
        color: var(--color-blue) !important;
}
.UILastestNews .Header .HeaderWrap::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #2563eb;
        border-radius: 4px;
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UILastestNews_alone .UILastestNews .Wrap .first {
                /* position: relative; */
                /* margin-bottom: 10px; */
                /* width: 50%; */
                /* flex: 1; */
        }
        .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;
        }
        .UILastestNews_default .UILastestNews .Wrap{
                padding: 10px 0;
                display: flex;
                gap: 10px;
                flex-wrap: wrap;
                gap: 20px;
        }
        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_default .UILastestNews{
                padding: 0 16px;
                max-width: 100vw;
        }
        .UILastestNews_default .UILastestNews .Wrap{
                flex-direction: column;
                gap: 10px;
        }
        .UILastestNews .Header .HeaderWrap .text > a {
                color: #62748D;
        }
        .UILastestNews_default .UILastestNews .Wrap .first{
                width: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                margin-bottom: 12px;
        }
        .UILastestNews_default .UILastestNews .Wrap .first img{
                height: calc((100vw - 32px) / 16 * 10);
                margin: 0;
        }
        .UILastestNews_default .UILastestNews .Wrap .first .news-info .news-title{
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                margin: 16px 0;
        }
        .UILastestNews_default .UILastestNews .Wrap .first .news-info .news-sapo {
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 1.5;
                text-align: left;
                color: #3B4E68;
        }
        .UILastestNews_default .UILastestNews .Wrap .next{
                display: flex;
                flex-direction: column;
                gap: 12px;
        }
        .UILastestNews_default .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;
                padding-bottom: 0;
        }
        .UILastestNews_default .UILastestNews .Wrap .next .news-item a{
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #182940;
        }
        .UILastestNews_default .UILastestNews .Wrap .next:after{
                display: none;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UILastestNews .Wrap .first .title {
                width: 100%;
                padding: 5px 0;
                bottom: 25px;
        }
        .UILastestNews_default .UILastestNews .Wrap .first{
                width: 100%;
                padding-right: 0;
                border: 0;
                margin: 0;
        }
        .UILastestNews_default .UILastestNews .Wrap .first img{
                object-fit: fill;
        }
        .UILastestNews_default .UILastestNews .Wrap .next .news-item .img-news{
                width: 120px;
        }
}
@media only screen and (max-width: 450px){
        .UILastestNews_default .UILastestNews .Wrap .next .news-item {
                gap: 10px;
        }
        .UILastestNews_default .UILastestNews .Wrap .next .news-item {
                gap: 10px;
                margin-top: 0;
                margin-bottom: 10px;
        }
        .UILastestNews_default .UILastestNews .Wrap .next .news-item .news-info a>.news-title {
                font-size: 17px;
        }
}
