.News_Highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 5px 10px; */
    gap: 5px 46px;
    margin-bottom: 14px;
    /* border-bottom: 1px #dddddd solid ; */
}

/* div置中文字齊左 */
.News_Highlights div:nth-of-type(1) {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 1 / -1;
    font-size: 16px;
}

.News_Highlights div>span {
    display: block;
    text-align: left;
}

.News_Highlights div>span:nth-of-type(2) {
    margin: 0 auto;
    font-size: 45px;
    color: #ff8000;
    font-weight: 700;
    line-height: 48px;
    font-size: 30px;
    color: #ff8000;
    font-weight: 700;
    line-height: 55px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.bottom-info-item>span:nth-of-type(2) {
    justify-content: space-between;
}

/* 上下文字頭尾對齊 */
.top-info-item span:first-child,
.bottom-info-item span:first-child {
    width: 100px;
    text-align-last: justify;
}

/* icon 文字頭尾對齊 */
.bottom-info-item>div>span {
    width: 90px;
    text-align-last: justify;
}



.top-info-item span:last-child,
.bottom-info-item span:last-child,
.icon-info-item span {
    width: 48%;
}

.icon-info-item>div span {
    display: inline-block;
    width: 80px;
    text-align-last: justify;


}



.top-info-item,
.bottom-info-item,
.icon-info-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    min-height: 1.8rem;
    line-height: 1.8rem;

}

.top-info-item:last-child,
.icon-info-item:last-child {
    border-bottom: none;
}

.icon-info-item i {
    margin-right: 2px;
    width: 20px;
}





.main-layout .side-box .info-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    height: 1.8rem;
    line-height: 1.8rem;

}


.main-layout .side-box .info-item span:first-child {
    text-align-last: justify;
    /* width: 65px; */

}


.main-layout .side-box .info-item span.eye-catch {
    color: var(--mate);
}




@media (min-width: 1199px) {
    /* .info-item>div {

    width: 82px;
  } */

    .icon-info-item>div span {
        width: 70px;
    }

    .top-info-item span:first-child,
    .bottom-info-item span:first-child {
        width: 70px;

    }

    .bottom-info-item-title {
        margin-left: 20px;
    }

}

@media (max-width: 1199px) {
    .main-layout .side-box .info-item span:first-child {

        width: 89px;
    }

    /* .News_Highlights_title {} */


    .info-item>div>span {
        width: 80%;
    }

    .News_Highlights div>span:nth-of-type(1) {
        font-size: 1.05rem;
        width: 96px;
        text-align-last: justify
    }

    .info-item,
    .top-info-item,
    .bottom-info-item,
    .icon-info-item {
        font-size: 1.05rem;

    }

    .bottom-info-item-title {
        padding-left: 10px;
        margin-left: 6px;
    }



}