﻿/* 整個內容方塊 */
.index最新消息13 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題 */
    .index最新消息13 .blockTitle {
    }

        /* 內容方塊標題超連結 */
        .index最新消息13 .blockTitle a {
        }

    /* 最新消息容器，每個最新消息都放在裡面 */
    .index最新消息13 .loopElementList {
        height : 600px;   /*--- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

/*單一最新消息*/
.index最新消息13 .eachNews {
    border-bottom: solid 1px #dddddd;
    padding: 1rem;
    display : block;
}

    /*標題文字*/
    .index最新消息13 .heading {
        font-weight: 700;
        margin-bottom : 1rem;
    }

/*小圖示*/
    .index最新消息13 .newIcon {
      width : 2rem;
      height : auto;
    }
    
/*日期*/
    .index最新消息13 .date {
        font-size: 0.8rem;
    }

@media (max-width: 480px) {

}
@media (min-width: 481px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (min-width: 980px) and (max-width:1199px) {

}
@media (min-width: 1200px) and (max-width:1919px) {
}
@media (min-width: 1920px) {
}
