﻿
#main {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navigation {
    height: 38px;
    line-height: 25px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.mb2 {
    margin-bottom: 20px;
}

.breadcrumb li:first-child {
    margin-left: 0;
    font-size: 20px;
    color: #000;
}

.breadcrumb li {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #666;
}

    .breadcrumb li:first-child h1 {
        font-weight: bold;
        font-size: inherit;
        color: inherit;
    }

    .breadcrumb li:first-child a::after {
        content: '';
        height: 18px;
        width: 4px;
        background: #d7d7d7;
        display: inline-block;
        margin-left: 15px;
        position: relative;
        top: 2px;
    }

    .breadcrumb li:nth-child(2) {
        margin-left: 15px;
    }

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

.bx-grid-body {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 20px;
}

.col-left, .colLeft {
    width: 824px;
}

mb2 {
    margin-bottom: 20px;
}

.bx-list-cover .article:first-child {
    margin: 0;
    padding-top: 0;
    border-top: 0;
    width: 100%;
    background: #ededed;
}

.bx-list-cover .article {
    width: 261px;
    float: left;
    margin: 20px 0 0 20px;
}

    .bx-list-cover .article:first-child .article-image {
        width: 540px;
        float: left;
        margin: 0 20px 0 0;
    }

.article-image, .article-image-cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

    .article-image::before, .article-image-cover::before {
        padding-top: 56.25%;
        content: '';
        display: block;
    }

    .article-image img, .article-image-cover img {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
    }

.bx-list-cover .article:first-child .article-title {
    font-size: 20px;
    margin: 20px 15px 10px 0;
}

.bx-list-cover .article-title {
    font-size: 16px;
}

.article-title {
    font-size: 15px;
    line-height: 1.5;
}

.bx-mostread-detail .article-title {
    margin-top: 0;
}

.article-link, .article-detail-title {
    color: inherit;
}

.bx-list-cover .article-desc {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-right: 15px;
}

.article-desc {
    font-size: 14px;
    color: #666;
}

.bx-list-cover .article:nth-child(2) {
    margin-left: 0;
    clear: both;
}

.bx-list-cover .article:not(:first-child) .article-desc {
    display: none;
}

.bx-grid-list {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 20px;
}

.bx-list {
    width: 500px;
}

    .bx-list .article:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .bx-list .article {
        width: 100%;
        float: left;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e1e1e1;
    }

    .bx-list .article-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .bx-list .article-image {
        width: 200px;
        float: left;
        margin: 0 20px 0 0;
    }

    .bx-list .article-desc {
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

.mb-date {
    width: 155px;
    display: none;
    height: 30px;
    background: url(/Content/img/ico-calendar.png) 130px 4px no-repeat;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

#mb-fi {
    width: 130px;
    height: 28px;
    line-height: 28px;
    border: 0;
    padding: 0 5px;
}

.mb-pagin {
    text-align: center;
}

    .mb-pagin span {
        background: #ec2226 !important;
        color: #fff !important;
    }

    .mb-pagin span, .mb-pagin a {
        display: inline-block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #e1e1e1;
        padding: 0 11px;
        margin: 3px;
        border-radius: 2px;
        color: #105CB6;
    }

        .mb-pagin span:first-child {
            display: none;
        }

        .mb-pagin a:hover {
            background: #ec2226;
            color: #fff;
        }

.bx-list-item {
    width: 300px;
}

.bx-list-child {
    background: #f4f6fa;
    padding: 20px;
}

.bx-cat {
    margin-bottom: 20px;
}

.bx-list-child .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}

.bx-list-child .bx-cat-name {
    position: relative;
    height: auto;
}

.bx-cat-name {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #ed2227;
    margin: 0;
}

.bx-list-child .bx-cat-link {
    line-height: inherit;
    bottom: 0;
}

.bx-cat-link {
    color: inherit;
    display: inline-block;
    line-height: 16px;
    padding-right: 2px;
    position: relative;
    bottom: 3px;
    font-weight: bold;
}
.mb-pagin {
    padding: 30px 0 0 0;
}
.bx-list-child .article {
    width: 100%;
    float: left;
}

    .bx-list-child .article:first-child .article-title {
        font-size: 16px;
    }

.bx-list-child .article-desc {
    display: none;
}

.bx-list-child .article:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}

    .bx-list-child .article:not(:first-child) .article-image {
        display: none;
    }

.col-right, .colRight {
    width: 300px;
}

.bx-mostread-detail .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}
.article-detail-similar {
    margin-top: 20px;
}

.bx-mostread-detail .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-mostread-detail .article {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

.bx-mostread-detail .article-image {
    width: 130px;
    float: left;
    margin: 0 20px 0 0;
}

.icoPhoto, .icoVideo, .icoVote, .icoComment {
    font-size: 14px;
    font-weight: normal;
    color: #ed1c24;
    margin-left: 5px;
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

@media (max-width: 970px) {
    .main-body {
        padding: 0 10px;
    }

    .bx-grid-body {
        grid-template-columns: auto;
        grid-column-gap: 0;
    }

    .bx-list-cover .article:first-child {
        background: #ffffff;
    }

        .bx-list-cover .article:first-child .article-image {
            width: 100%;
            margin: 0;
        }

    .col-left, .colLeft {
        width: 100%;
        min-width: 100% !important;
    }

    .bx-list-cover .article:first-child .article-title {
        margin: 0;
    }

    .bx-list-cover .article-desc {
        display: none;
    }

    .bx-list-cover .article {
        width: 100%;
        margin: 0;
    }

    .article-image, .article-image-cover:nth-of-type(n+2) {
        float: left;
        width: 40%;
        margin-right: 10px;
    }

    .bx-list-cover .article-title {
        margin-top: 0;
    }

    .bx-list-cover .article {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px !important;
    }

    .bx-grid-list {
        grid-template-columns: auto;
        grid-column-gap: 0;
    }

    .bx-list {
        width: 100%;
    }

        .bx-list .article-title {
            font-size: 16px;
            float: right;
            width: 57%;
        }

        .bx-list .article {
            width: 100%;
        }

        .bx-list .article-image {
            width: 40%;
            float: left;
            margin: 0 10px 0 0;
        }

        .bx-list .article-desc {
            display: none;
        }

    .bx-list-item {
        display: none;
    }

    .colRight {
        display: none;
    }

    .bx-list-cover {
        margin-bottom: 0;
    }

    .bx-list .article {
        margin-top: 10px;
        padding-top: 10px;
    }

    .bx-list-item {
        width: 100%;
    }

    .bx-list-child .article:first-child .article-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bx-list-child {
        padding: 5px;
    }

        .bx-list-child .bx-cat-title {
            margin-bottom: 15px;
        }

    .zone-container-2 .article-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bx-mostread-detail .article-image {
        width: 40%;
        margin: 0 10px 0 0;
    }

    .main-body {
        padding: 0 10px;
    }

    .bx-grid-body {
        grid-template-columns: 1fr;
    }

    .mb2 {
        margin-bottom: 0;
    }

    .post-left-container .article-detail-similar {
        margin-top: 20px;
    }

    .article-detail-similar .article-image {
        width: 40%;
        margin: 0 10px 0 0;
    }

    .article-detail-similar .article {
        margin-top: 10px;
        padding-top: 10px;
    }

    .col-left, .colLeft {
        width: 100%;
    }
    .siteCenter {
        width: 100%;
        margin: 0 auto;
    }
    .article-desc {
        display: none !important;
    }

}
