.banner-video-full {
    text-align: center;
    margin-top: 25px;
}

.fw {
    width: 100%;
}
.siteCenter {
    width: 1144px;
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
#main {
    margin-top: 15px;
    margin-bottom: 15px;
}
.lt {
    display: block;
    float: left;
}

.navigation {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.mb2 {
    margin-bottom: 20px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb li:first-child {
    margin-left: 0;
    font-size: 20px;
    color: #000;
}

.breadcrumb li {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #666;
}

.f3 {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: normal;
}
.breadcrumb li:first-child h1 {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
}
a {
    text-decoration: none;
    border: none;
    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;
}
.bx-list-epaper .article:nth-child(5n+1) {
    margin-left: 0;
    clear: both;
}

.bx-list-epaper .article {
    width: 205px;
    float: left;
    margin: 0 0 30px 29.5px;
}
.article-image-epaper {
    display: block;
    position: relative;
    border: 1px solid #ec2226;
    padding-top: 280px;
    margin-bottom: 15px;
    overflow: hidden;
}
    .article-image-epaper img {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
.article-title {
    font-size: 14px;
    line-height: 1.5;
}
.article-link, .article-detail-title {
    color: inherit;
}

.f0 {
    font-family: 'Merriweather', serif;
    font-weight: bolder;
}
.__MB_ARTICLE_PAGING {
    text-align: center;
}
    .__MB_ARTICLE_PAGING span:first-child {
        display: none;
    }

    .__MB_ARTICLE_PAGING span {
        background: #ec2226;
        color: #fff;
    }

    .__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {
        display: inline-block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #e1e1e1;
        padding: 0 11px;
        border-radius: 2px;
        color: #105CB6;
    }
    .__MB_ARTICLE_PAGING span {
        background: #ec2226;
        color: #fff;
    }
    .__MB_ARTICLE_PAGING a:hover {
        background: #ec2226;
        color: #fff;
    }
@media (max-width: 970px) {
    banner-video-full {
        display: none;
    }
    #main {
        margin-top: 0;
        padding: 0 15px;
    }

    .mb2 {
        margin-bottom: 10px;
    }

    .bx-list-epaper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .bx-list-epaper .article {
            width: calc(50% - 6px); 
            margin: 0 0 15px 0;
        }

            .bx-list-epaper .article:nth-child(5n+1) {
                margin-left: 0;
                clear: none;
            }

    .article-image-epaper {
        padding-top: 140%; 
    }

    .article-title {
        font-size: 13px;
    }
}