/*首页新闻列表*/
.dnewslist {
	text-align:left;
	margin:0;
	padding:0;
}
.dnewslist ul{
	list-style:none;
	padding:0;
	margin:0;
}
.dnewslist ul li{
	text-align:left;
	height:22px;
	padding-top:10px;
	padding-left:5px;
	background-image:url(line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.dnewslist ul li a{
	color:#727171;
	text-decoration:none;
}

.dnewslist ul li a:hover{
	color:#727171;
}

/*新闻js调用*/
.jsnews {
	text-align:left;
	margin:0;
	padding:0;
}
.jsnews ul{
	list-style:none;
	padding:0;
	margin:0;
}
.jsnews ul li{
	text-align:left;
	padding-left:5px;
	background-image:url(line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.jsnews ul li a{
	padding-top:10px;
	height:15px;
	color:#727171;
	text-decoration:none;
}

/*首页产品列表*/
.dplist {
	width:280px;
	text-align:left;
	margin:0;
	padding:0;
}
.dplist ul{
	float:left;
	width:280px;
	list-style:none;
	padding:0;
	margin:0;
}
.dplist ul li{
	float:left;
	text-align:center;
	padding:5px;
}

.dplist ul li img{
	width:260px;
	height:160px;
	border:0;
}

.dplist span a{
	padding-top:10px;
	height:20px;
	width:130px;
	color:#727171;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}

/*首页新闻列表*/
.dmlist{
	background-image:url(left_menu_text_icon0.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.dmlist div{
	height:25px;
	padding:8px 0 0 30px;
	font-size:15px;
	font-weight:bold;

}
.more{
	float:right;
}
.more a{
	font-size:12px;
}

/*首页公告列表*/
.dmgg{
	overflow:hidden;
	height :180px;
	width :200;
	background-color:white;
	border-width :0px 0px 0px 0px;
	border-style :dotted dotted dotted dotted;
	border-color :black black black black;
}
#demo1,#demo2{
	height :180px;
}
.dmgg div{
	height:20px;
	padding:0 0 0 10px;
	font-size:12px;
	text-align:left;
}

/*首页公司简介*/
.dmad{
	height:278px;
	line-height:25px;
	text-align:left;
	padding-left:10px;
	text-overflow:ellipsis;
	overflow:hidden; 
}