﻿/* 整個內容方塊 */
.index傳媒報道7 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
    
    
}

    /* 內容方塊標題文字 (h2) */
    .index傳媒報道7 .blockTitle {
        text-align: center;
    }

        .index傳媒報道7 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index傳媒報道7 .blockTitle a {
        }

    /* 報道容器，每個報道都放在裡面 */
    .index傳媒報道7 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

    .index傳媒報道7 .elementContainer {
    }

    .index傳媒報道7 .eachPressRelease {
    }

    .index傳媒報道7 .innerShell {
        border-bottom: var(--r-el-border-bottom, solid 1px #dddddd);
        padding: var(--r-el-padding, 1rem);
    }

    .index傳媒報道7 .glide .innerShell {
        padding: 0;
        border-bottom: none 0;
    }

.index傳媒報道7 .row
{
    display : flex;
    flex-direction : row;
    flex-wrap : nowrap;
    justify-content : space-between;
    align-items : baseline;
}

    .index傳媒報道7 .glide .row {
        display: block;
    }

    .index傳媒報道7 .date {
        font-size: var(--r-smaller-font, 0.8rem);
        flex-grow : 0;
        flex-shrink : 0;
    }

    .index傳媒報道7 .company {
        font-size: var(--r-smaller-font, 0.8rem);
        flex-grow : 0;
        flex-shrink : 0;
        text-align : right;
    }

    .index傳媒報道7 .headingLink {
        display: block;
        font-weight: var(--r-heading-font-weight, 700);
        font-size: var(--r-heading-font-size, 1.2em);
    }

    .index傳媒報道7 .more {
        text-align: right;
        font-weight: 700;
        font-size: 1.5em;
        margin-right: 2em;
        font-style: italic;
        line-height: 2;
    }

@media (max-width:480px) {
    .index傳媒報道7 .row {
        display: block;
    }

    .index傳媒報道7 .eachPressRelease {
        display: none;
    }

        .index傳媒報道7 .eachPressRelease:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .index傳媒報道7 .eachPressRelease {
        display: none;
    }

        .index傳媒報道7 .eachPressRelease:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index傳媒報道7 .eachPressRelease {
        display: none;
    }

        .index傳媒報道7 .eachPressRelease:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index傳媒報道7 .eachPressRelease {
        display: none;
    }

        .index傳媒報道7 .eachPressRelease:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}
