
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f0f0f0;
}


/*@media (min-width: 1500px){*/
/*.container {*/
/*width: 1350px;*/
/*}*/
/*}*/
.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar-inverse{
    background-color: #ffffff !important;
    color: #646464;
}
.navbar-inverse .navbar-nav>li>a {
    color: #646464;
    line-height: 20px;
    font-weight:bold;
}
.navbar-inverse  .active {
    color: #5079D9 !important;
    /*border-bottom: 2px solid #fbf339;*/
    border-bottom: none;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    color: #5079D9;
    border-bottom: none;
    background-color: #fff !important;
}

.navbar-nav>li>a:focus {
    color: #5079D9;
    background-color: #fff;
}
.top_bar{
    width: 100%;
    height:50px;
    /*background-color: #f6f7fb;*/
    background-color: #000;
    color: #fff;
    display: inline-block;
}
.top_bar_left{
    position: absolute;
    top: 8px;
    left: 30px;
    z-index: 2;
    width: 150px;
    height: 27px;
    cursor: pointer;
}
.top_bar_left_text{
    position: absolute;
    top: 0px;
    left: 230px;
    z-index: 2;
    width: 250px;
    height: 27px;
    cursor: pointer;
}

.top_bar_center{
    margin-top: 55px;
    width: 100%;
    height: 25px;
    text-align: center;
    z-index: 1;
    padding: 5px 0 0 0;
}
.top_bar_center .navbar-nav{
    display:flex;
    text-align: center;
    float: none;
    padding: 0;
    margin: 0 auto;
    height:22px;
}
.top_bar_center .navbar-nav li{
    padding: 0;
    display: inline-block;

    color: #bebebe;
    font-size: 14px;
    flex:1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
}

.latest-activity-anchor-bar__item:first-child {
    padding-left: 0
}

.latest-activity-anchor-bar__item:last-child {
    padding-right: 0
}

.latest-activity-anchor-bar__item+.latest-activity-anchor-bar__item:before {
    content: "";
    display: inline-block;
    width: 1px;
    position: absolute;
    /*top: 15px;*/
    /*bottom: 15px;*/
    background-color: #d6dbe3;
    height:100%;
    left: 0
}

.top_bar_center .navbar-nav>li>a {
    color: #535353;
    line-height: 20px;
    display: inline-block;
    font-weight:bold;
    padding: 0 1px;
}
.top_bar_center  .active {
    /*color: #ffffff !important;*/
    /*border-bottom: 2px solid #ffffff;*/
    color: #5079D9 !important;
    font-weight: bold;
    background-color: #ffffff;
}
.top_bar_center .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    color: #5079D9 !important;
    background-color: #ffffff;
    /*border-bottom: 2px solid #ffffff;*/
}
.toptab{

}
.toptab>li{
    /*min-width: 180px !important;*/
}
.top_bar_right{
    position: absolute;
    right: 150px;
    z-index: 1;
    height: 40px;
    color: #bebebe;
    line-height: 20px;
    font-size: 15px;
}
.top_bar_right .navbar-nav{
    color: #bebebe;
    line-height: 30px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
.top_bar_right .navbar-nav li{
    padding: 0 15px;
    color: #bebebe;
    font-size: 15px;
}

.top_bar_right .navbar-nav>li>a {
    color: #bebebe;
    line-height: 20px;
    font-weight:bold;
}
.top_bar_right .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.menu-center{
    margin-left: 190px !important;
}
.menu-center .navbar-nav li{
    padding: 0 5px;
    color: #282828;
    font-size: 17px;
}

.menu-center .navbar-nav>li>a {
    color: #646464;
    line-height: 20px;
    font-weight:bold;
}
.menu-center  .active {
    color: #5079D9 !important;
    border-bottom: none;
}
.menu-center .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    color: #5079D9;
    border-bottom: none;
}

.foot-text-top{
    color: #535353;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin: auto;
    width: 850px;
}
.foot-text-top-b{
    width: 880px;
    border-bottom: 1px solid #bebebe;;
}


.foot-text{
    color: #535353;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
}

.foot-text a{
    color: #535353;
}

.main{
    min-height: calc(100% - 120px); /*58px为footer的高度+margin*/
}

#pageLimit li{
    cursor: pointer;
}

.h1no{
    display: none;
}
.foot-text{
    /*color: #bebebe;*/
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
}