.tags{padding:48px 0;}
.tags .list-box:after{display:block; content:''; clear:both;}
.tags .list-box ul{margin:0 -8px;}
.tags .list-box ul:after{display:block; content:''; clear:both;}
.tags .list-box ul li{float:left; padding:8px; width:16.66666%;}
.tags .list-box ul li a{padding:8px 18px; color:#fff; border-radius:5rem; font-size:15px; display:block; background:#c42136; box-shadow:0 0 5rem #c4213666;}
.tags .list-box ul li a:hover{opacity:0.8;}
.tags .list-box ul li:nth-child(10n+0) a{background:#aefa93; box-shadow:0 0 5rem #aefa9366;}
.tags .list-box ul li:nth-child(10n+1) a{background:#eddc12; box-shadow:0 0 5rem #eddc1266;}
.tags .list-box ul li:nth-child(10n+2) a{background:#f07acf; box-shadow:0 0 5rem #f07acf66;}
.tags .list-box ul li:nth-child(10n+3) a{background:#69b78d; box-shadow:0 0 5rem #69b78d66;}
.tags .list-box ul li:nth-child(10n+4) a{background:#7193f0; box-shadow:0 0 5rem #7193f066;}
.tags .list-box ul li:nth-child(10n+5) a{background:#f08484; box-shadow:0 0 5rem #f0848466;}
.tags .list-box ul li:nth-child(10n+6) a{background:#e6c390; box-shadow:0 0 5rem #e6c39066;}
.tags .list-box ul li:nth-child(10n+7) a{background:#6dbbc1; box-shadow:0 0 5rem #6dbbc166;}
.tags .list-box ul li:nth-child(10n+8) a{background:#cba2d6; box-shadow:0 0 5rem #cba2d666;}
.tags .list-box ul li:nth-child(10n+9) a{background:#6fc4f5; box-shadow:0 0 5rem #6fc4f566;}
.tags .list-box ul li a i{font-style:normal; float:right; opacity:.8;}
.tags .list-box ul li a b{font-weight:inherit; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.tags .list-box + dir{margin-top:28px;}
@media(max-width:1199px){
.tags{padding:28px 0;}
.tags .list-box ul{margin:-6px;}
.tags .list-box ul li{width:20%; padding:6px;}
.tags .list-box + dir{margin-top:18px;}
}
@media(max-width:992px){
.tags .list-box ul li{width:25%;}
}
@media(max-width:767px){
.tags{padding:18px 0;}
.tags .list-box ul{margin:-4px;}
.tags .list-box ul li{width:50%; padding:4px;}
.tags .list-box ul li a{padding:6px 8px; font-size:14px;}
.tags .list-box + dir{margin-top:12px;}
}