﻿
/* 统计数据 */

.ewb-count-data {
    height: 76px;
}

.ewb-cd-hd {
    height: 40px;
    text-align: center;
    background: url('../images/cd_line.png') repeat-x;
}

.ewb-cd-tt {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.ewb-cd-list {
    height: 55px;
    overflow: hidden;
}

.ewb-cd-list ul {
    margin: 0 -10px -7px 0;
    width: 280px;
}

.ewb-cd-node {
    float: left;
    margin: 0 10px 7px 0;
    padding: 0 10px;
    width: 110px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    border-radius: 6px;
    background-color: #e5e5e5;
}

.ewb-cd-node span.r {
    color: #c01a1b;
}

.ewb-cd-node.left {
    background-color: #ffdbdb;
}

.ewb-cd-node.left span {
    font-weight: bold;
}

