@charset "utf-8";
/* CSS Document */

*{
    margin:0;
	padding:0;
}

#layout{
    width:860px;
	margin:0 auto;
    padding:10px;
	height:auto;

}

#left{
    width:240px;
	height:208px;
	margin:0;
	float:left;
	overflow:hidden;
	background-image:url(../images/news_left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#left h2{
    color:#EC8937;
	background-image:url(../images/icon7.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
	padding-left:22px;
	height:28px;
	padding-top:4px;
	line-height:28px;
	
}


#img{
    width:240px;
	height:176px;
	overflow:hidden;
	padding:0;
	padding:0;
}
    

#newest{
    width:610px;
	float:right;
	margin-left:10px;
	height:210px;
	padding:0;
	overflow:hidden;
	background-position:bottom;
	background-image:url(../images/news_right.gif);
	background-repeat:no-repeat;
}
#newest h4{
	font-size:12px;
	height:40px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
	padding:0 0 0 20px;
	color:#888888;
	background-image:url(../images/home2.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#newest h4 a{
    color:#777;
	text-decoration:none;
}
#newest h4 a:hover{
	color:#FF3300;
	text-decoration:underline;
}
#newest h5{
    font-size:13px;
	color:#E3F1F9;
	height:38px;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 0px 50px;
	margin:23px 0 7px 0;

}
#newest p{
    margin:0;
	padding:10px;
	color:#0099bb;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-indent:2em;


}


h2{
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#eeeeee;
	padding:0 10px;
	margin-bottom:2px;
	padding-left:20px;
}

#newslist{
    width:860px;
	height:auto;
	padding:0 10px;
	margin:0 auto;
}
    
#hangye{
    width:420px;
	padding:1px;
	float:left;
	margin:0;
}
#hangye h2{
    height:39px;
	line-height:39px;
	background-image:url(../images/news_hangye_h2.gif);
	background-repeat:no-repeat;
}



#gongsi{
    width:420px;
	padding:1px;
	margin:0;
	margin-left:6px;
	float:right;
}
#gongsi h2{
    height:39px;
	line-height:39px;
	background-image:url(../images/news_gongsi_h2.gif);
	background-repeat:no-repeat;
}
	
.news{
    height:280px;
	padding:0;
	margin:0;
}	

.news ul{
	margin:0px;
	padding:0;
}

.news ul li{
    list-style-type:none;
	height:25px;
	margin:0;
	padding:0;
	padding-left:2px;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	border-bottom:1px dotted #B8DBE9;
}
.news ul li a{
    font-size:12px;
	color:#555555;
	text-decoration:none;
}

.news ul li .listleft{
    float:left;
	padding-left:17px;
	background-image:url(../images/article.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.news ul li .listright{
   float:right;
   padding-right:2px;
   color:#888888;
   font-family:Geneva, Arial, Helvetica, sans-serif;
}
#gongsi a{
    color:#336666;
}
#gongsi a:hover{
    color:#FF0000;
}
#hangye a{
    color:#1588C6;
}
#hangye a:hover{
    color:#FF0000;
}



