﻿
.navbar-static-top {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

    .navbar-static-top.notice-0 {
        background-color: #00682c;
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .navbar-static-top.notice-1 {
        background-color:#ffb400;
        font-size:18px;
        font-weight:500;
        color:white;
    }

    .navbar-static-top.notice-2 {
        background-color: #00a5f8;
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .navbar-static-top.notice-3 {
        background-color: #ff5205;
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .navbar-static-top.notice-4 {
        background-color: #303030;
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .navbar-static-top.notice-5 {
        background-color: #000000;
        font-size: 18px;
        font-weight: 500;
        color: white;
    }

    .navbar-static-top > .container {
    }

        .navbar-static-top > .container > i {
            background: url(/images/tongzhitubiao.png) no-repeat center center !important;
            position: relative;
            top: 4px;
            right: 3px;
            height: 18px;
            width: 18px;
            display: inline-block
        }

