/********** video start **********/
.video_content{
  background-color: #F6F6F6;
  padding-top: 30px;
  padding-bottom: 60px;
}
.title_common{
    height: 110px;
    line-height: 110px;
}
.title1{
    background: url('../images/photoList/zw.png') left  center  no-repeat;
}
.title2{
    background: url('../images/photoList/lm.png') left  center no-repeat;
}
.title3{
    background: url('../images/photoList/topic.png') left  center no-repeat;
}
.title4{
    background: url('../images/photoList/zhgl.png') left  center no-repeat;
}
.title5{
    background: url('../images/photoList/live.png') left  center no-repeat;
}
.title6{
    background: url('../images/photoList/video.png') left  center no-repeat;
}
.title7{
    background: url('../images/photoList/tv.png') left  center no-repeat;
}

.v_box{
    width: 285px;
    padding-bottom: 20px;
}

.video_column .v_wrap{
    position: relative;
}

.video_column .video_column_list{
    position: absolute;
    left: 90px;
    top: -102px;
    width: auto;
    overflow: hidden;
}

.v_box:last-child{
    margin-right: 0;
}
.v_box_pic{
    width:285px;
    height:160px;
    position:relative;
}
.v_box_pic img{
    width: 100%;
    height: 100%;
        display: block;
}
.v_box_intro,.v_box_time,.slide_title{
    padding-left: 20px;
}
.v_box_intro{
    width:245px;
    height:48px;
    line-height:24px;
    overflow: hidden;
}
.v_box_time{
    height:16px;
    font-size:14px;
    font-family:ArialMT;
    color:rgba(153,153,153,1);
    line-height:16px;
}

/* 新闻 */
.news_wrap{
    height: 284px;
}
.v_box_l{
    width:590px;
    height:284px;
    position: relative;
}
.v_box_l .box_shade{
    position: absolute;
    bottom:0;
    text-align: center;
    padding: 14px 20px;
    width: 550px;
    overflow: hidden;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    background: url('../images/common/box_shadow.png') no-repeat left bottom;
}

.news_type li{
    height: 80px;
    line-height: 130px;
    float: left;
    margin-left: 15px;
}
.news_type li a{
    color: #9A9A9A;
}
.news_type li.cur a{
    color: #EB891B;
}
.v_box_l .video_icon{
   top: 122px;
   left: 278px;
}
.v_box_pic .video_icon{
   top: 60px;
   left: 125px;
  
}
.v_box_pic .video_icon,.v_box_l .video_icon{
    position: absolute;
    width: 34px;
    height: 40px;
    background: url('../images/common/video_triangle.png') no-repeat;
}

/* 专题 */
.zt_wrap{
    position: relative;
    height: 224px;
}
.zt_wrap .swiper-slide{
    width: 285px;
}
.zt_wrap .swiper-slide,.zh_wrap .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide_title{
    width:245px;
    height:24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.zt_wrap  .swiper-button-prev,.zh_wrap  .swiper-button-prev{
    width: 22px;
    height: 37px;
    left: -40px;
    background: url('../images/photoList/left.png') no-repeat;
}
.zt_wrap  .swiper-button-next,.zh_wrap  .swiper-button-next{
    width: 22px;
    height: 37px;
    right: -40px;
    background: url('../images/photoList/right.png') no-repeat;
}
.zt_wrap  .v_box{
    padding-bottom: 0;
}
/* 综合 */
.zh_wrap{
    position: relative;
    height: 284px;
}

/* 电视电台 */
.tv_tab li{
    text-align: center;
    float: left;
    width: 141px;
    height: 50px;
    line-height: 50px;
}
.tv_tab li.active{
    color: #ffffff;
    background: url('../images/photoList/tv_li.png') no-repeat;
}
.tv_item{
    position: relative;
    width: 100%;
    height: 200px;
  padding-bottom: 20px;
   display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.tv_item .swiper-slide{width:190px;}
.tv_item .swiper-button-next{
    width: 22px;
    height: 37px;
    right: -40px;
    background: url('../images/photoList/right.png') no-repeat;
}
.tv_item .swiper-button-prev{
    width: 22px;
    height: 37px;
    left: -40px;
    background: url('../images/photoList/left.png') no-repeat;
}
.time_line{
  flex-shrink: 0;
   width: 190px;
   padding-right: 50px;
   background: url('../images/photoList/time_line.jpg') repeat-x 50% 35px;
}
.time_line .box{
   float: left;
   width: 190px;
   text-align: center;
}
.time_line .box .time_dot{
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin:26px  auto 0;
}
.time_line .box .past{
    background:url('../images/photoList/timedot1.png') no-repeat;
}
.time_line .box .current{
    background:url('../images/photoList/timedot2.png') no-repeat;
}
.time_line .box .after{
    background:url('../images/photoList/timedot3.png') no-repeat;
}
.time_line .box .play_time{
    margin-top: 15px;
    font-size:14px;
    color:rgba(153,153,153,1);
}
.time_line .box .pro_name{
    margin-top: 16px;
    font-size:18px;
}
.time_line .past_v{
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
}
.time_line .past_v .name{
    font-size:14px;
    display: inline-block;
    margin-left: 19px;
}
.time_line .past_v .mark{
    display: inline-block;
    text-align: center;
    width:72px;
    height:30px;
    line-height: 30px;
    border-radius:15px;
 	 cursor:pointer;
}
.time_line .past_v .mark.mark_review{
    border:1px solid #EB891B;
    color: #EB891B;
}
.time_line .past_v .mark.mark_live{
    background-color: #EB891B;
    color: #ffffff;
}
.time_line .past_v .mark.mark_no{
    color:#ffffff;
    background-color: #D7D7D7;
    cursor: not-allowed;
}