
.proBox_l .list{
	width : 100%;
}
.proBox_l .list .title{
	display:flex;justify-content:flex-start;align-items:center;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #666;
}
.proBox_l .list .title img{
	width: 20px;
	margin-right:10px;
}
.proBox_l .list ul{
	list-style: none;
}
.proBox_l .list>ul>li{
	width        : 100%;
	border-bottom: 1px solid #666;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.proBox_l .list>ul>li:nth-child(1){display: none;}
.proBox_l .list>ul>li:nth-child(2){display: none;}
.proBox_l .list>ul>li:nth-child(3){display: none;}
.proBox_l .list>ul>li:nth-child(4){display: none;}
.proBox_l .list>ul>li:nth-last-child(1){display: none;}
.proBox_l .list>ul>li:nth-last-child(2){display: none;}
.proBox_l .list>ul>li:nth-last-child(3){display: none;}
.proBox_l .list>ul>li:nth-last-child(4){display: none;}
.proBox_l .list>ul>li:nth-last-child(5){display: none;}
.proBox_l .list>ul>li:nth-last-child(6){display: none;}
.proBox_l .list>ul>li:first-child{border-top: 1px solid #666;}
.proBox_l .list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	height     : 50px;
	line-height: 50px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size: 18px;
    font-weight: bold;
	display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.proBox_l .list>ul>li p[class=title]>span{
	position: absolute;
	right: 0;
	font-size: 20px;
}
.list-se{
	overflow: hidden;
	display: none;
	padding-bottom: 10px;
}
.list-se>p{
	color:#333;
}
.list-ter {
    display: none;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
	/* display: flex; */
    justify-content: flex-start;
    align-items: center;
	cursor: pointer;
}
.list-se .on .twoName{
	
	color: var(--logoColor);
	font-weight: bold;
}
.list-ter p{
	padding-left: 20px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #979797;
	font-size: 12px;
	line-height: 1.5;
    margin-bottom: 10px;
	margin-left: 10px;
}
.list-ter p::before{
	position: absolute;
	content:"";
	width: 8px;
    height: 8px;
	border:1px solid #E1E1E1;
	left: 0;
}
.list-se>.active::before{background-color: #E1E1E1;border:2px solid #E1E1E1;}
.list-se>li>p{
	color       : #888888;
	height      : 35px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	/* padding-left: 20px; */
	line-height : 35px;
	/* border-left : 5px solid #3b3b3b;  */
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
			 position: relative;
			 display: flex;
			 justify-content: space-between;
			 align-items: center;
			 
	color:#333;
	font-size: 14px;
}

.list-se .twoName>a{
	color:#333;
}
.twoIcon{
	margin-right:10px;
}
.list-se>li>p:hover{
	color: #333; 
}
.list-ter .active p::before{background-color: var(--logoColor);border:2px solid var(--logoColor);}

.list-ter .active p{color:var(--logoColor);
	font-weight: bold;}
.list-ter p:hover{
	color: #333; 
	color:var(--logoColor);
}
.toggle-icon{margin-right: 15px;}