
/***************第一类视频列表部分*************/
/***banner**/
.bannerPic{
    height:430px;
    background-size:cover;
    background:url(../img/video-banner1.jpg) no-repeat;
    display:block;
    width:100%;
}
.video-main{
    background:#fafbfc;
}
.video-main .videoInfo{
    width:980px;
    margin:0 auto;
    overflow:hidden;
}
.video-main .video-title{
    width:100%;
    border-bottom: 2px solid #eb4217;
    padding: 20px 0 5px;
    vertical-align: top;
}
.video-title h2{
    color: #eb4217;
    display: inline-block;
    zoom: 1;
    font-size:24px;
    vertical-align: top;
    margin-bottom: 3px;
}
.video-main .video-list{
    margin-top:20px;
}
.video-list .video-list-ul{
    width:992px;
    overflow:hidden;
}
.video-list-item .video-list-ul{
   /*  width:97%; */
   width:109.9%;
   /* padding: 0 35px 10px 0; */
}
.video-list-ul li{
    /* display:inline-block; */
    float:left;
    overflow:hidden;
    border:1px solid #eee;
    background:#fff;
   /*  margin:0 34px 34px 0; */
   
    margin: 30px 30px 0 0;
}
.video-list-img{
    width:472px;
    height:320px;
    position:relative;
    overflow:hidden;
}
.video-list-img:hover .mark{
    opacity:1;
}
.video-list-img .mark{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    z-index:99;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align:center;
    opacity:0;
}
.video-list-img .mark .play{
    font-family:'iconfont';
    color:#fff;
    font-size:70px;
}
.video-list-Txt{
    width:97%;
    margin:0 auto;
    padding:0 10px 10px;
    overflow:hidden;
}

.list-left {
    width:80%;
    float:left;
    width:372px;
}
.video-list-ul li h3{
    font-size: 18px;
    width:100%;
    margin: 10px 0 0 10px;
}
.video-list-ul li h3 a{
    font: bold 18px/30px microsoft yahei;
    color: #393939;         
}
.video-list-ul li h3 a:hover{
    color:#eb4217;
}
.list-left span{
    font-size: 14px;
    line-height: 30px;
    color: #999;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.video-list-Txt .list-right{
    float:right;
    width:80px;
}
.video-list-Txt .list-right a{
    display:inline-block;
    color:#fff;
    font-size:14px;
    padding:4px 8px;
    background:#eb4217;
}

/*****

*****第二类视频列表部分******

*********/
/*************************视频列表************************/
.video-main{
    margin-top:20px;
}
/*左侧导航*/
.video-nav{
    float:left;
    width:148px;
    background:#fff;
}
.vio-nav-title{
    background:#eb4217;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:#fff;
    width:100%;
    text-align:center;
}
.vio-nav-title h2{
    padding:15px 0;
}
.nav-list li{
    padding:15px;
    text-align:center;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.nav-list li a:hover{
    color:#eb4217;
}

/*正文列表*/
.artical-wrap{
    /*border:1px solid green;*/
    overflow:hidden;
}
.artical-list{
    float:left;
    width:100%;
}
.artical-list h2{
    color:#eb4217;
    font-size:24px;
    font-weight:bold;
    margin-bottom:8px;

}
.item_list{  position:relative;
    padding:20px 0;
    overflow:hidden;
    border-bottom:1px solid #e6e6e6;
}
.item_list:hover{
    background: rgba(235, 66, 23, 0.05);
}
.list.item_list a.picture {
    display: block;
    position: relative;
}
.item_list .picture{
    position:relative;
    float: left;
    margin-right: 20px;
    width: 230px;
    height: 130px;
    display:inline-block;
    overflow: hidden;
    min-width: 230px;
    max-width: 230px;
}
.picture .play_icon{
    position:absolute;
    margin:auto;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:99;
    width:44px;
    height:44px;
}
.picture .time-tag{
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:99;
    padding:2px 6px;
    color:#fff;
    background: rgba(0, 0, 0, 0.49);
    border-radius:12px;
    font-size:12px;
}
.picture .time-tag em{
    font-family:'iconfont';
    color:#fff;
    font-size:16px;
}
.hot .list.item_list .detail{
    width:466px;
    float:left;
    height:130px;
}
.detail h3{
    line-height: 32px;
    min-height: 75px;
    font-size: 20px;
    font-weight: 400;
}
.detail h3 a:hover{
    color:#eb4217;
}
.tags{
    height: 20px;
    line-height: 20px;
}
.hot .list .item_list .tag{
    display: inline-block;
    font-size: 12px;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 0 10px;
    color: #999;
}
.detail .source{
    position: relative;
    color: #666;
    font-size: 12px;
    height: 22px;
    padding: 18px 10px 0 0;
}
.source span{
    color: #666;
}
.source .rl{
    float: left;
}
.rl .source_a{
    color: #666;
    margin-right:5px;
}
.source .rr{
    float: right;
    cursor:pointer;
}
.rr i{
    font-family:'iconfont';
    font-size:17px;
    color:#666;
    vertical-align:middle;
    position:relative;
}
.rr .card{
    position:absolute;
    width:80px;
    height:28px;
    border:1px solid #eee;
    top:12px;
    right:10px;
    z-index:99;
    background:#fff;
    opacity:0;
}
.source .rr:hover .card{
    opacity:1;
}
.rr .card a{
    font-size:18px;
    font-family:'iconfont';
    color:#999;
    display:inline-block;
    margin:5px 2px;
}
.rr .card a:hover{
    color:#eb4217;
}
.hot .more{
    display:block;
    width:100%;
    text-align:center;
    padding:10px 0;
    color:#969696;
    border-radius:4px;
    background:#eee;
    font-size:14px;
}



/*右侧推荐*/
.video-recommendInfo{
    width:100%;
}
.video-recommend{
    float:right;
    padding:0 10px;
    box-sizing: border-box;
    margin-top:60px;
}
.video-recommendInfo h3{
    color:#eb4217;
    font-size:20px;
    font-weight:bold;
    margin-bottom:6px;
    line-height:30px;
}
.video-recommendInfo .more{
    float:right;
    font-size:14px;
    color:#666;
}
.video-recommendInfo .more:hover,.recommendInfo .more:hover em{
    color:#eb4217;
}
.video-recommendInfo .more em{
    font-family:'iconfont';
    font-size:14px;
    margin-right:4px;
    color:#666;
    font-weight:100;
}
.vie-rec-list li{
    overflow:hidden;
    padding:13px 0;
    border-bottom:1px solid #eee;
}
.inner-l{
    overflow:hidden;
    float:left;
    width:134px;
    height:80px;
    position:relative;
}
.inner-l img{
    transition: all .8s;
}
.inner-l:hover img{
    transform: scale(1.2);
    transition: all .8s;
}
.inner-l .tag{
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:99;
    padding:2px 6px;
    color:#fff;
    background: rgba(0, 0, 0, 0.49);
    border-radius:12px;
    font-size:12px;
}
.inner-l .tag em{
    font-family:'iconfont';
    color:#fff;
    font-size:16px;
}
.inner-r{
    line-height:20px;
    font-size:14px;
    float:right;
    margin-left:20px;
    position: relative;
    width: 154px;
    height: 80px;
}
.inner-r .innerText{
    max-height:60px;
    overflow:hidden;
}
.inner-r .author{
    position:absolute;
    bottom:0;
    left:0;
    font-size:12px;
    color:#999;
}
.inner-r a:hover{
    color:#eb4217;
}
.inner-r .watch{
    position:absolute;
    bottom:0;
    right:10px;
    font-size:12px;
    color:#999;

}
.inner-r .watch em{
    font-family:'iconfont';
    margin-right:2px;
}


/*中间内容*/
.detail-main .video-detail{
    margin-right:30px;
    width: 830px;
    float:right;
}
.video-list-box{
    width: 1020px;
    margin-top:24px;
}

.video-main .video-list{
    width: 630px;
    margin-right:30px;
    margin-top:-20px;
    float:right;
}
.detail-video{
    width:100%;    
    position: relative;   
}
.controls {
    width: 100%;
    height: 54px;
    position: absolute;
    left: 0;
    top: 474px;
    z-index: 99;
    opacity: 1;0
}
.player:hover .controls {
    opacity: 1;
}
/*播放/暂停*/
.controls .switch {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 20px;
    left: 16px;
    font-family:'iconfont';
}
.controls .switch:hover {
    color: #eb4217;
}
.controls .pause{
    display:none;
}
/*全屏按钮*/
.controls .expand {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 11px;
    top: 20px;
    font-family:'iconfont';
}
.controls .expand:hover {
    color: #eb4217;
}

/*进度条*/
.progress {
    width: 100%;
    height: 4px;
    /* overflow: hidden; */
    background-color: #555;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.progress:hover{
    height: 7px;
    margin-top:-2px;
    transition: all .3s;
}
.progress:hover .loaded span{
    transition: all .3s;
    transform: scale(1.6);
    top:-30%

}

/*下载进度*/
.progress .loaded {
    width: 0;
    height: 100%;
    background-color: #eb4217;
    position:relative;
}
.progress .loaded span{
    transition: all .3s;
    display:block;
    background-color: #eb4217;
    z-index:1;
    width:10px;
    border-radius:50%;
    height: 10px;
    position:absolute;
    top:-70%;
    right:-4px;

}

/*播放进度*/
.progress .line {
    width: 0;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

/**/
.progress .bar {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*时间*/
.timer {
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 60px;
    top: 20px;
    color: #FFF;
    font-size: 12px;
}
/* 声音 */
.voice{
    position:absolute;
    right:170px;
    top:18px;
}
.voice span{
    display:inline-block;
    text-align:left;
    font-family:'iconfont';
    font-size:26px;
    color:#fff;
    cursor: pointer;
    margin-right:20px;
}
.voice span:hover{
    color:#eb4217;
}
.voice-bar{
    position:absolute;
    right:60px;
    top:29px;
    display:inline-block;
    width:110px;
    border-radius:4px;
    height:4px;
    background-color:#555;
}
.voice-bar .voice-load{
    background-color: #eb4217;
    width:0;
    height:100%;
}
/*视频描述*/
.videoBoxInfo{
    overflow:hidden;
    z-index:4;
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 13px 20px 17px;
    border:1px solid #eee;
}
.videoBoxInfo h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding: 7px 0;
    overflow: hidden;
}
.videoBoxInfo .videoTxt{
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: gray;
}
.videoTxt .vTxt-l{
    float:left;
}
.videoTxt .vTxt-r{
    float:right;
}
.vTxt-r em{
    width:18px;
    height:18px;
    margin-right:4px;
    display:inline-block;
    font-family:'iconfont';
    font-size:16px;
    color:#999;
}
.vTxt-r .share{
    margin-right:10px;
}
.vTxt-r .share:hover,.vTxt-r .share:hover em{
    color:#eb4217;
}
