.m-honor{
	width: 1200px;
	margin: 120px auto;
	overflow: hidden;
}
.m-honor .item{
	overflow: hidden;
}
.m-honor .box{
	float: left;
	width: 25%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin-right: -1px;
	overflow: hidden;
    transition: 0.8s;
}

.m-honor .item:nth-child(odd)>div:nth-child(2){
    transform: translate(-100%, 0);
    z-index: 1;
}
.m-honor .item:nth-child(even)>div:nth-child(1){
    transform: translate(100%, 0);
    z-index: 1;
}
.m-honor .item.on>div{transform: translate(0, 0) !important;}



/* .m-honor .box2{
	position: relative;
	z-index: 0;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.m-honor .item:nth-child(even) .box2{
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.m-honor .item.on .box2{
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.m-honor .item.on:nth-child(even) .box2{
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
} */
.m-honor .box a{
	display: block;
	position: relative;
	z-index: 2;
	padding: 19px 29px 0;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-honor .box a:hover{
	background: linear-gradient(314.66deg, #C1A176 0.04%, #D9B88D 99.13%);
}
.m-honor .box a:hover .date{color: #fff;}
.m-honor .box:before{
	content: '';
	border-top: 1px #D5D7DB solid;
	border-bottom: 1px #D5D7DB solid;
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	bottom: 0;
}
.m-honor .box:after{
	content: '';
	border-left: 1px #D5D7DB solid;
	border-right: 1px #D5D7DB solid;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	bottom: 14px;
}
.m-honor .item:nth-child(even){display: flex; justify-content: end;}
.m-honor .item:nth-child(even) .box{
	margin-right: 0;
	margin-left: -1px;
}
.m-honor .txt{
	height: 190px;
	position: relative;
	overflow: hidden;
}
.m-honor h3{
	font-size: 0.83vw;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	font-family:'Source Han Serif CN-SB','Arial',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.m-honor .date{
	font-size: 20px;
	color: #C1A176;
	line-height: 1.4em;
	font-family:D-DIN,'Arial',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;
	overflow: hidden;
}
.m-honor .pic{
	height: 81px;
	font-size: 0;
	line-height: 80px;
	border-top: 1px #D9D9D9 solid;
	margin-top: 10px;
	overflow: hidden;
}
.m-honor .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
  max-height: 90%;

  
}

@media only screen and (max-width: 1600px) {
    .m-honor .date{font-size: 14px;}
    .m-honor h3{font-size: 12px;}
}
@media only screen and (max-width: 1200px) {
	.m-honor{
		width: auto;
		margin: 30px auto;
		padding: 0 10px;
	}
	.m-honor .box:before{
		left: 10px;
		right: 10px;
	}
	.m-honor .box:after{
		top: 7px;
		bottom: 7px;
	}
	.m-honor .box2,.m-honor .item:nth-child(even) .box2{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.m-honor .box a{
		padding: 10px 15px 0;
	}
	.m-honor .txt{
		height: 160px;
	}
	.m-honor .date{
		font-size: 16px;
	}
	.m-honor h3{
		font-size: 14px;
	}
	.m-honor .pic{
		height: 51px;
		line-height: 50px;
	}
	.m-honor .pic img{
		height: 30px;
	}
}
@media only screen and (max-width: 758px) {
	.m-honor .box{
		width: 50%;
		margin-bottom: 20px;
	}
}