@CHARSET "UTF-8";
.site-list-ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.site-top ul li, .site-reply ul li {
    clear: both;
    margin: 0;
}
.site-top ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.site-brief li:last-child, .site-top li:last-child, .site-reply li:last-child {
    border-bottom: 0 none;
}
.site-info li {
    border-right: 1px solid #e6e6e6;
}
.site-info li:last-child {
    border-right: 0 none;
}
.site-list-ul li span{width: 25px;height: 20px;line-height: 20px;color: #fff;padding: inherit;border-radius: 5px;}
.site-list-ul li:nth-child(1) .num{
    background: #ff6b66;
    box-shadow: 0 1px 3px 0 rgb(255 107 102 / 30%);
}
.site-list-ul li:nth-child(2) .num{
    background: #ff8652;
    box-shadow: 0 1px 3px 0 rgb(255 167 66 / 30%);
}
.site-list-ul li:nth-child(3) .num{
    background: #ffa742;
    box-shadow: 0 1px 3px 0 rgb(255 167 66 / 30%);
}
.col-xs-4 {
    float: left;
    width: 25%;
}