﻿.news-brief {
    background-color: #fff;
    height: 370px;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 75px;
    cursor: pointer;
}

    .news-brief h2 {
        font-size: 16px;
        height: 35px;
        overflow: hidden;
    }

    .news-brief h3 {
        font-size: 10pt;
        font-weight: 400;
        color: #777;
    }

        .news-brief h3 i {
            margin-right: 5px;
        }

    .news-brief .offset-top-10 {
        height: 175px;
        overflow: hidden;
        color: #555;
    }

    .news-brief .image {
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        width: 260px;
        height: 260px;
    }

    .news-brief .info {
        height: 300px;
        padding: 20px 20px 20px 320px;
    }

    .news-brief .tag {
        height: 20px;
    }

        .news-brief .tag a {
            color: #333;
        }

.info_footer {
    background-color: #efefef;
    height: 70px;
    background-image: url(../images/bg_info_brief.jpg);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

    .info_footer a {
        display: block;
        float: right;
        background-color: #fff;
        width: 120px;
        margin: 15px;
        height: 40px;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
        color: #333;
        text-align: center;
        vertical-align: middle;
        position: relative;
        padding-left: 40px;
        padding-top: 7px;
    }

        .info_footer a img {
            height: 30px;
            position: absolute;
            left: 10px;
            top: 5px;
        }

.recommend h4 {
    font-size: 12pt;
    background-color: #fff;
    text-align: left;
    padding: 5px 20px;
    margin-bottom: 5px;
}

.news-thumb {
    background-color: #fff;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 15px 0;
    border-bottom: 2px solid #999;
    cursor: pointer;
}

    .news-thumb:last-of-type {
        border: none;
    }

    .news-thumb h2 {
        font-size: 16px;
        height: 50px;
    }

    .news-thumb h3 {
        font-size: 10pt;
        font-weight: 400;
        color: #777;
    }

        .news-thumb h3 i {
            margin-right: 5px;
        }

    .news-thumb .image {
        display: block;
        position: absolute;
        left: 0px;
        top: 15px;
        width: 70px;
        height: 70px;
    }

    .news-thumb .info {
        height: 70px;
        padding: 0px 0px 0px 90px;
    }

    .news-thumb .tag {
        height: 20px;
    }

        .news-thumb .tag a {
            color: #333;
        }


.date {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 96px;
    width: 96px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
}

    .date span {
        display: block;
        font-size: 42px;
        font-weight: bold;
        line-height: 55px;
    }

.page_nav {
    text-align: center;
    padding-bottom: 50px;
}

    .page_nav a {
        display: inline-block;
        padding: 10px 20px;
        margin: 10px;
        font-size: 12pt;
        background-color: #B5B6B6;
        color: #811D21;
    }

        .page_nav a.active {
            color: #fff;
            background-color: #811D21;
        }

@media (max-width: 414px) {
    .news-brief {
        height: 150px;
        width: 100vw;
        margin: 1px auto;
    }

        .news-brief .offset-top-10 {
            height: 40px;
            overflow: hidden;
            color: #555;
        }

        .news-brief .image {
            display: block;
            position: absolute;
            left: 10px;
            top: 10px;
            width: 130px;
            height: 130px;
        }

        .news-brief .info {
            height: 130px;
            padding: 10px 10px 10px 150px;
        }

        .news-brief .info_footer {
            display: none;
        }

    .page_nav {
        margin-top: 30px;
    }
}

.news-header {
    background-color: #fff;
    height: 620px;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 50px;
    cursor: pointer;
}

    .news-header.rectangle {
        height: 320px;
    }

        .news-header.rectangle .image {
            height: 220px;
        }

            .news-header.rectangle .image img {
                margin: 0;
                height: 100%;
                padding: 10px;
            }

    .news-header h2 {
        font-size: 16px;
        height: 35px;
        overflow: hidden;
    }

    .news-header h3 {
        font-size: 10pt;
        font-weight: 400;
        color: #777;
    }

        .news-header h3 i {
            margin-right: 5px;
        }

    .news-header .offset-top-10 {
        height: 175px;
        overflow: hidden;
        color: #555;
    }

    .news-header .image {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

        .news-header .image img {
            width: 100%;
            margin-top: calc(250px - 50%);
        }

    .news-header .info {
        height: 120px;
        padding: 10px;
    }

@media (max-width: 414px) {
    .news-header {
        height: 420px;
    }

        .news-header .image {
            height: 300px;
        }

            .news-header .image img {
                margin-top: calc(150px - 50%);
            }
}


.news-miniblock {
    background-color: #fff;
    width: 300px;
    height: 380px;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 0 auto 50px;
    cursor: pointer;
}

    .news-miniblock h2 {
        font-size: 16px;
        height: 35px;
        overflow: hidden;
    }

    .news-miniblock h3 {
        font-size: 10pt;
        font-weight: 400;
        color: #777;
    }

        .news-miniblock h3 i {
            margin-right: 5px;
        }

        .news-miniblock h3 img {
            width: 25px;
            padding: 5px;
        }

    .news-miniblock .image {
        width: 100%;
    }

    .news-miniblock .info {
        height: 100px;
        padding: 10px;
    }

.news-event {
    background-color: #fff;
    height: 110px;
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

    .news-event h2 {
        font-size: 14px;
        height: 30px;
    }


    .news-event h3 {
        font-size: 10pt;
        font-weight: 400;
        color: #777;
    }

        .news-event h3 i {
            margin-right: 5px;
        }

    .news-event .image {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 110px;
        height: 110px;
    }

    .news-event .info {
        height: 110px;
        padding: 10px 10px 10px 120px;
    }

    .news-event .offset-top-10 {
        height: 25px;
        overflow: hidden;
        color: #555;
    }

.paged ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 35px;
    margin-bottom: 2px;
}

.paged li {
    list-style: none;
    display: block;
    float: left;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

    .paged li:first-child {
        width: 33%;
    }

    .paged li:nth-child(2n) {
        width: 33%;
    }

    .paged li:last-child {
        width: 34%;
    }

    .paged li.active {
        background-color: #811D21;
        color: #fff;
    }

    .paged li:last-of-type {
        border-right: none;
    }

.paged .tabpage {
    display: none;
}

.news .info_footer {
    height: 100px;
    margin-top: 20px;
    padding-top: 10px;
    background: none;
    width: 540px;
    border-top: 2px solid #aaa;
}

    .news .info_footer a {
        margin-left: 0;
    }

.news .tag a {
    color: #555;
}

.news .sub {
    padding-top: 10px;
    font-size: 14pt;
    color: #777;
    display: block;
    float: left;
    margin-right: 30px;
    height: 30px;
}

    .news .sub i {
        margin-right: 5px;
    }

.news .fa-map-marker {
    margin-left: 15px;
}

.news .offset-top-20 {
    color: #333;
}

.news .date {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 96px;
    width: 96px;
    background-color: rgba(26, 48, 72, 1);
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
}

    .news .date span {
        display: block;
        font-size: 42px;
        font-weight: bold;
        line-height: 55px;
    }

.news .social a {
    margin-right: 10px;
}

.news .social img {
    height: 30px;
    width: 30px;
}

.news .tagblock {
    display: block;
    background-color: #fff;
    width: 120px;
    height: 40px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    color: #333;
    text-align: center;
    vertical-align: middle;
    position: relative;
    line-height: 40px;
    margin: 40px 0 20px;
}

.news .wrap {
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
}

    .news .wrap input, .news .wrap textarea {
        width: 100%;
        background-color: #fff;
        border: none;
    }

.news td {
    text-align: left;
    padding: 10px 5px 40px;
}
