@charset "utf-8";
html,body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
	background-color:#C5F0F8;
}

#neirong{
	width:100%;
	height:100%;
}

#div-left{
	width:200px;
	height:800px;
	float:left;
}

#div-right{
	margin-left:220px;
	margin-right:0px;
}

iframe{
	width:100%;
	height:100%;
	border:none;
}




/*表格*/
table{
	border-collapse:collapse;
}
th,td{
	border:1px solid #000;
	height:24px;
}
th{
	/*width:500px;*/
	background-color:#6FC1E6;
}
/*
th:first-child{
	width:50px;
}
th:first-child+th{
	width:200px;
}
*/
p{
	margin:0;
}