/**
html,body,h3 {
	margin: 0;
	padding: 0;
}

h2,h3 {
	height: 500px;
	margin-bottom: 10px;
	border: #ddd solid 1px;
}

li {
	list-style: none;
	margin: 0;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0;
}
*/
.jsearch-webselect {
	left: 0px;
	margin-top:5px;
	padding-left: 10px;
	padding-bottom:10px;
	position: fixed;
	height: 300px;
	overflow: hidden;
	z-index:10000;
	border:1px solid #FFF;
	border-left:0;
	border-right:0;
	width: 20px;
	opacity:0.5
}
.jsearch-webselect.open{
	border:1px solid #EFEFEF;
	border-left:0;
	width: 180px;
	border-radius:0 5px 5px 0;
	box-shadow:1px 1px 4px 0 #EBEBEB;
	opacity:1;
	background-color: #FFF;
}
.jsearch-webselect.expand{
	height:auto;
	top:0px;
	bottom:5px;
}
.jsearch-webselect .my-site {
	font-size: 15px;
	margin-left: 15px;
	position:absolute;
	left:22px;
	top:5px;
	font-weight:bold;
	width:auto;
	z-index:1000
}
.jsearch-webselect .my-site>a{
	color:#5896D5;
	text-decoration:underline;
	cursor:pointer;
}
/*这是百科右侧导航代码的样式表*/
.directory-nav {
	position: absolute;
	left: 5px;
	right: 0;
	top: 10px;
	bottom:5px;
	font-size: 14px;
	line-height: 19px;
	padding: 12px 0 20px 0;
}
.directory-nav .scroll-wrap{
	margin: 0;
	padding: 0;
	height: 100%;
    width: 180px;
    display: block;
	position:relative;
	z-index:1000
}
.directory-nav ul {
	margin: 0;
	padding: 0;
}
.directory-nav li {
	height: 34px;
	line-height: 34px;
	position: relative;
	list-style: none;
	margin: 0;
	vertical-align: top;
	padding-left:32px;
}

.directory-nav li a{
	
}
.directory-nav .l1 {
}
.directory-nav .l2 {
/*text-indent: 0.6em;*/
}
.directory-nav .l1 a {
	color: #555;
	font-weight: bold;
}
.directory-nav .l2 a {
	color: #666;
	font-weight: bold;
}
.directory-nav, .directory-nav a {
	color: #666;
}
.directory-nav .cur a {
	color: red;
}
.directory-nav .line {
	position: absolute;
	left: 4px;
	top: 5px;
	bottom: 5px;
	font-size: 14px;
	font-family: 宋体;
	overflow: hidden;
	line-height: 19px;
	z-index: 1;
	width: 2px;
	background: #ddd;
}
.directory-nav .c-top, .directory-nav .c-bottom {
	position: absolute;
	left: 0;
	z-index: 2;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(directory-nav.png) no-repeat 0 -69px;
}
.directory-nav .c-dot {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 2;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(directory-nav.png) no-repeat 2px -92px;
}
.directory-nav .c-dot:hover {
	background: url(directory-nav.png) no-repeat 2px -115px;
}
.directory-nav .c-top {
	top: 0
}
.directory-nav .c-bottom {
	bottom: 0
}
.directory-nav .cur-tag {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: block;
	width: 19px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	display:none;
	background: url(directory-nav.png) no-repeat -271px -37px;/**-webkit-transition: top .3s ease 0s;
	transition: top .3s ease 0s;*/
}
