﻿/* ===== 只影響最新消息頁 ===== */


/* 表頭 */
.content .wrap_con .member_b {
    display: flex;
    align-items: center;
}

    .content .wrap_con .member_b .title_list {
        flex: 1;
        font-size: 18px;
        font-weight: bold;
    }

    .content .wrap_con .member_b .date_list {
        flex: 0 0 160px; /*  固定寬度（加大） */
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

/* 列表 */
.content .wrap_con #newsList li a {
    display: flex;
    align-items: center;
}

/* 主題 */
.content .wrap_con #newsList .title_list2 {
    flex: 1;
    margin: 0;
    font-size: 16px;
}

/* 日期 */
.content .wrap_con #newsList .date_list2 {
    flex: 0 0 160px; /*  用 flex 固定寬度（不要用 width） */
    margin:0;
    text-align: center;
    white-space: nowrap; /*  防換行 */
    font-size: 14px;
}
