@charset "utf-8";


	/***********banner*************/
.banner_box{
	width: 100%;
	height:500px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

.slide_c {
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.ico_b{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.slide_c .fullimg{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.slide_c .fullimg img {
	margin: 0 -100%;
	height: 100%;
}

.slide_c .ico_c {
	width:1160px ;
	height:0px ;
	margin: 0 auto;
	position: relative;
	
}
.slide_c .ico_c ul{
	width:240px ;
	height:360px ;
	padding:10px 0px;
	border-radius: 5px;
	background: rgba(0,0,0,0.6);
	/*box-shadow: 0px 0px 10px #333;*/
	position: absolute;
	bottom: 60px;
	right: 0px;
}
.slide_c .ico_c li {
	width: 100%;
	height: 36px;
	padding:0px 10px 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	font: 14px/36px "微软雅黑";
	color: #fff;
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
	border-bottom: 1px dashed #333;
}
.slide_c .ico_c li:last-child{
	border-bottom: none;
}
.slide_c .ico_c a {
	width: 100%;
	height: 36px;
	display: block;
	text-decoration: none;
	font: 14px/36px "微软雅黑";
	color: #fff;
}

.slide_c .ico_c li.high {
	background-color: #856BDF;
}
.slide_c .ico_c li.high a{
	color: #fff;
}



.show_list_ul{
	width: 1160px;
	margin: 10px auto 0; 
	
}

.page_box{
	width: 1160px;
	margin: 20px auto;
	text-align: center;
}


/**********************视频列表-展示****************/


.show_vl{
	width: 216px;
	height: 360px;
	margin-top: 40px;
	margin-right: 20px;
}
.show_vl:hover{
	cursor: pointer;
}
.show_vl:nth-of-type(5),
.show_vl:nth-of-type(10),
.show_vl:nth-of-type(15),
.show_vl:nth-of-type(20),
.show_vl:nth-of-type(25){
	margin-right: 0px;
}

.show_vl_top{
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
}
.show_vl_top a{
	width: 216px;
	height: 300px;
	display:block;
	text-align: center;
}
.show_vl_top img{
	min-width: 100%;
	height: 100%;
	margin:0 -100%;
}
.show_vl_top_span{
	padding: 0px 10px;
	height: 18px ;
	font: 12px/18px "微软雅黑";
	color: #fff;
	background: rgba(0,0,0,0.8);
	bottom: 5px;
	right: 5px;
}
.show_vl_name{
	width: 100%;
	height: 30px;
	display: block;
	font: 16px/30px "微软雅黑";
	color: #222;
	text-align:left;
}
.show_vl_div{
	width: 100%;
	height: 30px;
}
.show_vl_div span{
	max-width: 160px;
    font: 14px/30px "微软雅黑";
    color: #888;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_vl:hover .show_vl_name{
	color: #856bdf;
}



