@charset "utf-8";

.menu li
{
   word-break:keep-all; /*不换行 */
   white-space:nowrap;   /*不换行 */
   overflow:hidden;  /* 溢出隐藏 */
   text-overflow:ellipsis;  /* 缺省超出部分以。。。代替显示 */
   list-style-type: none;} 

iframe
{
	width:800px;}



#tabs {
	float: left;
	width: 1002px;
	padding:0px;
	border:0px;}

.right
{
	float:left;
	width:800px;
	margin:0px;
	padding:0px;
	border:1px solid #c0c0c0;}

#xtgl, #zsjhgl, #regulation, #zswqtgl, #tzxsgl, #report
{
	width:1002px;
	margin:0px;
	padding:0px;}



.menu {
	float: left;
	height: 500px;
	width:200px;
	border:0px;
	margin:0px;
	padding:0px;}

#tree1, #tree2, #tree3, #tree4, #tree5, #tree6
{
	width: 200px;}



.select
{
	height:25px;
	vertical-align:center;
	text-align:center;
	background-color: #B0DBDB;}
