.honor_block{
	width: 93%;
	margin:1rem auto 1rem;
}
.honor_content{
	width: 100%;
	margin: 1rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.honor_one{
	width: 48%;
	height: 8rem;
	background: url(../../img/front/images/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right:2%;
    margin-bottom: 0.5rem;
    padding:0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
}
.honor_content_one{
	width: 24%;
	height: 8rem;
	background: url(../../img/front/images/3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right:1%;
    margin-bottom: 0.5rem;
    padding:0.3rem 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
}