﻿html{
    height: 100%;
}
body{
    height: 100%;
}
.navbar{
    width: 10.417%;
    /*width: 200px;*/
    padding-top:75px;
    height: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
}
.space{
 width: 10.417%;
}
.bg-primary{
    background-color: #00479d !important
}
.navbar-dark .navbar-nav .nav-link span{
    color: #fff;
}
.navbar-nav{
    margin-top: 80px;
}
.navbar-brand {
    margin: 0 auto;
}
.container-fluid{
    padding: 0;
    height: 100%;
}
.nav-item{
    line-height: 36px;
    cursor: pointer;
}
.nav_project_list{
    padding-left: 0 !important;
    text-align: center !important;
    letter-spacing:10px;
}
.nav-link .glyphicon{
    margin-left: 5px;
    vertical-align: -1px;
    font-weight: 100;
    display: none;
}
.nav_project_list_new{
    text-align: left !important;
    line-height: 18px !important;
    height: auto !important;
    padding-left: 10% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav_project_list_new strong, .nav_project_list_new a{
    display: block;
    color: #00479d
}
.nav_project_list_new strong{
    padding-bottom: 2px;
}
.nav_project_list_new a{
    font-size: 15px;
    padding: 2px 0 1px 0
}
.navbar{
    /*font-size: 110%*/
    font-size: 18px;
}
.navbar span{
    /*font-size:  105%*/
    font-size: 16px;
}
.nav-link{
    color: #fff;
    text-align: left;
    /*margin-left: 30%*/
    margin-left: 25%;
    font-weight: bold;
}
.nav-item:hover .nav-link{
    color: #00a3e9
}
.nav-item:hover .nav-link .glyphicon{
    color: #00a3e9;
    display: inline;
}
.menu{
    width: 70%;
    /*width:130px;*/
    /*left: 100%;*/
    left: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    top:0;
    opacity: 0;
    display: none;
}
.menu_content{
    margin-top: 300px;
}
.menu_item{
    height: 55px;
    border-top: 1px solid #00479d;
    color: #00479d;
    line-height: 55px;
    text-align: left;
    padding-left: 25%;
    font-size: 16px;
    cursor: pointer;
}
.menu_item a{
 color: #00479d;
}
.menu_item:first-child{
    border: none;
}
.menu_item:hover{
    color: #00a3e9
}
.menu_item a:hover{
    color: #00a3e9
}

.footer{
    width:100%;
    background: #e6e6e6;
    height: auto;
    margin-top: 86px;
    border-top: 1px solid #fff
}
.footer .other_conetnt{
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer .other_conetnt .footer_item:first-child > div:first-child span{
    display: block;
    font-size: 16px;
}
.footer .other_conetnt .footer_item:first-child > div:nth-of-type(2){
    margin-top: 20px;
}
.footer_item span{
    color: #000;font-size: 13px
}
.footer_item_store strong{
    font-size: 13px;
}
.qrcode img{
    width: 78px;
}
.footer_number span:first-child{
   font-size: 14px;color: #000
}
.footer_number span:nth-child(2){
    display: block;
    padding: 6px 0;
   font-size: 17px;color: #000;margin-top: -5px;font-weight: 900
}
.footer_number span:nth-child(3){
   font-size: 15px;color: #000;margin-top: -6px
}
.nav_doctor_list{
    padding-left: 0 !important;
    text-align: center !important;
}
@media screen and (max-width: 1440px) {
    .navbar{
        padding-top: 30px;
        font-size: 16px;
    }
    .navbar-brand{
        width: 65%
    }
    .navbar-nav{
        margin-top: 60px;
    }
    .nav-item{
        line-height: 25px;
    }
    .menu_item{
        padding-left: 16%;
    }

    .nav_project_list{
        padding-left: 0;
        text-align: center !important;
        letter-spacing:10px;
    }
    .nav_project_list_new{
        padding-left: 2% !important;
    }
    .menu_content {
        margin-top: 150px;
    }
    .footer{
        margin-top: 60px;
    }
    .footer_number span:nth-child(2){
       font-size: 24px;
   }
   #jj{
    width: 75%
}
}



.html_content{
    /*width: 1720px;*/
    width: 89.583%
}
.other_conetnt{
   width: 82.558%;
   margin: 0 auto;
}

/*分页*/
#page ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#page ul.pagination li {display: inline;}

#page ul.pagination li a {
    color: #666666;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

#page ul.pagination li a.active {
    background-color: #00479d;
    color: white;
    border: 1px solid #00479d;
}

#page ul.pagination li a:hover:not(.active) {background-color: #ddd;}
.border_none{
    border:none !important;
}
#page{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
}
#sidebar{
    right: 0;
    top: 230px
}
.sidebar_item{
    width: 50px;
    background: #00479d;
    margin-top: 2px;
}
.sidebar_item_top{
    background-color: #c9caca;
}
.sidebar_item img{
    width: 100%;
}
.sidebar_item_msg{
    width: 120px;
    background: #c6c6c6;
    text-align: center;
    height: 100%;
    left: -120px;
    top: 0;
    line-height: 50px;
    display: none;
}
.sidebar_item_msg a{
    color: #333;
    display: block;
}

.sidebar_item_msg img{
    width: 100%;
}
.sidebar_item_msg_qrcode{
    background: none
}
.sidebar_item_msg_qrcode{
    top: -30px;
}
.sidebar_item:hover .sidebar_item_msg{
   display: block;
}
.person_num{
    width: 18px;
    height: 18px;
    background-color: #ffea00;
    color: #00479d;
    text-align: center;
    line-height: 18px;
    border-radius: 18px;
    font-size: 14px;
    right: 5px;
    top: 8px;
}
@media screen and (max-width: 1440px) {
.sidebar_item{
    width: 40px;
}
.person_num {
    right: 3px;
    top: 3px;
}
.menu_item a{
    font-size: 14px
}
}