﻿.pressReleaseList
{
    margin-bottom : 50px;
    margin-top : 1.5rem;
}

.articleList {
    width: 100%;
    border-collapse: collapse;
}

    .articleList > thead {
        color: #FFFFFF;
        font-weight: 900;
    }

    .articleList > thead > tr {
    }

    .articleList td {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .articleList > thead > tr > td {
    }

    .articleList > thead .date {
        width : 200px;
    }

    .articleList > thead .caption {
        text-align: left
    }

    .articleList > thead .company {
    }

    .articleList > tbody > tr {

    }

    .articleList > tbody tr:hover{

    }

    .articleList > tbody .date {
    }

    .articleList > tbody .caption {
        text-align: left
    }

    .articleList > tbody .company {
        position:relative;
    }

/* Responsive ==================================================================================== */

@media screen and (max-width: 600px) {
    .articleList {
        border: 0;
    }

        .articleList thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        /* 影片列表的內容行 */
        .articleList > tbody > tr {
            border-bottom: 1px solid #ddd;
            display: block;
            padding: 10px;
        }

            .articleList > tbody > tr:hover {
            }

        .articleList td {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        /* 影片列表的編號方格 */
        .articleList > tbody .date {
            text-align: left;
            display: block;
            font-size : 0.8em;
        }

        /* 影片列表的影片名稱方格 */
        .articleList > tbody .caption {
            text-align: left;
            display: block;
        }

        /* 影片列表的公佈日期方格 */
        .articleList > tbody .company {
            text-align: left;
            display: block;
            font-size: 0.8em;
        }

        .articleList td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            margin-right: 1rem;
        }

        .articleList td:last-child {
            border-bottom: 0;
        }
}





