﻿@charset "utf-8";
/*视频*/

#pic li {
	width: 375px;
	float:left;
	display: table;
	padding-top: 20px;
padding-left: 110px;
}
#pic li a {
	width: 331px;
	height: 282px;
	display: block;
	margin: 0px auto;
}
#pic li a img {
	border: 1px solid #cacaca;
}
#pic li a:hover img {
	border: 1px solid #b50029;
}
#pic li a h1 {
	width: 100%;
	height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-top: 16px;
	background: url(images/picBg.png) no-repeat top center;
}
#pic li a:hover h1 {
	background: url(images/picBg.png) no-repeat bottom center;
}


	
/*分页*/
#fy {
	clear: both;
	width: 710px;
	height: 86px;
	text-align: center;
	margin: 0px auto;
}
#fy a, #fy span {
	display: inline-block;
	color: #4c4c4c;
	margin: 10px 10px 0px;
}
#fy a {
	width: 100px;
	height: 40px;
	background-color: #ffdfe6;
}
#fy a:hover, #fy a.cur {
	color: #fff;
	background-color: #ffa5b9;
}
#fy span b {
	color: #ee0c3e;
}