.in-equity {
    padding: 15px 0;
    background: #fff;
}
.in-equity ul {
    overflow: hidden;
}
.in-equity ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px #eee solid;
}
.in-equity ul li .equity_a {
    font-size: 20px;
    font-weight: bold;
}

.in-equity ul li .equity_a {
    font-size: 20px;
    font-weight: bold;
}



.in-equity ul li .equity_b {
    font-size: 12px;
}



.text-red{color:#dd2727;}
.text-green{color:#5dcd0b;}
.text-white{color:#fff;}
.text-blue{color:#1e84eb;}
.text-orange{color:#fcae52;}
.text-gray{color:#999;}



.line {
    width: 100%;
    height: 1px;
    background: #eee;
}