@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
#Container{
    width:1000px;
    margin:0 auto;/*设置整个容器在浏览器中水平居中*/
    background:#FFF;}
#header{
	width: 100%;
	height:150px;}
#mainbody{
    margin-top:10px;
	width: 100%;
	height:auto;}
#nav_head{
    width: 100%;
	height:40px;
	margin-top:10px;
	border: 1px solid #CCCCCC;}
#nav_head_place{
    margin-left:5px;
    line-height:40px;
	height:40px; 	
	float:left;
	color:#660000;
	width:100%;}
#nav_head_place a{ text-decoration:none;}
#nav_head_place p{width:90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#main_message{
     overflow:auto;
     min-height:600px;
	 width:100%;
	 margin-top:5px;
	 border: #CCC 1px solid;}
#message_title{
     font-size:20px;
     text-align:center;
     
	 margin-left:10%;
	 width:80%;
	 margin-top:5px;
	 line-height:30px; 
	 color:#FF6600;}
#message_content{
     color:#666666;
     margin-left:5%;
	 width:90%;
	 margin-top:5px;
	 font-size:15px;}	
p{ 
text-indent: 2em;}  
	 

 #footer{clear:left;background-image:url(../img/end2.jpg);background-size:100% 100%;width:100%;height:100px;}
.foot-font{color:#FFFF00;line-height:2em;}
.footer{width:1024px;margin:0 auto;text-align:center;position:relative;top:20px;}
.footer p{margin-top:1em;color:#FFFFFF;}