
	.left-nav-title.noArr::after{
		display: none;
	}
	
	.left_navigation .title {
		font-weight: bolder;
		margin: 0;
		padding: 0;
		background: linear-gradient(#2b61b3,#4577c3,#5f8dd2);
		color: #017cda;/*#8485df;*/
		font-size: 22px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background-image: url(08-common-list-new.png);
}

.menu_chioce {background-color:#000000;}

@charset "utf-8";
.comm-list-left-search .leftBox{
	width: 236px;
	float: left;
}
.tab-nav{
	color: #fff;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	/* background-image: url("02-19-col-bg.png"); */
}
.left-nav{
	background: #fff;
	margin-top: 0px;
}
.left-nav>li{
	width: 100%;
	border: 1px solid #ddd;	
	line-height: 60px;	
	margin-top: 15px;
	background-image: url(08-common-list-d2.png);
}

.left-nav-title{
	position: relative;
	padding-left: 30px !important;
	padding-right: 34px;
	cursor: pointer;
	font-size: 18px;
	color: #3a81bb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left-nav-title:hover{
	 color:#fff;
	background-image: url(08-common-list-d1.png);
}
.left-nav-title.selected {
	color: #4174ec;
}
.left-nav-title::after{
	/* content: '>'; */
	/* display: block; */
	/* position: absolute; */
	/* right: 16px; */
	/* top: 0; */
	/* line-height: 50px; */
	/* transition: all 0.3s; */
	/* -moz-transition: all 0.3s; */
	/* -webkit-transition: all 0.3s; */
	/* -ms-transition: all 0.3s; */
}
.left-nav li.current .left-nav-title{
	/* font-weight: bold; */
	color:#fff;
	background-image: url(08-common-list-d1.png);
}
.left-nav li.current .left-nav-title::after{
	transform: rotate(90deg);
}
.left-nav-title .icon{
	display: block;
	/* background: url(sprite.png); */
	width: 18px;
	height: 16px;
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -8px;
	background-position: 0 -290px;
}
.left-nav>li:nth-of-type(1) .icon{
	background-position: 0 -290px;
}
.left-nav>li:nth-of-type(2) .icon{
	background-position: -18px -290px;
}
.left-nav>li:nth-of-type(3) .icon{
	background-position: -36px -290px;
}
.left-nav>li:nth-of-type(4) .icon{
	background-position: -54px -290px;
}
.left-nav>li:nth-of-type(5) .icon{
	background-position: -72px -290px;
}
.left-nav ul{
	display: none;
}
.left-nav>li>ul{
	background: #fffcfc;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #333;
}
.left-nav>li>ul>li{
	border-top: 1px solid #ddd;	
}

.left-nav .current>ul{
	display: block;
}
.left-child-title.selected{
	color: #333;
	background-color:#e1edff;
}
.left-child-title{
	position: relative;
	cursor: pointer;
	/*padding-left: 43px !important;*/
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #e1edff;
}
.left-child-title:hover{
	background-color: #e1edff;
}
.left-child-title .icon{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.left-child-title .icon:after{
	content: '>';
	display: block;
	position: absolute;
	right: 16px;
	top: 0;
	font-size: 16px;
	color: #b7bece;
	line-height: 55px;
}

.left-nav .current>.left-child-title{
	color: #333;;
}
.left-nav .current>.left-child-title .icon::after{
	transform: rotate(90deg);
	color: #b7bece;
}
.comm-list-left-search .rightBox{
	width: calc(100% - 236px);
	float: left;
	padding-left: 34px;
}
@media only screen and (max-width:1200px){
	.comm-list-left-search .leftBox{
		display: none;
	}
	.comm-list-left-search .rightBox{
		width: 100%;
		padding: 0.2rem 0.1rem;
		background: #fff;
	}
}