/* Page Honor */
.honor a{ display:block; float:left; width:23.5%; margin-right:2%; margin-top:2%; margin-bottom:2%;}
.honor a:nth-of-type(3){ margin-right:2%;}
.honor a:nth-of-type(4){ width:23.5%; margin-right:0;}
.honor a:nth-of-type(5){ width:23.5%; margin-right:2%;}
.honor a:nth-of-type(9){ clear:both;}
.honor a:nth-of-type(9),.honor a:nth-of-type(10),.honor a:nth-of-type(11),.honor a:nth-of-type(12),.honor a:nth-of-type(13){ width:18.4%; margin-right:2%;}
.honor a:nth-of-type(13){ margin-right:0;}

@media screen and (max-width:480px){ 
.honor a{ width:100%; margin-right:0;}
.honor a:nth-of-type(4){ width:100%;}
.honor a:nth-of-type(5){ width:100%; margin-right:0;}
.honor a:nth-of-type(9),.honor a:nth-of-type(10),.honor a:nth-of-type(11),.honor a:nth-of-type(12),.honor a:nth-of-type(13){ width:100%; margin-right:0;}
}