@media screen and (min-width: 961px) {
.voice_zemi_v{
	width:95%;
	/*background-color: #B6EFBB;*/
	text-align: left;
	margin: 0 auto;
}
.voice_zemi_box {
        width: 30%;
        margin: 0 0 10px 1%;
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px;
        vertical-align: top;
}
.voice_zemi_v .messe {
        width: 95%;
        margin: 10px auto;
        color: #333;
        text-align: left;
		line-height: 1.3em;
		font-size: 0.9em
    }
	
	
	
.voice_zemi_box .zoom {
        width: 260px;
        height: 100px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #eee;
    }
.voice_zemi_box .zoom img {
        width: 100%;
        position: absolute;
        z-index: 1;
    }	
.voice_zemi_box .zoom i {
        position: absolute;
        font-size: 2em;
        color: #f08817;
        z-index: 2;
        top: 10px;
        left: 10px;
    }
	
	
	
}/*----------------------------------- */





@media screen and (max-width: 960px) {
	
.voice_zemi_v{
	width:100%;
	/*background-color: #f4bc51;*/
}
.voice_zemi_box {
        width: 95%;
        margin: 0 0 10px 1%;
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px;
        vertical-align: top;
}	
	
.voice_zemi_box .zoom {
        width: 35%;
        height: 80px;
        position: relative;
        overflow: hidden;
        margin: 10px auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #eee;
        box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        -moz-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        border: 1px solid #ccc;
    }
	
.voice_zemi_v .messe {
        width: 60%;
        margin: 10px auto;
        color: #333;
        padding-left: 3%;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        line-height: 1.3em;
		font-size: 0.9em;
        vertical-align: top;
    }
.voice_zemi_box .zoom {
        width: 35%;
        height: 80px;
        position: relative;
        overflow: hidden;
        margin: 10px auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #eee;
        box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        -moz-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #ccc;
        border: 1px solid #ccc;
    }
.voice_zemi_box .zoom img {
        width: 100%;
        position: absolute;
        z-index: 1;
    }
.voice_zemi_box .zoom i {
        position: absolute;
        font-size: 2em;
        color: #f08817;
        z-index: 2;
        top: 10px;
        left: 10px;
    }
	
	
	
	
}/*----------------------------------- */