
.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;
}
.img_title{
    margin-top: 48px;
    margin-bottom: 60px;
}
.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;
    height: 269px;
    padding-left: 210px;
    padding-top: 55px;
    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;

}
.intro .intro_l{
    width: 131px;
    height: 113px;
    position: absolute;
    left: 56px;
    top: 68px;
    text-align: center;
    color: #fff;
}
.intro_l .intro_title{
    font-size: 47px;
    color: #fff;

}
.intro .intro_r{
    height: 162px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.intro_r p {
    padding-bottom: 20px;
}
/* focus_report */
/* .focus_report .fc_title{
    height: 120px;
    background: url("../images/spring_pc/jdbd_bg.png")  100%;
} */
.fc_group{
    height: 404px;
    overflow: hidden;
}
.swiper1{
    width: 100%;
    height: 404px;
    float: left;
    position: relative;
}
/*ljt*/
.swiper1 .swiper-wrapper,
.swiper1 .tempWrap {
    height: 100%;
}
.swiper1 .swiper-slide{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
#swiper1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    border-radius: 6px;
    overflow: hidden;

}

#swiper1 .pagination {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 20px;
    z-index: 10;
    text-align: right;
}

.swiper1 .swiper-slide p {
    width: 100%;
    height: 79px;
    line-height: 79px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: url(../images/swiperbg.png) no-repeat;
    background-size: 100%;
    z-index: 8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.swiper1 .swiper-slide p span {
    width: 650px;;
    height: 80px;
    line-height: 98px;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pagination a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.pagination .active {
    background: #fff;
}

.swiper1 .swiper1-prev {
    width: 27px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background: url(../images/left.png) no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    display: none;
}

.swiper1 .swiper1-next {
    width: 27px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -22px;
    background: url(../images/right.png) no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    display: none;
}
.fc_gp_l{
    width: 66%;
}
.fc_gp_r{
    width: 31%;
    float: right;
}
.fc-item{
    width: 100%;
    height: 190px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 23px;
}
.fc-item img{
    width: 100%;
    height: 100%;
}
.fc_gp_r p {
    width: 100%;
    height: 79px;
    line-height: 79px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: url(../images/swiperbg.png) no-repeat;
    z-index: 8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-sizing: border-box;

}

.fc_gp_r p span {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 98px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pagination a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.fc_bottom{
    padding-bottom: 70px;
}
.fc_bottom h1{
    padding-top: 39px;padding-bottom: 17px;
    font-size: 42px;
    font-weight: bold;
    color: #333333;
}
.fc_others li {
    padding-right: 77px;
    padding-bottom: 17px;
}
.fc_others  span{
    font-size: 18px;
    color: #333333;
    
}
.fc_others  span:hover{
    color: #E60012;
}
/* 城市走避 */
.city_write{
    /* height: 751px; */
    /* height: ; */
    
    background: url("../images/spring_pc/city_bg.png") 100%;
}
.ct_group{
    height: 500px;
    overflow: hidden;
}
.showHeight{
    height: auto;
}
.ct_group li{
  display: flex;
  width: 50%;
  justify-content: flex-start;
  margin-top:30px ;
}
.ct_group li h1{
    font-size: 20px;
    padding-top: 20px;
    font-weight: 500;
}
.ct_group li img{
    width: 232px;
    height: 132px;
    border-radius: 6px;
}
.ct_group li .li-right{
    padding-left: 14px;
    padding-right: 39px;
    flex:1
}
.ct_group li .time {
font-size: 18px;
color: #999999;
padding-top: 14px;
}
.more-btn{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.more-btn > a{
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    font-size: 16px;
    color: #999999;
    margin-top: 32px;
}
/* 亲历者说 */
.witness_talk{
    height: 526px;
    overflow: hidden;
}
.wl{
    width: 60%;
    float: left;
}
.wr{
    float: right;
    width: 40%;
}

.slideTxtBox{  text-align:left; position: relative; }

.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
/* 设置高度 */
.slideTxtBox .bd li img{ /*width: 719px;*/width: 100%; height:312px;  border-radius: 6px; }
/* 设置索引 */
.slideTxtBox .hd {
    position: absolute;
    top: 280px;
    right: 19px;
    z-index: 99;
}
.slideTxtBox .hd ul a {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(0deg, #000000, rgba(31, 31, 31, 0));
opacity: 0.8;
    margin: 0 4px;
}
.slideTxtBox .hd ul a.active{
    background: #FFFFFF;

    
}
.slideTxtBox-text{
    padding-top: 33px;
    padding-left: 22px;
}
.slideTxtBox-text  p {
    padding-right: 24px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.slideTxtBox-text  span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    padding-top: 19px;
}
.swiper3 .bd ul{
    height: 400px; 

}
/* 不要给高 */
.swiper3 li a{
    display: block;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
   padding: 18px 10px 20px 30px;

}
.swiper3 li a:hover{
    background-color: #f7f7f7;
}
.swiper3 li a > div{
    font-size: 18px;
    color: #333333;
}
.swiper3 li a > p {
    padding-left: 30px;
    font-size: 16px;
    color: #333333;

}
.swiper3 li a:hover > p{
    color: #E60012;

}
.sw3_control{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.sw3_control img{
    width: 42px;
    cursor: pointer;
}
.sw3_control img:first-child{
    margin-right: 52px;
}
/* 视频集锦 */
.video_highlight{
    background: url("../images/spring_pc/spjj_bg.png") 100%;
    height: 834px;
}
.swiper4{
    width: 100%;
    height: 648px;
    overflow: hidden;
}
.swiper4 img {
    width: 100%;
    height: 648px;

}
.swiper5{
    width: 100%;
    /* height: 120px; */
}
.swiper5 .small_img{
    width: 100%;
    height: 100%;
}
.swiper5 .small_img ul{
    width: 170px;
    height: 100%;
    box-sizing: content-box;
}

.swiper5 .small_img ul li {
    display: block;
    padding-right: 24px;

}
.swiper5 .small_img img{
    width: 151px;
    height: 83px;
}
/* 
 */
 .video_highlight{
    position: relative;

 }
.swiper6{
width: 100%;
}
.swiper6 .ulWrap ul{
    width: 373px;
    padding-right: 31px;
}

.swiper6 .sw6_video{
    height: 209px;
    width: 100%;

}
.swiper6 .ulWrap ul li video{
    width: 100%;
    height: 100%;
}
.swiper6 .ulWrap ul li{
    border: 6px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 31px;
}
.swiper6 .ulWrap ul li p{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;

}
.swiper6 .hd{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    text-align: center;

}
.swiper6 .hd ul  a{
    position: relative;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #BFBFBF;
    /* background: linear-gradient(0deg, #000000, rgba(31, 31, 31, 0)); */
    opacity: 0.8;
    margin: 0 4px;
    z-index: 66;
}
.swiper6 .hd ul a.active{
    width: 24px;
    height: 8px;
    background: #E60012;
    border-radius: 4px;
}
/*  */
.bigSwiper{
    width: 100%;
    
}
.bigSwiper img{
    width: 100%;
    height: 300px;
}
.bigImg p {
    width: 100%;
    height: 79px;
    line-height: 79px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: url(../images/swiperbg.png) no-repeat;
    background-size: 100%;

    z-index: 8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-sizing: border-box;

}
.bigImg p span {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 98px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 104px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.game163 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.game163 .bigImg {
    height: 649px;

    position: relative;
}

.game163 .bigImg li img {
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;

    height: 649px;
}

.game163 .bigImg h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
}

.game163 .smallScroll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 23px 70px 23px;
    box-sizing: border-box;
}

.game163 .sPrev,
.game163 .sNext {
    float: left;
    cursor: pointer;
    width: 28px;
    height: 58px;
    
}
.smallScroll{
    margin: 0 auto;
}

.game163 .smallImg {
    float: left;
    display: inline;
    width: 1035px;
    overflow: hidden;
}

.game163 .smallImg ul {
    overflow: hidden;
}

.game163 .smallImg li {
    cursor: pointer;
    display: inline;
    
}

.game163 .smallImg img {
    border: 1px solid #dcdddd;
    width: 151px;
    height: 83px;
    margin-right: 23px;
    border-radius: 6px;
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}

.game163 .pageState {
    position: absolute;
    bottom: 200px;
    right: 21px;
    font-family: "Times New Roman", serif;
    letter-spacing: 1px;
    z-index: 111;
    font-size: 18px;
    color: #fff;
}

.game163 .pageState span {
    color: #f00;
    font-size: 30px;
    padding-right: 2px;
}
/*  */
.organization{
    padding-bottom: 23px;
}
.or-name{
    padding-top: 42px;
    padding-bottom: 23px;
    color: #333;
    font-size: 20px;
}
.organization img{
    margin-right: 11px;
    width: 187px;
    height: 67px;
    margin-bottom: 14px;
}