﻿/* 整個內容方塊 */
.index校友及學生成就大圖4 {
}

    /* 內容方塊標題文字 (h2) */
    .index校友及學生成就大圖4 .blockTitle {
        padding: 0 0 0 1rem;
    }

        /* 內容方塊標題超連結 */
        .index校友及學生成就大圖4 .blockTitle a {
        }

/* 比賽容器 */
.index校友及學生成就大圖4 .competitionList
{
    padding : 0;
    margin : 0;
    border : none 0;
}

/*單一比賽*/
    .index校友及學生成就大圖4 .eachCompetition {
        padding: 1rem;
        position : relative;
        text-align : center;
    }

    /*圖片*/
    .index校友及學生成就大圖4 .themePic {
        max-width: 100%;
        width : auto;
        border: 1px solid #fff;
        box-shadow: 0 0 2px rgba(0,0,0,.4);
    }

    /*標題*/
    .index校友及學生成就大圖4 .heading {
        font-weight: 700;
        position : absolute;
        bottom : 0px;
        left : 0px;
        background-color : rgba(23, 23, 19, 0.54);
        color : #FFFFFF;
        text-align: center;
        padding: 10px 20px;
        width : 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
