﻿/* 整個內容方塊 */
.index走馬燈15 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題文字 (h2) */
    .index走馬燈15 .blockTitle {
    }

        /* 內容方塊標題超連結 */
        .index走馬燈15 .blockTitle a {
        }

    /* 最新消息容器，每個最新消息都放在裡面 */
    .index走馬燈15 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

    .index走馬燈15 .elementContainer {
        padding: var(--r-container-padding, 1em);
    }

.index走馬燈15 marquee {
}

.index走馬燈15 .eachMarquee {
    display : inline-block;
    margin-right : 5em;
}

.index走馬燈15 .eachMarquee > * {
    vertical-align : middle;
}

    .index走馬燈15 .pic {
        margin-right : 3rem;
        max-height : 3em;
    }

        .index走馬燈15 .pic[src=""] {
            display: none;
        }

    .index走馬燈15 .link {
        font-weight: bold;
        margin-right: 3rem;
    }

    .index走馬燈15 .heading {
        font-weight: bold;
        margin-right: 3rem;
    }

    .index走馬燈15 .details {
        font-size: var(--r-smaller-font, 0.8rem);
    }

    .index走馬燈15 .eachMarquee .details:empty {
        display : none;
    }
