@charset "utf-8";
html,body {
	font: 100%/1.4  Verdana,Arial,Helvetica,sans-serif;
	font-size:14.2px;
	letter-spacing:0.5px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#C0F0F0;
}

h1,h2,h3,pre,p,span{
	margin: 0;
	padding: 0;
}

pre{
	font-size:14.2px;
}


/*布局*/
#bdiv{
	width:100%;
	min-height:100%;
}

#yetou{
	width:100%;
	height:38px;
	background-color:#70c0f0;
}

#neirong{
	width:100%;
}

#dibuyuliu{
	height:200px;
}


/*页头*/
#yetou a{
	line-height:38px;
}

#yetou span{
	float:right;
	line-height:38px;
	margin-right:20px;
}


/*内容*/
.biaotilan{
	width:100%;
	height:28px;
	border-bottom:2px solid #70c0f0;
	margin-top:20px;
}

.biaotilan p{
	display:inline-block;
	width:200px;
	height:28px;
	background-color:#70c0f0;
	line-height:28px;
}

#neirong a{
	/*margin-right:20px;*/
	white-space:nowrap;
}



/*页脚*/


#yejiao{
	width:100%;
	height:200px;
	margin-top:-200px;
}
#yejiao iframe{
	width:100%;
	height:100%;
	border:none;
}



/*表格*/
table{
	border-collapse:collapse;
	font-size:14.2px;
}
th{
	background-color:#70c0f0;
}
th,td{
	border:1px solid #70c0f0;
}
