* {font-size: 13px;color: #333333;line-height: 24px;font-family: "Microsoft Yahei";}
.text01 {font-size: 12px;line-height: 24px;color: #333333;}
.text02 {font-size: 13px;color: #333333;line-height: 24px;padding: 5px;}
h1{
	
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
td{
	text-align: center;
	vertical-align:middle;
	padding-left:10px;
}
a {
	text-decoration: none;
	margin-right: 3px;
}
a:hover{
	text-decoration: black;
	color: #FF0000;
	font-weight: bold;
	text-shadow: #000ccc;
}
.bo1{
	position:relative;
	
}
.bo1:hover  {
	background:#EFF0F0;
}
.bo1:hover  .qa1{display:block;}
.qa1{ 	
	text-align:left;
	left:100%;
	top:0;
	width: 300%;
	position:absolute;
	background:#EFF0F0;
	padding-left: 10px;
	border: 1px black  solid;
	z-index:999;		
	display:none;
	overflow-y:auto;
} 
.qa1 p{
	margin:0px 0px 10px 0px;
}
.qa1 p:hover{
	color: #0000FF;;
}