@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background:#b3b3b3;
	}

a{
	color:#666; text-decoration:none;
	}
a:hover{
	color:#F60; text-decoration:none;
	}

#bigcontainer{
	width:950px;
	height:100%;
	margin:0 auto;
	background: url(../../images/common/home/shadow_lr.jpg) repeat-y;
	}
#container{
	width:930px;
	height:100%;
	margin:0 auto;
	background:#FFF;
	}

#header{
	color:#ccc;
	font-size:12px;
	text-align:right;
	line-height:35px;
	height:69px;
	padding-right:15px;
	background:#CCC url(../../images/common/home/header.jpg);
	}
.header a{
	color:#ccc;
	}
.header a:hover{
	color:#F60;
	}
	
#banner{
	margin-top:3px;
	height:280px;
	background:#F96;
}

#content{
	width:930px;
	height:207px;
	background:#fff;
	border:none;
}
#demo{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	background:#fff;
	margin-top:0px;
	width:892px;
}


#demo ul li{	
	height:170px;
	float:left;
	background:#e6e6e6;
	list-style:none;
}
#newscontainer{
	width:885px;
	height:30px;
	background: #DDE8F2;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#newstitle{
 float:left;
 width:100px;
 height:18px;
 text-indent:22px;
 line-height:18px;
 color:#666;
 overflow:hidden;
 margin-top:8px;
 text-align:left;
}
#news{
	width:780px;
	float:left;
	height:18px;
	color:#666;
	text-align:left;
	overflow:hidden;
	margin-top:8px;

}
.news_style{
	display:block;
	line-height:18px;
	text-decoration:none;
	color:#666;
	font-family:Arial;
	font-size:12px;
	}

#news ul{
	width:780px;
	height:18px;
	float:left;
}
#news ul li{
	list-style:none;
	margin-right:40px;
	height:18px;
	float:left;
	width:350px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;/*FF只能对实际长度作限制，但当长度超出时不会显示“...”*/
}

#footer{
	clear:both;
	color: #666;
	height:36px;
	text-align:left;
	background:#c9c9c9 url(../../images/common/home/footbg.jpg);
	}
#footer .padding{
	padding:10px 22px 10px 22px;
	}
#footer #altmenu{
	width:330px;
	float:right;
}

