#rightContent h4{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;	
}
/* 公司介绍 */
#info{
	margin-bottom:20px;
	padding-right:25px;
}
#infoContent{
	padding-top:15px;
}
#infoContent img{
	float:left;
	padding-right:10px;
}
#infoContent p{
	margin:0px;
	padding:0px;
	line-height: 160%;
}
/* 公司新闻，行业新闻 */
#news{
	margin-bottom:20px;
}
#news1,
#news2{
	float:left;
	padding-right:20px;
}
#news1 h4,
#news2 h4{
	width:290px;
}

#news1 .newsContent,
#news2 .newsContent{
	padding-top:10px;
}
.newsContent ul{
	padding:0px;
	margin:0px;
}
.newsContent li{
	height: 25px;
	background-image: url(../images/notice-newsLi.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	position: relative;
	display: block;
	width:280px;
}
.newsContent li .addTime{
	position: absolute;
	top: 0px;
	right: 15px;
}

/* 公司产品 */
#product{
}
.productContent{
	padding-top: 15px;
	padding-right: 5px;
	line-height: 140%;
}

