
body{ 
	padding:0;
	font:12px "宋体"; 
	background:#ffffff;

}

/*选项卡1*/
#lib_Tab1{
	width:700px;
	margin:0px;
	padding:0px;
	margin-bottom:0px; 
	border:0px solid #ff0000;
	
}

/*菜单class*/
.lib_tabborder{

	border:0px solid #ff0000;

}

.lib_Menubox {

	height:35px;
	width:690px;
	line-height:35px;
	position:relative;
	border-bottom:3px solid #ff0000;
	
}



.lib_Menubox ul{

	margin:0px;
	padding:0px;
	list-style:none; 
	position:absolute; 
	top:3px; 
	left:0; 
	margin-left:0px; 
	height:30px;
	text-align:center;

	
}

.lib_Menubox li{

	float:left;
	display:block;
	cursor:pointer;
	width:120px;
	color:#000000;
 
	margin-right:0px;
	height:35px;
	line-height:35px; 
	background:url(../images/tab_noSelected.gif) no-repeat;
	
}

.lib_Menubox li.hover{

	padding:0px;
	background:url(../images/tab_selected.gif) no-repeat;
	width:120px;
	
	color:#ffffff;
	height:35px;
	line-height:35px;
	
}
.lib_Contentbox{

	clear:both;
	margin-top:8px; 
	border-top:none;
	width:700px;
	height:488px; 
	text-align:left;
	padding-top:8px;
	background:url(../images/inforBg.gif) no-repeat;
	
}

#con_one_1{

	width:680px;
	background-color:transparent;
	text-align:left;

}

#con_one_2{

	width:680px;
	background-color:transparent;
	text-align:left;
	display:none;

}

#con_one_3{

	width:680px;
	background-color:transparent;
	text-align:left;
	display:none;

}

#con_one_4{

	width:680px;
	background-color:transparent;
	text-align:left;
	display:none;

}

#inforTitle{

	text-align:center;
	font:20px "宋体";
	font-weight:bold;
	border:0px solid gray;
	width:660px;
	background-color:transparent;
	margin-top:10px;
}

#inforContent{

	text-align:left;
	font:12px "宋体";
	border:0px solid gray;
	width:660px;
	background-color:transparent;
	line-height:30px;

}

.WTContent{

	text-align:left;
	font:12px "宋体";
	border:0px solid gray;
	width:660px;
	background-color:transparent;
	line-height:30px;

}

#blank3{

	width:660px;
	height:20px;
	background-color:transparent;
}

p{

	text-indent:2em;

}

