
.list{
	width : 100%;
}
.list ul{
	list-style: none;
}
.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;
}
/* .list>ul>li:nth-last-child(1){display: none;} */
/* .list>ul>li:nth-last-child(2){display: none;} */
/* .list>ul>li:nth-last-child(3){display: none;} */
.list>ul>li:first-child{border-top: 1px solid #666;}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	height     : 40px;
	line-height: 40px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 16px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: 'Montserrat-R';
	font-weight: bold;
}
.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;
	padding-left: 10px;
}
.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:#333;
	font-family: 'Montserrat-R';
}
.list-ter p{
	padding-left: 20px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #979797;
	font-size: 12px;
}
.list-ter p::before{
	position: absolute;
	content:"";
	width:12px;
	height:12px;
	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;
}
.twoIcon{
	margin-right:10px;
}
.list-se>li>p:hover{
	color: #333; 
}
.list-ter .active p::before{background-color: #E1E1E1;border:2px solid #E1E1E1;}

.list-ter .active p{font-family: 'Montserrat-R';}
.list-ter p:hover{
	color: #333; 
}
.toggle-icon{font-family: 'Montserrat-R';margin-right: 15px;}