/*首页新闻列表*/
.dnewslist {
	width: 270px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.dnewslist ul {
	width: 270px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.dnewslist ul li {
	text-align: left;
	line-height: 200%;
	padding-left: 20px;
	background-image: url(bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.dnewslist ul li a {
	padding-top: 7px;
	width: 270px;
	height: 22px;
	display: block;
	color: #000;
	text-decoration: none;
}
.dnewslist ul li a:hover {
	color: #BD0009;
}
.hometext {clear:both;margin:0px auto;padding:10px;height:auto;font-size:9pt;line-height:180%;color:#333;text-align:left;}
.hometext a:link, .hometext a:visited {font-size:9pt;line-height:180%;color:#333;}
/*首页产品列表*/
.dplist {
	width: 998px;
}
.dplist ul {
	width: 998px;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
.dplist ul li {
	float: left;
	text-align: center;
	padding: 6px;
}
.dplist ul li img {
	width: 235px;
	height: 202px;
	border: 1px solid #CCCCCC;
}
.dplist span a {
	padding-top: 10px;
	display: block;
	height: 30px;
	width: 230px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}
.dplist span a:hover {
	color: #BD0009;
	font-size: 14px;
	font-weight: bold;
}
