@charset "UTF-8";

/* 首頁區塊 */
.home-block .content {
    border-radius: 10px;
}

/* 最新消息 */
.news:not(:last-child) {
    border-bottom: 2px #a6d9f1 dashed;
}
.news .date {
    color: #e0ab70;
}