/* **** 覆写公共样式 **** */

/* **** banner **** */
.banner {
    box-sizing: border-box;
    height: 1000px;
    background: url(img/bg1.jpg) center center no-repeat;
}
.sloganImg {
    margin: 100px auto 0px;
}
.downArrow {
    animation: slideDown 0.8s linear infinite alternate;
}
@keyframes slideDown {
    0% {
        bottom: 100px;
    }
    100% {
        bottom: 65px;
    }
}
/* **** 年度关键字 **** */
.keyword {
    box-sizing: border-box;
    height: 1000px;
    background: url(img/bg2.jpg) center center no-repeat;
}
.keywordBox {
    font-size: 0px;
}
.keywordLeft, .videoCoverImg {
    display: inline-block;
    vertical-align: bottom;
}
.keywordLeft {
    width: 560px;
    margin-right: 55px;
}
.videoCoverImg {
    width: calc(100% - 615px);
}
.keywordCaptionImg {
    margin-bottom: 50px;
}
.keywordDesc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
}
.keywordDesc:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.relatedArticleBox {
    margin-top: 56px;
}
.relatedArticleTitleBox {
    margin-bottom: 24px;
}
.replatedCaption {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: bold;
}
.relatedCaptionEn {
    opacity: 0.3;
    font-size: 20px;
    color: #000000;
}
.moreRelatedLink {
    width: 105px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    background-color: #1044B9;
    color: #ffffff;
}
.keyword .relatedArticleLink {
    margin-bottom: 24px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #1044B9;
}
.keyword .relatedArticleLink::before {
    width: 16px;
    height: 16px;
    left: 0px;
    top: 3px;
    border: 3px solid #aaaaaa;
}
.keyword .relatedArticleLink:hover {
    color: var(--themeColor);
}
.videoCoverImg {
    box-shadow: -20px 20px 30px 0px rgba(0,0,0,0.16); 
    cursor: pointer;
}

/* **** 年度热词 **** */
.hotword {
    padding-bottom: 160px;
    background: url(img/bg3.jpg) center center no-repeat;
    background-attachment: fixed;
    color: #ffffff;
}
.hotColumn {
    width: 550px;
}
.hotColumnLeft {
    margin-right: 96px;
}
.hotwordCaptionImg {
    margin-bottom: 50px;
}

/* **** 高层展望 **** */
.outlook {
    box-sizing: border-box;
    display: flex;
    height: 1000px;
    align-items: center;
    background: url(img/bg4.jpg) center center no-repeat;
}
.outlookBox {
    font-size: 0px;
}
.outlookLeft, .videoCoverImg {
    display: inline-block;
    vertical-align: middle;
}
.outlookLeft {
    width: 560px;
    margin-right: 55px;
}
.outlookCaptionImg {
    margin-bottom: 50px;
}
.outlookDesc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
}
.wavePoint {
    width: 275px;
    height: 110px;
    margin-top: 120px;
    background-image: radial-gradient(var(--themeColor) 30%, transparent 0);
    background-size: 10px 10px;
}
/* **** 高层展望2评论 **** */
.evaluate {
    background: url(img/bg5.jpg) center center no-repeat;
}
.photos {
    margin-bottom: 50px;
}
.photo {
    /* width: 170px; */
    width: auto;
    height: 170px;
}
.evaluateCardItem {
    width: 510px;
    margin-right: 110px;
}
.evaluateCardItem:last-child {
    margin-right: 0px;
}
.evaluateCardCaption {
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    border-left-width: 16px;
    text-indent: -8px;
    color: #ffffff;
}
.evaluateCardDesc {
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}
.goOutlookLink {
    width: 160px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    background-color: #ffffff;
    color: #000000;
}
.goOutlookLink:hover {
    background-color: var(--themeColor);
}

/* **** 视频弹窗 **** */
.winVideoBox {
    width: 960px;
    height: auto;
    background-color: transparent;
}
.winVideo {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    /* **** banner **** */
    .banner {
        height: 100%;
        background: url(img/mBg1.jpg) top center no-repeat;
        background-size: auto 100%;
    }
    .mSloganImg {
        width: 5.25rem;
        margin: 3rem auto 0px;
    }
    @keyframes slideDown {
        0% {
            bottom: 1rem;
        }
        100% {
            bottom: 0.6rem;
        }
    }

    /* **** 年度关键字 **** */
    .keyword {
        height: auto;
        /* padding-top: 1rem; */
        background: url(img/mBg2.jpg) center center no-repeat;
    }
    .keywordLeft, .videoCoverImg {
        display: block;
        width: 100%;
    }
    .keywordLeft {
        margin: 0px 0px 0.7rem;
    }
    .mKeywordCaptionImg {
        width: 5.4rem;
        margin-bottom: 0.7rem;
    }
    .keywordDesc {
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.52rem;
    }
    .relatedArticleBox {
        margin-top: 0.7rem;
    }
    .relatedArticleTitleBox {
        margin-bottom: 0.48rem;
    }
    .replatedCaption {
        margin-bottom: 0.24rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
    }
    .relatedCaptionEn {
        font-size: 0.28rem;
        line-height: 0.3rem;
    }
    .moreRelatedLink {
        width: 1.8rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .keyword .relatedArticleLink {
        margin-bottom: 0.36rem;
        padding-left: 0.4rem;
        font-size: 0.28rem;
    }
    .keyword .relatedArticleLink::before {
        width: 0.2rem;
        height: 0.2rem;
        top: 0.1rem;
        border-width: 2px;
    }

    /* **** 年度热词 **** */
    .hotword {
        padding-bottom: 1.3rem;
        background: url(img/mBg3.jpg) top center no-repeat;
        background-attachment: fixed;
        background-size: auto 100%;
    }
    .hotColumn {
        width: 100%;
        margin: 0px;        
    }
    .mHotwordCaptionImg {
        width: 5.4rem;
        margin-bottom: 0.7rem;
    }

    /* **** 高层展望 **** */
    .outlook {
        height: auto;
        background: url(img/mBg2.jpg) center center no-repeat;
    }
    .outlookLeft {
        display: block;
        width: 100%;
        margin: 0px 0px 0.7rem;
    }
    .mOutlookCaptionImg {
        width: 5.4rem;
        margin-bottom: 0.7rem;
    }
    .outlookDesc {
        margin-bottom: 0px;
        font-size: 0.28rem;
        line-height: 0.52rem;
    }

    /* **** 高层展望2评论 **** */
    .evaluate {
        background: url(img/mBg4.jpg) top center no-repeat;
        background-attachment: fixed;
        background-size: auto 100%;
    }
    .photos {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.6rem;
    }
    .photo {
        width: 25%;
        height: 1.7rem;
    }
    .evaluateCardItem {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 0px 0.3rem;
    }
    .evaluateCardCaption {
        height: 0.6rem;
        font-size: 0.48rem;
        line-height: 0.6rem;
        border-left-width: 8px;
        text-indent: -4px;
    }
    .evaluateCardDesc {
        font-size: 0.28rem;
        line-height: 0.52rem;
    }
    .goOutlookLink {
        width: 2.9rem;
        height: 0.6rem;
        margin-top: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    /* **** 视频弹窗 **** */
    .winVideoBox {
        width: 90%;
    }
}