.main-container h1 {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    margin: 5% auto;
    padding: 0;
    color: #222222;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .main-container h1 {
        letter-spacing: 1px;
        font-size: 16px;
    }
}

.news-area {
    display: block;
    width: 100%;
    max-width: 780px;
    min-height: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .news-area ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .news-area ul li {
            display: block;
            margin: 0;
            padding: 20px 0 20px 10px;
            font-size: 14px;
            color: #222222;
            list-style-type: none;
            border-top: 1px solid #e8e8e8;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .news-area ul li:last-child {
                padding: 20px 0 20px 10px;
            }

.news-date {
    display: table-cell;
    padding: 0 20px 0 0;
    font-size: 14px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    color: #707070;
}

    .news-date span {
        display: inline-block;
        width: 95px;
        vertical-align: middle;
    }

    .news-date label {
        display: inline-block;
        width: 110px;
        font-size: 15px;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        color: #ffffff;
        padding: 3px 0;
        margin: 0;
        border-radius: 15px;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .news-date label.label-event {
            background-color: #4c4c4c;
        }

        .news-date label.label-notice {
            background-color: #3a6bae;
        }

        .news-date label.label-csr {
            background-color: #588236;
        }

.news-list-content {
    display: table-cell;
    vertical-align: middle;
    max-width: 530px;
}

    .news-list-content a:visited, .news-list-content a {
        font-size: 15px;
        color: #222222;
        text-decoration: none;
    }

        .news-list-content a:hover {
            color: #3c9fe4;
            text-decoration: underline;
        }

@media screen and (max-width: 800px) {
    .news-date {
        width: 150px;
        padding: 0 5px 0 0;
    }

        .news-date span {
            display: inline-block;
            width: 85px;
            font-size: 13px;
        }

        .news-date label {
            width: 60px;
            font-size: 13px;
        }

    .news-area ul li {
        padding: 15px 10px;
    }

        .news-area ul li:last-child {
            padding: 15px 10px;
        }

    .news-area {
        min-height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .news-list-content a:visited, .news-list-content a {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .news-list-content a:visited, .news-list-content a {
        display: block;
        height: 2.6em;
        line-height: 1.4;
        overflow: hidden;
        word-break: normal;
        text-overflow: ellipsis;
    }
}

.aside-container {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 7% auto;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.aside-title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 55px 0;
    color: #222222;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 130%;
}

.aside-date {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    color: #999999;
}

    .aside-date label {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 3px 0 0;
    }

    .aside-date span {
        display: inline-block;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 0 5px;
    }

.aside-content {
    display: block;
    width: 100%;
    height: auto;
    color: #777777;
    letter-spacing: 1px;
    line-height: 190%;
    margin: 60px 0;
}

aside-content p {
    margin-bottom: 0;
}

aside-content figure img {
    max-height: auto;
    max-width: 100%;
}

.aside-content a:link {
    color: #3c9fe4;
    text-decoration: none;
    border-bottom: 1px solid #3c9fe4;
    font-size: 17px;
}

.aside-content a:visited {
    color: #222222;
}

.aside-content a:hover {
    color: #222222;
    border-bottom: 1px solid #222222;
}

.aside-content strong, .aside-content b {
    color: #333333;
}

.note {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 13px;
    margin: 15px 0;
}

.aside-pic {
    display: block;
    width: auto;
    max-width: 760px;
}

@media screen and (max-width: 865px) {
    .aside-container {
        width: 90%;
    }

    .aside-title {
        font-size: calc( 1rem + 2.5vw - 8px );
        margin: 0 0 5% 0;
    }

    .aside-date {
        margin: 0 0 5% 0;
    }
}

@media screen and (max-width: 700px) {
    .aside-pic {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .aside-container {
        width: 88%;
    }

    .aside-title {
        font-size: 20px;
    }

    .aside-content {
        margin: 30px 0;
        line-height: 160%;
    }
}

.page-active {
    margin: 5% auto;
}

.news-video {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 5% 0;
    text-align: center;
}

    .news-video iframe {
        display: block;
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

@media screen and (max-width: 768px) {
    .news-video iframe {
        height: 360px;
    }
}

@media screen and (max-width: 640px) {
    .news-video iframe {
        height: 314px;
    }
}

@media screen and (max-width: 480px) {
    .news-video iframe {
        height: 234px;
    }
}
