/*首页新闻列表*/
.dnewslist {
	text-align:left;
	margin:0;
	padding:0;
}
.dnewslist ul{
	list-style:none;
	padding:0;
	margin:0;
}
.dnewslist ul li{
	text-align:left;
	padding-left:5px;
	background-image:url(line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.dnewslist ul li a{
	padding-top:10px;
	height:22px;
	display:block;
	color:#000;
	text-decoration:none;
}

.dnewslist ul li a:hover{
color:#0066CC;
}

/*新闻js调用*/
.jsnews {
	text-align:left;
	margin:0;
	padding:0;
}
.jsnews ul{
	padding:0;
	margin:0;
	list-style:none
}
.jsnews ul li{
	text-align:left;
	width:100%;
	padding-left:10px;
	background-image:url(line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:30px;
}
.jsnews ul li a{
	display:block;
	color:#000;
	text-decoration:none;
}

/*首页产品列表*/
/*首页产品列表*/
.dplist {
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
}
.dplist ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.dplist ul li{
	float:left;
	text-align:center;
	padding:5px;
	width:170px;
}

.dplist ul li img{
	width:150px;
	height:120px;
	border:1px;
	border-color: #CCCCCC;
	padding: 1px;
}
.dplist ul li a:hover img{
	border:1px;
	border-color: #CC9900;
	padding: 1px;
}

.dplist span a{
	padding-top:10px;
	display:block;
	height:20px;
	width:150px;
	color:#000000;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}
.gsjj {
	width:750px;
	line-height:180%;
	font-size:14px;
}