.voice-list {
	/* float:left; */
	display: table;
	margin: 0 auto;
	/* background:url(../images/voice-list.jpg) no-repeat; */
	width: 500px;
	text-align: center;
	background: #adeafd;
	margin-top: 15px;
	padding: 13px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.3);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.3);
}
.voice-list .top1{
	float:left;
	width: 100%;
	height:27px;
	margin: 6px 0 0 0;
	text-align: center;
	font-size: 14px;
	color:#514000;
}
.voice-list .top2{
	float:left;
	width: 100%;
	height:27px;
	text-align: center;
}

.voice-list .mid{
	float:left;
	width:100%;
	margin: 45px 0 0 0;
}	 
.voice-list .mid ul{
	padding:0;
	margin:0;
}	
.voice-list .mid ul li{
	padding:0;
	margin:0;
	height:35px;
	text-indent: 8px;
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px solid #FFD5FC;
}
.voice-list .mid ul li .icon{
	float:left;
	width: 6%;
	margin: 5px 0 0 0;
	padding: 0;
}
.voice-list .mid ul li .text{
    float:left;
	
    width: 91%;
    margin: 0;
    padding: 0;
}