/* common */
.flex {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.flex-1 { flex: 1; }
.flex-l {-webkit-justify-content: flex-start;justify-content: flex-start;}
.flex-r {-webkit-justify-content: flex-end;justify-content: flex-end;}
.flex-t{-webkit-align-items: flex-start;align-items: flex-start;}
.flex-b {-webkit-align-items: flex-end;align-items: flex-end;}
.flex-c {-webkit-justify-content: center;justify-content: center;}
.flex-colum{flex-direction: column;}
.flex-type7 {-webkit-align-items: stretch;align-items:stretch;}
.txt-ellipsis {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.txt-ellipsis2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clearfix:after {    
    visibility: hidden;    
    display: block;    
    font-size: 0;    
    content: " ";    
    clear: both;    
    height: 0;    
}    

.clearfix{*zoom:1;}  
.content{
    width: 1182px;
    padding: 0;
}
body{
    overflow-x: hidden;
}

.c-theme{
    color: #E60012;

}
.fl{
    float: left;
}
.activityItem .img_title{
    margin-top: 48px;
    margin-bottom: 60px;
    width: 100%;
}
.txt-ellipsis {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.txt-ellipsis2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
/* 导航栏 */
.hc_toHeader{
    background: rgba(26, 26, 26, .6);
    height: 48px;
    position: fixed;
    left:0;
    top: 0;
    z-index: 999;
    width: 100%;
}
.hc_toHeader .content{
    position: relative;
}
.hc_toHeader .goBackto{
    font-size: 14px;
    color: #BDBDBD;
    background: url(../images/goBackto.png) 0 no-repeat;
    padding-left: 36px;
    height: 48px;
    line-height: 48px;
    display:  block;
    position:  absolute;
    top: 0;
    left: 0;
}
.hc_toHeader .goBackto:hover{
    color: #E60012;
}
a:hover{
    color: #E60012;

}
.nav{
    font-size: 0;
    line-height: 48px;
    height: 48px;
    float: right;
}
.nav .list_nav {
    color: white;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.list_nav:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 20px;
    color: white;
}

.nav .active {
    color: #FF0000;
}

.list_nav:hover {
    color: #FF0000;
}

.list_nav:after:hover {
    color: white;
}
.list_nav:nth-last-child(1):after {
    content: '';
}
/* 导语 */
.headerBanner{
    width: 100%;
    height: 589px;
}
.intro{
    box-sizing: border-box;
    position: relative;
    background: #F4F4F4;
    box-shadow: 0px 18px 24px 0px rgba(12, 29, 50, 0.1);
    margin-top: -30px;
    margin-bottom: 34px;
    border-radius: 6px;
    padding-top: 57px;
    padding-bottom: 54px;
}
.intro .intro_l{
    width: 131px;
    height: 113px;
    text-align: center;
    color: #fff;
    margin-left: 72px;
    margin-right: 42px;
}
.intro_l .intro_title{

    font-size: 47px;
    color: #fff;

}
.intro .intro_r{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    padding-right: 75px;
}
.sect{
    background: #F4F4F4;
}

/* 深度对话 */
.deep_l{
    width: 719px;

}
#deep_swiper{
    /* border-radius: 6px; */
    overflow: hidden;
    width: 719px;
    height: 428px;
    position: relative;
}
.deep_swiper_img{
    width: 100%;
    height: 312px;
    object-fit: cover;
}
.img_mask{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.img_mask::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 102px;
    background: linear-gradient(0deg, #000000, rgba(31,31,31,0));
    opacity: 0.8;
}
#deep_swiper .swiper-slide{
    background: #FFFFFF;
    height: 100%;
}
#deep_swiper .deep-pagination{
    top: 280px;
    padding: 0 19px 18px 0;
    text-align: right;
    box-sizing: border-box;
}
#deep_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #9F9A9A;
    border-radius: 50%
}
#deep_swiper .swiper-pagination-bullet-active {
    background: #FFFFFF;
    
}
.deep_l p{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-top: 33px;
    background: #fff;
}
.deep_r{
    width: 420px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    height: 428px;
}

.deep_r .num{
    padding-right: 30px;
}
.deep_r .num:hover{
    color: #E60012;
}
.see_more{
    color: #999999;
    padding-top: 53px;
    padding-bottom: 60px;
}
.see_more a{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 50px;
    border: 1px solid #CCCCCC;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}


/* 亲历者说 */

/* 不要给高 */

/* 视频集锦 */

/* 
 */

/*  */

/*  */
.organization{
    padding-bottom: 23px;
}
.or-name{
    padding-top: 42px;
    padding-bottom: 23px;
    color: #333;
    font-size: 20px;
}
.organization img{
    margin-right: 8px;
    width: 187px;
    height: 67px;
    margin-bottom: 16px;
}
.organization img:nth-child(6n){
    margin-right: 0;

}
/* 视频集锦 */

#video_swiper{

}
#video_swiper img{

}
.video{
    width: 577px;
    height: 325px;
    background: #333333;
    /* border-radius: 8px 8px 0px 0px; */
}
video{
    width: 100%;
    height: 100%;
}
#video_swiper .swiper-slide{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
#video_swiper p{
    width: 519px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding: 27px 36px 27px 22px;
}
.video-swiper-group{
    position: relative;

}
.video-btn{
    position: absolute;
    width: 63px;
    height: 100px;
    background: #FFFFFF;
    line-height: 100px;
    background: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    
}
.video-btn-pre{
    left:-92px;
}
.video-btn-next{
    right: -92px;

}
.video-btn img{
    vertical-align: middle;
    width: 27px;
}
/* 往期回顾 */
.review{
    height:870px;
    overflow: hidden;
}
.autoHeight{
    height: auto;
}
.review_item{
    display: block;
    width: 373px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
    margin-right: 31px;
    margin-bottom: 30px;
    font-size: 0;
}
.review_item:nth-child(3n){
    margin-right: 0;

}
.review_item img{
    width: 100%;
    height: 209px;
    object-fit: cover;
}
.review_item p{
    font-size: 18px;
    color: #333333;
    padding: 18px 0 18px 20px;
    background: #F4F4F4;
    display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
/* footer */
/* .footer-group{
    padding-right: 350px;
    position: relative;
}
.qrcode{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
} */