.videoBanner img {
    width: 100%;
}
#videoList .cont {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
#videoList .xfl {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 30px 0 30px;
}
#videoList .collects{
	border-bottom: 1px solid #e5e5e5;
    padding: 30px 30px 30px 30px;
}
#videoList .collects img{
	width: 50px;
    margin-right: 10px;
}
#videoList .collects .follow{
	border: 1px solid #3a85f8;
	color: #3a85f8;
	background: url(/resource/images/xin.png) no-repeat 7px center;
	border-radius:15px ;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px 0 30px;
	margin-left: 25px;
    position: relative;
    /*top: 13px;*/
}
#videoList .collects .follow:hover,#videoList .collects .follow.on{
	background:#3a85f8 url(/resource/images/xin-on.png) no-repeat 7px center;
	color: #FFFFFF;
}
#videoList .collects span{
	font-size: 30px;
	color: #575757;
	position: relative;
	top: 4px;
}
#videoList .type {
    margin-bottom: 30px;
    overflow: hidden;
}
#videoList .video_types {
    margin-bottom: 30px;
    overflow: hidden;
}
#videoList .type span {
    color: #999999;
    margin-right: 30px;
    float: left;
    font-size: 18px;
}
#videoList .video_types span {
    color: #999999;
    margin-right: 30px;
    float: left;
    font-size: 18px;
}
#videoList .type a {
    color: #333333;
    margin-right: 30px;
    float: left;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
}
#videoList .video_types a {
    color: #333333;
    margin-right: 30px;
    float: left;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
}
#videoList .type a:hover, #videoList .type a.on {
    color: #3a85f8;
}
#videoList .video_types a:hover, #videoList .video_types a.on {
    color: #3a85f8;
}
#videoList .items{
	margin-top: 30px;
}
#videoList .video,#videoList .video_url {
	width: 305px;
	margin-right: 20px;
	float: left;
	margin-bottom: 25px;
	cursor: pointer;
	transition: all 0.5s;
}
#videoList .video .top,#videoList .video_url .top{
	height: 195px;
	width: 305px;
	overflow: hidden;
	position: relative;
}
#videoList .video .top .videoImg,#videoList .video_url .top .videoImg{
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}
#videoList .video .top .shadow,#videoList .video_url .top  .shadow{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	background: rgba(0,0,0,0.4);
	width: 100%;
	transition: all 0.5s;
}
#videoList .video .top .play,#videoList .video_url .top .play{
	width: 25px;
	position: absolute;
	left: 20px;
	bottom: 6px;
	z-index: 1;
	transform: rotate(0deg);
	transition: all 0.5s;
}
#videoList .video .top .time,#videoList .video_url .top .time{
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	width: 56%;
	bottom: 6px;
	right: 20px;
	z-index: 1;
	transition: all 0.5s;
}
#videoList .video .bottom,#videoList .video_url .bottom{
	padding: 20px ;
	font-size:16px ;
	color: #333333;
    min-height: 50px;
}
#videoList .video:hover ,#videoList .video_url:hover{
  background-color: rgb(255, 255, 255);
  box-shadow: 7.713px 9.193px 16px 0px rgba(86, 162, 255, 0.49);
  transition: all 0.5s;
}
#videoList .video:hover .top .videoImg,#videoList .video_url .top .videoImg{
	transform: scale(1.2);
	transition: all 0.5s;
}
#videoList .video:hover .top .shadow,#videoList .video_url:hover .top .shadow{
	height: 100%;
	transition: all 0.5s;
}
#videoList .video:hover .top .play,#videoList .video_url:hover .top .play{
	width: 60px;
	left: 105px;
	bottom:62px;
	transform: rotate(360deg);
	transition: all 0.5s;
}
#videoList .video:hover .top .time,#videoList .video_url:hover .top .time{
	width: 100%;
	bottom:29px;
	right: 0;
	transition: all 0.5s;
}


#CuPlayer{
    position: fixed;
    display: none;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 600px;z-index: 11000;
}
#CuPlayer:hover .close{
    opacity: 1;
}
#CuPlayer .close{
    color: #000;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ccc;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
    z-index: 0000;
}
#shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    z-index: 10000;
}

.videoPage{
    width: 1170px;
    margin: 30px auto;
}