.biao p {
    width: 95px;
    height: 36px;
    line-height: 36px;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    background: url(../img/biao-bg.png) no-repeat center/100% 100%;
    margin-top: 15px;
}

.biao p.da {
    width: 184px;
    background: url(../img/dabiao-bg.png) no-repeat center/100% 100%;
}

.waiCeng {
    background: #ecf3f3;
    padding: 5px;
    padding-left: 85px;
    overflow: hidden;
    margin-top: 5px;
}

.waiCeng span {
    float: left;
    color: #1f466d;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.waiCeng a{
    float: right;
    margin-right: 20px;
    cursor: pointer;
    color: #9eb1c0;
    font-size: 23px;
    font-weight: bold;
}

.zong .waiCeng:first-child {
    margin-top: 0;
}






