.fiTheater_container{
    width:100%;
}
.fiTheater_top{
    width:100%;
    height:457px;
    position: relative;
}
.fiTheater_top>img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.fiTheater_top_txt{
    color: #fff;
    font-size:14px;
    position: absolute;
    bottom:36px;
    left:50%;
    margin-left:-550px;
    width:1100px;
    background: #0d258e;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:30px 32px;
}
.fiTheater_top_txt_wrap{
    width:100%;
    position: relative;
}
.fiTheater_top_txt .fiTheater_title{
    float: left;
    /*margin-top:8px;*/
}
.fiTheater_top_txt .fiTheater_ren{
    position: absolute;
    top: -265px;
    right: 110px;
}
.fiTheater_top_txt_wrap>span{
    float: right;
    display: block;
    width: 945px;
    line-height: 1.8;
    margin-top:10px;
}
.fiTheater_content_container{
    width:100%;
}
.fiTheater_head{
    height:52px;
    width:100%;
    border-bottom:1px solid #ebebeb;
}
.fiTheater_nav{
    width:1200px;
    height:52px;
    margin:0 auto;
}
.fiTheater_nav>li{
    float: left;
    height:52px;
    line-height:52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size:18px;
    color: #333;
    margin-right:28px;
    border-bottom:2px solid transparent;
    font-weight:bold;
}
.fiTheater_nav>li.active{
    border-color: #b6141a;
    color: #b6141a;
}
.fiTheater_nav>li:hover{
    color: #b6141a;
}
.fiTheater_content{
    display: none;
}
.fiTheater_content.active{
    display: block;
}
.fiTheater_content_wrap{
    width:1200px;
    margin:0 auto;
}
.fiTheater_content{
    width:100%;
}
.hd_list_head{
    width:100%;
    padding-top:32px;
    padding-bottom:32px;
}
.hd_list_head_l{
    float: left;
}
.hd_list_head_l_title{
    font-size:16px;
    color: #333;
    font-weight:bold;
    float:left;
    height:34px;
    line-height:34px;
}
.hd_list_head_l_ul{
    float: left;
    margin-left:24px;
}
.hd_list_head_l_li{
    width:80px;
    height:34px;
    line-height:34px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    /*border:1px solid;*/
    margin-right:24px;
    cursor: pointer;
    float: left;
    text-align: center;
}
.hd_list_head_r{
    float: right;
}
.hd_list_head_r_li{
    float: left;
    margin-left:25px;
    padding-right:20px;
    height:34px;
    line-height:34px;
    position: relative;
    cursor: pointer;
    font-weight:bold;
}
.hd_list_head_r_li>span{
    position: absolute;
    right:0;
    top:14px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color:transparent transparent transparent transparent;
}
.hd_list_head_r_li.active{
    color:#b6141a;
}
.hd_list_head_r_ul .up>span{
    border-color: transparent transparent #333 transparent;
    top:7px;
}
.hd_list_head_r_ul .down>span{
    border-color: #333 transparent transparent transparent;
    top:14px;
}
.hd_list_head_r_ul .up.active>span{
    border-color: transparent transparent #b6141a transparent;
    top:7px;
}
.hd_list_head_r_ul .down.active>span{
    border-color: #b6141a transparent transparent  transparent;
    top:14px;
}
.hd_list_head_l_li.active{
    background: #b6141a;
    -webkit-box-shadow: 0 0 10px  #ff9a86;
    -moz-box-shadow: 0 0 10px  #ff9a86;
    box-shadow: 0 0 10px  #ff9a86;
    color: #fff;
}
.hd_list_head_l_li:hover{
    color: #b6141a;
}
.hd_list_head_l_li.active:hover{
    color: #fff;
}
.hd_list_content_item{
    width:589px;
    position: relative;
    background: #fff;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    overflow: hidden;
    margin-bottom:20px;
    cursor: pointer;
}
.tip_bmz{
    position: absolute;
    display: none;
    color: #fff;
    height:100px;
    width:200px;
    background: #b6141a;
    text-align: center;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -80px;
    top: -40px;
    line-height: 160px;
    font-size: 18px;
    letter-spacing: 2px;
}
.hd_list_content_item.bm_ing .tip_bmz{
    display: block;
}
.hd_list_content_item.bm_stop .tip_bmz{
    display: none;
}

.hd_list_content_item_up{
    width:100%;
    height:269px;
    position: relative;
}
.hd_item_up_bg{
    /*position: absolute;*/
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*display: none;*/
}
.hd_list_content_item.bm_ing .hd_item_up_bg{
    display: block;
}
.hd_item_up_stop{
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    display: none;
    position: absolute;
    left:0;
    top:0;
}
.hd_list_content_item.bm_stop .hd_item_up_stop{
    display: block;
}
.hd_item_up_stop>img{
    margin-left:230px;
    margin-top:89px;
}
.hd_list_content_item_bottom{
    padding:30px 20px;
    position: relative;
    border-bottom:1px solid #ededed;
}
.hd_item_bottom_tip_wrap{
    position: absolute;
    right:0;
    top:30px;
    width:86px;
    heihgt:32px;
}
.hd_item_bottom_tip{
    width:86px;
    height:32px;
    text-align: center;
    line-height:32px;
    color: #fff;
    /*display: none;*/
}
.hd_item_bottom_tip.tip1{
     background: url("../../basic/images/tip1.png") no-repeat;
     -webkit-background-size:100%;
     background-size:100%;
    display: none;
 }
.hd_item_bottom_tip.tip2{
    background: url("../../basic/images/tip2.png") no-repeat;
    -webkit-background-size:100%;
    background-size:100%;
    display: none;
}
.hd_list_content_item.bm_ing .hd_item_bottom_tip.tip1{
    display: block;
}
.hd_list_content_item.bm_stop .hd_item_bottom_tip.tip2{
    display: block;
}
.hd_item_bottom_title{
    font-size:16px;
    font-weight:bold;
    color: #333;
    margin-bottom:25px;
    width:477px;
    height:23px;
    overflow: hidden;
}
.hd_item_bottom_content{
    font-size:14px;
    color: #666;
    line-height:24px;
}
.hd_item_bottom_content>p{
    height:24px;
    overflow: hidden;
}
.hd_list_content_item_footer{
    height:57px;
    padding:0 20px;
}
.hd_item_footer_l{
    float: left;
    margin-top:20px;
}
.hd_item_footer_r{
    float: right;
    margin-top:22px;
}
.hd_item_footer_l_img{
    float: left;
}
.hd_item_footer_l_time{
    float: left;
    font-size:14px;
    color: #999;
    margin-left:12px;
    top:-2px;
    position: relative;
}
.hd_item_footer_r_img{
    float: left;
}
.hd_item_footer_r_num{
    float: left;
    font-size:14px;
    color: #999;
    margin-left:12px;
    top:-3px;
    position: relative;
}
.zx_list_content_wrap{
    margin-top:20px;
}
.zx_list_content_wrap .hd_item_bottom_content{
    line-height:24px;
    font-size: 14px;
    color: #666;
    height:48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}