﻿body {
    background-color: #4A4A4A;
    padding-bottom: 70px;
}

.active-header {
    height: 50px;
    border-bottom: 1px solid #5E5E5E;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .active-header {
        padding: 0 61px;
    }
}

.classify {
    padding: 0px;
}

    .classify #current {
        color: #b4b4b4;
    }

    .classify li {
        line-height: 50px;
        list-style: none;
        float: left;
        margin-right: 21px;
        font-size: 12px;
        color: #7d7d7d;
        cursor: pointer;
    }

        .classify li:last-child {
            margin-right: 0;
        }

@media (min-width: 768px) {
    .classify li {
        margin-right: 51px;
    }
}

@media (min-width: 768px) {
    .main-content {
        padding: 0 61px;
    }
}

.carousel {
    /*margin-bottom: 16px;*/
}

.carousel-control {
    display: none;
}

.carousel-bg {
    width: 100%;
}

.carousel-caption {
    display: flex;
    font-family: Roboto-BoldCondensed;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    line-height: 31px;
    width: 70%;
    top: 15px;
    left: 15px;
    padding: 0;
}

@media (min-width: 768px) {
    .carousel-caption {
        font-size: 28px;
        top: 0;
        bottom: 0;
        left: 30px;
    }
}

.adv {
    height: 100px;
    margin-top: 16px;
    background: #272727;
    line-height: 100px;
    font-family: Roboto-Bold;
    font-size: 32px;
    color: #4a4a4a;
    letter-spacing: -0.5px;
    text-align: center;
}

/* 瀑布流 */
.masonry {
    margin-left: -8px;
    margin-right: -8px;
}

    .masonry .item {
        margin-top: 16px;
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
        cursor: pointer;
        /*min-height: 80px;*/
        /*padding-left: 0px !important;*/
    }

@media (min-width: 768px) {
    .masonry .item {
        /*margin-right: 30px;*/
    }
}

.masonry img {
    z-index: 1;
    width: 100%;
}

.masonry div {
    z-index: 3;
}

.item_classify {
    opacity: 0.6;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
    line-height: 12px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.item_title {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 45px;
}

.item_time {
    font-family: Roboto-Black;
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    position: absolute;
    bottom: 16px;
    right: 35px;
}

.item_content {
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    text-align: left;
    /*width: 100%;*/
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 210px;
    /*bottom: 45px;*/
    bottom: -210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item_selected {
}

    .item_selected::after {
        content: "";
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        bottom: 0;
        background-color: rgba(0,115,255,0.8);
    }

    .item_selected .item_classify {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #0073ff;
        z-index: 4;
        position: absolute;
    }

        .item_selected .item_classify:after {
            content: "";
            display: block;
            position: absolute;
            top: -8px;
            left: -12px;
            background-color: rgba(255,255,255,0.8);
            /*min-width: 82px;*/
            width: calc(100% + 35px);
            height: 30px;
            z-index: -1;
            border-radius: 0px 0px 50px 0px;
        }
/* 瀑布流 */

/* 页脚 */
.active-footer {
    background: #f8f8f8;
    height: 64px;
    position: fixed;
    bottom: 0px;
    margin-left: -15px;
    z-index: 99;
    left: 0px;
    right: 0px;
}

@media (min-width: 768px) {
    .active-footer {
        left: 230px;
    }
}

.follow_us {
    font-family: Calibri-Bold;
    font-size: 12px;
    color: #d2d2d2;
    text-align: left;
    padding: 24px 0px;
}

    .follow_us li {
        float: left;
        list-style: none;
        margin-right: 20px;
    }

        .follow_us li:first-child {
            margin-right: 34px;
        }

        .follow_us li img {
            width: 20px;
            height: 16px;
        }

@media (min-width: 768px) {
    .follow_us {
        padding: 24px;
    }
}

.contact_us {
    font-family: Calibri-Bold;
    font-size: 12px;
    color: #d2d2d2;
    text-align: left;
    padding: 24px 0px;
}

    .contact_us li {
        float: right;
        list-style: none;
        margin-right: 20px;
    }

        .contact_us li a {
            color: #d2d2d2;
        }

        .contact_us li:first-child {
            margin-right: 14px;
        }

        .contact_us li img {
            width: 20px;
            height: 16px;
        }

@media (min-width: 768px) {
    .contact_us {
        padding: 24px;
    }
}
/* 页脚 */
