.akrd > p{
	margin:0;
	border-bottom:2px solid #e5e5e5;
	overflow:hidden;
	color:#27348B;
	font-weight:700;
	font-size:24px;
	line-height:60px;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	-webkit-transition:color 0.5s ease-out;
	-moz-transition:color 0.5s ease-out;
	-ms-transition:color 0.5s ease-out;
	-o-transition:color 0.5s ease-out;
	transition:color 0.5s ease-out;
}
.akrd > p:hover{
	color:#6871ae;
}
.akrd > p > span{
	margin-right:15px;
	padding:16px 24px;
	height:60px;
	line-height:60px;
	width:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	color:#fff;
	background-color:#eb625a;
}
.akrd > div{
	height:0;
	overflow:hidden;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.akrd > div.erw{
	padding:10px 0 0 0;
}
.akrd > div > p{
	margin:10px 0;
	text-align:center;
	color:#999;
}
.akrd > div > ul > li{
	margin:0 0 10px 0;
}