/**!
 * [连云港旗舰店办事统计功能]
 * date:2020-02-10
 * author: [xhz];
 */

.container {
    width: 1290px;
    margin: 0 auto;
}

.main {
    background: #fff;
    padding-bottom: 15px;
}

.sum {
    height: 181px;
    box-shadow: 0px 3px 16px 0px rgba(90, 123, 244, 0.17);
}

.sum .container {
    padding: 0 20px;
    background: url(../images/sum-bg.png) no-repeat center -53px;
}

.sum li {
    float: left;
    width: 33.33%;
    height: 181px;
    padding: 55px 0px 0 200px;
    text-align: center;
    font-size: 24px;
}

.sum li:nth-child(1) {
    background: url(../images/icon1.png) no-repeat 80px center;
}

.sum li:nth-child(2) {
    background: url(../images/icon2.png) no-repeat 80px center;
}

.sum li:nth-child(3) {
    background: url(../images/icon3.png) no-repeat 80px center;
}

.sum li span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #1b4dae;
}

.detail {
    margin-top: 15px;
    border: 1px solid #deeefd;
    padding: 20px;
}

.list {
    width: 1250px;
}

.list th {
    height: 46px;
    background: #4f90ed;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.list th+th {
    border-left: 1px solid #fff;
}

.list td {
    color: #5c5b5b;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
}

.list tbody tr:nth-child(even) {
    background: #f7faff;
}

.pagination {
    margin-top: 20px;
    padding: 0;
}
.m-pagination-info{
    float: left;
    display: block !important;
    color: #333;
}