/* 自定义sidebar */
.hc-nav-trigger span,.hc-nav-trigger span::before,.hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}

.hc-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}

.hc-mobile-nav::after,.hc-mobile-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.3)
}

.hc-mobile-nav .nav-wrapper {
	background: #ffffff
}


.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}

.hc-mobile-nav h2 {
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	padding: 20px 17px;
	color: #1b3958;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.hc-mobile-nav a {
	padding: 14px 17px;
    font-size: 15px;
    font-weight:bold;
	color: #222222;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid #2c5d8f
}
.hc-mobile-nav .nav-wrapper div a {
    font-weight:normal;
}
.hc-mobile-nav a .page-num{
    float:right;
}
.hc-mobile-nav li.nav-parent a {
    padding: 14px 17px;
}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #dddddd;
}

.hc-mobile-nav li.nav-close a,.hc-mobile-nav li.nav-back a {
	background: #ffffff;
	border-top: 0px solid #295887;
	border-bottom: 1px solid #295887
}
.hc-mobile-nav li.nav-close a{
    text-align:right;
    padding-right: 35px
}

.hc-mobile-nav li.nav-close a:hover,.hc-mobile-nav li.nav-back a:hover {
	background: #dddddd;
}

.hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
	border-left: 1px solid #2c5d8f
}

.hc-mobile-nav span.nav-next::before,.hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform-origin: center
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
	background: #ffffff;
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
	border-bottom: 1px solid #295887
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #dddddd;
}
.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 350px;
	max-width: 90%;
	height: 100%;
	transition: transform .4s ease
}
.hc-mobile-nav .nav-thum {
	width: 240px;
}