@charset "utf-8";
/* CSS Document */

/*滚动*/

.picScroll-left {
	width: 1280px;
	overflow: hidden;
	position: relative;
	margin: 35px auto;
	margin-top: 10px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 39px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 23px;
	height: 23px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow0.jpg") no-repeat;
}
.picScroll-left .hd .next {
	background-position: -23px 0px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	margin-right: 70px;
	width: 305px;
	position: relative;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 382px;
	height: 165px;
	display: block;
	border: 1px solid #e8e8e8;
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
}
.picScroll-left .img {
	position: absolute;
	top: 0;
	left: 0;
}
.picScroll-left .bd .picList .pic .img img {
	width: 45px;
	height: 45px;
}
.picScroll-left .bd .picList .pic .img p {
	font-size: 20px;
	color: #141414;
	width: 46px;
	height: 45px;
	background: #f5f5f5;
}
.picScroll-left .bd .picList .pic .img p span {
	font-size: 14px;
	color: #141414;
	display: block;
}
.picScroll-left .bd .picList .title a p {
	font-family: "宋体";
	font-size: 16px;
	color: #686868;
	font-weight: 600;
	margin: 10px 0;
	height: 28px;
	overflow: hidden;
}
.picScroll-left .bd .picList .title a span {
	display: block;
	font-family: "宋体";
	font-size: 12px;
	color: #8f8f8f;
	height: 70px;
	overflow: hidden;
}
.picScroll-left .bd .picList .title a .more {
	background: #e6e5e3;
	text-align: right;
	height: 22px;
	line-height: 22px;
	color: #787777;
	padding-right: 10px;
	margin-top: 10px;
	font-family: "宋体";
	font-size: 12px;
}
.picScroll-left .bd .picList li:hover .pic .img p {
	background: #ffc600;
}
.picScroll-left .bd .picList li:hover .title a p {
	color: #cc0101;
}
.picScroll-left .bd .picList li:hover .title a .more {
	background: #cc0101;
	color: #fff;
}
.picScroll-left .bd ul li .pic img:hover {
	opacity: 0.7;
}
