
.list{
	width : 100%;
}
.list ul{
	list-style: none;
}
.list>ul>li a{
	color:#FFF
}
.list>ul>li a:hover{
	color:#FFF;
	background:#8dc74f;
	width:100%;

}
.list>ul>li{
	color:#FFF;
	width        : 100%;
	border-bottom: 1px solid #fff;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	color:#FFF;
	background : #1976d2;
	height     : 50px;
	line-height: 50px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 16px;
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background: #8dc74f !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  : #15a4fa;
	color       : #f0f0f0;
	height      : 50px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
			text-indent:10px;
	line-height : 50px;
	border-left : 5px solid #15a4fa; 
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p a:hover{
	color:#FFF;
	background:#0c92e3;
	width:100%;
	
}
