.voiceSingle {
	float: left;
	width: 270px;
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
.voiceSingle em {
	display: block;
	width: 100px;
	float: left;
}
.voiceSingle div {
	background: url(img/balloon.gif) no-repeat right top;
	padding: 5px;
	line-height: normal;
	float: right;
	width: 160px;
	height: 90px;
}
.voiceSingle .detailBtn {
	width: 170px;
	display: block;
	float: right;
	text-align: right;
}
.voiceSingle div p {
	padding: 0px;
}
.voiceSingle strong {
	color: #F36;
	font-size: 14px;
}
.voiceSingle div .name {
	font-size: 11px;
}
.innerBox {
	padding: 10px;
}
.innerBox em {
	display: block;
	float: left;
}
.innerBox p {
	float: right;
	width: 360px;
	display: block;
}
