@charset "utf-8";
/* 头条 + 要闻 */
.main1{
    width: 100%;
    height: auto;
    background: url(../../images/zt/zt_ershida/bg_yw.jpg) no-repeat center bottom;
    overflow: hidden;
}
.text_color{
    background: #bd2a27;
}
/* 头条 */
.headline{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.headline h1{
    text-align: center;
}
.headline h1 a{
    font-size: 40px;
    color: var(--themes_color);
    text-align: center;
} 
.headline_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.headline_line a{
    font-size: 18px;
    color: #333;
    margin: 0 10px;
    line-height: 27px;
}
.headline_line a:hover{
    color: var(--themes_color);
}
/* 头条完 */

/* 要闻 */
.front_page{
    width: 1300px;
    height: 434px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.swiper_yw{
    width: 718px;
    height: 100%;
    float: left;
}
.swiper_yw .swiper_img{
    width: 100%;
    height: 374px;
    overflow: hidden;
}
.front_page .swiper_yw .text_color{
    height: 60px;
    display: flex;
    align-items: center;
}
.front_page .swiper_yw .dynImg_pageIcon_circle{
    bottom: 60px !important;
}
.front_page_r{
    width: 542px;
    float: right;
}
.front_page_r .list_thumb_title_dis_item:first-of-type{
    padding-top: 0;
}
.front_page_r .list_title{
    width: 100%;
    margin-top: 0;
}
.front_page_r .list_title a{
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.front_page_r .list_title a:last-of-type{
    border: none;
}
/* 要闻完 */

/* 热点关注 */
.hot{
    width: 1300px;
    height: 369px;
    margin: 0 auto;
    margin-top: 40px;
    background: url(../../images/zt/zt_ershida/bg_hot.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.hot_title{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hot_title span{
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    margin: 0 20px;
    background: var(--themes_color);
}
.hot_title p{
    font-size: 26px;
    font-weight: bold;
    color: var(--themes_color);
    line-height: 40px;
    user-select: none;
}
.hot_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 10px;
}
.hot_main .dynImg_item{
    font-size: 18px;
    color: #333;
    line-height: 44px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
} 
.hot_color{
    opacity: 0;
    width: 100%;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--themes_color);
    transition: all 0.3s;
    z-index: -1;
}
.hot_main .dynImg_item:hover{
    color: #fff;
    font-weight: bold;
}
.hot_color_page{
    left: inherit;
    width: 50px;
    right: 44px;
    bottom: 20px;
}
.hot_nomal{
    font-size: 18px;
    color: #666;
}
.hot_curr{
    color: var(--themes_color);
    font-weight: bold;
    font-size: 24px;
}
.hot_prev,.hot_next{
    width: 34px;
    height: 28px;
    position: absolute;
    bottom: 22px;
}
.hot_prev{
    background: url(../../images/zt/zt_ershida/rd_prev.png) no-repeat;
    right: 92px;
}
.hot_next{
    background: url(../../images/zt/zt_ershida/rd_next.png) no-repeat;
    right: 12px;
}
.hot_more{
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 140px;
    bottom: 20px;
    z-index: 10;
}
.hot_more:hover{
    color: var(--themes_color);
}
/* 热点关注完 */

/* 标题 */
.title{
    width: 565px;
    height: 119px;
    margin: 0 auto;
}
.title a{
    display: block;
    width: 100%;
    height: 100%;
}
/* 标题完 */

/* 更多 */
.more{
    width: 124px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #f0e0c0;
    color: var(--themes_color);
    padding: 4px 10px;
    clear: both;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    transition: all 0.5s;
}
.more:hover{
    background: var(--themes_color);
    color: #fff;
}
/* 更多完 */

/* 代表之声 */
.dbzs{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    background: url(../../images/zt/zt_ershida/bg_dbzs.jpg) no-repeat center bottom;
    padding-bottom: 80px;
}
.db_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.db_item{
    display: block;
    float: left;
    width: 420px;
    height: 444px;
    margin-right: 20px;
    overflow: hidden;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.db_color{
    width: 420px;
    height: 444px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--themes_color);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.db_item:nth-of-type(3n){
    margin-right: 0;
}
.db_item span{
    display: block;
}
.db_img{
    width: 100%;
    height: 254px;
    overflow: hidden;
}
.db_name{
    width: 100%;
    color: var(--themes_color);
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
    transition: color 0.5s;
}
.db_line{
    width: 0;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    transition: width 0.5s;
}
.db_des{
    width: 100%;
    height: auto;
    overflow: auto;
    font-size: 16px;
    margin-top: 0px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
}
.db_item:hover .db_name{
    color: #fff;
}
.db_item:hover .db_des{
    color: #fff;
    margin-top: 10px;
}
.db_item:hover .db_line{
    width: 100%;
}
/* 代表之声完 */

/* 图说二十大 */
.ts{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../../images/zt/zt_ershida/bg_ts.jpg) no-repeat center bottom;
    padding-bottom: 37px;
}
.m_dynImg3 {
    height: 486px;
    margin-top: 88px;
    padding-bottom: 40px;
}
.m_dynImg3 .swiper-slide{
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    transition: 300ms;
	/* transform: scale(0.8); */
}
/* .m_dynImg3 .swiper-slide-active, .m_dynImg3 .swiper-slide-duplicate-active{
      transform: scale(1);
} */
.ts_btn{
    width: 34px;
    height: 28px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}
.ts_prev{
    background: url(../../images/zt/zt_ershida/ts_prev.png) no-repeat;
    left: 510px;
}
.ts_next{
    background: url(../../images/zt/zt_ershida/tu_next.png) no-repeat;
    left: 760px;
}
.ts_prev:hover{
    background: url(../../images/zt/zt_ershida/ts_prev_hover.png) no-repeat;
}
.ts_next:hover{
    background: url(../../images/zt/zt_ershida/tu_next_hover.png) no-repeat;
}

.ts_page{
    text-align: center;
    bottom: 1px !important;
}
.m_dynImg3 .swiper-pagination-bullet{
    background: #fff !important;
}
.m_dynImg3 .swiper-pagination-bullet-active{
    background: #f7e497 !important;
}
.more2{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #cec0a3;
    z-index: 200;
}
.more2:hover{
    background: #f0e0c0;
    color: #333;
}
/* 图说二十大完 */

/* 观点解读 */
.gdjd{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    background: url(../../images/zt/zt_ershida/bg_gd.jpg) no-repeat center top;
}
.gdjs_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.gdjd_top{
    width: 100%;
    height: 180px;
    background: url(../../images/zt/zt_ershida/bg_gd3.png) no-repeat center top;
}
.gd_top_item{
    display: block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.gd_top_item:last-of-type{
    float: right;
    padding: 0 20px 0 50px;
}
.gd_top_item span{
    display: block;
}
.gd_top_name{
    font-size: 24px;
    color: var(--themes_color);
    font-weight: bold;
}
.gd_top_title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.gd_top_des{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
}
.gd_top_item:hover .gd_top_title{
    color: var(--themes_color);
}
.gd_bot{
    margin-top: 40px;
}
.gd_bot_item{
    width: 406px;
    float: left;
    margin-right: 41px;
    height: 242px;
    border:1px solid #f2f2f2;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.gd_bot_item:nth-child(3n){
    margin-right: 0;
}
.gd_bot_item:nth-child(4),
.gd_bot_item:nth-child(5),
.gd_bot_item:nth-child(6){
    margin-bottom: 0;
}
.gd_bot span{
    display: block;
}
.gd_bot_name{
    font-size: 24px;
    font-weight: bold;
    color: var(--themes_color);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition: all 0.5s 0.2s;
}
.gd_bot_item_bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.5s 0.2s;
}
.gd_bot_item_title{
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
}
.gd_bot_item_des{
    color: #666;
    margin-top: 0.1rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
}
.gd_color{
    position: absolute;
    right: calc(-80%);
    bottom: calc(-99%);
    width: 100%;
    height: 100%;
    background: var(--themes_color);
    transition: all 0.5s;
    z-index: 1;
    opacity: 0.8;
}
.gd_bot_item:hover .gd_color{
    right: 0;
    bottom: 0;
}
.gd_bot_item:hover .gd_bot_name{
    padding-left: 0px;
    color: #fff;
}
.gd_bot_item:hover .gd_bot_name{
    padding-left: 0px;
    color: #fff;
}
.gd_bot_item:hover .gd_bot_item_bot{
    padding: 10px 20px;
}
/* 观点解读 */

/* 看现场 */
.kxc{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.kxc_main{
    width: 1300px;
    height: 600px;
    margin: 0 auto;
    margin-top: 60px;
}
.swiper_kxc{
    width: 100%;
    height: 100%;
}
.swiper_kxc .swiper-slide{
    width: 942px;
    height: 100%;
}
.swiper_kxc .swiper3_title {
    text-align: center;
}
/* 看现场 */

/* 这十年 */
.zsn{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    background: url(../../images/zt/zt_ershida/bg_zsn.jpg) no-repeat center bottom;
    padding-bottom: 100px;
}
.zsn_main{
    width: 1300px;
    height: 484px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.zsn_img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 760px;
    height: 100%;
}
.zsn_text{
    width: 550px;
    height: 328px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    background: var(--themes_color);
    padding: 20px;
    box-sizing: border-box
}
.zsn_title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.zsn_dse{
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 2em;
}
.zsn_dyn{
    width: 530px;
    height: 96px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper_zsn{
    width: 470px;
    height: 100%;
    margin: 0 auto;
}
.swiper_zsn .swiper-slide{
    width: 150px;
    height: 100%;
}
.zsn_active{
    border: 1px solid var(--themes_color);
    box-sizing: border-box;
}
.swiper_zsn .swiper-slide p, 
.swiper_zsn .swiper-slide span{
    display: none;
}
.zsn_btn{
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.zsn_btn_prev{
    background: url(../../images/zt/zt_ershida/zsl_prev.png) no-repeat;
    left: 0;
    background-size: cover;
}
.zsn_btn_next{
    background: url(../../images/zt/zt_ershida/zsl_next.png) no-repeat;
    right: 0;
    background-size: cover;
}
.zsn_btn_prev:hover{
    background: url(../../images/zt/zt_ershida/zsl_prev_hover.png) no-repeat;
}
.zsn_btn_next:hover{
    background: url(../../images/zt/zt_ershida/zsl_next_hover.png) no-repeat;
}
/* 这十年完 */

.foot{
    margin-top: 0;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .swiper_yw .swiper-pagination{
        bottom: 1.2rem !important;
    }
    .text_color{
        background: #bd2a27 !important;
        height: 1.2rem !important;
    }
    .text_color p{
        /* text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; */
        color: #ffdfa3;
        font-size: 0.3rem;
        line-height: 1.5em;
    }                                                                                                                                      
    /* 头条 */
    .headline{
        width: 100%;
        margin-top: 0.4rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .headline h1{
        text-align: left;
    }
    .headline h1 a{
        font-size: 0.4rem;
    } 
    .headline_list{
        margin-top: 0.1rem;
    }
    .headline_line a{
        display: block;
        font-size: 0.32rem;
        margin: 0;
        text-align: left;
        line-height: 1.5em;
        margin: 0.2rem 0;
        border-left: 2px solid var(--themes_color);
        padding-left: 0.1rem;
    }
    .headline_line a::before{
        content: "";
        width: 0.1rem;
        background: var(--themes_color);
        height: 100%;
        display: block;
        float: left;
    }
    .headline_line a:hover{
        color: #333;
    }
    /* 头条完 */

    /* 要闻 */
    .front_page{
        width: 100%;
        height: auto;
        margin-top: 0.4rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .swiper_yw{
        width: 100%;
        height: 4.74rem;
        float: initial;
    }
    .swiper_yw .swiper_img{
        height: 3.54rem;
    }
    .front_page_r{
        width: 100%;
        float: initial;
        margin-top: 0.4rem;
    }
    .front_page_r .list_thumb_title_dis_item:first-of-type{
        padding-top: 0;
    }
    .front_page_r .list_title{
        margin-top: 0rem;
    }
    .front_page_r .list_title a{
        line-height: 1.5em;
        text-overflow:initial;
        white-space: inherit;
        padding: 0.2rem 0;
    }
    /* 要闻完 */

    /* 热点关注 */
    .hot{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0rem;
        background: none;
        padding: 0 0.2rem;
        padding-bottom: 1.6rem;
        box-sizing: border-box;
    }
    .hot_title{
        height: 0.4rem;
        margin-top: 0.3rem;
    }
    .hot_title span{
        width: 0.6rem;
        margin: 0 0.1rem;
    }
    .hot_title p{
        font-size: 0.36rem;
        line-height: 0.4rem;
    }
    .hot_main{
        text-align: left;
        padding: 0;
        margin-top: 0.3rem;
    }
    .hot_main .dynImg_item{
        font-size: 0.32rem;
        line-height: normal;
        text-align: left;
        padding: 0.2rem 0;
    }
    .hot_main .dynImg_item:hover{
        color: #333;
        font-weight: normal;
    }
    .hot_color_page{
        width: 1rem;
        right: calc(50% - 0.5rem);
        bottom: 0.8rem;
    }
    .hot_nomal{
        font-size: 0.26rem;
    }
    .hot_curr{
        font-size: 0.32rem;
    }
    .hot_prev,.hot_next{
        width: 0.4rem;
        height: 0.32rem;
        bottom: 0.96rem;
    }
    .hot_prev{
        right: 4.4rem;
        background-size: cover;
    }
    .hot_next{
        right: 2.4rem;
        background-size: cover;
    }
    .hot_more{
        font-size: 0.3rem;
        color: #999;
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }
    .hot_more:hover{
        color: #333;
    }
    /* 热点关注完 */

    /* 标题 */
    .title{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .title a{
        width: 80%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    /* 标题完 */

    /* 更多 */
    .more{
        width: auto;
        height: auto;
        line-height: 0.4rem;
        background: none;
        color: #999;
        padding: 0.1rem 0.3rem;
        margin-top: 0.4rem;
        transition: none;
        font-size: 0.3rem;
    }
    .more:hover{
        background: none;
        color: #999;
    }
    /* 更多完 */

    /* 代表之声 */
    .dbzs{
        margin-top: 0.8rem;
        background: none;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .db_main{
        width: 100%;
        margin-top: 0.4rem;
    }
    .db_item{
        width: 3.25rem;
        height: auto;
        margin-right: 0;
        padding: 0;
        margin-top: 0.4rem;
    }
    .db_color{
        display: none;
    }
    .db_item:nth-of-type(2n){
        float: right;
    }
    .db_img{
        height: 2.07rem;
    }
    .db_name{
        margin-top: 0.1rem;
        font-size: 0.36rem;
    }
    .db_line{
        width: 100%;
        background: var(--themes_color);
        margin-top: 0.1rem;
        transition: none;
    }
    .db_des{
        font-size: 0.3rem;
        margin-top: 0.1rem;
        color: #666;
    }
    .db_item:hover .db_name{
        color: #e50000;
    }
    .db_item:hover .db_des{
        color: #666;
        margin-top: 0.1rem;
    }
    .db_item:hover .db_line{
        width: initial;
    }
    .more_db{
        margin-top: 0.3rem;
    }
    /* 代表之声完 */
    
    /* 图说二十大 */
    .ts{
        height: auto;
        background: none;
        padding-bottom: 0;
        padding: 0 0.2rem;
        box-sizing: border-box;
        margin-top: 0.6rem;
    }
    .m_dynImg3 {
        width: 100%;
        height: 6.5rem;
        margin-top: 0.6rem;
        padding-bottom: 1.3rem;
        overflow: hidden;
    }
    .m_dynImg3 .swiper-slide{
        width: 4.6rem;
        border-radius: 10px;
        overflow: hidden;
    }
    .ts_btn{
        width: 0.4rem;
        height: 0.32rem;
        bottom: 0.6rem;
        user-select: none;
    }
    .ts_prev{
        background: url(../../images/zt/zt_ershida/rd_prev.png) no-repeat;
        background-size: cover;
        left: 1rem;
    }
    .ts_prev:hover{
        background: url(../../images/zt/zt_ershida/rd_prev.png) no-repeat;
        background-size: cover;
        left: 1rem;
    }
    .ts_next{
        background: url(../../images/zt/zt_ershida/rd_next.png) no-repeat;
        left: 6rem;
        background-size: cover;
    }
    .ts_next:hover{
        background: url(../../images/zt/zt_ershida/rd_next.png) no-repeat;
        background-size: cover;
        left: 6rem;
    }
    .ts_page{
        bottom: 0.4rem !important;
    }
    .m_dynImg3 .swiper-pagination-bullet{
        background: #aaaaaa !important;
    }
    .m_dynImg3 .swiper-pagination-bullet-active{
        background: var(--themes_color) !important;
    }
    .more2{
        right: initial;
        top: initial;
        background: none;
        color: #999;
        position: initial;
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    .more2:hover{
        background: none;
        color: #999;
    }
    /* 图说二十大完 */
    
    /* 观点解读 */
    .gdjd{
        margin-top: 0.6rem;
        background: none;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .gdjs_main{
        width: 100%;
        margin-top: 0.5rem;
    }
    .gdjd_top{
        width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
    .gd_top_item{
        width: 100%;
        height: auto;
        float: none;
        padding: 0.2rem 0.1rem;
        display: block;
        border: 1px solid #ffdfa3;
        margin-top: 0.2rem;
        border-radius: 6px;
    }
    .gd_top_item:last-of-type{
        float: none;
        padding: 0.2rem 0.1rem;
        border-color: #f37171;
    }
    .gd_top_name{
        font-size: 0.36rem;
    }
    .gd_top_title{
        font-size: 0.34rem;
        margin-top: 0.1rem;
    }
    .gd_top_des{
        margin-top: 0.05rem;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.3rem;
    }
    .gd_top_item:hover .gd_top_title{
        color: var(--themes_color);
    }
    .gd_bot{
        margin-top: 0.2rem;
    }
    .gd_bot_item{
        width: 100%;
        float: none;
        margin-right: 0;
        height: auto;
        padding: 0.2rem 0.1rem;
        margin-bottom: 0.2rem;
        display: block;
        border-color: #ffdfa3;
    }
    .gd_bot_item:nth-of-type(2n){
        border-color: #f37171;
    }
    .gd_bot_name{
        font-size: 0.36rem;
        padding-left: 0;
        transition: none;
    }
    .gd_bot_item_bot{
        padding: 0;
        margin-top: 0.1rem;
        transition: none;
    }
    .gd_bot_item_title{
        font-size: 0.34rem;
        transition: none;
        margin-top: 0rem;
    }
    .gd_bot_item_des{
        margin-top: 0.05rem;
        -webkit-line-clamp: 2;
        transition: none;
        font-size: 0.3rem;
    }
    .gd_color{
        display: none !important;
    }
    .gd_bot_item:hover .gd_color{
        right: 0;
        bottom: 0;
    }
    .gd_bot_item:hover .gd_bot_name{
        padding-left: 0px;
        color: #fff;
    }
    .gd_bot_item:hover .gd_bot_name{
        padding-left: 0px;
        color: #fff;
    }
    .gd_bot_item:hover .gd_bot_item_bot{
        padding: 10px 20px;
    }
    /* 观点解读 */

    /* 看现场 */
    .kxc{
        margin-top: 0.6rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .kxc_main{
        width: 100%;
        height: 5.02rem;
        margin: 0 auto;
        margin-top: 0.5rem;
    }
    .swiper_kxc .swiper-slide{
        width: 6rem;
    }
    .swiper_kxc .swiper3_title {
        text-align: left;
    }
    .swiper_kxc .swiper_img{
        height: 3.82rem;
    }
    .swiper_kxc .text_color{
        background: #e50000;
    }
    /* 看现场 */
    
    /* 这十年 */
    .zsn{
        margin-top: 0.6rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
        background: none;
    }
    .zsn_main{
        width: 100%;
        height: auto;
        margin-top: 0.5rem;
    }
    .zsn_img{
        display: none;
    }
    .zsn_text{
        display: none;
    }
    .m_dynImg6{
        margin-top: 0;
    }
    .more_zsn{
        display: none;
    }
    /* 这十年完 */
    
    .foot{
        margin-top: 1rem;
    }
}
	