@import url("../css/public.css");

/*盒子*/
.video-new, .video-rank, .video-player-wrap, .video-other-wrap, .party-news-pic { background:#fff; box-sizing:border-box;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}

/*最新视频*/
.video-new { width:930px; height:330px; padding:10px;}
.video-big { width:500px; height:310px; background:#f5f5f5;}
.video-big img { width:500px; height:310px; overflow:hidden;}
.video-new-list { width:410px; height:310px;}
.video-new-list dl { width:194px; height:150px; text-align:center; margin:0 0 10px 10px; float:left;}
.video-new-list dl dt { width:194px; height:120px;}
.video-new-list dl dd { width:194px; height:30px; line-height:30px; overflow:hidden;}
.jwlogo { display:none;}
/*隐藏播放器右上角logo 如果要替换成自己的，请将修改jwplayer.js 中 file:"logo.png"—将这里换成网络路径*/

/*排行榜*/
.video-rank { width:250px; height:330px; padding:5px 20px;}
.video-rank .video-rank-bar { width:210px; height:39px; background:#fff; line-height:39px; border-bottom:#eae9e9 1px solid;}
.video-rank .video-rank-bar i { width:100px; height:39px; background:url(../images/video_title_ico.png) 0px center no-repeat; color:#ef5b30;  padding-left:10px; font-size:18px; font-style:normal; display:block; float:left;}
.video-rank ul { padding:5px 0px 0px 0px; background:url(../images/video_number_ico.png) 0px -22px no-repeat;}
.video-rank li { width:186px; height:36px; line-height:36px; padding:0 0px 0 24px; overflow:hidden;}
.video-rank .one { width:210px; height:100px; margin:15px 0 5px 0; position:relative;}
.video-rank .one-number { width:30px; height:20px; background:#f45c2e; text-align:center; line-height:20px; color:#fff; position:absolute; top:0px; left:0px;}

/* 视频列表 */
.video-list { width:1200px; height:310px;}
.video-list .video-list-bar { width:1200px; height:40px; line-height:40px; overflow:hidden; position:relative;}
.video-list .video-list-bar i { height:40px; background:url(../images/msg_title_ico.png) 0px center no-repeat; font-size:18px; color:#333; font-style:normal; padding-left:10px; display:block; float:left;}
.video-list ul { }
.video-list ul li { margin:10px 20px 0px 0px; float:left; overflow:hidden;}
.video-list ul li .pic { width:224px; height:130px;}
.video-list ul li .pic img { width:224px; height:130px; overflow:hidden;}
.video-list ul li .title { width:204px; height:140px; background:#fff; padding:0 10px; border-bottom:#ececec 3px solid; overflow:hidden;}
.video-list ul li .title span { width:204px; height:40px; line-height:40px; font-size:16px; display:block; overflow:hidden;}
.video-list ul li .title p { width:204px; height:30px; line-height:30px; color:#999; font-size:12px; overflow:hidden;} 
.video-list ul li:nth-of-type(5n) { margin-right:0px;}

/* 视频播放页 */
.video-player-wrap { width:1200px; height:440px; padding:20px;}
.video-player { width:640px; height:400px; background:#f5f5f5;}
.video-player img { width:640px; height:400px; overflow:hidden;}
.video-con { width:500px; height:400px; line-height:36px; overflow:hidden;}
.video-con .video-share { padding:20px 0 0 0;}
.video-con .video-share span { line-height:40px;}

/*该分类其他视频*/
.video-other-wrap { width:1200px; padding:20px; overflow:hidden; position:relative;}
.video-other-wrap .video-other-bar { width:1160; height:39px; background:#fff; line-height:39px; border-bottom:#eae9e9 1px solid;}
.video-other-wrap .video-other-bar i { width:160px; height:38px; color:#00acee; text-align:center; font-style:normal; font-size:18px; border-bottom:#00acee 2px solid; display:block; float:left;}
.video-other-wrap .video-other-list { width:1140px; padding:15px 0px 0px 20px;}
.video-other-wrap .video-other-list ul { overflow:hidden; zoom:1;}
.video-other-wrap .video-other-list ul li { margin:10px 40px 0px 0px; float:left; overflow:hidden;}
.video-other-wrap .video-other-list ul li .pic { width:224px; height:130px;}
.video-other-wrap .video-other-list ul li .pic img { width:224px; height:130px; overflow:hidden;}
.video-other-wrap .video-other-list ul li .title { width:204px; height:140px; background:#f5f5f5; padding:0 10px; overflow:hidden;}
.video-other-wrap .video-other-list ul li .title span { width:204px; height:40px; line-height:40px; font-size:16px; display:block; overflow:hidden;}
.video-other-wrap .video-other-list ul li .title p { width:204px; height:30px; line-height:30px; color:#999; font-size:12px; overflow:hidden;} 
.video-other-wrap .prev, .video-other-wrap .next { width:30px; height:30px; background:url(../images/tj_arrow.png) no-repeat; position:absolute; display:block; z-index:99; overflow:hidden; cursor:pointer;}
.video-other-wrap .prev{ background-position:-30px 0px; left:20px; top:140px;}
.video-other-wrap .next { background-position:-30px -30px; right:20px; top:140px;}
.video-other-wrap .prevStop { background-position:0px 0px;}
.video-other-wrap .nextStop { background-position:0px -30px;}
