/* 统计信息列表 */
.lists {
    float: left;
    width: 32.1%;
    min-height: 332px;
    padding: 25px 15px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}
.lists.ds {
    margin: 0 20px;
}
.tab-head li {
    width: 100%;
    height: 45px;
    background: url(../images/bsfw/br.png) left bottom no-repeat;
}
.tab-head li.active a {
    color: #0b5db1;
}
.tab-head li a {
    font-size: 18px;
    font-weight: bold;
}
.tab-list {
    margin-top: 15px;
}
.tab-list li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.tab-list li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.tab-list li .time {
    float: right;
    color: #999;
}
.add-more {
    display: none;
    width: 98%;
    border-radius: 8px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
}
.last.lists {
    background-color: #F7F7F7;
    padding: 0;
}
.last.lists li:first-child {
    margin-bottom: 20px;
}
.no-margin {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
.lists.ds {margin: 0 15px;}
}
@media screen and (max-width: 991px) {
    .lists {
        width: 100%;
    }
    .lists.ds {
        margin: 0 0 20px 0;
    }
    .mb-top {
        margin-bottom: 20px;
    }
    .last.lists img {
        width: 100%;
    }
    .add-more {
        display: block;
    }
    .last.lists {
        padding: 25px 15px 30px;
    }
}