﻿/* 整個內容方塊 */
.index校園快訊12 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題文字 (h2) */
    .index校園快訊12 .blockTitle {
        text-align: center;
    }

        .index校園快訊12 .blockTitle h2 {
        }

        /* 內容方塊標題超連結 */
        .index校園快訊12 .blockTitle a {
        }

    /* 活動容器，每個活動都放在裡面 */
    .index校園快訊12 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

        .index校園快訊12 .elementContainer {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: stretch;
            padding: var(--r-container-padding, 1em);
        }

    .index校園快訊12 .glide .glide__slide {
        border: none 0;
        padding: 0;
        border-radius: 0;
    }

    .index校園快訊12 .eachPublication {
        width: 200px;
        height: 300px;
        background-repeat : repeat-y;
        background-size: contain;
        background-position: top center;
        margin : 1em auto;
    }

    .index校園快訊12 .innerShell {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .index校園快訊12 .eachPublication .textBlock {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background-color: rgba(255,255,255,0.9);
            padding: 5px;
        }

        .index校園快訊12 .eachPublication .name {
            font-weight: var(--r-heading-font-weight, 700);
            font-size: var(--r-heading-font-size, 1.2em);
        }

    .index校園快訊12 .eachPublication .itemTitle
    {

    }

        .index校園快訊12 .eachPublication .publishDate {
            font-size: var(--r-smaller-font, 0.8rem);
        }

        .index校園快訊12 .eachPublication .link {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top : 0;
            z-index : 1;
        }

    .index校園快訊12 .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校園快訊12 .eachPublication {
        display: none;
    }

        .index校園快訊12 .eachPublication:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .index校園快訊12 .eachPublication {
        display: none;
    }

        .index校園快訊12 .eachPublication:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .index校園快訊12 .eachPublication {
        display: none;
    }

        .index校園快訊12 .eachPublication:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 980px) and (max-width:1199px) {
    .index校園快訊12 .eachPublication {
        display: none;
    }

        .index校園快訊12 .eachPublication:nth-child(-n+8) {
            display: block;
        }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}
