.sidebar .card .card-body .cata-list li .coll-list li a.active:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    position: absolute;
    left: 0;
    background-color: #66cfac;
    top: 20%;
}

#tag_cloud_widget {
    /*margin: -20px auto 5px;*/
    /*width: 320px;*/
    height: 270px;
    position: relative;
    text-align: center;
}

#tag_cloud_widget a {
    padding: 5px;
    left: 0px;
    top: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    position: absolute;
    text-overflow: ellipsis;
}

#tag_cloud_widget a:hover {
    color: rgb(158, 33, 60);
    display: block;
}

#tag_cloud_widget a:nth-child(n) {
    color: rgb(80, 80, 80);
    margin: 0px 10px 15px 0px;
    line-height: 18px;
    display: inline-block;
}

#tag_cloud_widget a:nth-child(2n) {
    color: rgb(122, 101, 17);
}

#tag_cloud_widget a:nth-child(3n) {
    color: rgb(23, 94, 58);
}

#tag_cloud_widget a:nth-child(5n) {
    color: rgb(46, 91, 124);
}

#tag_cloud_widget a:nth-child(4n) {
    color: rgb(136, 82, 89);
}

#tag_cloud_widget a {
    color: rgb(105, 97, 97);
    line-height: 15px;
}

.text-indent-2em {
    text-indent: 2em; /*文本内容首行空俩格*/
    text-align: justify; /*文本内容俩端对齐*/
}

html {
    background-color: #f4f5fa;
}
