
.honor{
	padding: 60px 0;
}

.module-subheading {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.Awards {
	margin-top: 80px;
}

.Awards .Awards-list {
	margin-top: 60px;
	justify-content: center;
	flex-wrap: wrap;
}

.Awards .Awards-list .sl-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #707070;
	width: calc((100% - 200px)/3);
	    overflow: hidden;
}
/* .Awards .Awards-list .sl-item:not(:nth-child(3n)) */
.Awards .Awards-list .sl-item:not(:last-child){
	margin-right: 100px;
}
.Awards .Awards-list .sl-cn{
	font-size: 18px;
	color: #333333;
	padding: 10px 15px;
	height: 70px;
	text-align: center;
}
.Awards .Awards-list .sl-img{
	overflow: hidden;
}
.Awards .Awards-list .sl-tiem{
	color: #D83C23;
	font-weight: bold;
} 
.Awards .Awards-list .sl-item img{
	transition: all 0.3s;
}
.Awards .Awards-list .sl-item:hover img{
	transform: scale(1.1);
}
.license .Awards-list .sl-item {
	display: flex;
	flex-direction: column;
	border: none;
	width: calc((100% - 150px)/4);
	border: 1px solid #707070;
}
.license .Awards-list .sl-item:not(:nth-child(4n)){
	margin-right: 50px;
}
.license .Awards-list .sl-item:nth-child(4n){
	margin-right: 0;
}
.license  .Awards-list .sl-cn{
	height: auto;
	word-break: break-all;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.honor {
	    padding: 30px 0;
	}
	.Awards {
	    margin-top: 30px;
	}
	.Awards .Awards-list {
	    margin-top: 30px;
	}
	.module-subheading {
	    font-size: 20px;
	}
	.Awards .Awards-list .sl-item:not(:last-child) {
	    margin-right: 20px;
	}
	
	.license .Awards-list .sl-item:not(:last-child){
		margin-right: 0px;
	}
	.Awards .Awards-list .sl-item:not(:nth-child(2n)) {
	    margin-right: 20px;
	}
	.Awards .Awards-list .sl-item {
	    width: calc((100% - 20px)/2);
		margin-bottom: 20px;
		box-shadow:  0 0 8px rgba(0, 0, 0, 0.1);
	}
	.Awards .Awards-list .sl-cn {
	    font-size: 14px;
	    padding: 6px 10px;
	}
	
}