* {
    margin: 0;
    padding: 0;
}

/* 初始化 */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
table {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei" !important;
}

body a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

img {
    max-width: 100%;
    vertical-align: top;
}

body {
    margin: 0 auto;
    max-width: 1920px;
    overflow-x: hidden;
}

@media (max-width: 1218px) {
    body {
        min-width: inherit;
        overflow-x: hidden;
    }
}

/* header */
.bjcz2024_top-title {
    width: 100%;
    height: 114px;
    background: url(./imgs/top-title.png) no-repeat center;
    /* background: url(/zt_fawcn/uiFramework/commonResource/image/2024041212005435808.png) no-repeat center; */
    background-size: cover;

}

.bjcz2024_banner {
    height: 626px;
    position: relative;
    background: url(./imgs/banner.png) no-repeat center;
    /* background: url(/zt_fawcn/uiFramework/commonResource/image/2024041215443115388.png) no-repeat center; */
    background-size: 100% 626px;
}

.bjcz2024_banner::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(./imgs/banner-line.png);
    /* background: url(/zt_fawcn/uiFramework/commonResource/image/2024041211592865865.png); */
}

.bjcz2024_nav {
    display: block;
    margin-top: -84px;
}

.bjcz2024_nav-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    width: fit-content;
    list-style: none;
    color: #fff;
    border: 2px solid #fff;
    backdrop-filter: blur(224px);
    background: rgba(255, 255, 255, 0.43);
}

.bjcz2024_nav-content>li {
    width: 174px;
    height: 63px;
    line-height: 63px;
    align-content: center;
    align-self: center;
    font-size: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    box-sizing: border-box;
    text-align: center;

}

.bjcz2024_nav-content>li {
    color: #000;
}

.bjcz2024_nav-content>li.active,
.bjcz2024_nav-content>li:hover {
    background-color: #fff;
    color: #6A8DFC;
}

.bjcz2024_nav-content>li>a {
    color: inherit;
    text-decoration: none;
}

.bjcz2024_navBtn {
    display: none;
}


/* 当屏幕小于1218的时候 */
@media screen and (max-width: 1218px) {
    body {
        overflow-x: auto;
    }

    .bjcz2024_top-title {
        background-position: -360px;
    }

    .bjcz2024_nav-content {
        width: 100%;
    }
}


/* 移动端样式 */
@media screen and (max-width: 1218px) {
    .bjcz2024_top-title {
        display: none;
    }

    .bjcz2024_navBtn {
        display: block;
        width: 25px;
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .bjcz2024_banner {
        background-image: url(./imgs/bannerM.png);
        height: 746px;
        background-position: top;
        background-size: 100% 100%;
    }

    .bjcz2024_nav {
        display: none;
        margin-top: 4px;
    }

    .bjcz2024_nav-content {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        background-color: #8595ab;
    }

    .bjcz2024_nav-content>li {
        width: 100%;
        height: 40px;
    }

    .bjcz2024_nav-content>li>a {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        /* color: #fff; */
        border-bottom: 1px dashed #ffffff;
        margin: 0;
        padding: 0;
        font-weight: unset;
    }

}


@media screen and (max-width: 950px) {
    .bjcz2024_banner {
        height: 550px;

    }

    .bjcz2024_navBtn {
        top: 10px;
    }
}




@media screen and (max-width: 730px) {
    .bjcz2024_banner {
        height: 500px;

    }
}

@media screen and (max-width: 640px) {
    .bjcz2024_banner {
        height: 430px;
    }
}

@media screen and (max-width: 450px) {
    .bjcz2024_navBtn {
        top: 0;
    }

    .bjcz2024_banner {
        height: 320px;
    }
}



/* 首页页面 */
.bjcz2024_content {
    /* 内容的宽度 */
    --width: 1218px;
    --text-font-size: 18px;
    --title-font-size: 24px;
    --module-font-size: 36px;
    --summary-text-color: rgba(61, 61, 61, 0.6);
    --title-text-color: #3D3D3D;
    --hover-text-color: #072CA1;
    /* 轮播图的宽高 */
    --item-h: 25px;
    /* 媒体聚焦内容阴影 */
    --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    width: var(--width);
    margin: 0 auto;
    color: var(--title-text-color);
}


.bjcz2024_title>.bjcz2024_module_text::after {
    position: absolute;
    content: '';
    width: 42px;
    height: 4px;
    background-color: #FFA100;
    left: 110%;
    top: calc(50% - 2px);
}

.bjcz2024_title>.bjcz2024_module_text {
    position: relative;
    color: var(--hover-text-color);
    font-weight: 400;
    font-size: var(--module-font-size);
}

.bjcz2024_more {
    position: relative;
    margin-left: 100px;
    vertical-align: super;
    color: rgba(61, 61, 61, 0.8);
}

.bjcz2024_more:hover {
    color: #1440B7;

    &::after {
        /* background-image: url(./imgs/arrow_hover.png); */
    }
}

.bjcz2024_more::after {
    position: absolute;
    content: '';
    top: 45%;
    height: 7px;
    width: 19px;
    margin-left: 7px;
    background: url(./imgs/arrow.png) no-repeat bottom center / 19px 7px;
    /* background: url(/zt_fawcn/uiFramework/commonResource/image/2024041222344088344.png) no-repeat bottom center / 19px 7px; */

}

.bjcz2024_more:hover::after {
    background-image: url(./imgs/arrow_hover.png);
    /* background-image: url(/zt_fawcn/uiFramework/commonResource/image/2024041222342316832.png); */
}

@media screen and (max-width: 1218px) {
    .bjcz2024_content {
        --width: 100vw;
    }

    .bjcz2024_m_title {
        display: block;
        text-align: center;
        font-size: 24px;
    }

    .bjcz2024_title {
        display: none;
    }
}


/* 展场资讯 */
.bjcz2024_zczx_title {
    display: flex;
    max-width: var(--width);
    align-items: center;
    transform: translateY(100px);
    position: relative;
    z-index: 2;
}

.bjcz2024_zczx {
    display: flex;
    max-width: 1000%;
}

/* .bjcz2024_zczx_title>.bjcz2024_more {
    left: 92%;
    position: absolute;
    margin-left: 0;
    margin-top: 30px;
} */


.bjcz2024_zczx_content {
    margin: 50px auto 50px auto;
    width: var(--width)
}

.bjcz2024_zczx_abstract {
    align-content: center;
    align-self: center;
    flex: 1;
    margin-right: 20px;
}

.bjcz2024_zczx_abstract>p {
    margin-bottom: 10px;
}

.bjcz2024_zczx_abstract>p>a {
    font-size: var(--title-font-size);
}

.bjcz2024_zczx_abstract>div>a {
    font-size: var(--text-font-size);
}


.bjcz2024_zczx_img>a>img {
    width: 697px;
    height: 473px;
}

.bjcz2024_zczx_swiper_prev,
.bjcz2024_zczx_swiper_next {
    width: var(--item-h) !important;
    height: var(--item-h) !important;
    background-size: 30px;
    background-color: #fff;
    background-size: 25px;
}

.bjcz2024_zczx_swiper_prev {
    top: calc(50% - var(--item-h) / 2);
    left: calc(100% - 35px) !important;
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnPrevh.png);
}

.bjcz2024_zczx_swiper_prev:hover {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnPrev.png);
    background-color: #1440B6;
}

.bjcz2024_zczx_swiper_next {
    top: calc(50% + var(--item-h) / 2);
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnNexth.png);
}

.bjcz2024_zczx_swiper_next:hover {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnNext.png);
    background-color: #1440B6;
}

.ZCZXbot.bjcz2024_zczx_list {
    width: 100%;
}

@media screen and (max-width: 1218px) {

    .bjcz2024_zczx_content {
        margin-top: 30px;
    }

    .bjcz2024_zczx_abstract {
        display: none;
    }

    .bjcz2024_zczx_img {
        width: 100%;
    }

    .bjcz2024_zczx_img>a>img {
        width: 100%;
        height: auto;
    }

    .bjcz2024_zczx_swiper_prev,
    .bjcz2024_zczx_swiper_next {
        display: none;
    }

    .bjcz2024_zczx_list.ZCZXbot dl {
        width: 100%;
        margin: 15px 0 0 0;
    }
}


/* 媒体聚焦 */
.bjcz2024_mtjj_title {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.bjcz2024_mtjj_title::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc((50vw - 601px)* -1);
    height: 436px;
    width: 100vw;
    background: linear-gradient(90deg, #0167D4 0%, #153DB4 103%);
    z-index: -1;
}

.bjcz2024_mtjj_title>.bjcz2024_module_text::before,
.bjcz2024_ztzj_title>.bjcz2024_module_text::before,
.bjcz2024_spbb_title>.bjcz2024_module_text::before,
.bjcz2024_zqdh_title>.bjcz2024_module_text::before {
    position: absolute;
    content: '';
    width: 42px;
    height: 4px;
    background-color: #FFA100;
    left: calc(-10% - 42px);
    top: calc(50% - 2px);
}

.bjcz2024_mtjj_title>.bjcz2024_module_text,
.bjcz2024_mtjj_title>.bjcz2024_more {
    color: #fff;
}

.bjcz2024_mtjj_title>.bjcz2024_more {
    position: absolute;
    right: 40px;
    top: 100px;
}

.bjcz2024_mtjj_title>.bjcz2024_more::after {
    background-image: url(./imgs/arrow_white.png);
    /* background-image: url(/zt_fawcn/uiFramework/commonResource/image/2024041418292657100.png); */
}

.bjcz2024_mtjj_content {
    overflow: hidden;
    margin: 0 auto;
    width: var(--width);
    margin-top: 56px;
    padding-bottom: 10px;

}

.boxL.imgDH.bjcz2024_mtjj_banner {
    position: relative;
    height: 521px;
    width: 500px;
    box-shadow: var(--shadow);
}


.boxL.imgDH.bjcz2024_mtjj_banner img {
    width: 100%;
    height: 285px;
}

.bjcz2024_mtjj_banner>.bjcz2024_banner_more {
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.bjcz2024_mtjj_banner_title,
.bjcz2024_mtjj_banner_summary {
    padding: 0 15px;
    margin-top: 20px;
}

.bjcz2024_mtjj_banner_title a {
    font-size: var(--title-font-size);
}

.bjcz2024_mtjj_banner_summary a {
    font-size: var(--text-font-size);
    color: var(--summary-text-color);
    cursor: pointer;
}

.indexMTJJ .boxR.bjcz2024_mtjj_list {
    width: 700px;
}

.indexMTJJ .boxR dl {
    display: flex;
    align-items: center;
    height: 171px;
    margin: 4px;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.indexMTJJ .boxR dl:hover {
    background-image: unset;
}

.indexMTJJ .boxR dl.bjcz2024_mtjj_list_item:first-of-type {
    display: none;
}

.bjcz2024_mtjj_list_item:nth-of-type(2) {
    margin-top: 0;
}

.indexMTJJ .boxR dl dt {
    width: 140px;
    float: unset;
    line-height: unset;
    margin-right: 0;
}

.bjcz2024_mtjj_list_cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #D8D8D8;
}

.bjcz2024_mtjj_list_date {
    font-size: var(--module-font-size);
}

.bjcz2024_mtjj_list_month {
    font-size: var(--text-font-size);
    color: var(--summary-text-color);
}

.indexMTJJ .boxR dl:hover .bjcz2024_mtjj_list_date,
.indexMTJJ .boxR dl:hover .bjcz2024_mtjj_list_month {
    color: var(--hover-text-color);
}

.indexMTJJ .boxR.bjcz2024_mtjj_list dl:hover a {
    color: var(--hover-text-color);
}

.indexMTJJ .boxR dd p {
    margin-bottom: 10px;
    line-height: normal;
}



@media screen and (max-width: 1218px) {
    .bjcz2024_mmtjj_title {
        color: #fff;
    }

    .bjcz2024_mmtjj_title::after {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        height: 436px;
        width: 100vw;
        background: linear-gradient(90deg, #0167D4 0%, #153DB4 103%);
        z-index: -1;
    }

    .bjcz2024_mtjj_content {
        margin-top: 30px;
    }

    .boxL.imgDH.bjcz2024_mtjj_banner {
        display: none;
    }

    .boxL.imgDH.bjcz2024_mtjj_banner {
        width: 100%;
        padding: 0;
    }

    .indexMTJJ .boxR.bjcz2024_mtjj_list {
        width: 100%;
        padding: 0;
    }

    .indexMTJJ .boxR dl.bjcz2024_mtjj_list_item:first-of-type {
        display: flex;
    }

    .bjcz2024_mtjj_list_item:nth-of-type(2) {
        margin-top: 4px;
    }
}


/* 展台直击 */
.bjcz2024_ztzj_title {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.bjcz2024_ztzj_title>.bjcz2024_more {
    position: absolute;
    right: 40px;
    top: 60px;
}

.bjcz2024_ztzj_title>.bjcz2024_module_text {
    color: black;
}

.bjcz2024_ztzj_content.indexZTZJ {
    width: 100%;
}

.bjcz2024_ztzj_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.bjcz2024_ztzj_grid {
    position: relative;
    width: 400px;
    height: 267px;
}

.bjcz2024_ztzj_grid img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
}

.bjcz2024_ztzj_grid img:hover {
    transform: scale(1.1);
}

.bjcz2024_ztzj_grid div {
    position: absolute;
    bottom: 10px;
}

.bjcz2024_ztzj_grid div a {
    color: #fff;
    margin-left: 13px;
}

@media screen and (max-width: 1218px) {
    .bjcz2024_ztzj_content.indexZTZJ {
        padding-top: 0;
        margin-top: 30px;
    }
}

/* 精彩瞬间 */
.bjcz2024_jcsj_title {
    margin-top: 120px;
    position: relative;
}

.bjcz2024_jcsj_title::after {
    position: absolute;
    content: '';
    top: -40px;
    left: calc((50vw - 601px)* -1);
    height: 593px;
    width: 100vw;
    background: url(./imgs/jcsj_bg.png) no-repeat center;
    /* background: url(/zt_fawcn/uiFramework/commonResource/image/2024041610172355925.png) no-repeat center; */
    z-index: -1;
}

.bjcz2024_jcsj_title>.bjcz2024_module_text {
    color: #050505;
}

.bjcz2024_jcsj_title>.bjcz2024_more {
    position: absolute;
    right: 40px;
    top: 60px;
}

.bjcz2024_jcsj_content.indexJCSJ {
    padding-top: 0;
    margin-top: 68px;
    position: relative;
    background: none;
}

.lbtJCSJ.bjcz2024_jcsj_swiper {
    width: 100%;
}

.lbtJCSJ.bjcz2024_jcsj_swiper .swiper-slide {
    width: fit-content;
}

.lbtJCSJ.bjcz2024_jcsj_swiper .swiper-slide img {
    background: unset;
    width: 828px;
    height: 552px;
    border: none;
}

.lbtJCSJ.bjcz2024_jcsj_swiper .tit {
    height: 87px;
    line-height: 87px;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
    transform: translateY(-86px);
}

.jcsj-prev.bjcz2024_jcsj_prev,
.jcsj-next.bjcz2024_jcsj_next {
    width: var(--item-h);
    height: var(--item-h);
    background-color: #fff;
    background-size: var(--item-h);
    border-radius: 0;
}

.jcsj-prev.bjcz2024_jcsj_prev {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnPrevh.png);
}

.jcsj-prev.bjcz2024_jcsj_prev:hover {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnPrev.png);
}

.jcsj-next.bjcz2024_jcsj_next {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnNexth.png);
}

.jcsj-next.bjcz2024_jcsj_next:hover {
    background-image: url(/zt_fawcn/template/common/2023shcz_public/btnNext.png);
}

.jcsj-prev.bjcz2024_jcsj_prev:hover,
.jcsj-next.bjcz2024_jcsj_next:hover {
    background-color: #1440B6;
}

.bjcz2024_jcsj_auto {
    width: 80vw;
    text-align: center;
    transform: translateX(calc((40vw - 609px)* -1));
}

.bjcz2024_jcsj_auto>img {
    object-fit: cover;
}

@media screen and (max-width: 1218px) {
    .bjcz2024_jcsj_content.indexJCSJ {
        margin-top: 30px;
    }

    .lbtJCSJ.bjcz2024_jcsj_swiper .swiper-slide img {
        height: auto;
    }

    .bjcz2024_jcsj_auto {
        transform: none;
        margin: 0 auto;
    }

    .bjcz2024_jcsj_prev,
    .bjcz2024_jcsj_next {
        display: none;
    }
}

/* 视频播报与展区导航 */
.bjcz2024_spbb_title {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.bjcz2024_zqdh_title {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.bjcz2024_spbb_title>.bjcz2024_module_text,
.bjcz2024_zqdh_title>.bjcz2024_module_text {
    color: black;
}

.bjcz2024_spbb_title>.bjcz2024_more,
.bjcz2024_zqdh_title>.bjcz2024_more {
    position: absolute;
    right: 40px;
    top: 60px;
}

.bjcz2024_spbb_content {
    position: relative;
    margin-top: 80px;
}

.bjcz2024_spbb_video {
    width: 1000px;
    height: 563px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.bjcz2024_spbb_video>.bjcz2024_spbb_video_img {
    width: 100%;
    height: 100%;
}

.bjcz2024_spbb_video::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    background: url(./imgs/spbb-play.png) no-repeat center / 20%;
    transform: translate(-50%, -50%);
}


.bjcz2024_spbb_video_bg {
    position: absolute;
    width: 102vw;
    height: 563px;
    left: calc((50vw - 500px)* -1);
    top: 0;
    z-index: -1;
    filter: blur(4px);
}

.bjcz2024_spbb_video_bg>img {
    width: 100%;
    height: 100%;
}

.bjcz2024_spbb_info {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 393px;
    height: 202px;
    box-sizing: border-box;
    padding: 55px 80px 0 40px;
    text-align: left;
    background: url(./imgs/spbb_blue.png) no-repeat center;
}

.bjcz2024_spbb_info_text {
    display: inline-block;
    color: #fff;
    font-size: var(--title-font-size);
}

.bjcz2024_spbb_info_more {
    display: inline-block;
    font-size: var(--text-font-size);
    padding: 2px 10px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #fff;

}

.indexZQDH .indexZuo.bjcz2024_zqdh_grid {
    width: 100%;
}

/* 视频播报列表页 */
.bjcz2024_spbb_list img {
    height: 214px;
}


@media screen and (max-width: 1218px) {
    .bjcz2024_spbb_content {
        margin-top: 30px;
    }

    .bjcz2024_spbb_video {
        width: auto;
        height: auto;
    }

    .bjcz2024_spbb_video_bg {
        display: none;
    }

    .bjcz2024_spbb_info {
        background: none;
        height: 45px;
        width: 100%;
        padding: 5px 0 0 15px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .bjcz2024_spbb_info_text {
        font-size: var(--text-font-size);
    }

    .bjcz2024_spbb_info_more {
        display: none;
    }

}

@media screen and (max-width: 800px) {
    .bjcz2024_spbb_info {
        text-align: left;
    }
}

/* 列表页 */
.list.list .more {
    background: none;
    color: rgba(61, 61, 61, 0.8);
}

.list.list .more::after {
    position: absolute;
    content: '';
    top: 45%;
    height: 7px;
    width: 19px;
    margin-left: 7px;
    background: url(./imgs/arrow.png) no-repeat bottom center / 19px 7px;
}


/* 移动端 */
.bjcz2024_m_title {
    display: none;
    text-align: center;
    font-size: var(--title-font-size);
    position: relative;
}

.bjcz2024_m_title>a {
    font-size: inherit;
    color: inherit;
}

@media screen and (max-width: 1218px) {
    .bjcz2024_content {
        --width: 100vw;
        margin: 0;
    }

    .bjcz2024_m_title {
        display: block;
        text-align: center;
        font-size: 24px;
        margin-top: 20px;
    }

    .bjcz2024_title {
        display: none;
    }

    .bjcz2024_zczx_abstract {
        display: none;
    }

    .bjcz2024_zczx_img {
        width: 100%;

        img {
            width: 100%;
        }
    }

}

/* 视频播报列表页 */
.list-video.bjcz2024_spbb_list_video img {
    height: 214px;
}

/* 详情页 */
.detailCon.bjcz2024_detail_content video {
    /* 视频的大小 */
    max-width: 70%;
}