@charset "utf-8";
/*index 首页999宽 上下一层一层的布局 */
/*上下层之间的间隔*/
.outside{margin:0 auto; width:996px;height:5px; border-left:1px #cccccc solid; }
	.inside{margin:0 auto; width:996px;height:4px; border-top:1px #cccccc solid;  border-bottom:1px #cccccc solid; }

.pro_title{margin:0 auto; width:957px;height:54px; border-left:1px #cccccc solid; }
	.pro_title img {width:957px;}
.news_title{margin:0 auto; width:957px;height:20px; border-left:1px #cccccc solid;}

/*2 第一屏分类与主广告  左侧共190用     右侧具体单元样式*/
.main_right ul{padding:0px;margin:10px 10px 0px 10px; width:740px; height:auto;text-align:center;} 
	.main_right li{height:110px; border-bottom:1px #cccccc solid; margin-top:15px; line-height:22px;}
	
		.news_img {float:left;width:100px;height:100px; border:1px #cccccc solid; }
		.news_img img{width:100px;height:100px; border:0px; }
	.news_name {float:right;width:635px; height:30px; text-align:left; line-height:30px; color:#B63E0A; font-size:13px; font-weight:bolder}
		.news_name a:visited {color:#F16510;}
		.news_name a:link{color:#F16510 ;}
		.news_name a:hover {color:#F16510 ;}
		.news_name a:active {color:#F16510 ;} 
			
	.news_desc {float:right;width:635px; height:70px;text-align:left; color:#666666; text-indent:20px;}
