
/*以上css可不用，仅作为展示外观样式*/
.menu-list{
	width : 100%;
}
.menu-list ul{
	list-style: none;
}
.menu-list>ul>li{
	width        : 100%;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.menu-list>ul>li p[class=menu-title]{
	width      : 100%;
/*	text-align : center;*/
/*	background : #EE4977;*/
	height     : 50px;
	line-height: 50px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 20px;
}
.menu-list>ul>li p[class=menu-title]>span{
	position: absolute;
	right: 10%;
    color: 		#B5B5B5;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background: #e5e5e5 !important;
	color     :#ee4977;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background  : 	#FAFAFA;
	color       : #333;
	height      : 50px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 10px;
	line-height : 50px;
	border-left : 5px solid #e5e5e5;
	-webkit-transition   : border .5s;
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p:hover{
	border-color: #f4a20e;
	background  : #e5e5e5;
}
