@import url("../bootstrap.css");
@import url("02/mzqtabe.css");
@import url("02/PanelContainer.css");

body {
    background-color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 0;
    color: #333333;
}

.NormalBold { 
    font-weight: bold;
}


.content-topbar {
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    border-bottom: 1px dashed #ddd;
    background-color: #0b5899;
     color: #ffffff;
}

.content-header {
    height: 80px;
    min-height: 80px;
    vertical-align: middle;
    background-color: #0b5899;
      margin-left:auto;
     margin-right:auto;
    display: block;
     width:100%;
      min-width:1000px;
}

.logo {
    height: 60px;
}

    .logo a {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
        height: 60px;
         color:#eeeeee;
    }

.body-banner
{
    width:100%;
     background:url(02/img/banner-bg.jpg);
}
.body-banner-img {
    margin-left: auto;
    margin-right: auto;
    height: 380px;
    background: url(02/img/banner.jpg);
    width: 1440px;
}
.body-content {
    margin-left: auto;
    margin-right: auto;
    width: 984px; 
}



.LogoTitle {
    /*color: #fff;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    padding-left: 50px;
    color: #fff;
    display: none;
}
/*ËÑË÷¿ò*/
.searchbox {
    text-align: left;
    padding-top: 3px;
    margin-left: auto;
    height: 28px;
    width: 100%;
    border: 1px solid #161616;
    white-space: nowrap;
    background: #161616;
}

    .searchbox .searchinput {
        height: 28px;
        border: 0px groove #ddd;
        width: 100%;
        background: #fff;
    }

    .searchbox .searchbutton {
        width: 80px;
        font-weight: bold;
        background: #161616;
        color: #fff;
        border: 0px solid #179283;
        height: 30px;
    }

.NavBar {
    background-color: #161616;
    border: 1px solid #161616;
    color: #ffffff;
}

    .NavBar a {
        color: #ffffff;
    }
    a.PortalTitle {
    color: #eeeeee;
}