.voice-list ul{
	overflow: hidden;
	padding: 10px 0 0 0;
	}
.voice-box{
	width: 31%;
	margin: 0 1% 20px 1%;
	display: block;
	float: left;
	position: relative;
}
.voice-box img.voice-img{
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
.voice-box img.clover{
	position: absolute;
    top: -10px;
    right: -5px;
    z-index: 100;
    width: 40px;
    height: auto;
}
@media (max-width:569px) {
.voice-box{width: 46%;margin: 0 2% 20px 2%;}
}
@media (max-width:489px) {
.voice-box img.clover{width: 30px;height: auto;}
}
@media (max-width:389px) {
.voice-box{width: 250px;margin: 0 auto 20px auto;float: none;}

}