/* **** 覆写公共样式 **** */
.nav {
    background-color: rgba(0, 0, 0, 0.8);
}
/* **** 年度关键字内页 相关文章 **** */
.keywordBox {
    margin-top: 80px;
    padding: 80px 0px;
    background: url(img/bg2.jpg) #FCF5ED top center no-repeat;
    background-attachment: fixed;
}
.keywordCaptionImg {
    margin-bottom: 50px;
}
.keywordDesc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}
.relatedArticleBox {
    margin-top: 80px;
}
.relatedArticleTitleBox {
    margin-bottom: 50px;
}
.replatedCaption {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: bold;
}
.relatedCaptionEn {
    font-size: 20px;
    color: #000000;
}
.relatedArticleItem {
    width: 575px;
    margin: 0px 50px 50px 0px;
}
.relatedArticleItem:nth-child(even) {
    margin-right: 0px;
}
.relatedArticleCover {
    width: 210px;
    margin-right: 24px;
}
.relatedArticleCoverImg {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.relatedArticleItemWrap {
    width: calc(100% - 234px);
}
.relatedArticleTitle {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
}
.relatedArticleItemDesc {
    margin-bottom: 15px;
    font-size: 14px;
    /* line-height: 24px; */
    color: #666666;
}
.relatedArticleTime {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    background: url(img/time.png) left center/auto 16px no-repeat;
    color: #aaaaaa;
}

@media screen and (max-width: 750px) {
    /* **** 年度关键字内页 相关文章 **** */
    .keywordBox {
        margin-top: 1rem;
        padding: 0.9rem 0px;
    }
    .mKeywordCaptionImg {
        width: 5.4rem;
        margin-bottom: 0.5rem;
    }
    .keywordDesc {
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.52rem;
    }
    .relatedArticleBox {
        margin-top: 0.6rem;
    }
    .relatedArticleTitleBox {
        margin-bottom: 0.48rem;
    }
    .replatedCaption {
        margin-bottom: 0.24rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
    }
    .relatedCaptionEn {
        opacity: 0.3;
        font-size: 0.28rem;
        line-height: 0.3rem;
    }
    .relatedArticleItem {
        width: 100%;
        margin: 0px 0px 0.6rem;
    }
    .relatedArticleCover {
        width: 2.1rem;
        margin-right: 0.24rem;
    }
    .relatedArticleItemWrap {
        width: calc(100% - 2.34rem);
    }
    .relatedArticleTitle {
        margin-bottom: 0.28rem;
        font-size: 0.32rem;
        line-height: 0.46rem;
    }
    .relatedArticleItemDesc {
        margin-bottom: 0.3rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .relatedArticleTime {
        padding-left: 0.4rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
        background-size: auto 0.32rem;
    }
}