@charset "utf-8";
/* base */
.newslists{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newslists_i{
    width: 100%;
    height: 80px;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #efdcab;
}
.newslists_i:last-of-type{
    border-bottom: none;
}
.newslists_desc{
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}
.newslists_desc:first-of-type{
    margin-top: 0;
}
.newslists_desc span{
    font-weight: bold;
}
.newslists_desc p{
    font-size: 16px;
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fourimg{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.fourimg_i{
    width: 310px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    position: relative;
}
.fourimg_i:last-of-type{
    margin-right: 0;
}
.fourimg_img{
    width: 100%;
    height: 198px;
    overflow: hidden;
    display: block;
}
.fourimg_text{
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    height: 64px;
}
.fourimg_line{
    width: 60px;
    height: 2px;
    display: block;
    background: #e50000;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fourimg_i:hover .fourimg_line{
    width: 100%;
}

.swiper-slide{
    display: block;
}
.swiper_img{
    display: block;
    width: 100%;
    overflow: hidden;
}	
.swiper_text{
    width: 100%;
    display: flex;
    align-items: center;
}
.swiper_text p{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.swiper-pagination{
    height: 10px;
    font-size: 0;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{
    background: #e50000;
}
.swiper-button-prev, .swiper-button-next{
    top: 45%;
    width: 20px;
    height: 60px;
    user-select: none;
    outline: none;
}
.swiper-button-prev::after{
    content: '';
}
.swiper-button-next::after{
    content: '';
}
.swiper-button-prev{
    background: url(../../images/zt/zt_2024lianghui/prev.png) center top no-repeat;
    left: 0;
}
.swiper-button-next{
    background: url(../../images/zt/zt_2024lianghui/next.png) center top no-repeat;
    right: 0;
}
.swiper-button-prev:hover{
    background: url(../../images/zt/zt_2024lianghui/prev_active.png) center top no-repeat;
}
.swiper-button-next:hover{
    background: url(../../images/zt/zt_2024lianghui/next_active.png) center top no-repeat;
}

.banner{
    height: auto;
    /*background: url(../../images/zt/zt_2024lianghui/banner_pc.jpg) center top no-repeat;*/
    /*background-size: 100% 100%;*/
}

.title{
    width: 100%;
    height: 92px;
    display: block;
}
.title1{
    background: url(../../images/zt/zt_2024lianghui/title01.png); 
}
.title2{
    background: url(../../images/zt/zt_2024lianghui/title02.png); 
}
.title3{
    background: url(../../images/zt/zt_2024lianghui/title03.png); 
}
.title4{
    background: url(../../images/zt/zt_2024lianghui/title04.png); 
}
.title5{
    background: url(../../images/zt/zt_2024lianghui/title05.png); 
}
.title6{
    background: url(../../images/zt/zt_2024lianghui/title06.png); 
}
.title7{
    background: url(../../images/zt/zt_2024lianghui/title07.png) no-repeat; 
}


/* 两会时间 */
.lhtime{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
    box-sizing: border-box;
    /*background: url(../../images/zt/zt_2024lianghui/lhsj_bg_pc.jpg) center top no-repeat;*/
    /*background-size: 100% 100%;*/
}
.lhtime_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.lhtime_l{
    width: 580px;
    height: auto;
    overflow: hidden;
    float: left;
}
.lhtime_title{
    width: 100%;
    height: 91px;
}
.lhtime_lists{
    background: #ffe1aa;
    padding: 19px 0;
    box-sizing: border-box;
}
.lhtime_lists .newslists_i:hover{
    background: #fff0ca;
}

.lhtime_r{
    width: 720px;
    height: 518px;
    margin-top: 11px;
    float: right;
}
.swiper_lhtime{
    width: 100%;
    height: 100%;
}
.swiper_lhtime .swiper_img{
    height: 458px;
}	
.swiper_lhtime .swiper_text{
    height: 60px;
    background: #d12d27;
    text-align: center;
}
.swiper_lhtime .swiper_text p{
    width: 100%;
    color: #fff;
    text-align: center;
}
.swiper_lhtime .swiper-pagination{
    text-align: right;
    bottom: 70px;
}

/* 导航 */
.zt_nav{
    width: 100%;
    height: 100px;
    background: #b20b0b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zt_nav a{
    margin: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffebd1;
    text-align: center;
}
.zt_nav a span{
    display: block;
}
.zt_nav a:hover span{
    color: #efa13b;
}

/* 头条 */
.headline{
    width: 1300px;
    height: auto;
    padding: 50px 0 60px 0;
    text-align: center;
    margin: 0 auto;
}
.headline a{
    font-size: 46px;
    color: #e50000;
    font-weight: bold;
    text-align: center;
}
.headline a:hover{
    color: #fd0303;
}

/* 要闻 */
.yaowen{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 10px;
}
.yaowen_t{
    overflow: hidden;
}
.yaowen_l{
    width: 700px;
    height: 506px;
    float: left;
}
.swiper_yaowen{
    width: 100%;
    height: 100%;
}
.swiper_yaowen .swiper_img{
    height: 446px;
}
.swiper_yaowen .swiper_text{
    background: #e50000;
    height: 60px;
}
.swiper_yaowen .swiper_text p{
    color: #fff;
}
.swiper_yaowen .swiper-pagination{
    text-align: right;
    bottom: 70px;
}

.yaowen_r{
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}
.yaowen_lists .newslists_i{
    padding: 0;
}
.yaowen_lists .newslists_desc{
    padding-bottom: 20px;
}
.yaowen_lists .newslists_i:hover span{
    color: #e50000;
}

.yaowen_b{
    width: 100%;
    height: 282px;
    /*overflow: hidden;*/
    margin-top: 40px;
}

/* 环球人物快评 */
.kuaiping{
    width: 1300px;
    height: 80px;
    margin: 0 auto;
    margin-top: 40px;
}
.kuaiping_title{
    width: 160px;
    height: 100%;
    display: block;
    float: left;
}
.kuaiping_r{
    width: calc(100% - 160px);
    height: 100%;
    float: left;
    background: linear-gradient(180deg, #ffefcd, #ff9c60);
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
}
.kuaiping_main{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kuaiping_r a{
    margin: 10px;
}
.kuaiping_r a:hover{
    color: #e50000;
}
.quote{
    width: 31px;
    height: 26px;
    display: block;
    position: absolute;
}
.kuiaping_quote1{
    left: 10px;
    top: 10px;
}
.kuiaping_quote2{
    right: 10px;
    bottom: 10px;
}

/* 环球人物跑两会 */
.paolinghui{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
    /* 两会面对面 */
.p2_p1{
    width: 100%;
    height: 590px;
    background: url(../../images/zt/zt_2024lianghui/p1_1_bg.png);
    margin-top: 60px;
    position: relative;
}
.p2_stitle1{
    width: 129px;
    height: 244px;
    display: block;
    background: url(../../images/zt/zt_2024lianghui/p1_st_1.png);
    position: absolute;
    left: 50px;
    top: 60px;
}
.p2_p1_main{
    width: 1020px;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 20px;
}
.p2_p1_main_t{
    width: 100%;
    height: 350px;
    margin-top: 40px;
}
.p2_p1_bigimg{
    width: 550px;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}
.p2_p1_main_t_r{
    width: 470px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.p2_p1_main_t_r_name{
    line-height: 40px;
    background: #e50000;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    margin-top: 10px;
    display: inline-block;
}
.p2_p1_main_t_r_b{
    width: 100%;
    height: 292px;
    background: #fff;
    margin-top: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
}
.p2_p1_main_t_r_title{
    font-weight: bold;
    color: #e50000;
}
.p2_p1_main_t_r_desc{
    margin-top: 30px;
    font-size: 16px;
    color: #999;
    line-height: 1.5em;
}
.p2_p1_main_b{
    width: 100%;
    height: 76px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.p2_p1_main_b_i{
    width: 120px;
    height: 100%;
    margin:  0 10px;
    cursor: pointer;
}
.p2_p1_main_b_i:hover{
    border: 5px solid #e3be66;
    box-sizing: border-box;
}
.p2_p1_main_b_i_active{
    border: 5px solid #e3be66;
    box-sizing: border-box;
}

    /* “青”听两会 */
.p2_p2{
    width: 100%;
    height: 295px;
    margin-top: 40px;
}
.p2_stitle{
    width: 60px;
    height: 100%;
    float: left;
    display: block;
}
.p2_stitle2{
    background: url(../../images/zt/zt_2024lianghui/p1_st_2.png);
}
.p2_stitle3{
    background: url(../../images/zt/zt_2024lianghui/p1_st_3.png);
}
.p2_stitle4{
    background: url(../../images/zt/zt_2024lianghui/p1_st_4.png);
}
.p2_main{
    width: 1240px;
    height: 100%;
    float: left;
    background: #ffeecb;
    position: relative;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
}
.p2_p2_i{
    display: block;
    width: 560px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    background: ;
}
.p2_p2_i:first-of-type{
    margin-right: 40px;
}
.p2_p2_i_l{
    width: 220px;
    height: 255px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 10px solid #ffce6a;
    background: #fff;
}
.p2_p2_i_l_img{
    display: block;
    width: 100%;
    height: 128px;
    overflow: hidden;
}
.p2_p2_i_l_name{
    font-weight: bold;
    color: #e50000;
    margin-top: 10px;
}
.p2_p2_i_l_sh{
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    margin-top: 10px;
}
.p2_p2_i_r{
    width: 335px;
    height: 168px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 60px 20px 60px 35px;
    box-sizing: border-box;
    background: url(../../images/zt/zt_2024lianghui/p1_s2_bg1.png) no-repeat;
}
.p2_p2_i_r p{
    font-weight: bold;
}

.p2_p2_i_2 .p2_p2_i_l{
    float: right;
}
.p2_p2_i_2 .p2_p2_i_r{
    left: 0;
    bottom: 0;
    top: initial;
    right: initial;
    background: url(../../images/zt/zt_2024lianghui/p1_s2_bg2.png);
    padding: 60px 35px 60px 20px;
}
.p2_p2_i_1:hover .p2_p2_i_r{
    top: 10px;
    transition: top 0.3s;
}
.p2_p2_i_2:hover .p2_p2_i_r{
    bottom: 10px;
    transition: bottom 0.3s;
}
.p2_more{
    width: 20px;
    height: 60px;
    display: block;
    background: #f3b12a;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    transition: height 0.3s;
}
.p2_more:hover{
    height: 100px;
}

/* 两会文艺谈 */
.p2_p3{
    width: 100%;
    height: 350px;
    margin-top: 40px;
}
.p2_p3_i{
    display: block;
    width: 275px;
    height: 310px;
    float: left;
    margin-left: 20px;
}
.p2_p3_i:first-of-type{
    margin-left: 0;
}
.p2_p3_i_img{
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.p2_p3_i_title{
    width: 100%;
    height: 95px;
    background: #fbe7c8;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}
.p2_p3_i_name{
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg,#fcbc75, #fee5ae);
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #af5f18;
    border-radius:  0 0 6px 6px;
}

/* 两会“她力量” */
.p2_p4{
    width: 100%;
    height: 330px;
    margin-top: 40px;
}
.p2_p4_i{
    width: 560px;
    height: 100%;
    float: left;
    position: relative;
}
.p2_p4_i_img{
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #ffce6a;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 2;
}
.p2_p4_i_1 .p2_p4_i_img{
    left: 0;
}
.p2_p4_i_2 .p2_p4_i_img{
    right: 0;
}
.p2_P4_cont{
    width: 474px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}
.p2_P4_cont1{
    right: 0;
}
.p2_P4_cont2{
    left: 0;
}
.p2_p4_i_name{
    width: 360px;
    height: 60px;
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    line-height: 60px;
    top: 0;
    box-sizing: border-box;
}
.p2_p4_i_name1{
    background: linear-gradient(90deg, #ffefcd, #e50000);
    text-align: right;
    right: 0;
    border-radius: 0 0 0 60px;
}
.p2_p4_i_name2{
    background: linear-gradient(90deg, #e50000, #ffefcd);
    text-align: left;
    left: 0;
    border-radius: 0 0 60px 0;
}
.p2_p4_i_sf{
    width: 300px;
    position: absolute;
    top: 80px;
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
}
.p2_p4_i_sf1{
    right: 20px;
    text-align: right;
}
.p2_p4_i_sf2{
    left: 20px;
}
.p2_p4_i_title{
    font-weight: bold;
    position: absolute;
    bottom: 80px;
    left: 20px;
}
.p2_p4_i_desc{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p2_p4_i:hover .p2_p4_i_title{
    color: #e50000;
}
.p2_p4_i_2{
    margin-left: 40px;
}

/* 两会全媒观 */
.p3{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.p3_main{
    margin-top: 60px;
}
.p3_l{
    width: 720px;
    height: 720px;
    float: left;
}
.swiper_p3{
    width: 100%;
    height: 100%;
}
.swiper_p3 .swiper-slide{
    width: 440px;
    height: 680px;
    overflow: hidden;
}
.swiper_p3 .swiper-pagination{
    bottom: 6px;
}
.swiper_p3 .swiper-pagination-bullet{
    background: #ffe9d3;
}
.swiper_p3 .swiper-pagination-bullet-active{
    background: #fa8e36;
}
.swiper_p3 .swiper-button-prev, 
.swiper_p3 .swiper-button-next{
    top: initial;
    width: 36px;
    height: 42px;
    bottom: 0;
}
.swiper_p3 .swiper-button-prev{
    background: url(../../images/zt/zt_2024lianghui/prev2.png) center top no-repeat;
}
.swiper_p3 .swiper-button-next{
    background: url(../../images/zt/zt_2024lianghui/next2.png) center top no-repeat;
}
.swiper_p3 .swiper-button-prev:hover{
    opacity: 0.9;
}
.swiper_p3 .swiper-button-next:hover{
    opacity: 0.9;
}

.p3_r{
    width: 540px;
    height: auto;
    overflow: hidden;
    float: right;
}
.p3_r_i{
    display: block;
    width: 100%;
    height: 344px;
    position: relative;
    overflow: hidden;
}
.p3_r_i_text{
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}
.p3_r_i_text p{
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 20px;
}
.p3_r_i:last-of-type{
    margin-top: 40px;
}

/* 通道之声 */
.p4{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.p4_main{
    width: 100%;
    height: 594px;
    margin-top: 60px;
    background: #e50000;
    border-radius: 20px;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
}
.p4_nav{
    width: 100%;
    text-align: center;
    height: 100px;
    padding: 30px 0;
    box-sizing: border-box;
}
.p4_nav_i{
    display: inline-block;
    color: #ffe9c4;
    padding: 0 100px;
    border-radius: 30px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}
.p4_nav_i:hover{
    background: #ffe9c4;
    color: #e50000;
}
.p4_nav_active{
    background: #ffe9c4;
    color: #e50000;
}
.p4_cont{
    width: 100%;
    height: 445px;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.p4_cont1{
    display: block;
}
.p4_cont_img{
    width: 620px;
    height: 394px;
    float: left;
    display: block;
    position: relative;
}
.p4_lists{
    width: 560px;
    float: right;
}
.p4_lists .newslists_i{
    padding-left: 0;
    padding-right: 0;
}

.p4_lists .newslists_i:hover span{
    color: #e50000;
}
.p4_more{
    width: 200px;
    height: 30px;
    background: #f8c58f;
    color: #e50000;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}
.p4_more:hover{
    opacity: 0.9;
}

/* 读报告 */
.p5{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.p5_main{
    margin-top: 60px;
}
.p5_t{
    height: 210px;
}
.p5_t_i{
    width: 236px;
    height: 210px;
    position: relative;
    float: left;
    margin-right: 30px;
}
.p5_t_i:last-of-type{
    margin-right: 0;
}
.p5_bg{
    width: 236px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 10px;
    transition: top 0.5s;
}
.p5_t_i:hover .p5_bg{
    top: 0;
}
.p5_cover{
    width: 236px;
    height: 104px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p5_b{
    margin-top: 40px;
    height: 263px;
}
.p5_b_st{
    width: 40px;
    height: 100%;
    float: left;
    background: url(../../images/zt/zt_2024lianghui/p4_st.png) no-repeat;
    float: left;
}
.p5_b .fourimg{
    width: 1240px;
    float: right;
}
.p5_b .fourimg_i{
    width: 295px;
}
.p5_b .fourimg_img{
    height: 188px;
}

/* 两会面孔 */
.p6{
    width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
}
.p6_main{
    margin-top: 60px;
}
.p6_main .img_title_in_center_item{
    width: 420px;
    height: 268px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.p6_main .img_title_in_center_item:nth-of-type(3n){
    margin-right: 0;
}

/* 老外进两会 */
.p7{
    width: 1300px;
    margin: 0 auto;
    margin-top: 90px;
}
.p7_main{
    margin-top: 60px;
    height: 468px;
}
.p7_i{
    width: 420px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
}
.p7_i:last-of-type{
    margin-right: 0;
}
.p7_i_img{
    width: 100%;
    height: 268px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.p7_1 .p7_i_img{
    top: 0;
}
.p7_2 .p7_i_img{
    bottom: 0;
}
.p7_i_text{
    width: 420px;
    height: 235px;
    position: absolute;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
}
.p7_1 .p7_i_text{
    background: url(../../images/zt/zt_2024lianghui/p6_bg_up.png);
    bottom: 0;
    padding: 100px 20px 0 20px;
}
.p7_2 .p7_i_text{
    background: url(../../images/zt/zt_2024lianghui/p6_bg_down.png);
    top: 0;
    padding: 80px 20px 0 20px;
}
.p7_i:hover .p7_i_text{
    color: #e50000;
}

/* 友情链接 */
.p8{
    width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
}
.p8_main{
    margin-top: 60px;
    height: 400px;
}
.p8_i{
    width: 200px;
    height: 100px;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.p8_i:nth-of-type(6n){
    margin-right: 0;
}


.foot{
    background: #e50000;
}