﻿.newsList {
    padding: 0;
    margin-bottom: 1em;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
}

    .newsList > * {
        padding: 0;
        border: none;
    }

    .newsList .firstNewsItem {
        position: relative;
        font-size: 0;
        height: 0;
        padding-top: 56.25%;
        overflow: hidden;
    }



        .newsList .firstNewsItem img {
            width: 100%;
            position: absolute;
            top: 50%;
            bottom: 50%;
            transform: translate(0, -50%);
        }

        .newsList .firstNewsItem .mask {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.75) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 90%,rgba(0,0,0,0.75) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 90%,rgba(0,0,0,0.75) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        }

            .newsList .firstNewsItem .mask a {
                display: block;
                height: 100%;
            }

            .newsList .firstNewsItem .mask:hover {
                background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0.65) 100%);
                background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 90%,rgba(0,0,0,0.65) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 90%,rgba(0,0,0,0.65) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#a6000000',GradientType=0 );
            }

    .newsList .firstNewsItemText {
        position: absolute;
        color: #FFFFFF;
        display: block;
        bottom: 0;
        padding: 0.65em 0.5em;
        font-size: 1.375rem;
        z-index: 10;
    }

    .newsList .firstNewsItem span {
        margin-right: 0.5em;
        font-weight: 600;
    }

    .newsList .firstNewsItem time {
        font-size: 12px;
        color: #ffffff;
        display: inline-block;
    }

    .newsList ul {
        border: 1px solid #EEEEEE;
    }

        .newsList ul li {
            padding: 0.375em 0.75em;
            border-bottom: 1px solid #EEEEEE;
        }

            .newsList ul li:last-child {
                border: none;
            }

            .newsList ul li > * {
                line-height: 1.75em;
                color: #000;
            }

            .newsList ul li::before {
                content: none;
            }

            .newsList ul li > time {
                display: block;
                font-size: 0.75em;
                color: #999;
            }

    .newsList .tagList {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 2em;
        overflow: hidden;
        margin: 0.5em auto;
        padding: 0 0.75em;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

        .newsList .tagList::before, .newsList .tagList::after {
            position: absolute;
            content: '';
            width: 97%;
            left: 1.5%;
            height: 50%;
            border: 1px solid #337ab7;
        }

        .newsList .tagList::before {
            top: 0;
            transform: perspective(1em) rotateX(3deg);
            border-bottom: none;
        }

        .newsList .tagList::after {
            bottom: 0;
            transform: perspective(1em) rotateX(-3deg);
            border-top: none;
        }

        .newsList .tagList strong {
            padding: 0 0.5em;
            font-weight: 500;
            line-height: 2em;
            position: relative;
            border-color: #337ab7;
            border-radius: 0;
            white-space: nowrap;
            margin-left: 0;
            position: relative;
            z-index: 1;
            white-space: nowrap;
        }

            .newsList .tagList strong a {
                color: #337ab7;
            }

            .newsList .tagList strong:not(:first-child)::before {
                content: "\2044";
                display: inline-block;
                margin-right: 1em;
                color: #337ab7;
            }


@media only screen and (min-width: 720px) {
    .newsList {
        font-size: 17px;
    }
}
