.contentBox{
	width: 1200px;
	margin: auto;
	padding: 0;
}

/*二级菜单*/
.contentLeft_a{
	width: 180px;
	height:470px;
}
.leftNavBox{
	overflow: hidden;
	overflow-y: auto;
}
.leftNavBox::-webkit-scrollbar {
	width: 0;
}
.nav-menu-new .fa {
	font-size: 16px;
}
.nav-menu-new {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-size: 14px
}
.nav-menu-new li {
	position: relative;
	margin: 0;
	border: 1px solid #EFEFEF;
	border-top-width: 0
}
.nav-menu-new li>span {
	display: block;
	padding: 12px 10px;
	line-height: 1em
}
.nav-menu-new li>a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 15px 14px;
	font-size: 14px
}
.nav-menu-new li>a>span {
	display: inline-block;
	max-width: 152px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.nav-menu-new li>a>i {
	display: block
}
.nav-menu-new li>a.active {
	border-left: 1px solid transparent;
	color: #195eed;
	font-weight: bold;

}
.nav-menu-new li>a:hover {
	margin-left: 0;
	border-left-width: 0;
	color: #181818;
	font-weight: bold;
}
.nav-menu-new.menu-sub>li {
	border: none
}
.nav-menu-new.menu-sub>li>a {
	padding-left: 20px
}
.nav-menu-new.menu-sub-third li {
	border: none
}
.nav-menu-new.menu-sub-third li>a {
	padding-left: 55px;
	font-size: 12px;
	color: #777;
}
.nav-menu-new.menu-sub-third li>a.active {
	margin-left: -1px;
	color: #195eed;
	font-weight: bold;
}
.nav-menu-new.menu-sub-third li>a:hover {
	color: #181818;
	font-weight: bold;
}
.nav-menu-new li>a.active.nosub {
	margin-left: -1px;
	color: #195eed;
}
.leftNavBox .backTop {
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 14px;
	text-align: left;
	padding-left: 35px;
	cursor: pointer;
}
/*contentRight*/
.contentRight{
	padding: 0 30px;
	margin-left: 40px;
	width: 920px;
	min-height: 600px;
	background-color: #fff;
}
.contentRight .editor {
	padding:30px 30px 0;
	background: #fff;
}
.contentRight .editor .intro-block-title {
	margin-top: 30px;
	font-size: 16px;
}
.contentRight .editor .sub-title {
	text-align: center;
	font-size: 20px;
	padding: 20px;
}