#title-area{	
	border-bottom: 1px solid #EBEBEB;
}
#title-area span{
	font-family: "arial";
	font-size: 14px;
}
#title{
	padding-top: 5px;
	padding-bottom: 5px;
}
#content-area{
	margin-top:20px;
	font-family: "arial";
	font-size:14px;
}
#letter-area{
	background-color:#2489EB;
}
.letter a{
	color:#fff;
}
.letter a.active{
	color:#2489EB;
	background-color:#d5eff9;
	padding:5px 10px;
}
#class-area-nav{
	float:left;
	width:10%;
	padding:0;
	margin:0;
	height:auto;
}
#class-area-nav ul{
	padding: 0;
	margin: 0;
}
#class-area-nav ul a{color: #000;text-decoration: none;}
#class-area-nav ul a:hover{cursor: pointer;}
#class-area-nav ul li{
	list-style-type: none;
	border: 1px solid gainsboro;
	text-align: center;
	vertical-align: middle;
	padding-top: 35px;
	height: 90px;
	color: #000;
	background-color:#EBEBEB;
}
#class-area-nav ul li.active{
	background-color: #2489EB;
	color: #fff;
	border: black;
}
#class-area-nav ul li:hover{
	cursor: pointer;
}

.class-area-content{
	float:left;
	width:81.5%;
	height:700px;
	overflow: auto;
}

.letter-nav{
	padding-top:20px;
	padding-left:20px;
	float:left;
	width:10%;
}
.letter-nav .active{
	color:#2489EB;
}
.data-area{
	float:left;
	width:90%;
	padding:20px;
}
.data-item{
	width:100%;
	height:auto;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #EBEBEB;
}
.data-item.active{
	border-bottom: 1px solid #2489EB;
}
.data-area a{
	color:#666666;
	padding-bottom:10px;
	display:block;
}
.classification-row{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	overflow:hidden;
	/* height:40px; */
}
.classification-sapn{
	line-height:25px;
	color:#919191;
	
}
table{
	font-family: "arial";
	border: 1px solid #EBEBEB;
	text-align: center;
}
table caption{
	background-color:#2489eb;
	color:#ffffff;
	padding-left:20px;
}
.letter-title{
	color:#3c3c3c;
	text-decoration:underline;
	font-size: 18px;
	cursor:pointer;
}
.left{
	width:90px;
	font-family: "arial";
	font-size: 14px;
	padding-top: 3px;
	font-weight:900;
}  
.right{
	width:50px;
	font-size: 12px;
	padding-top: 4px;
}  
.center{
	font-size: 12px;
}
.float .left{
	float:left;
}  
.float .center{
	margin-left:90px;
	margin-right:50px;
}  
.float .right{
	float:right;
}  
.item{
	display: inline-block;
	width:auto;
	height:25px;
	border-radius: 4px;
	border:1px solid #2489EB;
	background-color:#eef7ff;
}
.item-span{
	margin-left:5px;
	font-size: 12px;
}
.nav-search-input{
	width: 270px;
	height: 32px;
	background-color: #F0F0F0;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
}
.nav-search-button{
	height: 32px;
	width: 56px;
	border-radius: 3px 3px 3px 3px;
	background-color: #509cde;
	border: 0px;
	color: #ffffff;
}
