    .bluebird_notice_a div,ul,li{margin: 0;padding: 0px;}
    .bluebird_notice_b {
        float:left;
        width:10%;
        height:25px;
        background-color:#FFFFFF;
    }        
    .bluebird_notice_c {
        width: 90%;
        height: 25px;
        padding: 0px;
        background-color: #FFFFFF;
        overflow: hidden;
        float:left;
    }        
    .bluebird_notice_c ul li {
        list-style: none;
        line-height: 30px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    } 