@charset "UTF-8";

/* 公告列表 */

.notice {
    width: 1200px;
}

.m-notice .tb_list-notice {
    width: 100%;
}

.tb_list-notice {
    margin-bottom: 10px;
    table-layout: fixed;
}

.tb_list-notice .col-1 { width: 25%; }
.tb_list-notice .col-2 { width: auto; }
/*.tb_list-notice .col-3 { width: 50%; }*/
.tb_list-notice .col-2 .cont { padding: 0 0 1rem; }

.tb_list-notice caption .title {
    line-height: 29px;
}
.tb_list-notice caption .select {
    float: none;
    margin-bottom: 0;
}

.tb_list-notice td {
    vertical-align: top;
}

.tb_list-notice tbody td {
    border-bottom: 1px solid #E1E1E1;
}
.tb_list-notice tbody tr:last-child td {
    border: none;
}
.tb_list-notice h3 {
    font-size: 16px;
    margin-bottom: .5rem;
}
.tb_list-notice th,
.tb_list-notice td,
.tb_list-notice p {
    line-height: 1.5;
}
.tb_list-notice .highlight {
    background-color: #fbf5f3;
    color: #db3e00;
}