﻿#content {
	width: 100%;
	margin:60px 0 0 0;
	padding:0;
}

#content #mainLeft {
	float:left;
	width: 244px;
	//border-right:1px #ccc solid;
	padding: 0 0 0 4px;
	height:350px;
	overflow: scroll;
}
#content #mainCenterL {
	float:left;
	width: 244px;
	padding: 0 4px 0 4px;
	overflow: hidden;
}
#content #mainCenterR {
	float:left;
	width: 244px;
	//border-left:1px #ccc solid;	
	padding: 0 4px 0 4px;
}
#content #mainRight {
	float:left;
	width: 244px;
	//border-left:1px #ccc solid;	
	padding: 0 0 0 4px;	
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: rgb(0, 62, 133);
}

#content #mainLeft #news_list_con ul{
	padding: 0 0 0 0;
	list-style-type: none; 
}

#content #mainLeft #news_list_con ul li {
	border-bottom: #ccc 1px dashed;
	line-height: 30px;
	font-size: 12px;
	color: rgb(0, 62, 133);	
}

#content #mainLeft #news_list_con ul li:before{
	content:url(/imgs/arrow.gif)	'  ';
}
#content #mainCenterL img {
	border: 1px solid #CCC;
}
#content #mainCenterL #product_list_con ul{
	padding: 0 0 0 0;
	list-style-type: none; 
}
#content #mainCenterL #product_list_con ul li {
	border-bottom: #ccc 1px dashed;
	line-height: 20px;
	font-size: 12px;
}

#content #mainCenterL #product_list_con ul li:before{
	content:url(/imgs/arrow.gif)	'  ';
}

#content #mainCenterR img {
	border: 1px solid #CCC;
}
#content #mainCenterR #buy_list_con ul{
	padding: 0 0 0 0;
	list-style-type: none; 
}
#content #mainCenterR #buy_list_con ul li {
	border-bottom: #ccc 1px dashed;
	line-height: 20px;
	font-size: 12px;
}

#content #mainCenterR #buy_list_con ul li:before{
	content:url(/imgs/arrow.gif)	'  ';
}




#content #mainRight img {
	border: 1px solid #CCC;
}
#content #mainRight #service_list_con ul{
	padding: 0 0 0 0;
	list-style-type: none; 
}
#content #mainRight #service_list_con ul li {
	border-bottom: #ccc 1px dashed;
	line-height: 20px;
	font-size: 12px;
}

#content #mainRight #service_list_con ul li:before{
	content:url(/imgs/arrow.gif)	'  ';
}