﻿#main {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navigation {
    height: 40px;
    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: 14px;
    line-height: 1.5;
}
.article-link, .article-detail-title {
    color: inherit;
}

.f0 {
    font-family: 'Merriweather', serif;
    font-weight: bolder;
}
.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;
    }
    .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-bottom: 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;
}
.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: 20px;
    padding-top: 20px;
    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;
}
.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-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ed1c24;
    margin-left: 5px;
}