/* **** 覆写公共样式 **** */

.moduleContent{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

/* 2022年终特别策划 */
.fp-watermark{
    display: none;
}
.contentBox {
    margin: 80px auto;
}
/* banner */
.sectionBg1{
    background: url(img/home/sectionBg1.png) center center no-repeat;
    background-size: cover;
}
.kvImg{
    width: 1020px;
    margin: 0 auto;
}

/* 关键词 */
.sectionBg2{
    position: relative;
    background: url(img/home/keywordBg1.png) top right no-repeat, url(img/home/keywordBg2.png) bottom center no-repeat, linear-gradient(180deg,#eff6ff, #ccf3ff);
}
.keywordContentBox{
    position: relative;
}
.keywordContentBox .moduleTitleBox{
    position: absolute;
    top: 0;
    left: 0;
}
.keywordContentBox .moduleContent{
    align-items: flex-start;
}
.keywordText{
    width: 180px;
    height: 180px;
    margin-top: 162px;
    font-size: 140px;
    line-height: 170px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: url(img/home/keywordBg.png) center center no-repeat;
    background-size: cover;
}
.keywordDescBox{
    position: relative;
    width: 818px;
    padding: 48px 48px;
    box-sizing: border-box;
    background: url(img/home/keywordBgIcon1.png) bottom left no-repeat, url(img/home/keywordBgIcon2.png) bottom -12px right no-repeat, linear-gradient(180deg,rgba(30,201,255,0.50), rgba(30,201,255,0.00));
    background-size: auto, auto;
    border: 2px solid #1ec9ff;
}
.keywordDesc{
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
.seeMoreLink{
    width: 120px;
    height: 36px;
    margin: 36px 0 0;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(270deg,#00009d, #0e00ff);
    border: 1px solid rgba(0,0,0,0.00);
    border-radius: 4px;
}

/* 年度大事件 */
.sectionBg3{
    position: relative;
    background: url(img/home/bigEventBg1.png) bottom 40px left no-repeat, url(img/home/bigEventBg2.png) bottom 40px right no-repeat, linear-gradient(180deg,#00009d, #000070);
}
.bigEventContentBox{
    position: relative;
    margin-top: 180px;
}
.bigEventContentBox .moduleTitleBox {
    position: fixed;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 340px;
    width: 520px;
}
.bigEventContentBox .moduleTitleCn{
    justify-content: flex-end;
    color: #FFFFFF;
}
.bigEventContentBox .moduleTitleCn::after{
    left: auto;
    right: -84px;
    background: url(img/titleIcon_3.png) center center no-repeat;
    background-size: 100%;
}
.bigEventContentBox .moduleTitleEn{
    color: #FFFFFF;
}
.bigEventContentBox .moduleTitleLineBox {
    justify-content: flex-end;
}
.bigEventContentBox .moduleTitleLine{
    background: linear-gradient(270deg,#00009d, #1ec9ff);
}
.bigEventContentBox .moduleTitleDesc{
    margin-top: 30px;
    text-align: right;
}
.bigEventContentBox .moduleContent{
    align-items: flex-start;
}

.bigEventRight{
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 340px;
    margin-top: 294px;
}
.bigEventItem{
    width: 640px;
    padding: 28px 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
    background: linear-gradient(180deg,rgba(30,201,255,0.50), rgba(30,201,255,0.00));
    border: 2px solid #1ec9ff;
}
.bigEventTitle{
    margin-bottom: 20px;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 700;
}
.bigEventDesc{
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: .8;
}
.relatedArticleBox{
    margin-top: 36px;
}
.relatedArticleLabel{
    margin-bottom: 20px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}
.relatedArticleLink{
    padding-left: 32px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFFFFF;
    background: url(img/home/relatedArticleIcon1.png) left center no-repeat;
    background-size: 20px 20px;
}
.relatedArticleLink:not(:last-child){
    margin-bottom: 20px;
}
.relatedArticleLink:hover{
    opacity: .8;
}
.videoItem{
    width: 520px;
    background: #0e00ff;
}
.videoItem:not(:last-child){
    margin-bottom: 24px;
}
.videoCoverBox{
    position: relative;
    width: calc(100% - 16px);
    height: 272px;
    overflow: hidden;
    border: 8px solid #0e00ff;
}
.videoMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10;
}
.duration {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 48px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    opacity: 0.6;
    background: #000000;
}
.videoMask.playIcon_1{
    background: url(img/home/playIcon_1.png) center center no-repeat;
}
.videoMask.playIcon_5{
    background: url(img/home/playIcon_5.png) center center no-repeat;
}
.videoMask:hover ~ .coverImg {
    transform: scale(1.2);
    transition: all .8s;
}
.coverImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoInFo{
    padding: 20px 20px;
    box-sizing: border-box;
}
.videoTitle{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    cursor: pointer;
}
.videoDesc{
    -webkit-line-clamp: 2;
    min-height: 56px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: .8;
}
.videoLink{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
}

/* 高层展望 */
.sectionBg4{
    position: relative;
    background: url(img/home/keywordBg1.png) top right no-repeat, url(img/home/guestBg2.png) bottom left no-repeat, linear-gradient(180deg,#eff6ff, #ccf3ff);
}
.futureContentBox{
    position: relative;
    margin: 136px auto 0;
    z-index: 10;
}
.futureContentBox .moduleTitleBox{
    position: absolute;
    top: 0;
    left: 0;
}
.futureContentBox .moduleContent{
    align-items: flex-end;
}
.futureLeft{
    margin-top: 200px;
}
.guestBox{
    width: 636px;
    height: auto;
    background: linear-gradient(180deg,rgba(30,201,255,0.50), rgba(30,201,255,0.00));
    border: 2px solid #1ec9ff;
}
.guestItem{
    width: 100%;
    height: 100%;
}
.guestAvatarBox{
    justify-content: space-between;
    padding: 20px 36px;
    box-sizing: border-box;
    background: url(img/home/guestBg1.png) center center no-repeat;
    background-size: cover;
}
.guestAvatar{
    width: 112px;
    height: 112px;
    font-size: 12px;
    background: rgba(0,0,0,0.00);
    border: 4px solid #0e00ff;
    border-radius: 100%;
}
.guestInFoBox{
    /* padding: 36px 36px; */
    padding: 20px 36px 56px;
    box-sizing: border-box;
}
.guestName{
    /* margin-bottom: 20px;
    font-size: 40px; */
    margin-bottom: 16px;
    font-size: 32px;
    color: #000000;
    font-weight: 800;
}
.guestJob{
    /* margin-bottom: 32px;
    font-size: 20px; */
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}
.guestTestimonials{
    /* -webkit-line-clamp: 3; */
    /* font-size: 16px;
    line-height: 32px; */
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
.guestPaginations{
    justify-content: flex-start;
    bottom: 20px !important;
    padding: 0 36px;
    box-sizing: border-box;
}
.guestPagination{
    width: 16px;
    height: 16px;
    margin-right: 12px;
    opacity: 0.2;
    background: #0e00ff;
}
.guestPagination.active{
    opacity: 1;
}
.guestSwitch{
    width: 36px;
    height: 80px;
    opacity: 0.3;
}
.guestSwitch:hover{
    opacity: 1;
}
.guestNext{
    right: 0;
    background: #0e00ff url(img/home/guestNext.svg) center center no-repeat;
    background-size: 32px 32px;
}
.guestPrev{
    left: 0;
    background: #0e00ff url(img/home/guestPrev.svg) center center no-repeat;
    background-size: 32px 32px;
}
.futureContentBox .videoTitle{
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .contentBox{
        margin: 0 auto;
    }

    /* banner */
    .sectionBg1 {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        width: 7.5rem;
        height: 13.34rem;
        background: url(img/home/mSectionBg1.png) center center no-repeat;
        background-size: cover;
    }
    .kvImg {
        width: 5.76rem;
    }

    /* 关键词 */
    .sectionBg2 {
        padding: 1rem 0 2.69rem;
        box-sizing: border-box;
        background: url(img/home/mKeywordBg1.png) top right no-repeat, url(img/home/mKeywordBg2.png) bottom .2rem center no-repeat,#EFF6FF;
        background-size: 1.69rem, 100%;
    }
    .keywordContentBox .moduleTitleBox {
        position: static;
    }
    .keywordContentBox .moduleTitleCn::after{
        left: -.84rem;
    }
    .keywordContentBox .keyWordColor{
        width: .8rem;
        height: .8rem;
        font-size: .58rem;
        line-height: .8rem;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        background: url(img/home/keywordBg.png) center center no-repeat;
        background-size: cover;
    }
    .keywordDescBox {
        width: 100%;
        padding: .48rem .3rem;
        background: url(img/home/keywordBgIcon1.png) bottom left no-repeat, url(img/home/keywordBgIcon2.png) bottom right no-repeat, linear-gradient(180deg,rgba(30,201,255,0.50), rgba(30,201,255,0.00));
        background-size: .95rem, 1.54rem 1.46rem, auto;
    }
    .keywordDesc {
        font-size: .28rem;
        line-height: .52rem;
        color: #000000;
    }
    .seeMoreLink {
        width: 2.1rem;
        height: .68rem;
        margin: .48rem auto 0;
        font-size: .28rem;
        line-height: .68rem;
    }

    /* 大事件 */
    .sectionBg3{
        padding: 1rem 0 2.69rem;
        box-sizing: border-box;
        background: url(img/home/mBigEventBg2.png) bottom .2rem center no-repeat, linear-gradient(180deg,#00009d, #000070);
        background-size: 100%;
    }
    .bigEventContentBox .moduleTitleBox{
        position: static;
        justify-content: center;
        width: 100%;
        transform: none;
        margin-left: 0;
    }
    .bigEventContentBox .moduleTitleCn {
        justify-content: center;
    }
    .bigEventContentBox .moduleTitleCn::after {
        left: .54rem;
        right: auto;
        background: url(img/titleIcon_2.png) center center no-repeat;
        background-size: 100%;
    }
    .bigEventContentBox .moduleTitleLineBox {
        justify-content: center;
    }
    .bigEventContentBox .moduleTitleDesc {
        margin-top: .28rem;
        text-align: center;
    }
    .bigEventContentBox .moduleContent {
        flex-direction: column-reverse;
    }
    .bigEventLeft,.bigEventRight{
        width: 100%;
    }
    .bigEventRight{
        position: static;
        transform: none;
        margin-left: 0;
        margin-bottom: .68rem;
    }
    .bigEventItem {
        width: 100%;
        padding: .4rem .3rem;
        margin-bottom: .3rem;
    }
    .bigEventTitle {
        margin-bottom: .36rem;
        font-size: .58rem;
        line-height: 1rem;
    }
    .bigEventDesc {
        font-size: .24rem;
        line-height: .4rem;
    }
    .relatedArticleBox {
        margin-top: .48rem;
    }
    .relatedArticleLabel {
        margin-bottom: .36rem;
        font-size: .32rem;
    }
    .relatedArticleLink {
        padding-left: .32rem;
        font-size: .24rem;
        background-size: .2rem .2rem;
    }
    .relatedArticleLink:not(:last-child) {
        margin-bottom: .32rem;
    }
    .relatedArticleLink:hover{
        opacity: 1;
    }
    .bigEventRight {
        margin-top: 0;
    }
    .videoItem {
        width: 6.1rem;
        margin: 0 auto;
    }
    .videoCoverBox {
        width: calc(100% - .16rem);
        height: 3.38rem;
        border: .08rem solid #0e00ff;
    }
    .videoInFo {
        padding: .2rem .2rem;
        font-size: 0;
    }
    .videoTitle {
        margin-bottom: .2rem;
        font-size: .4rem;
        line-height: .6rem;
    }
    .videoDesc {
        min-height: .8rem;
        margin-bottom: .32rem;
        font-size: .24rem;
        line-height: .4rem;
        opacity: 1;
    }
    .videoMask.playIcon_1 {
        background-size: .8rem;
    }
    .videoMask.playIcon_5 {
        background-size: .56rem;
    }
    .duration {
        bottom: 0.08rem;
        left: 0.08rem;
        width: 0.96rem;
        height: 0.4rem;
        line-height: .4rem;
        font-size: .24rem;
    }

    /* 高层展望 */
    .sectionBg4{
        padding: 1rem 0 2.69rem;
        box-sizing: border-box;
        background: url(img/home/mGuestBg2.png) bottom center no-repeat, #EFF6FF;
        background-size: 100%;
    }
    .futureContentBox .moduleTitleBox {
        position: static;
    }
    /* .futureContentBox .moduleTitle.iconLeft::before {
        left: -.2rem;
    } */
    .futureContentBox .moduleContent{
        display: block;
    }
    .futureLeft {
        margin-top: 0;
    }
    .guestBox {
        width: 100%;
    }
    .guestAvatarBox {
        padding: .48rem .3rem;
        background: url(img/home/mGuestBg1.png) center center no-repeat;
        background-size: cover;
    }
    .guestAvatar {
        width: 1.4rem;
        height: 1.4rem;
        border: .04rem solid #0e00ff;
    }
    .guestInFoBox {
        /* padding: .48rem .3rem; */
        padding: .3rem .3rem .8rem;
    }
    .guestName {
        /* margin-bottom: .32rem;
        font-size: .58rem; */
        margin-bottom: .2rem;
        font-size: .48rem;
    }
    .guestJob {
        /* margin-bottom: .48rem;
        font-size: .32rem; */
        margin-bottom: .4rem;
        font-size: .32rem;
    }
    .guestTestimonials {
        -webkit-line-clamp: 4;
        font-size: .28rem;
        line-height: .52rem;
    }
    .guestSwitch{
        display: none;
    }
    .guestPagination {
        width: .24rem;
        height: .24rem;
        margin-right: .12rem;
    }
    .guestPaginations {
        justify-content: center;
        bottom: .4rem !important;
        padding: 0 .3rem;
    }
    .futureRight{
        margin-top: .68rem;
    }
    .futureContentBox .videoList{
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .futureContentBox .videoItem{
        width: 3.35rem;
    }
    .futureContentBox .videoCoverBox{
        height: 1.85rem;
    }
    .futureContentBox .videoTitle{
        -webkit-line-clamp: 2;
        font-size: .24rem;
        line-height: .36rem;
        height: .72rem;
    }
    .futureContentBox .videoItem{
        margin: 0 0;
    }
    .futureContentBox .videoItem:not(:last-child) {
        margin-bottom: 0;
    }
}