/*tpgd_*/
.tpgd_List{position: relative;clear: both;height: 235px;width: 1100px;margin: 20px auto 0 auto;}
.tpgd_List .bd_dl{padding: 0 !important;}
/*内容*/
.tpgd_List .bd{position: relative;height: 100%;z-index: 0;height: 235px;overflow: hidden;}
.tpgd_List .bd li{zoom: 1;vertical-align: middle;width: 260px;overflow: hidden;margin-right: 20px;float: left;display: inline;}
.tpgd_Pic{width: 260px;height: 195px;overflow: hidden;}
.tpgd_Pic img{width: 260px;height: 195px;}
.tpgd_PicText{
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.tpgd_PicText a{
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #666;
}
.tpgd_List .bd li:hover .tpgd_PicText a{color: #005db3;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.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;}