/*左侧导航*/

.cssarrow {
	position: relative;
	background: #3985f0;
}

.cssarrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #3985f0;
	border-width: 10px;
	margin-left: -10px;
}

#leftMenu #longxidongtai {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 40px;
	background: #3985f0;
	padding-top: 5px;
	text-align: center;
}
#leftMenu #longxidongtai span{
	font-size:18px;
}

#leftMenu {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	
}

#leftMenu #longxidongtai img {
	width: 28px;
	height: 28px;
	padding: 5px;
}

#leftMenu ul {
	margin-top: 20px;
}

#leftMenu ul li {
	background: #f1f1f1;
	border-left: 9px solid #cccdce;
	margin-bottom: 2px;
}
#leftMenu ul li p{
	padding: 0px;
	margin: 0px;
	font-size:16px; 
}
#leftMenu ul li.active {
	background: #f1f1f1;
	border-left: 9px solid #3985F0;
}

#leftMenu ul li.active>a:hover {
	color: #3985f0;
	background-color: #f1f1f1 !important;
}

#leftMenu ul li a {
	color: #000;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #f1f1f1 !important;
	cursor: pointer;
}


/*左侧导航*/


/*右侧内容*/
#rightContext{
	height: auto;
	overflow:hidden;
	padding-right: 0px;
	margin-top:0px;
}
#rightContext .title {
	height: 27px;
	border-bottom: #C0C0C0 1px solid;
	font-size: 16px;
	color:#0d77cf;
	margin-left: 0px;
}

#rightContext .title>span {
	border-bottom: #007AFF 2px solid;
	height: 100%;
	display: inline-block;
}
#rightContext .row.content{
	margin-right: 0px;
}
#rightContext ul{
	margin-top: 15px;
	margin-left: 12px;
	padding-left: 0px;
}
#rightContext  li{
	height: 36px;
	line-height: 36px;
	list-style-image: url(08.png);
}
#rightContext  li:hover{
	list-style-image: url(07.png);

}
#rightContext  li a{
	text-decoration: none;
	color: #000000;
	font-size:15px;
}
#rightContext  li a:hover{
	text-decoration: none;
	color: #f00;
}
#rightContext  li a span{
	float: right;
	margin-right:0px;
	
}

/*右侧内容*/