﻿/*@media(min-width: 1200px) {
    div.col-lg-10 {
        min-width: 980px;
    }
}

@media(min-width: 992px) {
    div.col-md-8 {
        min-width: 980px;
    }
}
#home {
    min-width: 980px;
}*/
body {
    min-width: 1030px !important;
}

.content {
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto !important;
}

.footer {
    color: white;
    background-color: #41484e;
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

    .footer .menu a {
        display: inline-block;
        width: 80px;
    }

    .footer a {
        color: white;
        text-decoration: none;
    }

        .footer a:hover {
            color: white;
            text-decoration: none;
        }

        .footer a:link {
            color: white;
            text-decoration: none;
        }
/*白底导航栏 start*/
.nav-white {
    background-color: white;
    padding-top: 22px;
    padding-bottom: 22px;
}

    .nav-white .nav-logo {
        line-height: 56px;
        color: #333333;
        text-decoration: none;
        font-size: 28px;
    }

    .nav-white img {
        width: 56px;
        height: 56px;
    }

    .nav-white div div {
        line-height: 56px;
    }

    .nav-white .nav-item,
    .nav-white .nav-item :hover,
    .nav-white .nav-item :link {
        color: #333333;
        text-decoration: none;
        font-size: 18px;
        line-height: 28px;
    }

    .nav-white .nav .caret {
        border-top-color: #333333 !important;
        border-bottom-color: #333333 !important;
    }

    .nav-white .nav > li > a:hover,
    .nav-white .nav > li > a:focus {
        text-decoration: none !important;
        background-color: transparent !important;
    }

    .nav-white .nav .open > a,
    .nav-white .nav .open > a:hover,
    .nav-white .nav .open > a:focus {
        background-color: transparent !important;
        border-color: transparent !important;
    }
/*白底导航栏 end*/
/*红底导航栏 start*/
.nav-red {
    background-color: #e72520;
    padding-top: 22px;
    padding-bottom: 22px;
}

    .nav-red .nav-logo {
        line-height: 56px;
        color: white;
        text-decoration: none;
        font-size: 28px;
    }

    .nav-red img {
        width: 56px;
        height: 56px;
    }

    .nav-red div div {
        line-height: 56px;
    }

    .nav-red .nav-item,
    .nav-red .nav-item:link
    .nav-red .nav-item :hover {
        color: white;
        text-decoration: none;
        font-size: 18px;
        line-height: 28px;
    }

    .nav-red .nav .caret {
        border-top-color: white !important;
        border-bottom-color: white !important;
    }

    .nav-red .nav > li > a:hover,
    .nav-red .nav > li > a:focus {
        text-decoration: none !important;
        background-color: transparent !important;
    }

    .nav-red .nav .open > a,
    .nav-red .nav .open > a:hover,
    .nav-red .nav .open > a:focus {
        background-color: transparent !important;
        border-color: transparent !important;
    }
/*红底导航栏 end*/

.unread-msg {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    border-radius: 10px;
    background-color: #be0026;
    text-align: center;
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 11px;
}

.more span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 10px;
}
