/*tpgd_*/
.tpgd_List {
	position: relative;
	clear: both;
	height: 260px;
	width: 1200px;
	margin: 35px auto 0;
}
.tpgd_List .bd_dl {
	padding: 5px 0 !important;
}
/*内容*/		
.tpgd_List .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	height: 260px;
	overflow: hidden;
}
.tpgd_List .bd li {
	efefefzoom: 1;
	vertical-align: middle;
	width: 283px;
	overflow: hidden;
	background: #fafafa;
	margin-right: 20px;
	float: left;
	display: inline;
	border: 1px solid #efefef;
}
.tpgd_Pic {
	width: 283px;
	height: 213px;
	overflow: hidden;
}
.tpgd_Pic img {
	width: 283px;
	height: 213px;
}
.tpgd_PicText {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.tpgd_PicText a {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	display: block;
}
.tpgd_List .bd li:hover {
	background: #FFF;
	border: 1px solid #1691cd;
}
.tpgd_List .bd li:hover .tpgd_PicText a {
	background-color: #1691cd;
	color: #FFF;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.tpgd_List .prev {
	display: block;
	width: 23px;
	height: 46px;
	position: absolute;
	left: 0px;
	top: 78px;
	background: url(../images/farrow.png) no-repeat 0 0;
	display: none;
}
.tpgd_List .next {
	display: block;
	width: 23px;
	height: 46px;
	position: absolute;
	right: 0px;
	top: 78px;
	background: url(../images/farrow.png) no-repeat -30px 0;
	display: none;
}
.tpgd_List .prev:hover {
	background: url(../images/farrow.png) no-repeat 0 -46px;
}
.tpgd_List .next:hover {
	background: url(../images/farrow.png) no-repeat -30px -46px;
}
