@charset "utf-8";
/* 图解词典 通用 */

	
/*通用*/
.fl{
	margin:0px;
	float:left;
	}
.fr{
	margin:0px;
	float:right;
	}
img{
    border:0px;
	}

/*主体*/
#all{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
    text-align:left;
}
  #top_main{
   width:1000px;
   height:auto;
   margin-left:auto;
   margin-right:auto;
  }
   #top_main_info{
    width:1000px;
	height:auto;
	float:left;
	text-align:right;
	color:#e1e6e9;
	font-size:11px;
	line-height:26px;
   }
   #top_main_info a{
	color:#e1e6e9;
	text-decoration:none;
   }
   #top_main_info a:hover{
	color:#e1e6e9;
	text-decoration:underline;
   }
	 