/* 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: '';
}

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

.interview {
    height: 627px;
    overflow: hidden;
}

.autoHeight {
    height: auto;
}

.inter_item {
    width: 570px;
    height: 132px;
    display: flex;
    float: left;
    justify-content: start;
    padding-right: 37px;
    margin-bottom: 30px;
    color: #333333;

}

.inter_item .desc {
    padding-top: 20px;
    padding-left: 14px;
}

.inter_item img {
    min-width: 232px;
    max-width: 232px;
    height: 132px;
    object-fit: cover;
}

.inter_item p {
    font-size: 20px;
    line-height: 27px;

}

.inter_item span {
    font-size: 18px;
    color: #999999;
    line-height: 27px;
    padding-top: 14px;

}

.inter_item:nth-child(2n) {
    padding: 0;
}

/* 
 */

/*  */





/* 往期回顾 */

/* footer */
/* .footer-group {
    padding-right: 350px;
    position: relative;
}

.qrcode {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
} */

.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;
}
.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;
  }