@charset "gb2312";
/* Content Css Style */
#main {
	background:#fff;
	margin:8px auto;
}
	#main #left {	
		width:351px;
	}
	#main #left .news {	
		width:344px;
		margin-bottom:1px;
		background:url(../img/bg_left.gif) repeat-y;
	}
		#main #left .news .title{	
			background: url(../img/bg_title_news.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
		#main #left .news .title_o {	
			background: url(../img/bg_title_news_o.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
		#main #left .news .list {
			width:324px;
			margin:10px auto 0 auto;
		}
		#main #left .news .list li{
			width:324px;
			float:left;
		}
		#main #left .news .list li a {
			width:230px;
			float:left;
			padding:3px 10px 4px 10px;
			background:url(../img/icon_point.gif) no-repeat left 50%;
		}
		#main #left .news .list li span {
			width:74px;
			float:right;
		}
	
	#main #left .about {	
		width:344px;
		background:url(../img/bg_left.gif) repeat-y;
	}
		#main #left .about .title{	
			background: url(../img/bg_title_about.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
		#main #left .about .title_o{	
			background: url(../img/bg_title_about_o.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
		#main #left .about .txt{	
			background: url(../img/pic_about.jpg) no-repeat 1px top;
			text-align: justify;
			padding-top:10px;
			padding-left:109px;
			padding-right:14px;
			width:221px;
			margin:0 auto;
			height:143px;
			line-height:20px;
		}
	
	#main #right {	
		width:649px;
	}
	#main #right .product {	
		width:344px;
		background:url(../img/bg_right.gif) repeat-y;
	}
		#main #right .product .title{	
			background: url(../img/bg_title_product.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
		#main #right .product .title_o{	
			background: url(../img/bg_title_product_o.gif) no-repeat;
			text-align:right;
			padding-top:8px;
			height:26px;
		}
