/* 文字不可选 */
.noselect {
 	-moz-user-select: none;
	user-select: none;
 }

.m-nav {
	background-color: #eee;
}

.m-nav-menu {
	overflow: hidden;
	margin-left: -6px;
}

.m-nav-item {
	float: left;
	line-height: 60px;
	margin-left: 6px;
}

.m-nav-item:after {
	content: '\003E';
	margin-left: 6px;
	color: #777;
}

.m-nav-item:last-child:after {
	display: none; 
}

.m-nav-item a:hover {
	color: #005ADC;
}

.m-nav-item a {
	color: #777;
	text-decoration: none;
}

.m-nav-item.active a {
	color: #000;
}

.m-nav .m-nav-title {
	color: #005ADC;
    font-size: 16px;
	line-height: 60px;
}

.m-container {
	margin-top: 26px;
	min-height: 600px;
}

.sidebar {
	position: absolute;
	width: 210px;
	float: left;
}

.sidebar .siderbar-menu > li {
    font-size: 16px;
    line-height: 42px;
	margin-bottom: 1px;
	background-color: #eee;
	cursor: pointer;
	transition: all .1s;
}

.sidebar .siderbar-menu .node:hover {
	background-color: #dcdcdc;
}

.sidebar .siderbar-menu .node.active {
	background-color: #57aae8;
}

.sidebar .siderbar-menu .node.active a {
	color: #fff;
}

.sidebar .siderbar-menu .node a {
	display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}

.sidebar .siderbar-menu .node a p {
	font-size: 12px;
    margin: 0;
}

.sidebar .siderbar-menu > li.open {
	background-color: #eee;
}

.siderbar-menu-2nd > li {
	color: #333;
	font-size: 15px;
    background-color: #eee;
} 

.sidebar .siderbar-menu-2nd .node a {
	text-indent: 46px;
}

.sidebar .siderbar-menu-2nd .node a {
	color: #333;
}
 
.sidebar .siderbar-menu > li .cata {
	position: relative;
	display: inline-block;
}

.sidebar .siderbar-menu > li .cata .triangle {
	display: inline-block;
	width: 0;
    height: 0;    
    border-top: 7px solid transparent;
    border-left: 8px solid #868686;
    border-bottom: 7px solid transparent; 
    margin-left: 24px;  
    transition: all .1s linear;
}

.sidebar .siderbar-menu > li.open .cata .triangle {
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg); 	
	transform:rotate(90deg);
}

.m-content {
	margin-left: 220px;
}

.m-module-title {
	margin: 26px 0 20px;
    border-bottom: 1px solid #cac8ca;
}

.m-module-title .triangle {
	display: inline-block;
	margin: 0 10px 2px 12px;
	width: 0;
    height: 0;    
    border-top: 5px solid transparent;
    border-left: 6px solid #868686;
    border-bottom: 5px solid transparent; 
    transition: all .1s linear;
}

.m-module-title.open .triangle {
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg); 	
	transform:rotate(90deg);
}
