@charset "utf-8";
/*****图片显示****/
.pic_list{
	padding:20px 0 0 0;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.pic_list ul li{
	float:left; 
	width:360px; 
	margin:0 20px 20px; 
	height:420px;
	background: #fff;
	border: #ddd 1px solid;
	text-align:center; 
	overflow:hidden;
}
.pic_list ul li:hover{
	border: #ccc 1px solid;
}
.pic_list ul li span{ 
	position: relative;
	display: table-cell; 
	vertical-align:middle;
	width:360px; 
	height:360px; 
	text-align:center; 
	overflow:hidden;
}
.pic_list ul li i{
	width:360px;
	height: 60px;
	line-height: 60px;
	font-style:normal; 
	display:block; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.pic_list ul li img{
	height:360px; 
	width:360px;
	transition: all ease-out .3s;
}
.pic_list ul li:hover img{
	transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
}
.pic_list ul li a{ 
	display:block; 
	font-weight:normal;
	font-size: 16px;
}

.video-container .pic_list ul li{
	width:260px; 
	height:310px;
}
.video-container .pic_list ul li span{ 
	width:260px; 
	height:260px; 
}
.video-container .pic_list ul li i{
	width:260px;
	height: 50px;
	line-height: 50px;
}
.video-container .pic_list ul li img{
	height:260px; 
	width:260px;
}


.video-title{
	width: 1200px;
	margin:0 auto;
	padding: 60px 0 40px;
	text-align: center;
	font-size: 30px;
}
.video-container{
	width: 1200px;
	margin:0 auto;
}


/*****页码显示****/
#page{ 
	clear:both; 
	padding:40px 0; 
	overflow:hidden; 
	text-align:center; 
	margin:10px 0;
}
#page a{
	padding:10px 15px; 
	text-decoration:none; 
	font-size:14px; 
	margin-right:5px; 
	overflow:hidden;
	border:#ccc 1px solid; 
	color:#666; 
	background-color:#FFF;
}
#page a:hover{ 
	border:#ccc 1px solid;
	background-color:#F3F3F3;
}
#page a.on{ 
	border:#333 1px solid; 
	background-color:#333;
	color: #fff;
}
#page a.slh{ 
	border:none; 
	background:none; 
	cursor:default;
}
#page a.disabled,#page a.disabled:hover{
	cursor: not-allowed;
	border: #eee 1px solid;
	color: #eee;
	background: none;
}