/* common */

.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;
}
.split{
    background: #f0f0f0;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 48px;left: 0;
}
.activityItem .img_title{
    margin-top: 121px;
    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: #fff;
    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;
}

/* 深度对话 */
.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;
}


/* 亲历者说 */

/* 不要给高 */

/* 视频集锦 */

/* 
 */

/*  */

.video-swiper-group{
    height: 1308px;
    overflow: hidden;
}
.autoHeight{
    height: auto;
}
.video{
    width: 577px;
    height: 325px;
    background: #333333;

}

video{
    width: 100%;
    height: 100%;
}
 .swiper-slide{
    background: #fff;
}
.video_con p{
    width: 519px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    background: #000;
    padding: 27px 36px 27px 22px;
    
background: #F4F4F4;
}
.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;
    
}

/* 往期回顾 */

/* footer */
/* .footer-group{
    padding-right: 350px;
    position: relative;
}
.qrcode{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
} */
.p-r-25{
    margin-right: 25px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.p-r-25:nth-child(2n){
    margin: 0;
}
.txt-ellipsis {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.template_title{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .template_title .line{
    flex: 1;
    background: #EDEDED;
    height: 4px;
  }
  .template_title .con{
  text-align: center;
  margin: 0 12px;
  }
  .template_title .con .sub1{
    font-weight: 700;
    font-size: 50px;
    color: #E60012;
    line-height: 48px;
    text-align: center;
  }
  .template_title .con .sub2{
    padding-top: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
  }