.index-box {
	width: 100%;
	height: auto;
	background-color: transparent;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #e8e8e8;
	padding-left: 15px;
}

.index-box ul {
	padding: 0;
	list-style: none;
}

.index-box .index-subItem-box {
	display: none;
}

.index-box .index-item,
.index-box .index-link {
	width: 100%;
	display: block;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
}

.index-box .index-link {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, border-left-color 0.3s;
	-moz-transition: background-color 0.3s, border-left-color 0.3s;
	-o-transition: background-color 0.3s, border-left-color 0.3s;
	transition: background-color 0.3s, border-left-color 0.3s;
	border-left: 3px solid transparent;
	word-break: break-all;
}

.index-box .index-item.current>.index-link {
	color: #49A8FA;
}

.index-box .index-link:hover {
	color: #49A8FA;
}

.index-box .index-subItem-box .index-link {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 34px;
}

.index-box .index-subItem-box .index-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: transparent;
}

.index-box .index-subItem-box .index-item.current .index-link:before {
	background-color: #49A8FA;
}

.index-box .index-item {
	line-height: 40px;
}

.index-box .index-subItem-box{padding:5px 0 15px;}


