﻿/* 整個內容方塊 */
.index走馬燈8 {
    
    margin: 0;
}

    /* 內容方塊標題文字 (h2) */
    .index走馬燈8 .blockTitle {
    }

.index走馬燈8 .marqueeList
{
    border : 0 none;
    padding : 0;
    margin : 0;
}

.index走馬燈8 marquee {
}

.index走馬燈8 .eachMarquee {
    display : inline-block;
}

.index走馬燈8 .eachMarquee > * {
    vertical-align : middle;
}

    .index走馬燈8 .pic {
        margin-right : 3rem;
    }

        .index走馬燈8 .pic[src=""] {
            display: none;
        }

    .index走馬燈8 .link {
        font-weight: bold;
        margin-right: 3rem;
    }

    .index走馬燈8 .heading {
        font-weight: bold;
        margin-right: 3rem;
        font-size : 1.5rem;
        display : none;
    }

    .index走馬燈8 .details {
        font-size : 1.5rem;
    }

    .index走馬燈8 .eachMarquee .details:empty {
        display : none;
    }



