/* 全局默认 */
a:link,a:visited,a:hover { text-decoration:none }
#tag:after,#tagPush:after,#taghot ul:after,#other ul:after { content: " "; display: block; height: 0; clear: both; visibility: hidden }

/* 主题标签 */
#tag { padding:0px; margin:-10px 0; border-radius: 5px; list-style-type: none; }
#tag>li { float: left; border:1px solid #e5e9ef; border-radius:15px; margin:10px 8px 0 0; padding:0 5px;font-size: 12px;}
#tag>li button { font-size:12px; color: #555; border:0; padding:0; background-color:transparent; display:block; width:2rem; }
#tag>li:hover { border:1px solid #5f8ece; }
#tag>li:hover>a,#tag>li:hover>button { color:#5f8ece; }
#tag>li>a { color: #555; display: block; font-size: 12px;}
#tag>li>a>i { padding:0 3px;}
#tag>li>a>.icon-tag {display: none;}

/* 标签云 ( 边缘色 e5e9ef, 底色 f5f5f5 ) */
#taghot { padding:1rem; }
#taghot h5 { color:#999; font-size: 1rem }
#taghot ul { padding: 0.5rem 0; margin: 0; list-style-type: none;}
#taghot ul li { margin:0 0.35rem 0.5rem 0; float: left; border:1px solid #f1f1f1; border-radius:4px; background:#e9ecef; }
#taghot ul li a { font-size:12px; color: #555; display: block; padding:0 0.5rem;}
#taghot h5:hover { color:#5f8ece; }
#taghot ul li:hover { border:1px solid #5f8ece; background:#fff; }
#taghot ul li:hover a { color: #5f8ece; }