
    .bluebird_notice_b {
        float:left;
        width:13%;
        height:25px;
        background-color:#FFFFFF;
		text-align:center;
    }
	  
    .bluebird_notice_c {
        width: 87%;
        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;
		font-size:14px;
    } 