
#_ideConac
{
    display:none;
}
body {
    overflow-x: hidden;
    /* display:inline-block; */
    /* width: 100%; */
    font-family: 微软雅黑,'Heiti SC',黑体,Arial;
    /*zoom:1;*/
}

 /*body {
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%); 
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
filter:gray; 
}*/

.Top
{
    width:100% ;
    max-height:45px ;
    background-color:rgb(0,101,180);
}
.Top ul{
    height:inherit ;
    border-bottom: 0px;
 }
 
 .Top ul li{
     height:inherit ;
  }
 .Top ul li a{
      height: 45px ;
      line-height: 1.8;
      color: white;
   }
  
.Top ul li a:active {
    color:rgb(0,101,180) ;
    background-color:white;
}

.Top ul li a:hover {
   color:rgb(0,101,180) ;
   background-color:white ;
}


.Header {
    height: 100px ;
    border-bottom: solid 1px #D3D9DF;
}
.Header>.container {
    padding-left: 0px;
    padding-right: 0px;
    height:inherit;
}

.Header_left {
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
    /*margin-left: -5%!important;*/
    /*line-height: 7;*/
    padding-right: 0px; 
    padding-left: 0px; 
    height:inherit;
    padding-top: 20px;
    margin-left: -10px !important; /*新增样式*/
}

.Header_img {
    /* height:auto; */
    width:100%; 
    max-height:65px;
    /*width:inherit;*/
    /*height: 55px !important;*/
}

.Header_right {
      padding-bottom: 0px !important;
      padding-top: 20px !important; 
      height:inherit;
      padding-left: 10px;
     /* padding-left: 12%!important; */
     
  }
  #menubar {
      margin-top:21px;
      position: absolute;
      width: 200px; 
      right: 0; 
      /* background-color:rgba(0,0,0,0.5); */
      background-color:rgb(0,101,180);
      z-index: 9999;
  }
  .menubar {
      display:none;
      margin-top:0px;
      margin-bottom:0px;
  }
  
  .menubar li a{
      color:white;
      font-size:14px;
  }
  .menubar li a:hover
  {
      /* background-color:rgb(0,101,180); */
      background-color:white;
      color: rgb(0,101,180);
  }
  
  .menubaractive
  {
      background-color:white;
      color: rgb(0,101,180) !important;
  }
  
  .menutrright{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed transparent;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;  
  }
  
  .menubar>.dropdown>.dropdown-menu>.divider
  {
      margin: 0px;
  }
  .menubar>.dropdown>.dropdown-menu>li a
  {
      padding-top:6px;
      padding-bottom:6px;
  }

   .NavLastli {
    display: none;
  }


   .NavLastli  ul{
    margin-bottom: 0px;
    border-bottom: solid 1px #D3D9DF;
  }

   .NavLastliMenu
   {
       background-color: #f5f5f5;
      border-bottom: solid 1px #D3D9DF;
   }

   .NavLastliMenu>.container.row
   {
       margin-left:0px;
       margin-right:0px;
   }

   .NavLastliMenu  ul{
    margin-bottom: 0px;
    
  }

  .DepNavMagage
  {
      margin-bottom:30px;
  }
  
  #humane
  {
      display:none;
      cursor:pointer;
  }

   #humane img
  {
      width:20px;
      height:20px;
  }

.humane_fiex {
    position: fixed;
    right: 8px;
    top: 130px;
    background-color: #DDDDDD;
    z-index: 999;
}

.humane_fiex ul {
   list-style:none;
   padding-top:6px;
   padding-bottom:6px;
   padding-left:8px;
   padding-right:8px;
   margin: 0px;
}

.humane_fiex ul li {
   height: 28px;
   /*display: inline-block;
   padding: 5px;*/
}

.humane_fiex ul li a{
   color:black;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
}

@media screen and (max-width: 768px) {
    .humane_fiex {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    right: unset;
    top: unset;
    background-color: #EBEBEB;
    }

    .humane_fiex ul li {
    height: 28px;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding-top: 5px;
}
}

@media screen and (max-width: 768px) 
{ /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
   
    .Header_left {
        /* width:286px; */
        /* width:calc(100vw - 60px); */ /*vw Viewport宽度，1vw 等于viewport宽度的1%,vh Viewport高度， 1vh 等于viewport高的的1%,表达式中有“+”和“-”时，其前后必须要有空格，如"widht: calc(12%+5em)"这种没有空格的写法是错误的,表达式中有“*”和“/”时，其前后可以没有空格，但建议留有空格*/
        width: 80%;
    }

    .Header_right {
        /* width: 30px; */
        width: 20%;
    }

    .Intro_Height {
        height: 60px;
    }

    .menubar {
        display: block;
    }

    .Complaint > .container > .row img {
        width: 100%;
    }

    .NavLastli {
        display: block;
    }

    .NavMenu {
        display: none;
        border-bottom: solid 1px #D3D9DF;
    }

    .DepClassN {
        border: solid 1px #D0D0D0 !important;
        color: #333333 !important;
    }

    .DepNavMagage {
        display: none;
    }

    .DepClass {
        margin-bottom: 30px;
    }

    .DepTitle_righ > .row > .col-md-4 {
        display: none;
    }

    .DepTitle_righ > .row {
        padding-top: 28px;
    }

    .depmenubar {
        display: block !important;
    }

    .Map_Height {
        min-height: 300px !important;
        display: block !important;
    }

    .Map_Height > .container > .row > img {
            min-height: 300px !important;
            width: 100%;
        }

    .Map_Location > .container > .row > div:nth-child(2) {
        height: 230px;
        border-left: solid 1px #D3D9DF;
        border-bottom: solid 1px #D3D9DF;
    }

    .Map_Location > .container > .row > div:nth-child(2) > div:nth-child(1) {
            height: 230px !important;
        }

    .Nav_Map {
        display: none;
    }

    .Nav_MapXs {
        display: block !important;
    }

    .DocListCz > .container > .row > div:nth-child(1) {
        padding-right: 0px;
    }

    .DocListCz > .container > .row > div:nth-child(2) {
        margin-top: 20px;
    }

    .DocListLb > .col-md-6 > .media {
        width: 100%;
    }

    .DocListLb > div:nth-child(2) {
        padding-left: 0px;
        margin-top: 10px;
    }

    .RowPageDiv {
        display: none !important;
    }

    .Reservation > .container > .row > div:nth-child(1) {
        padding-right: 0px;
    }

    .Reservation > .container > .row > div:nth-child(2) {
        padding-left: 0px;
    }

    .Therapy > .container > .row > div:nth-child(1) {
        padding-right: 0px;
    }

    .Therapy > .container > .row > div:nth-child(2) > .row > .col-md-5 > .panel-body {
        display: inline-block;
        position: absolute;
    }

    .Therapy > .container > .row > div:nth-child(2) {
        padding-left: 0px;
    }

    .CnPhysical > .container > div:nth-child(1) > .col-md-8 {
        padding-right: 0px;
    }

    .CnPhysical > .container > div:nth-child(1) > .col-md-4 {
        padding-left: 0px;
        margin-top: 10px;
    }

    .CnPhysical > .container > div:nth-child(1) > .col-md-8 > .row > .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .CnPhysical > .container > div:nth-child(3) > .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .CnPhysical > .container > div:nth-child(3) > .col-md-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .CnPhysical > .container > div:nth-child(3) > .col-md-6 > .row > .col-md-6 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    .CnPhysical > .container > div:nth-child(3) > .col-md-6 > .row > div:nth-child(1) img {
            height: 150px !important;
        }

    .DepPageIntro {
        width: 93.5% !important;
    }

    .DepDoc > .container > div:nth-child(2) > div:nth-child(1) {
        display: none;
    }

    .DepDoc > .container > div:nth-child(2) > div:nth-child(2) {
        width: 100% !important;
        height: auto !important;
    }

    .DepDoc > .container > div:nth-child(2) > div:nth-child(3) {
        display: none;
    }

    .DepDynamic > .container > .row > .col-md-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .DepTitle_righ > .row > .col-md-8 {
        width: 80% !important;
    }

    .DocterHead > .container > .row > .media > .media-body {
        padding-left: 0px !important;
    }

    .Branch > .container > .row > div:nth-child(1) {
        padding-right: 0px;
    }

    .Branch > .container > .row > div:nth-child(2) {
        padding-left: 0px;
    }

    .DepIndex {
        display: none;
    }

    .DepClassT {
        width: 100% !important;
    }

    .DocListczbs {
        margin-right: 0px;
    }

    .DocListLb > div:nth-child(2) {
        padding-right: 15px !important;
    }

    .CnPhysical > .container > div:nth-child(2) > div:nth-child(1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .CnPhysical > .container > div:nth-child(2) > div:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .CnPhysical > .container > div:nth-child(2) > div:nth-child(1) > .List_Ul li span {
        right: -10px !important;
    }

    .NavLastliMenu {
        display: none;
    }

    .HospitalNews > .container > .row > .col-md-8 {
        padding-right: 0px;
    }

    .HospitalNews > .container > .row > .col-md-4 {
        padding-left: 0px;
    }

    .HospitalNews > .container > .row > .col-md-8 > div:nth-child(2) {
        min-height: 100px !important;
    }

    .Div_Fiex {
        display: none;
    }

    .Div_Fiex_Left
    {
        display: none;
    }

    .PatService > .container > .row {
        margin-left: 0px;
    }

    .PatService > .container > .row > .col-md-6 {
            padding-right: 15px !important;
        }

    .PatService > .container > div:nth-child(2) {
        margin-top: 10px;
    }

    .Misc > .container > .row > div:nth-child(1) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .Misc > .container > .row > div:nth-child(2) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .Teams > .container > div:nth-child(2) > .col-md-4 {
        padding-right: 15px;
    }

    .Teams > .container > div:nth-child(4) > .col-md-4 {
        padding-right: 15px;
    }

    .M_Nurse > .container > div:nth-child(2) > div:nth-child(1) {
        display: none !important;
    }

    .M_Nurse > .container > div:nth-child(2) > div:nth-child(3) {
        display: none !important;
    }

    .M_Nurse > .container > div:nth-child(2) > div:nth-child(2) {
        width: 100% !important;
        /*height: auto !important;*/
        height: 540px !important;
    }

    .DepTitle > .container > .row > div:nth-child(1) ul li {
        font-size: 16px !important;
    }

    #CnBranch {
        z-index: 999;
        position: absolute;
        right: -30px;
        top: 70px;
        min-width: 200px;
        background-color: rgb(0,101,180);
    }

    #CnBranch ul {
            margin-top: -5px !important;
            margin-bottom: 0px !important;
            margin-left: 0;
            margin-right: 0;
        }

    #CnBranch ul li:first-child {
                display: block !important;
                background-color: #ddd;
            }

    #CnBranch ul li:first-child a {
                    cursor: default;
                }

    #CnBranch ul li:first-child a:hover {
                        background-color: #ddd;
                        color: #333333 !important;
                    }

    #CnBranch ul li:nth-child(2) a, #CnBranch ul li:nth-child(3) a, #CnBranch ul li:nth-child(4) a, #CnBranch ul li:nth-child(5) a, #CnBranch ul li:nth-child(6) a {
                color: white !important;
            }

    #CnBranch ul li:nth-child(2):hover a, #CnBranch ul li:nth-child(3):hover a, #CnBranch ul li:nth-child(4):hover a, #CnBranch ul li:nth-child(5):hover a, #CnBranch ul li:nth-child(6):hover a {
                color: rgb(0,101,180) !important;
                background-color: whitesmoke !important;
                border-radius: 0px !important;
            }

    .M_Dep > .container > .row > .col-md-6 {
        width: 100% !important;
        min-height: 300px;
    }

    .DepClassNH_row > .col-md-3 {
        margin-top: 5px;
    }

    .DepClassSpan_HA {
        display: none !important;
    }

    .M_Dep_H a {
        width: 48% !important;
    }

    .M_Dep > .container > .row > .col-md-6 {
        height: auto !important;
    }

    .M_Dep > .container > .row > div:nth-child(2) {
        display: none;
    }

    .NavLastMenu {
        display: none;
    }

    .List_Ul li {
        height: 45px !important;
    }

    .List_Ul li a {
       max-height: 40px;
       line-height: 1.2 !important;
       -webkit-line-clamp: 2 !important;
     }

    .Nurse>.container>.row>.col-md-8>.row>div:nth-child(2)
    {
        margin-left:15px;
    }

    .Nurse>.container>.row>.col-md-4
    {
       margin-left: 15px;
       margin-right: 15px;
    }

     .NurseTeam>.container>.row
    {
        margin-right:0px;
    }

     .NurseTeam>.container>.row>.col-md-3:nth-child(2n+1) {
    padding-left: 0px !important;
}

    .NurseTeam>.container>.row>.col-md-3:nth-child(2n+2) {
    padding-right: 0px !important;
}

     .NurseTeam1 > .container > div:nth-child(2) > div:nth-child(1) {
        display: none;
    }

     .NurseTeam1 > .container > div:nth-child(2) > div:nth-child(3) {
    display: none;
}

     .NurseTeam1 > .container > div:nth-child(2) > div:nth-child(2) {
    width: 100% !important;
    height: auto !important;
}
       .NurseTeam1 > .container > div:nth-child(1) {
   margin-right:0px;
}
       .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2 {
    padding-left: 0px !important;
    padding-right: 15px !important;
}
}







    .Header_menu {
      border-radius: 0 !important;
      border-color: transparent !important;
      background-color: transparent !important;
  }
  
    .Header_btn {
      border-color: #D3D9DF !important;
      background-color: transparent !important;
      margin-top:0px!important;
  }
  
    .Header_btn:hover {
          background-color: gainsboro !important;
  }
  
    .Header_icon_bar {
      background-color: black !important;
  }
  
    .navbar-collapse {
      border-color: transparent;
  }
  
    .Header_menu ul
  {
      padding-top: 15px ;
  }
  
    .Header_right>.navbar
  {
      margin-top: 9px;
      margin-bottom: 0px;
      margin-left: -30px; /*新增样式*/
  }
 
    .Header_menu ul li
  {
      /* height: 40px !important; */
      height: 54px;
  }
  
   .Header_menu ul li a
  {
      padding-top: 0px !important;
      height: 18px !important;
      padding-bottom: 0px ;
      color: black; 
      border-left: solid 1px #D3D9DF ;
      background-color: transparent;
      line-height: 0.9!important;
      padding-left: 8px !important;
      padding-right: 8px !important;
      font-size:16px;
  }
  
   .Header_menu ul li:last-child>a
  {
      border-right: solid 1px #D3D9DF;
  }
 
   .Header_menu ul li:hover
  {
    border-bottom: solid 2px rgb(0,101,180) !important;
  }
  
   .Header_menu ul li:hover>a
  {
     background-color: transparent !important;
     color: rgb(0,101,180) !important;
  }
  
   .Header_menu_active
  {
     border-bottom: solid 2px rgb(0,101,180) !important;
  }
  
   .Header_menu_active>a
  {
     color: rgb(0,101,180) !important;
  }
  
   .Header_menu ul li a:active
  {
     background-color: transparent !important;
     color: rgb(0,101,180) !important;
  }
  
   .Header_menu_sj {
      font-size: 0;
      line-height: 0;
      border-width: 10px;
      border-color: rgb(0,101,180);
      border-bottom-width: 0;
      border-style: dashed;
      border-top-style: solid;
      border-left-color: transparent;
      border-right-color: transparent;
      position: absolute;
      left: 47%;
      display: none;
  }
  
   .Header_menu_two 
  {
     width:180px;
     /* height:241px; */
     /*border:
     solid 1px #F4F4F4;*/
     position:absolute;
     top:68px;
     left:-40px;
     /*background-color:rgba(128,128,128,0.5);*/
     background-color:rgb(0,101,180);
     z-index:999;
  }
  
   .Header_menu_two ul
  {
     list-style:none;
     padding-left:5px;
     padding-top:0px;
     padding-left:15px;
     padding-right:15px;
  }
  
   .Header_menu_two ul li
  {
    height:40px;
    text-align:center;
    line-height:2.8;
    border-bottom:solid 1px #D0D0D0;
  }

   .Header_menu_two ul li:hover
  {
    border-bottom: solid 1px #D0D0D0 !important;
  }

   .Header_menu_two ul li:last-child:hover
  {
    border-bottom: none !important;
  }
  
   .Header_menu_two ul li:hover>a
  {
     color: #333333 !important;
  }

   .Header_menu_two ul li:last-child
  {
    border-bottom:none;
  }
  
  .Header_menu_two ul li a
  {
   border:0px;
   padding: 0px !important;
   text-decoration: none;
   color:white
  }
  
  .Header_menu_tb
  {
    width:0;
    height:0;
    border-width:0 15px 15px;
    border-style:solid;
    /*border-color:transparent transparent #EFEFF4;透明 透明  灰*/
    border-color:transparent transparent rgb(0,101,180);
    position:relative;top:18px;left:35%;
  }
  
  .Header_menu_two ul li:last-child>a {
      border-right:0px;
  }
  
  .Div_show
  {
   display:none;
  }
  
  .Header_menu ul li:hover>.Div_show
  {
    display:block;
  }
  
  .Div_Fiex
  {
    position:fixed;
    right:5px;
    top:38%;
    z-index:99;
  }

  .Div_Fiex_Left
  {
    position:fixed;
    left:5px;
    top:38%;
    z-index:99;
    text-align: center;
    font-size: 16px;
    /*background-color: firebrick;*/
    color: #DCDCDC;
  }

  .Div_Fiex_Left span
  {
    color: #DCDCDC;
  }

  
  .Div_Fiex ul
  {
    list-style:none;
    text-align:right;
    padding-left:0px;
  }
  
  .Div_Fiex ul li>div:nth-child(1)
  {
   display:inline-block;
  } 
  
  .Div_Fiex ul li>div:nth-child(1)>div:nth-child(2)
  {
   width:70px;
   height:70px;
   text-align:center;
   display:inline-block;
   line-height:5;
  } 
  
  .Div_Fiex_bg1
  {
   background-color:rgb(0,101,180);
  } 
  
  .Div_Fiex_bg2
  {
   background-color:rgb(22,186,239);
  } 
  
 .Div_Fiex ul li>div:nth-child(1):hover>.Div_show
  {
      display:inline-block;
  }
  
  .Div_Fiex_sp1
  {
   width:200px;
   height:70px;
   background-color:rgb(22,186,239);
   line-height:5;
   margin-right:-5px;
   text-align:center;
   color:white; 
    } 
  
  .Div_Fiex_sp2
  {
  width:200px;
  height:70px;
  background-color:rgb(0,101,180);
  /* display:inline-block; */
  line-height:5;
  margin-right:-5px;
  text-align:center;
  color:white;

  } 
  
  .Div_Fiex_sp2 a{
    color:white;
    text-decoration: none;
    cursor:pointer;
  }
  
  .Div_Fiex_sp3
  {
  width:200px;
  height:70px;
  background-color:rgb(22,186,239);
  line-height:5.8;
  margin-right:-5px;
  text-align:center;
  color:white;
  } 
  
  .Div_Fiex_sp4
  {
  /*width:200px;
  height:70px;
  background-color:rgb(0,101,180);
  line-height:5;
  margin-right:-5px;
  text-align:center;
  color:white;*/
    width: 180px;
    height: 90px;
    background-color: rgb(0,101,180);
    line-height: 2;
    margin-right: -5px;
    text-align: center;
    color: white;
    position: absolute;
    position: absolute;
    bottom: 75px;
    right: 75px
  }
  
  .Div_Fiex_sp4 a{
    color:white;
    text-decoration: none;
    cursor:pointer;
  }
  
  .Div_Fiex_sp5
  {
  width:200px;
  height:180px;
  background-color:rgb(22,186,239);
  margin-right:-5px;
  text-align:center;
  color:white;
  position: absolute;
  bottom:45px;
  right:75px;
  } 
  
  .PatService
  {
    margin-top:35px;
  } 
  
  .PatService>.container>.row>.col-md-3
  {
   padding-left:0px;
  } 
  
  .PatService>.container>.row>.col-md-6
  {
   padding:0px; 
   margin-top:22px;
  } 
  
  .PatService>.container>.row>.col-md-3>.thumbnail
  {
   text-align: center;
   padding: 0px;
   border: 0px;
   margin-bottom: 0;
   border-radius: 0px;
  } 
  
  .PatService>.container>.row>.col-md-3>.thumbnail img
  {
  width:120px;
  cursor:pointer;
  } 
  
  .PatService>.container>.row>.col-md-3>.thumbnail>.caption
  {
  padding: 0px;
  margin-top: -10px;
  padding-bottom:10px;
  } 
  
  .PatService>.container>.row>.col-md-3>.thumbnail>.caption span
  {
  font-size: 16px;
  color:white;
  cursor:pointer;
  } 
  
  .PatService>.container>.row>.col-md-6>div:nth-child(1)
  {
  text-align: center;
  padding: 0px;
  border: 0px;
  margin-bottom: 0;
  border-radius: 0px;
  height:142px;
  } 
  
  .PatService>.container>.row>.col-md-6>.PatService_bg1 span
  {
  font-size: 28px;
  color:white;
  line-height:5;
  cursor:pointer;
  } 
  
  .PatService>.container>.row>.col-md-6>.PatService_bg1 span span
  {
  line-height:5.5;
  font-size:18px;
  cursor:pointer;
  } 
  
  .PatService_bg1
  {
   background-color:rgb(0,101,180);
  } 
  
  .PatService_bg2
  {
   background-color:rgb(22,186,239);
  } 
  
  .PatService_lh
  {
   line-height:10;
  } 
  
  .Menu_img
  {
   margin-top:15px;
  }
  
  .Menu_img img
  {
   width: 100%;
   height: 285px;
  }

  .M_News
  {
   margin-top:50px;
  } 
  
  .News_Title {
      background-color: #FFFFFF;
      /* background-color: #f6f6f6; */
      /* min-height: 330px; */
      /* border: 1px solid #d0cece; */
      /* margin-top: 20px; */
  }
  
  .News_head {
      height: 33px;
      /* border-bottom: solid 1px #d0d0d0; */
      border-bottom: solid 1px rgb(0,101,180);
  }
  
  .News_head span {
      color: #666;
      font-weight: bold;
      /* font-family: "黑体"; */
      font-size: 16px;
      display: inline-block;
      line-height: 30px;
      padding-left: 5px;
      padding-right: 5px;
      color:rgb(0,101,180);
      /* border-bottom: solid 3px rgb(0,101,180); */
  }
  
  .News_head a {
      float: right;
      /* line-height: 30px; */
      margin-top: 5px;
      padding-left: 20px;
      padding-right: 5px;
      font-size: 12px;
      color: white;
      background-color:rgb(0,101,180);
  }
  
  .News_bg {
      height:420px; 
      background-color:rgb(0,101,180);
      margin-top:-460px;
  }
  
  .M_News>.container>div:nth-child(2) {
      margin-top:15px;
  }
  
  .M_News>.container>div:nth-child(2)>div:nth-child(1) {
      padding-left:0px;
  }
  
  .M_News>.container>div:nth-child(2)>div:nth-child(3) {
      padding-right:0px;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4>.thumbnail {
      border: 0px;
      padding: 0px;
      background-color: transparent;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4>.thumbnail img{
     height: 243px;
     width: 100%;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4>.thumbnail>.caption{
     text-align: left;
     padding:0px;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4>.thumbnail>.caption a{
    margin-top:10px;
    text-align:left;
    color:white;
    line-clamp:2;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom:solid 1px white;
    height:41px;
    cursor:pointer;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4>.thumbnail>.caption span{
    text-align:justify;
    color:white; 
    line-clamp:6;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:8px;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4 ul{
    border:solid 1px #D0D0D0;
    background-color:white;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:15px;
    padding-right:15px;
    min-height:532px;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4 ul li{
   height:48px; 
   margin: 0 auto;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4 ul li:last-child{
  border: 0px;
  }
  
  .M_News>.container>div:nth-child(2)>.col-md-4 ul li a{
   /* max-height:30px; */
   /* overflow:hidden;
   line-height:1.2;
   vertical-align: middle; 
    display: inline-block; 
   *display: inline;
   *zoom: 1; */
    max-height:45px;
    line-height:1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
  }
  
  .M_Dep
  {
   margin-top:100px;
  } 
  
  .M_Dep>.container>.row>.col-md-6
  {
    padding:0px;
    background-color:#F4F4F4;
    height:345px;
  } 
  
  .M_Dep>.container>div:nth-child(1)>.col-md-6>div:nth-child(1)
  {
   /*padding:60px;*/ /*老样式*/
   padding-top:20px;
   padding-left:15px;
   padding-right:15px;
   padding-bottom:10px;
  } 
  
  .M_Dep>.container>.row>.col-md-6 ul
  {
    margin-top:20px;
  } 
  
  .Dep_Title {
      background-color: #F4F4F4;
      /* background-color: #f6f6f6; */
      /* min-height: 330px; */
      /* border: 1px solid #d0cece; */
      /* margin-top: 20px; */
  }
  
  .Dep_head {
      height: 33px;
      /* border-bottom: solid 1px #d0d0d0; */
      border-bottom: solid 1px rgb(0,101,180);
  }
  
  .Dep_head span {
      color: #666;
      font-weight: bold;
      /* font-family: "黑体"; */
      font-size: 16px;
      display: inline-block;
      line-height: 30px;
      padding-left: 5px;
      padding-right: 5px;
      color:rgb(0,101,180);
      /* border-bottom: solid 3px rgb(0,101,180); */
  }
  
  .Dep_head a {
      float: right;
      /* line-height: 30px; */
      margin-top: 5px;
      padding-left: 20px;
      padding-right: 5px;
      font-size: 12px;
      color: white;
      background-color:rgb(0,101,180);
  }
  
  .M_Dep>.container>.row>.col-md-6 ul li{
    border:0px;
   }
   
   .M_Dep>.container>.row>.col-md-6 ul li:first-child a{
     color:rgb(0,101,180);
    }
    
   .M_Dep>.container>.row>.col-md-6 ul li:first-child a span{
      margin-left:5px;
     }
  
   .M_Dep>.container>.row>.col-md-6 ul li a{
     display:inline-block;
    }
   
   .M_Dep_tb{
     font-size:12px;
     color:#D0D0D0;
     font-weight:0px;
    }
    
   .triangle_right{
        width: 8px;
        height: 8px;
        border-top: 2px solid #D0D0D0;
        border-right: 2px solid #D0D0D0;
        transform: rotate(45deg);
        margin-left:8px;
        display:inline-block;
    }
    
   .triangle_right1{
            width: 8px;
            height: 8px;
            border-top: 1px solid rgb(0,101,180);
            border-right: 1px solid rgb(0,101,180);
            transform: rotate(45deg);
            margin-left:-6px;
            display:inline-block;
        }
  
   .Doc_triangle_l{
            width: 8px;
            height: 8px;
            border-left: 2px solid #D0D0D0;
            border-bottom: 2px solid #D0D0D0;
            transform: rotate(45deg);
            margin-left:-6px;
            display:inline-block;
    }

   .Doc_triangle_r{
            width: 8px;
            height: 8px;
            border-top: 2px solid #D0D0D0;
            border-right: 2px solid #D0D0D0;
            transform: rotate(45deg);
            margin-left:-6px;
            display:inline-block;
  }

   .M_Doc
  {
   margin-top:18px;
  } 
  
   .M_Doc>.container>.row
  {
   margin-left:0px;
   margin-right:0px;
  } 

   .Doc_Title {
      background-color: #FFFFFF;
  }
  
   .Doc_head {
     height: 33px;
     border-bottom: solid 1px #d0d0d0;
  }
  
   .Doc_head span {
      font-weight: bold;
      /* font-family: "黑体"; */
      font-size: 16px;
      display: inline-block;
      line-height: 30px;
      padding-left: 5px;
      padding-right: 5px;
     color:rgb(102, 102, 102);
  }
  
   .Doc_head a {
      float: right;
      margin-top: 5px;
      padding-left: 20px;
      padding-right: 5px;
      font-size: 12px;
      color: white;
      background-color: #9D9D9D;
  }
  
   .Doc_head a {
      float: right;
      margin-top: 5px;
      padding-left: 20px;
      padding-right: 5px;
      font-size: 12px;
      color: white;
      background-color: #9D9D9D;
  }
  
   .M_Doc>.container>div:nth-child(2)  {
      margin-top:25px;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(1)  {
      background-color:#F4F4F4;
      border-radius: 4px;
      text-align:center;
      padding-left: 10px;
      width:16px;
      cursor:pointer;
      float:left;
      height:253px;
      line-height:15;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)  {
   margin-left:1px;
   margin-right:0px;
   width:1100px; 
   display: inline-block;
   height:260px;
   overflow:hidden;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2  {
   padding-right: 6px;
   padding-top: 0px;
   margin-bottom:10px;
  }
   
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail  {
   margin:0px;
   margin: 0px;
   border: 0px;
   padding:0px;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail img  {
   height:180px;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption{
   padding:0px;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption>div:nth-child(1){
   padding-top:10px;
   padding-bottom:10px;
   border-bottom:solid 1px #D3D9DF;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption>div:nth-child(1) a{
   font-size: 16px;
   text-decoration:none;
   color: #333333;
  }
  
   .small_l
  {
      margin-left: 15px;
      color:#474747;
  }
  
   .Doc_btn
  {
      margin-top:10px;
      color:rgb(120,120,120);
      border:solid 1px #D3D9DF;
      padding:0px;
      padding-left:5px;
      padding-right:5px;
      font-size:13px;
      min-height: 18.182px;
  }

   .Doc_p {
    margin-bottom: 0px;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    height: 38px;
  }
  
   .M_Doc>.container>div:nth-child(2)>div:nth-child(3)  {
  background-color:#F4F4F4;
  border-radius: 4px;
  width:16px;
  text-align:center;
  float:right;
  cursor:pointer;
  height:253px;
  line-height:15;
    }
    
   .M_Nurse
    {
     margin-top:50px;
    } 
    
   .Nurse_Title {
        background-color: #FFFFFF;
    }
    
   .Nurse_head {
       height: 33px;
       border-bottom: solid 1px #d0d0d0;
    }
    
   .Nurse_head span {
       font-weight: bold;
        /* font-family: "黑体"; */
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
       color:rgb(102, 102, 102);
    }
    
    .Nurse_head a {
        float: right;
        margin-top: 5px;
        padding-left: 20px;
        padding-right: 5px;
        font-size: 12px;
        color: white;
        background-color: #9D9D9D;
    }
    
    .M_Nurse>.container>div:nth-child(2)  {
        margin-top:25px;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(1)  {
        background-color:#F4F4F4;
        border-radius: 4px;
        text-align:center;
        padding-left: 10px;
        width:20px;
        cursor:pointer;
        float:left;
        height:253px;
        line-height:15;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)  {
     margin-left:15px;
     margin-right:0px;
     width:1100px; 
     display: inline-block;
     height:260px;
     overflow:hidden;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2  {
     padding-right: 10px;
     padding-top: 0px;
     margin-bottom:10px;
    }
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail  {
     margin:0px;
     margin: 0px;
     border: 0px;
     padding:0px;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail img  {
     height:180px;
     width:100%;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption{
     padding:0px;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption>div:nth-child(1){
     /*padding-top:10px;
     padding-bottom:10px;
     border-bottom:solid 1px #D3D9DF;*/  /*修改前样式*/
     padding-top:5px;
     padding-bottom:5px;
     border-bottom:solid 1px #D3D9DF;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption>div:nth-child(1) a{
     font-size: 16px;
     text-decoration:none;
     color: #333333;
    }
    
    .M_Nurse>.container>div:nth-child(2)>div:nth-child(3)  {
    background-color:#F4F4F4;
    border-radius: 4px;
    width:20px;
    text-align:center;
    float:right;
    cursor:pointer;
    height:253px;
    line-height:15;
      }

    .Nurse{
    margin-top:20px;
    margin-bottom:20px;
      }

     .Nurse>.container>.row{
    /*margin-left:0px;
    margin-right:0px;*/
      }

     .Nurse>.container>.row>.col-md-8>.row{
      margin-top:10px;
      }

     .Nurse>.container>.row>.col-md-8>.row>div:nth-child(1) img{
       width: 100%;
    /*height: 230px;*/
     height:310px;
      }

     .Nurse>.container>.row>.col-md-8>.row>div:nth-child(2)
     {
    text-align: justify;
    text-indent: 2em;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    font-size:15px;
    padding-left:0px;-webkit-line-clamp: unset;
      }

    .Nurse > .container > .row > .col-md-8 > .row > div:nth-child(2) p {
           font-size: 20px;
           font-weight: bold;
           text-indent: 0;
           color: rgb(0,101,180);
     }

    .Nurse > .container > .row > .col-md-8 > .row > div:nth-child(2)>span:nth-child(2) {
           border-top: solid 3px;
           display: inline-block;
           position: relative;
           left: -30px;
     }

    .Nurse > .container > .row > .col-md-8 > .row > div:nth-child(2) div {
          position: relative;
          top: -10px;
     }

        .Nurse > .container > .row > .col-md-4 > div:nth-child(2) {
            margin-top: 10px;
            text-align: justify;
            /*text-indent: 2em;*/
            line-clamp: 11;
            -webkit-line-clamp: 11;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
            font-size: 15px;
        }

        .Nurse > .container > .row > .col-md-4 >.row>.NurseClinicalRH a{
            float: right;
            color: #666;
            font-size: 13px;
            padding-right:5px;
        }

        .Nurse > .container > .row > .col-md-4 >.row>.NurseClinicalRH1{
           height:290px; 
           padding: 6px;
           font-size:14px;
        }

        .NurseTitle{
            max-height: 20px;
            line-height: 1.5;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
        }

        .NurseTeam
        {
            margin-bottom:25px;
        }

        .NurseTeam>.container>.row
        {
            margin-left:0px;
        }

        .NurseTeam>.container>.row>.col-md-3:nth-child(4n+1)
        {
            padding-left:0px;
            padding-right:10px;
            margin-top:15px;
            text-align:center;
        }

        .NurseTeam>.container>.row>.col-md-3:nth-child(4n+2),.NurseTeam>.container>.row>.col-md-3:nth-child(4n+3)
        {
            padding-left:10px;
            padding-right:10px;
            margin-top:15px;
            text-align:center;
        }

        .NurseTeam>.container>.row>.col-md-3:nth-child(4n+4)
        {
            padding-left:10px;
            padding-right:0px;
            margin-top:15px;
            text-align:center;
        }

        .NurseTeam>.container>.row>.col-md-3 a
        {
            color: rgb(120,120,120);
            font-size: 15px;
            text-decoration: none;
            padding-top:15px;
            padding-bottom:15px;
            cursor: pointer;
            display: inline-block;
            border: solid 1px rgb(120,120,120);
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            width: 100%;
            white-space: nowrap; 
        }

        .NurseTeam>.container>.row>.col-md-3 a:hover
        {
            color: rgb(0,101,180);
        }

        #docleft,#docright
        {
            /*display:none;*/
        }

        .NurseTeam1 {
    margin-bottom: 26px;
}

        .NurseTeam1>.container>.row {
     margin-left: 0px; 
    /* margin-right: 0px; */
}

        .NurseTeam1>.container>div:nth-child(2) {
    margin-top: 15px;
}

          .NurseTeam1 > .container > div:nth-child(2) > div:nth-child(2) {
    margin-left: 1px;
    margin-right: 0px;
    width: 1100px;
    display: inline-block;
    height: 220px;
    overflow: hidden;
}

        .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2 {
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 0px;
    margin-bottom: 10px;
}

        .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

    .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail img {
    height: 180px;
    width: 100%;
}

    .NurseTeam1 > .container > div:nth-child(2) > div:nth-child(2) > .col-md-2 > .thumbnail > .caption {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px #D3D9DF;
}

    .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
}

    .NurseTeam1>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption span {
    float: right;
    color: rgb(120,120,120);
}

    .NurseTeam1>.container>div:nth-child(2)>#doctorlist {
    margin-left:0px;
    margin-right:0px;
}

    .NurseTeam1>.container>div:nth-child(2)>div:nth-child(1) {
    background-color: #F4F4F4;
    border-radius: 4px;
    text-align: center;
    padding-left: 10px;
    width: 16px;
    cursor: pointer;
    float: left;
    min-height: 215px;
    line-height: 15;
}

    .NurseTeam1>.container>div:nth-child(2)>div:nth-child(3) {
    background-color: #F4F4F4;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    float: right;
    cursor: pointer;
    height: 215px;
    line-height: 15;
}

.NurseNewsClinical {
    max-height: 550px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
        .NurseNewsClinical ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

   .NurseNewsClinical li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px gainsboro;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.NurseNewsClinical li>.media>.media-left img {
    width: 120px;
    height: 100px;
}

.NurseNewsClinical li>.media>.media-body a {
    color: #333333;
    cursor: pointer;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    height: 40px;
    width:100%;
}

.NurseNewsClinical li>.media>.media-body a:hover {
    color: rgb(0,101,180);
    
}

.NurseNewsClinical li>.media >.media-body p {
    margin-bottom: 0px;
    color: rgb(120,120,120);
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    text-align: left;
    font-style: normal;
    text-decoration: none;
}

.NurseClinical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.NurseClinicalRH {
   border-left: #cecece 1px solid;
    line-height: 30px;
    width: 100%;
    background: url(../img/head_bg.gif) left 30%;
    height: 30px;
    color: #004499;
    font-size: 14px;
    border-right: #cecece 1px solid;
}

.NurseClinicalRH span{
   padding-left: 5px;
    font-weight: bold;
}

.NurseClinicalRH1 {
   height: 550px;
    overflow: hidden;
    border: #cecece 1px solid;
    border-top: medium none;
}


.NurseClinical>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    min-height: 200px;
}

.NurseClinical>.container>.row>.col-md-3>.thumbnail {
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}

.NurseClinical>.container>.row>.col-md-3>.thumbnail img {
    width: 100%;
    height: 168px;
    border: 1px solid #ddd;
}

.NurseClinical>.container>.row>.col-md-3>.thumbnail>.caption {
    width: 100%;
    height: 100px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top:0px;
}

.NurseClinical>.container>.row>.col-md-3>.thumbnail>.caption a {
    text-align: center;
    color: #333333;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: solid 1px #D3D9DF;
    height: 25px;
    cursor: pointer;
    padding-top:3px;
   color: rgb(0,101,180);
}

.NurseClinical>.container>.row>.col-md-3>.thumbnail>.caption span {
    text-align: justify;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NurseClinicalDetail {
   margin-top: 25px;
    margin-bottom: 30px;
}

  
  .Intro
   {
       width: 100% !important;
       margin-top: 15px;
       padding-left: 0px !important;
       padding-right: 0px !important;
       margin-left: 0px !important;
       margin-right: 0px !important;
   }
   
   .Intro>.row
   {
           width: 100% !important;
           margin-left: 0px !important;
           margin-right: 0px !important;
           background-color: transparent;
   }
   
   .Intro_img {
       display: block !important;
       width: 100% !important;
   }
   #myCarousel>.carousel-inner>.item>.Intro_img
   {
       /* height: 380px; */
       height:calc(100vh - 165px);
   }

@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    #myCarousel > .carousel-inner > .item > .Intro_img {
        height: 180px;
    }

    .M_News > .container > div:nth-child(1) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .M_News > .container > div:nth-child(2) > div:nth-child(1) {
        padding-left: 15px;
    }

    .M_News > .container > div:nth-child(2) > .col-md-4 > .thumbnail > .caption a {
        color: #333333;
        font-size: 15px;
        border-bottom: solid 1px rgb(120,120,120);
    }

    .M_News > .container > div:nth-child(2) > .col-md-4 > .thumbnail > .caption span {
        color: #333333;
        font-size: 15px;
    }

    .News_bg {
        background-color: white;
    }

    .M_News > .container > div:nth-child(2) > div:nth-child(3) {
        padding-right: 15px;
        min-height: 100px !important;
    }

    .M_Dep > .container > .row {
        margin-left: 0px;
        margin-right: 0px;
    }

   .M_Dep
   {
       margin-top:30px !important;
   }

    .M_Nurse > .container > div:nth-child(2) > div:nth-child(2) > .col-md-2 > .thumbnail > .caption {
        border: solid 1px #D3D9DF;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .M_Nurse>.container>div:nth-child(2)>div:nth-child(2)
    {
        margin-left:-5px !important;
    }

    .M_Nurse>.container>.row
    {
        margin-left:0px;
        margin-right:0px;
    }

    .DepTitleUl
    {
        display:none !important;
    }

    .ScientificNew>.container>.row>.col-md-8>.row>.List_Ul>.ScientificNewH
    {
        height:120px!important;
    }

    .ScientificNew>.container>.row>.col-md-8>.row
    {
        height: 420px !important;
    }

    .ScientificRH2>.List_Ul li
    {
        height:55px !important;
    }

    .ScientificRH1
    {
        height: 380px !important;
    }

    .CnPhysicalN1 > div:nth-child(2) 
    {
       height: 405px !important;
    } 

    .CnPhysical1>.container>.row>.col-md-8>.row>.List_Ul>.ScientificNewH
    {
        height:120px!important;
    }

    .CnPhysical1>.container>.row>.col-md-4>.row>.ScientificRH2>.List_Ul li
    {
        height:40px !important;
    }
  }

   /*屏幕768*/
    #myCarousel>.carousel-indicators {
         margin-bottom: -10px;
     }
     
     .list_Title {
         background-color: #FFFFFF;
         /* background-color: #f6f6f6; */
         /* min-height: 330px; */
         /* border: 1px solid #d0cece; */
         /* margin-top: 20px; */
     }
     
     .list-head {
         height: 33px;
         border-bottom: solid 1px #d0d0d0;
         /* background: url(../img/list2.jpg); */
     }
     
     .list-head span {
         color: #666;
         font-weight: bold;
         /* font-family: "黑体"; */
         font-size: 16px;
         display: inline-block;
         line-height: 30px;
         padding-left: 5px;
         padding-right: 5px;
         color:rgb(0,101,180);
         /* border-bottom: solid 3px rgb(0,101,180); */
     }
     
     .list-head a {
         float: right;
         /* line-height: 30px; */
         margin-top: 5px;
         padding-left: 20px;
         padding-right: 5px;
         font-size: 12px;
         color: white;
         background-color:rgb(0,101,180);
     }
     
     .list-new li {
         border-bottom: 1px dashed #eae7e7;
         line-height: 40px;
         padding-left: 5px;
         /* display: inline-block; */
     }
     
     .list-new a {
         text-decoration: none;
         color: #666;
         font-size: 15px;
     }
     
     .Misc{
        /* background-color:#f4f4f4; */
        margin-top:50px;
        padding-top: 20px;
        padding-bottom: 30px;
        background-color: #f5f5f5;
     }
     
     .Misc>.container>.row>div:nth-child(1){
       padding-left:0px;
       padding-right:30px;
     }
     
     .Misc>.container>.row>div:nth-child(2){
      padding-right:0px;
      padding-left:30px;
     }
     
     .Misc>.container>.row>.col-md-6{
      padding-right:0px;
      padding-left:30px;
     }
     
     .Misc>.container>.row>.col-md-6>.Misc_Title>div:nth-child(2){
      margin-top:10px;
     }
     
     .Misc_Title {
         background-color:#f4f4f4;
     }
     
     .Misc_head {
         height: 33px;
         border-bottom: solid 1px #d0d0d0;
         /* background: url(../img/list2.jpg); */
     }
     
     .Misc_head span {
         font-weight: bold;
         /* font-family: "黑体"; */
         font-size: 16px;
         display: inline-block;
         line-height: 30px;
         padding-left: 5px;
         padding-right: 5px;
         color:rgb(102, 102, 102);
     }
     
     .Misc_head a {
         float: right;
         margin-top: 5px;
         padding-left: 20px;
         padding-right: 5px;
         font-size: 12px;
         color: white;
         background-color: #9D9D9D;
     }
     
     .Misc>.container>.row>.col-md-6>.Misc_Title ul{
       border:solid 1px #D0D0D0;
       background-color:white;
       padding-top:20px;
       padding-bottom:20px;
       padding-left:20px;
       padding-right:20px;
       min-height:542px;
     }
     
    .Misc>.container>.row>.col-md-6>.Misc_Title ul li{
      height:50px; 
      line-height: 45px;
      margin: 0 auto;
     }
     
     .Misc>.container>.row>.col-md-6>.Misc_Title ul li:last-child{
     border: 0px;
     }
     
     .Misc>.container>.row>.col-md-6>.Misc_Title ul li a{
      /* max-height:30px; */
      /* overflow:hidden;
      line-height:1.2;
      vertical-align: middle; 
       display: inline-block; 
      *display: inline;
      *zoom: 1; */
       max-height:40px;
       line-height:1.5;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow : hidden;
       text-overflow: ellipsis;
       vertical-align: middle;
       display: -webkit-inline-box;
       text-align: left;
       font-style: normal
     }
     
     .link{
         /* margin-top: 25px; */
         /* min-height: 50px; */
         border-top: solid 1px #D3D9DF !important;
         background-color: white;
     }
     .link_first{
         padding-left: 2.5%;
         padding-top: 1.5% !important;
         display: inline-block;
     }

     .media_link{
        
     }

@media screen and (max-width: 768px) 
{ /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    /*.link_first {
        width: 30% !important;
       }
      .link>.container>.row>.col-sm-4, .col-sm-3, .col-sm-2 {
       width: 70% !important;
       margin-left:30%;
     }
     .link>.container>.row>div:nth-child(2)
     {
         margin-left:0!important;
     }*/
    .media_link_1 {
        width: 70% !important;
        margin-left:12%;
    }
    .media_link_2 {
        width: 70% !important;
        margin-left:24%;
    }

    .webueditor img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
    }

    .Organzation {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

     .link_first span {
         float: right;
             background: url(../img/sanjiao.jpg) no-repeat left center;
             width: 10px;
             height: 35px;
             display: inline-block;
             position: relative;
             left: -138px;
     }

   .link_Triangle
    {
     width: 0;
     height: 0;
     border: 10px solid transparent;
     border-left: 10px solid rgb(0,101,180);
     margin-left: 100px;
    margin-top: -25px;
    }

     .link_first_p{
         color: white;
         padding-top: 6px;
         padding-bottom: 6px;
         padding-left: 20px;
         width: 100px;
         font-weight: 700;
         background-color:rgb(0,101,180);
         display: inline-block;
     }
     .link>.container>.row{
       min-height: 65px; 
     }
     
     .link>.container>.row>.col-sm-4,.col-sm-3,.col-sm-2{
        padding-top:2%;
     }
     
     .link a{
      color:black; 
      font-size: 16px;
     }
     
     .link a:hover{
      color:rgb(0,101,180);  
     }

.foot {
    /*background-color:gainsboro;*/
    /* background-color: #EBEBEB; 
           color: black; 
          */
    background-color: #EBEBEB;
    color: #333333;
    margin-top: 10px;
    min-height: 140px;
    /*text-align: center;*/
    /*padding-top: 20px;*/
    font-size: 14px;
    opacity: 1;
    /* vertical-align:middle */
    line-height: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.foot img {
            width: 80px;
            height: auto;
        }
        .foot_text {
            /*flex: 1;*/
        }

     .foot_text>p
     {
         /*height: 15px;*/
     }
     
     .foot_p {
         /*margin-bottom: 0px;*/
     }
     
     .foot_dz {
         /*margin-right: 10px;*/
     }
     
     .foot_t {
         /*margin-right: 3px;*/
     }
     
     .NavMenu
     {
        margin-top:5px;
        /*background: url(../img/123456.png);*/
        background-image: linear-gradient(white,#EBEBEB);
        border-bottom:solid 3px rgb(0,101,180);
     }
     
    .NavMenu ul
    {
        /*border-bottom:solid 3px rgb(0,101,180);*/
    }
    
    .NavMenu ul li
    {
        height:35px;
    } 
    
    .NavMenu ul li a
    {
        height:35px;
        border-radius: 0px;
        margin-right: 0px;
        /* color:#333333; */
        color: rgb(102, 102, 102);
        font-size:16px;
        line-height:1.2;
    } 
    
    .NavMenu_active
    {
      color:white !important;
      background-color:rgb(0,101,180) !important;
      border-top-left-radius: 8px !important;
      border-top-right-radius: 8px!important;
    } 
    
    .NavMenu ul li a:hover
    {
        color:white !important;
        background-color:rgb(0,101,180) !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px!important;
        border-bottom:solid 1px rgb(0,101,180);
    } 

    .NavMenu>.container>.row
    {
        margin-left:0px;
        margin-right:0px;
    }
    
   .DepIndex{
        margin-top: 20px;
      }
      
     .DepIndex>.container>.row{
         margin-left:0px;
         margin-right:0px;
       }

     .DepIndex ul li:first-child
     {
         width: 40px;
         height:40px;
         line-height:1.5;
         color: #9B9B9B;
     }

     .DepIndexHide
     {
         pointer-events: none;
         text-align: center;
         color:#D0D0D0 !important;
     }
       
       .DepIndex>.container>.row ul li{
         margin: 0px;
       }

       .DepIndex>.container>.row ul li:last-child a{
         border-right:0px;
       }
       
       .DepIndex a{
        color:#333333;
        padding-top: 0px !important;
        padding-bottom: 5px !important;
        width:35px;
        height: 20px;
        border-radius: 0px !important;
        border-right:solid 1px #D3D9DF;
        padding-left:12px !important;
        cursor:pointer;
       }
       
       .DepIndex a:hover{
        color:rgb(0,101,180) !important;
        background-color:transparent !important;
       }
       
       .DepIndex a:focus{
       background-color:rgb(0,101,180) !important;
       color:white !important;
       border: 0px;
       text-align: center;
       }
       
       
       
       .DepIndexActive{
         background-color:rgb(0,101,180);
         color:white !important;
         border: 0px;
         text-align: center;
       }
       
       .Branch
       {
        /*margin-top: 30px;*/
       }

       .Branch>.container>.row
       {
        margin-left: 0px;
        margin-right: 0px;
       }

       .Branch>.container>.row>.col-md-6
       {
        margin-top:10px;
       }

       .Branch>.container>.row>.col-md-6>div:nth-child(1)
       {
        width:100%;
        height:160px;
        border:solid 1px #D5D5D5;
        background: url(/img/index1.jpg) no-repeat;
        background-size:100% 100%;
       }

       .Branch>.container>.row>.col-md-6>div:nth-child(1)>div:nth-child(1)
       {
        width:100%;
        height: 160px;
        text-align: center;
        background:rgba(0,0,0,0.6);
        color: white;
        padding-top:30px;
       }

       .Branch>.container>.row>.col-md-6>div:nth-child(1)>div:nth-child(1) span
       {
        font-family: 隶书, SimLi;
         font-size: 30px;
       }
       
       
       .Branch>.container>.row>div:nth-child(1)
       {
        padding-left:0;
       }
       
       .Branch>.container>.row>div:nth-child(2)
       {
        padding-right:0;
       }

       .BranchTitleUl {
         list-style: none;
         display: inline-block;
         float: right;
         margin-bottom:0px;
         padding-right: 20px;
         padding-top: 5px;
        }

       .BranchTitleUl li:last-child {
         display: inline-block;
         padding-left: 6px;
       }

       .BranchTitleUl li:last-child a {
         color: #333333;
         text-decoration: none;
         cursor: pointer;
        }

        .BranchTitleUl li:last-child a:hover {
         color:rgb(0,101,180);
        }

        .BranchTitleUl li:last-child img {
        width: 18px;
        height: 18px;
        margin-right: 3px;
       }
       
       .DepClass
       {
           margin-top: 5px;
       }
       
       .DepClass>.container>.row>div:nth-child(1)>.DepClassN
       {
           border-left:solid 1px rgb(0,101,180);
       }

       .DepClass>.container>.row
       {
           margin-left:0px;
           margin-right:0px;
       }
       
       .DepClassT {
           padding-left: 0px;
           padding-right: 0px;
           padding: 0px !important;
           width:20%;
       }
       
       .DepClassNActive {
           color: white !important;
           background-color: rgb(0,101,180);
           
       }
       
       .DepClassN {
           border: solid 1px rgb(0,101,180);
           min-height: 45px;
           text-align: center;
           font-size: 16px;
           line-height: 3;
           border-left: 0px;
           color:rgb(0,101,180);
       }
       
       .DepClassSpanActive {
           display: block !important;
       }
       
       .DepClassSpan {
           font-size: 0;
           line-height: 0;
           border-width: 10px;
           border-color: rgb(0,101,180);
           border-bottom-width: 0;
           border-style: dashed;
           border-top-style: solid;
           border-left-color: transparent;
           border-right-color: transparent;
           margin-top:-1px;
           position: absolute;
           left: 47%;
           display: none;
       }

       .DepClassXs {
           display: none;
           margin-bottom:10px;
           padding-bottom: 10px;
           border:solid 1px #D0D0D0;
           border-top:0px;
           margin-left:0px;
           margin-right:0px;
           display:none;
       }

       .DepClassXs>.col-xs-6 a
       {
           width:100%;
            border: solid 1px #D0D0D0;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 4px;
            margin-top: 10px;
            text-align: center;
            display: inline-block;
       }
       
       .DepMargin {
           margin-top: 10px;
           min-height:500px;
           display:none;
       }

       
       .Surgical {
          display:block;
       }
       
       .DepMargin>.container>.row {
           margin-top: 15px;
           margin-left:0px;
           margin-right:0px;
       }
       
       .DepMargin>.container>.row>.col-md-6 {
           margin-top: 15px;
       }

       .DepMarginLeft
       {
           padding-left: 0px !important;
           padding-right:15px !important;
       }
       
       .DepMarginRight
       {
           padding-left:15px !important;
           padding-right: 0px !important; 
       }
       
       .DepMargin>.container>.row>div:nth-child(odd){
            padding-left: 0px;
            padding-right:15px;
        }
        .DepMargin>.container>.row>div:nth-child(even){
            padding-left:15px;
            padding-right: 0px; 
        } 

         .HospCenter>.container>.row>.col-md-12{
            padding-right: 0px !important; 
        } 

          .HospCenter>.container>.row>.col-md-6:nth-child(odd){
            padding-left: 15px !important;
            padding-right:0px !important;
        }
        .HospCenter>.container>.row>.col-md-6:nth-child(even){
            padding-left:0px !important;
            padding-right: 15px !important; 
        } 
        
       .DepModule{
          border:solid 1px #D3D9DF;
          padding-left: 10px;
          padding-right: 10px;
       }
       
       .DepModule>div:nth-child(1){
          padding-top: 15px;
          padding-bottom: 10px;
          border-bottom: solid 1px #D3D9DF;
       }
       
       .DepModule>div:nth-child(1) span{
         margin: 0;
         font-size: 20px;
         color: #333333;
         padding-bottom: 12px !important;
         border-bottom: solid 2px rgb(0,101,180);
         cursor:pointer;
       }

       .DepModule>div:nth-child(1) a{
         margin: 0;
         font-size: 20px;
         color: #333333;
         padding-bottom: 12px !important;
         border-bottom: solid 2px rgb(0,101,180);
         cursor:pointer;
         text-decoration:none
       }
       
       .DepModule>div:nth-child(2){
          padding-top: 15px;
          padding-bottom: 8px;
          border-bottom: dotted 1px #D3D9DF;
          /*min-height:100px;*/
       }

       .HospCenter>.container>.row>.col-md-6>.DepModule>div:nth-child(2){
          min-height:100px;
       }

        .DepModule > div:nth-child(2) p {
            text-align: justify;
            line-clamp: 3;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
        }
       
       .DepModule>div:nth-child(2) a{
          margin-left: 10px;
          cursor:pointer;
          text-decoration:none;
       }
       
       .DepModule>div:nth-child(2) a:first-child{
          margin-left: 0px;
       }
       
       .DepModule>div:nth-child(3){
          margin-top: 10px;
          height: 80px;
       }
       
       .DepModule>div:nth-child(3) p{
           text-align:justify;
            line-clamp: 3;
           -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
       }
       
       .DepModule>div:nth-child(3) p a{
           cursor:pointer;
           text-decoration:none;
       }
       
       .PriorityHead{
          display:none;
       }
       
       .Priority>.container>.row>.col-md-6>.DepModule{
           min-height:202px;
       }
       
       .Priority>.container>.row>.col-md-6>.DepModule>div:nth-child(3){
          height:auto;
          padding-bottom:10px;
       }
       
       .Priority>.container>.row>.col-md-6>.DepModule>div:nth-child(3)>div{
           min-width:204px;
           border:solid 1px #D0D0D0;
           padding-top:5px;
           padding-bottom:5px;
           padding-left:10px;
           padding-right:10px;
           border-radius:4px;
           margin-left:20px;
           margin-top:10px;
           text-align: center;
           display:inline-block;
       }
    
.Nav_Map>.container>.row>.DepClassT:first-child{
    border-left: solid 1px rgb(0,101,180);
}

.Nav_MapXs{
  display:none;
  margin-top:30px;
}

.Nav_MapXs>.row{
   margin-left:15px !important;
   margin-right:15px !important;
}

.Nav_MapXs>.row>.DepClassN span
{
    color:white;
}

.Complaint
  {
     margin-top:35px;
  }

.DepTitle{
    margin-top:15px;
}

.DepTitle>.container>.row{
   margin-left:0px;
   margin-right:0px;
}

.DepTitle>.container>.row>div:nth-child(1){
   padding-left:0px;
   padding-right:0px;
   padding-top:0px;
}

.DepTitle>.container>.row>div:nth-child(1) ul{
   list-style: none;
   margin:0px;
   padding:0px;
}

.DepTitle>.container>.row>div:nth-child(1) ul li{
  border-top:solid 1px #D3D9DF;
  border-left:solid 1px #D3D9DF; 
  /* border-bottom:solid 1px #D3D9DF; */
  text-align: center;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  /* background-color:#F4F4F4; */
  background-color:#F4F4F4;
  border-right:solid 1px rgb(0,101,180);
  /*line-height:63px;*/
  line-height:51px;
  color:rgb(102, 102, 102); 
  /* color:white; */
}

.DepTitle>.container>.row>div:nth-child(1) ul li:last-child{
  border-bottom:solid 1px #D3D9DF; 
}

.DepTitle>.container>.row>div:nth-child(2){
   padding-left:0px;
   padding-right:0px;
   padding-top: 10px;
   padding-bottom: 5px;
   border-top:solid 1px rgb(0,101,180);
   border-right:solid 1px rgb(0,101,180);
   border-bottom:solid 1px rgb(0,101,180);
}

.DepTitle>.container>.row>div:nth-child(2)>div:nth-child(1){
  min-height: 100px;
  margin-bottom:5px;
}

.DepTitle>.container>.row>div:nth-child(2)>div:nth-child(2){
  padding-top:5px;
}


.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(1){
  /*width:10%;*/
  padding-left:30px;
  padding-right: 0px;
  padding-top:0px;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(1) p{
  font-size:16px;
  display:inline-block;
  margin-bottom:0px;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(1) a{
    text-decoration:none;
    color:#333333;
    font-size:15px;
    margin-right:15px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    line-height:1.5;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(1) a:hover{
    color:rgb(0,101,180);
}


.DepTitle>.container>.row>div:nth-child(2)>div:nth-child(3)>div:nth-child(1) 
{
 color:rgba(0,101,180)!important;
}

.DepTitle>.container>.row>div:nth-child(2)>div:nth-child(3)
{
 margin-top: 5px;
 height:33px;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(2){
 width:90%;
 padding-left:0px;
 line-height:1.8;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(2) a{
 color: #000000;
 margin-left:10px;
 text-decoration:none;
 display:inline-block;
 cursor:pointer;
}

.DepTitle>.container>.row>div:nth-child(2)>.row>div:nth-child(2) a:hover{
 color:rgb(0,101,180);
}

.DepTitleActive{
 border-top:solid 1px rgb(0,101,180) !important;
 border-right:0px !important;
 border-left:solid 1px rgb(0,101,180) !important;
 border-bottom:solid 1px rgb(0,101,180) !important;
 color:rgb(0,101,180) !important;
 background-color:transparent!important;
}

.DepTitleHide{
  border-top:solid 1px #D3D9DF !important; 
}

.DepCActive{
 background-color:rgb(0,101,180);
 color:white !important;
 padding-top:1px;
 padding-bottom:1px;
 padding-left:5px;
 padding-right:5px;
 border-radius:4px;
}

.DepSpan{
 background-color:rgb(0,101,180);
 color:white !important;
 margin-left:10px;
 padding-top:5px;
 padding-bottom:5px;
 padding-left:6px;
 padding-right:6px;
 border-radius:4px;
}

.DocIntro{
    margin-top:20px;
    margin-bottom:20px;
    min-height:320px;
}

.DocIntro>.container>.row{
   margin-left:0px;
   margin-right:0px;
}

.DocIntro>.container>div:nth-child(2)>.row{
   margin-left:0px;
   margin-right:0px;
}

.DocIntro>.container>.row>.list-head{
    border-bottom:solid 1px rgb(0,101,180);
}

.DocIntro>.container>.row>.Publist_Head span{
    padding-left:0px;
}

.DocIntro>.container>.row>.Publist_Head span img{
    height:19px;
    width:19px;
    margin-right:3px;
}

.DocIntro>.container>.row>.Publist_Head>.input-group{
    float:right;
    padding-bottom:10px;
}

.DocIntro>.container>.row>.Publist_Head>.input-group>.form-control{
    height:28px;
    width:150px;
    padding:0px;
    padding-left:5px;
}

.DocSel{
   height:28px !important;
   width:32px !important;
   padding:0px !important;
   top: 0px !important;
   border:solid 1px rgb(0,101,180) !important;
   background-color:rgb(0,101,180) !important;
   color:white !important;
   cursor:pointer;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail{
   margin-bottom:0px;   
   border:0px;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail>.caption{
  border: 1px solid #ddd;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail>.caption>div:nth-child(1){
 border-bottom:solid 1px #D3D9DF;
 padding-bottom:5px;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail>.caption>div:nth-child(1) a{
 color:#333333;
 text-decoration:none;
 font-size: 15px;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail>.caption>div:nth-child(1) span{
 float:right;
 color:rgb(120,120,120);
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2>.thumbnail img{
   height:180px;
   width:100%;
   cursor:pointer;
}

.DocIntro>.container>div:nth-child(2)>div:nth-child(1)>.col-sm-2{
   padding-left: 5px;
    padding-right: 5px;
}

.DocterHead
{
    margin-top: 20px;
}

.DocterHead>.container>.row
{
    padding-top:20px;
    padding-bottom:20px;
}

.DocterHead>.container>.row>.media
{
    padding-left:30px;
}

.DocterHead>.container>.row>.media>.media-left img 
{
    width:160px;
    height:180px;
}

.DocterHead>.container>.row>.media>.media-body 
{
    padding-left: 30px;
}

.DocterHead>.container>.row>.media>.media-body a
{
   font-size:20px;
   color:rgb(120,120,120);
   padding-top:10px;
   padding-bottom:10px;
   text-decoration:none;
   cursor:pointer;
}

.DocterHead>.container>.row>.media>.media-body div
{
    font-size:16px;
    padding-top:10px;
    color:#333333;
    /* padding-bottom:10px; */
}

.DocterHead>.container>.row>.media>.media-body>div:nth-child(4)
{
  -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
}

.DocterHead>.container>.row>.media>.media-body div a
{
    color:#333333;
    font-size:16px;
    /*cursor:pointer;*/
}

.LeadDetail
{
    margin-top:30px;
}

.LeadDetail>.container>.row>.list-head
{
    border-bottom:solid 1px rgb(0,101,180);
}

.LeadDetail>.container>.row>.list-head span
{
   color:rgb(0,101,180);
   font-size: 15px;
   padding-right: 0px;
}

.LeadDetail>.container>.row>.list-head span img
{
   width: 25px;
   height: 25px;
   margin-left: 3px;
   margin-left: -10px;
}

.DocDetail>.container>.row>div:nth-child(2)
{
   margin-top:10px;
}

.DocDetail>.container>.row
{
   margin-left:0px;
   margin-right:0px;
}

.DocDetail>.container>.row>div:nth-child(2)
{
   text-align:justify;
   min-height:320px;
}

.DocClinic
{
   margin-top:30px;
}

.DocClinic>.container>.row
{
   margin-left:0px;
   margin-right:0px;
}

.DocClinic>.container>.row>.col-md-12
{
   padding-left:0px;
   padding-right:0px;
}

.DocClinic>.container>.row>.list-head
{
    border-bottom:solid 1px rgb(0,101,180);
}

.DocClinic>.container>.row>.list-head span
{
   color:rgb(0,101,180);
   font-size:15px;
   padding-left:0px;
}

.DocClinic>.container>.row>.list-head span img
{
   width:19px;
   height:19px;
   margin-right:5px;
}

.DocClinic>.container>.row>.list-head>.input-group
{
   float:right;
   padding-bottom:10px;
}

.DocClinic>.container>.row>.list-head>.input-group ul
{
   display:inline-block;
   margin: 0;
    padding-left: 0;
}

.DocClinic>.container>.row>.list-head>.input-group ul li
{
   display:inline-block;
   margin-left:10px;
   color:rgb(120,120,120);
}

.DocClinic>.container>.row>.list-head>.input-group ul li:first-child span
{
  border:0px;
  color:red;
}

.DocClinic>.container>.row>.list-head>.input-group ul li:nth-child(2) span
{
  border:0px;
  color:rgb(0,101,180);
}

.DocClinic>.container>.row>.list-head>.input-group ul li:nth-child(3) span
{
  border:0px;
  color:green;
}

.DocClinic>.container>.row>.list-head>.input-group ul li:last-child span
{
  border:0px;
  color:#8C8C8C;
}

.DocClinic>.container>div:nth-child(2)>.table caption
{
  color:rgb(120,120,120);
}

.DocClinic>.container>div:nth-child(2)>.table thead tr th
{
  border:solid 1px #ddd;
  text-align: center;
}

.DocClinic>.container>div:nth-child(2)>.table tbody tr td
{
 border:solid 1px #ddd;
 text-align: center;
}

.DocClinicTs {
    background: red;
    border-radius: 50%;
    /*padding: 5px;*/
    color: white;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background: red;
    border-radius: 50px;
    padding: 0px;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    margin-left: 8px;*/
}

.DocClinicZj {
    background: rgb(0,101,180);
    border-radius: 50%;
    /*padding: 5px;*/
    color: white;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background: rgb(0,101,180);
    border-radius: 50px;
    padding: 0px;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    margin-left: 8px;*/
}

.DocClinicPt {
    background: green;
    border-radius: 50%;
    /*padding: 5px;*/
    color: white;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background: green;
    border-radius: 50px;
    padding: 0px;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    margin-left: 8px;*/
}

.DocClinicTz {
    background: #8C8C8C;
    border-radius: 50%;
    /*padding: 5px;*/
    color: white;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background: #8C8C8C;
    border-radius: 50px;
    padding: 0px;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    margin-left: 8px;*/
}

.OtherDoc
{
margin-top:30px;
}

.OtherDoc>.container>.row>.list-head
{
    border-bottom:solid 1px rgb(0,101,180);
}

.OtherDoc>.container>.row>.list-head span
{
   color:rgb(0,101,180);
   font-size:15px;
   padding-left:0px;
}

.OtherDoc>.container>.row>.list-head span img
{
   width:19px;
   height:19px;
   margin-right:5px;
}

.OtherDoc>.container>.row>.list-head>.input-group
{
   float:right;
   padding-right:5px;
   padding-top: 5px;
}

.OtherDoc>.container>.row>.list-head>.input-group ul
{
   display: inline-block;
   margin-bottom: 0px;
}

.OtherDoc>.container>.row>.list-head>.input-group ul li
{
   display: inline-block;
}

.DtherDocRight
{
    width: 10px;
    height: 10px;
    border-top: 2px solid #D0D0D0;
    border-right: 2px solid #D0D0D0;
    transform: rotate(45deg);
    margin-left: 8px;
    display: inline-block;
    cursor:pointer;
}

.DtherDocLeft
{
    width: 10px;
    height: 10px;
    border-left: 2px solid #D0D0D0;
    border-bottom: 2px solid #D0D0D0;
    transform: rotate(45deg);
    margin-left: 8px;
    display: inline-block;
    cursor:pointer;
}

.DtherDocTop
{
    width: 10px;
    height: 10px;
    border-left: 2px solid #D0D0D0;
    border-top: 2px solid #D0D0D0;
    transform: rotate(45deg);
    margin-left: 8px;
    display: inline-block;
    cursor:pointer;
}

.DtherDocBottom
{
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #D0D0D0;
    border-right: 2px solid #D0D0D0;
    transform: rotate(45deg);
    display: inline-block;
    cursor:pointer;
}

.MenuLastli{
    float:right !important;
}
.MenuLastli ul
{
    margin-bottom: 0px;
    display: inline-block;
    margin: 0px !important;
    padding: 0px;
    height: 20px;
    border-bottom: 0px;
    background-color: transparent;
    padding-top: 10px;
    border-bottom:0px !important;
}

.MenuLastli ul span
{
    display:inline-block;
    font-size:13px;
    color:rgb(120,120,120);
}


.MenuLastli ul li
{
    display:inline-block;
    font-size:13px !important;
    height:20px !important;
    font-size:13px !important;
}

.MenuLastli ul li a
{
    font-size:13px !important;
    height:20px !important;
    text-decoration:none !important;
}

.MenuLastli ul li a:hover
{
    background-color: transparent !important;
    color: rgb(0,101,180) !important;
}

.Nav_Map
{
    margin-top:20px;
}

.Nav_Map>.container>.row
{
    margin-left:0px;
    margin-right:0px;
}


.Map_Height
{
    min-height:500px;
    display:none;
    margin-top:20px;
    margin-bottom:30px;
}

.Map_Height>.container>.row
{
    margin-left:0px;
    margin-right:0px;
    text-align: center;
}

.Map_Height>.container>.row>.col-md-9,.Map_Height>.container>.row>.col-md-3
{
    margin-top:10px;
}
.Map_Location
{
    display:block;
}

.Map_Location>.container>.row
{
   /*margin-top:20px;*/
}

.Map_Location>.container>.row>div:nth-child(1)
{
   padding-left: 0px;
   padding-right:0px;
}

.Map_Location>.container>.row>div:nth-child(2)
{
   padding-right: 0px;
   padding-top:0px;
   padding-left:0px;
}

.Map_Location>.container>.row>div:nth-child(1)>div:nth-child(1)
{
   width:100%;
   height:500px;
   font-size:12px;
   border: solid 1px #D3D9DF
}

.Map_Location>.container>.row>div:nth-child(2)>div:nth-child(1)
{
   width:100%;
   height:500px;
   font-size:12px;
   border: solid 1px #D3D9DF;
   border-left:0px;
}

 .Map_Location>.container>.row>div:nth-child(2)>div:nth-child(1)>div:nth-child(1)
{
  height:30px;
  width:100%; 
   background: url(../img/123456.png) !important; 
 /* background-color:rgb(0,101,180); */
  color: rgb(0,101,180); 
  text-align: center;
  font-weight:bold;
  line-height:30px  !important;
  padding-left:10px !important;
  font-size:16px !important;
}

 .Map_Location>.container>.row>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)
{
  padding-left:10px;
  padding-top:15px;
  font-size:14px;
  width:100%;
  text-align:left;
} 

.SpecClinic
{
 margin-top:35px;
 margin-bottom:30px;
} 

.SpecClinic>.container>.row
{
 margin-left:0px;
 margin-right:0px;
} 

.SpecClinic>.container>div:nth-child(1)>.input-group>span:nth-child(1)
{
 height:45px;
 width:35px;
 background-color:transparent;
} 

.SpecClinic>.container>div:nth-child(1)>.input-group>input:nth-child(2)
{
 height:45px;
 border-left:0px;
} 

.SpecClinic>.container>div:nth-child(1)>.input-group>span:nth-child(3)
{
 height:45px;
 padding-left:20px;
 padding-right:20px;
 background-color:rgb(0,101,180);
 color:white;
 border:solid 1px rgb(0,101,180);
 cursor:pointer;
} 

.SpecClinic>.container>div:nth-child(2)
{
 margin-top:20px;
} 

.SpecClinic>.container>div:nth-child(2) ul
{
 list-style: none;
 margin: 0px;
 padding:0px;
} 

.SpecClinic>.container>div:nth-child(2) ul li
{
  min-height:50px;
 /* line-height:1.8; */
 border-bottom:dotted 1px #D0D0D0;
 padding-top:10px;
 padding-bottom:10px;
} 

.SpecClinic>.container>div:nth-child(2) ul li>div:nth-child(1)
{
display:inline-block;
padding-top: 5px;
} 

.SpecClinic>.container>div:nth-child(2) ul li>div:nth-child(1) span
{
 font-size: 18px;
 font-weight:500;
 color:rgb(120,120,120);
}

.SpecClinic>.container>div:nth-child(2) ul li>div:nth-child(1)>div:nth-child(2)
{
 margin-left:80px;
 margin-top:-30px;
} 

.SpecClinic>.container>div:nth-child(2) ul li a
{
 margin-left:30px;
 color:rgb(120,120,120);
 font-size:16px;
 text-decoration:none;
 cursor:pointer;
 display: inline-block;
 line-height:2;
 padding: 0px;
} 

.SpecClinic>.container>div:nth-child(2) ul li a:hover
{
 color:rgb(0,101,180);
} 

.CheckUps
{
 margin-top:30px;
} 

.CheckUps>.container>.row>div:nth-child(1)
{
 padding-top:0px;
 padding-left:0px;
} 

.CheckUps>.container>.row>div:nth-child(1)>div:nth-child(1)
{

} 

.CheckUps>.container>.row>div:nth-child(2)
{
 padding-right:0px;
}

.CheckUps>.container>.row>div:nth-child(1)>div:nth-child(1)
{
  text-align:center;
  width:100%;
}

.CheckUps>.container>.row>div:nth-child(1)>div:nth-child(1) p
{
  color:white;
  font-size:16px;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background-color:rgb(0,101,180);
  width:100%;
  margin-bottom:0px;
}

.CheckUps>.container>.row>div:nth-child(1) ul
{
 list-style:none;
 margin:0;
 padding:10px;
 padding-top:0px;
 padding-bottom:0px;
 background-color:#F4F4F4;
 border:solid 1px #D0D0D0;
} 


.CheckUps>.container>.row>div:nth-child(1) ul li
{
  text-align:center;
  background-color:#F4F4F4;
  padding-left:10px;
  padding-right:10px; 
  border-bottom:solid 1px #D0D0D0;
  height:40px;
  line-height:40px;
} 

.CheckUps>.container>.row>div:nth-child(1) ul li:last-child
{
  border-bottom:0;
} 

.CheckUps>.container>.row>div:nth-child(1) ul li a
{
  color:rgb(120,120,120);
  text-decoration:none;
  cursor:pointer;
} 

.CheckUps>.container>.row>div:nth-child(1) ul li a span
{
 float:right;
} 

.CheckUps>.container>.row>div:nth-child(1) ul li:hover>a
{
  color:rgb(0,101,180) !important;
}

.CheckUpsActive
{
  color:rgb(0,101,180) !important;
}

.CheckUps>.container>.row>div:nth-child(2)>.row
{
 margin:0px;
}

.CheckUps>.container>.row>div:nth-child(2)>div:nth-child(2)
{
 padding-top:20px;
}

.Publist_Head
{
 height: 33px;
 border-bottom: solid 1px rgb(120,120,120);
}

.Publist_Head span {
    color: #666;
    font-weight: bold;
    /* font-family: "黑体"; */
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    padding-right: 5px;
    color: rgb(0,101,180);
    /* border-bottom: solid 3px rgb(0,101,180); */
}

.Publist_Head a {
   float: right;
    color: #666;
    margin-top: 8px;
    font-size:13px;
}

.Publist_Head span img{
    margin-right: 5px;
}


.Publist_Head_C
{
 height: 33px;
 border-bottom: solid 1px rgb(0,101,180);
}

.Publist_Head_C span {
    color: #666;
    font-weight: bold;
    /* font-family: "黑体"; */
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    padding-right: 5px;
    color: rgb(0,101,180);
    /* border-bottom: solid 3px rgb(0,101,180); */
}

.Publist_Head_C span img{
    margin-right: 5px;
}

.Tj_Lxfs{
   padding:10px;
}

.Tj_Lxfs p{
  color:rgb(120,120,120);
}

.List_Ul
{
 background-color: white;
}
.List_Ul li{
height: 40px;
margin: 0 auto;
border-bottom: 1px dashed #eae7e7;
line-height: 40px;
padding-left: 5px;
 }
 
 .List_Ul li a{
 max-height: 40px;
     line-height: 1.5;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     display: -webkit-inline-box;
     text-align: left;
     font-style: normal;
     text-decoration: none;
     color: #666;
     font-size: 15px;
     margin-right:90px;
     cursor:pointer;
     
  }

 .List_Ul li a:hover{
   color:rgb(0,101,180);
  }
  
  .List_Ul li span{
   /* display:flex; */
   /* right: 0px;
   top: -45px; */
   position:absolute;
   right:0px;
   width:90px;
   font-size: 15px;
   display: inline-block;
   }

   .DocListCz {
    margin-top: 30px;
    margin-bottom: 30px;
   }

   .DocListCz>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
   }
    
    .DocListCz>.container>.row>div:nth-child(1){
     
       padding-top:0px;
       padding-left:0px;
     }
     
     .DocListCz>.container>.row>div:nth-child(1)>div:nth-child(1){
        
        padding:10px;
        border:solid 1px #D3D9DF;
      }

     .DocListCz>.container>.row>div:nth-child(2){
       padding-right:0px;
     }

      .DocListCz>.container>.row>div:nth-child(2){
       padding-right:0px;
     }

     .DocListCz>.container>.row>div:nth-child(2)>.row{
       margin-left:0px;
       margin-right:0px;
     }

     .DocListDoc
     {
         min-height:168px;
     }

     .DocListDoc>.row
     {
         margin-left:0px;
         margin-right:0px;
     }
   
   .DocListUL{
   margin:0px;
   padding:0px;
   list-style:none;
    }
    
    .DocListUL li
    {
        margin-bottom:15px;
        line-height:2;
        font-size: 15px;
    }

        .DocListUL li a {
            margin-left: 15px;
            color: rgb(120,120,120);
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            /*padding-top: 5px;*/
            padding-bottom: 5px;
            padding-left: 6px;
            padding-right: 6px;
            margin-top:5px;
            height: 25px;
            line-height: 25px;
        }
    
    .DocListUL li a:hover
    {
        color:rgb(0,101,180);
    }
    
    .DocListULActive
    {
       display:inline-block;
       background-color:rgb(0,101,180);
       color:white;
       padding-left:10px;
       padding-right:10px;
       margin-top:10px;
       border-radius:4px;
    }
    
    .DocListZj>.Publist_Head>.list-head span {
        padding-left: 0px;
    }
    
    .DocListZj>.Publist_Head span img {
        height: 19px;
        width: 19px;
        margin-right: 3px;
    }
    
    .DocListZj>.Publist_Head>.input-group {
        float: right;
        padding-bottom: 10px;
    }
    
    .DocListZj>.Publist_Head>.input-group>.form-control {
        height: 28px;
        width: 150px;
        padding: 0px;
        padding-left: 5px;
    }

    .DocListLb{
        margin-top:28px;
        border-bottom: dotted 1px #D0D0D0
    }

    .DocListLb>div:nth-child(1){
        padding-left:0px;
    }

    .DocListLb>div:nth-child(2){
        padding-right:0px;
    }

    .DocListLb > .col-md-6 > .media > .media-left img {
            width: 120px;
            height: 135px;
     }

    .DocListLb> .col-md-6> .media> .media-body a {
           color:#333333;
           font-size:16px;
           text-decoration:none;
     }

     .DocListLb > .col-md-6 > .media > .media-body p {
            font-size: 15px;
     }

     .DocListLb > .col-md-6 > .media > .media-body > p:nth-child(4) {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
      }

     .RowPage {
         text-align: center;
         margin-top: 20px;
     }

     .RowPageMargin {
         margin-left:5px;
     }

     .RowPageDiv {
        display:inline-block;
     }

     .RowPage button{
         padding-top:5px;
         padding-bottom:5px;
         padding-left:10px;
         padding-right:10px;
         height:28px;
         line-height:0.8;
         min-width:35px;
      }

     .RowPage button:focus{
         outline:0;
      }

     .RowPage input{
        width:50px;
        border-radius: 4px;
        border: 1px solid #ccc;
        height: 28px;
        padding-top: 0px;
        padding-bottom: 2.8px;
        text-align:center;
      }

     .RowPageHide{
         cursor:default;
         pointer-events: none;
         color:#D0D0D0 !important;
      }

     .RowPageDisplay{
        display:none;
      }

     .RowPageSel{
       background-color:rgb(0,101,180);
       color:white;
      }
    
    .DocListczbs{
       display:inline-block;
       float:right;
       margin-top:-30px;
    }
    
   .DocListczbs li{
      display:inline-block;
      margin-left:10px;
   }
   
    .DocListczspan1{
      border: 0px;
      color: red;
    }
    
    .DocListczspan2{
      border: 0px;
      color: rgb(0,101,180);
    }
    
    .DocListczspan3{
      border: 0px;
      color: green;
    }
    
    .DocListczspan4{
      border: 0px;
      color: #8C8C8C;
    }
    
   .DocListcstable{
       border-top:solid 1px #D0D0D0;
   }
    
    .DocListcstable thead tr th {
        border: solid 1px #ddd;
        text-align: center;
    }
    
    .DocListcstable tbody tr td {
        border: solid 1px #ddd;
        text-align: center;
    }
    
    .DepMainUl {
        list-style:none;
        float:right;
        margin-top:29px;
    }
    
    .DepMainUl li{
           display: inline-block;
           /* background-color: rgb(0,101,180); */
           height: 40px;
           line-height: 40px;
           width: 100px;
           text-align: center;
           margin: 0px;
           border-right: solid 1px #D3D9DF;
           margin-left: -4px;
          /* background-image: linear-gradient(rgb(22,186,239), rgba(0,101,180,0.8)); */
         background-image: linear-gradient(white,#EBEBEB);
             border: solid 1px #D3D9DF;  
             /* color: #EBEBEB; */
    }
    
    .DepMainUl li:first-child{
          border-top-left-radius: 15px;
           width:60px;
    }
       
    .DepMainUl li a{
        font-size:15px;
       color:white !important;
       text-decoration:none;
       
    }
    
   .List_NewUL
    {
        background-color: white;
    }
   
   .List_NewUL li {
       height: 40px;
       margin: 0 auto;
       border-bottom: 1px dashed #eae7e7;
       line-height: 35px;
       padding-left: 5px;
   }
   
   .List_NewUL li {
       height: 40px;
       margin: 0 auto;
       border-bottom: 1px dashed #eae7e7;
       line-height: 40px;
       padding-left: 5px;
       color:rgb(120,120,120);
   }
   
   .List_NewUL li a{
       max-height: 35px;
       line-height: 1.5;
       -webkit-line-clamp: 1;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       vertical-align: middle;
       display: -webkit-inline-box;
       text-align: left;
       font-style: normal;
       text-decoration: none;
       color: #444;
       font-size: 15px;
       margin-right: 80px;
       cursor: pointer;
   }
   
   .List_NewUL li span {
       position: absolute;
       right: 20px;
       width: 70px;
       font-size: 15px;
       display: inline-block;
   }
   
   .lchl>.List_NewUL li span {
       position: absolute;
       right: 5px;
   }
 
 nav>a{
     position: relative;
      display: inline-block;
      padding: .3em 1em 0;
      color:rgb(120,120,120);
      width:100px;
      text-align: center;
      height:30px;
      line-height:30px;
 }
 nav>a::before{
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #ccc;
        background-image: linear-gradient(hsla(0,0%,100%,.6),hsla(0,0%,100%,0));
        border: 1px solid rgba(0,0,0,.4);
        border-bottom: none;
        border-radius: .5em .5em 0 0;
        transform: perspective(.5em) rotateX(5deg);
        transform-origin: left;

       /* left,right,bottom left, left right */
 }

 .Introduction
 {
     margin-top:30px;
     min-height:350px;
 }

 .Introduction>.container>.row
 {
    margin-left:0px;
    margin-right:0px;
    text-align:justify;
 }

 .Teams
 {
    margin-top:30px;
    margin-bottom:30px;
 }

 .Teams>.container>div:nth-child(2)>.col-md-4
 {
    padding-right:0px;
 }


 .Teams > .container > div:nth-child(4) > .col-md-4 {
        margin-top: 30px;
        padding-right: 0px;
  }

 .Teams>.container>div:nth-child(1)
 {
    /*margin-top:20px;*/
    margin-left:0px;
    margin-right:0px;
 }

  .Teams>.container>div:nth-child(1) h3
 {
    text-align:center;
    color:rgb(0,101,180);
    font-size:30px;
    font-weight:bold;
    font-family: STZhongsong;
 }

  .Teams>.container>div:nth-child(2)
 {
    min-height:60px;
 }

  .Teams>.container>div:nth-child(3)
 {
    margin-top:30px;
    margin-left:0px;
    margin-right:0px;
 }

   .Teams>.container>div:nth-child(3) h3
 {
    text-align:center;
    color:rgb(0,101,180);
    font-size:30px;
    font-weight:bold;
    font-family: STZhongsong;
 }

    .Teams>.container>div:nth-child(4)
 {
    min-height:60px;
 }

 .TeamsManage
 {
   margin-top:20px !important;
   min-height:168px;
 }

 .TeamsManage>.media-left img
 {
   width: 160px;
   height: 180px;
   /*cursor:pointer;*/
 }

 .TeamsManage>.media-left p
 {
   margin-bottom: 0;
   text-align:center;
 }

 .TeamsManage>.media-left p:first-child
 {
    margin-top: 8px;
 }
   

 .TeamsManage>.media-body
 {
  text-align:left;
 }

 .TeamsManage>.media-body p
 {
  font-size:16px;
 }

 .TeamsManage>.media-body a
 {
   text-decoration:none;
   color:#333333;
   cursor:pointer;
 }

 .TeamsManage>.media-body>p:nth-child(3)
 {
    max-height:108px;
    /*line-height: 1.5;*/
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    text-align: justify;
    /*margin-left: 40px;
    margin-top: -20px;*/
 }


  .Leader
 {
    margin-top:30px;
    margin-bottom:30px;
 }

  .Leader>.container>.row
 {
    margin-left:0px;
    margin-right:0px;
 }

  .Leader>.container>.row h3 
  {
        text-align: center;
        color: rgb(0,101,180);
        font-size: 30px;
        font-weight: bold;
        margin-bottom:30px;
        font-family: STZhongsong;
    }

    .Leader>.container>.row>.col-md-4 
    {
        padding-right: 0px; 
    }

 .LeadIntro {
    margin-top: 20px;
}

 .LeadIntro>.container>.row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

  .LeadIntro>.container>.row>.media>.media-left img {
    width: 160px;
    height: 180px;
}

 .LeadIntro>.container>.row>.media {
    padding-left: 20px;
}

 .LeadIntro>.container>.row>.media>.media-body {
    padding-left: 20px;
}

 .LeadIntro>.container>.row>.TeamsManage>.media-body>p:nth-child(3)
 {
    max-height:130px;
     -webkit-line-clamp: 6;
 }

 .DepTitle_righ
 {
   padding-top: 0px !important;
   padding-left: 0px; 
 }

 .DepTitle_righ>.row>.col-md-4
 {
   padding-right:0px;
   width: 38%;
 }

 .DepTitle_righ>.row>.col-md-4 h4
 {
   margin-top:45px;
   color: #D58512;
 }

 .DepTitle_righ>.row>.col-md-8
 {
   padding-left:0px;
   padding-right:0px;
   width:62%;
 }

 .DepTitle_righ>.row>.col-md-8>.navbar>.collapse
 {
   padding-left:0px;
   padding-right:0px;
 }

.DepTitleUl {
    list-style: none;
    display: inline-block;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
}

.DepTitleUl li
{
    display: inline-block;
    height:20px;
}

.DepTitleUl li:first-child{
    padding-right: 10px;
    /*height: 15px;*/
    line-height: 1.5;
}

.DepTitleUl li:first-child a{
    color: #333333;
    text-decoration:none;
    cursor:pointer;
}

.DepTitleUl li:first-child img{
   width:23px;
   height:23px;
   margin-right:3px;
}
.DepTitleUl li:first-child:hover .DepTitleUlShow{
    display:block;
}

.DepTitleUl li:last-child{
    display: inline-block;
    padding-left: 6px;
    /*height: 16px;*/
}

.DepTitleUl li:last-child a{
   color: #333333;
   text-decoration:none;
   cursor:pointer;
}

.DepTitleUl li:last-child img{
    width:13px;
    height:13px;
    margin-top:-5px;
    margin-right:3px;
}

.DepMainUlTitle {
    list-style: none;
    float: right;
    margin-top: 2px;
    padding-left: 0px;
}
    
  .DepMainUlTitle li:first-child{
      margin-left:10px;
  }
  .DepMainUlTitle li:last-child{
      margin-right:10px;
  }
    .DepMainUlTitle li{
           display: inline-block;
           height: 30px;
           line-height: 40px;
           width: 75px;
           text-align: center;
    }

    .DepMainUlTitle li a{
          text-decoration:none;
          cursor:pointer;
    }

    .DepMainUlTitle>div:first-child{
        border-radius:25px;
        border: solid 1px #D3D9DF;
        background-image: linear-gradient(white,#EBEBEB);
        height:40px;
    }

    .DepMainLiTitleActive{
       border-radius:25px;
       background-color:rgb(0,101,180);
       line-height:32px !important;
    }

    .DepMainLiTitleActive a{
     color:white;
    }

    .DepMainUlTitle li:hover{
       border-radius:25px;
       background-color:rgb(0,101,180);
       line-height:32px !important;
    }

    .DepMainUlTitle li:hover a{
         color:white;
    }

    .DepMainUlTitle_tb {
    width: 0;
    height: 0;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #D0D0D0;
    position: absolute;
    left:65%;
}
    .DepTitleUlShow
    {
        display:none;
    }

     .DepTitleUlShow>div:nth-child(2)
    {
        position:absolute; 
        right: 0;
        background-color:#f5f5f5;
        min-height: 180px;
        border: solid 1px #D3D9DF;
        width:600px;
        position:absolute; 
        z-index:9999;
        top: 38px;
        padding-left: 10px;
        padding-right: 10px;
    }

     .DepTitleUlShow>div:nth-child(2) ul
    {
        display:inline-block;
        padding-top:5px;
        width:100%;
        border-bottom: solid 1px #D3D9DF;
    }

     .DepTitleUlShow>div:nth-child(2) ul li
    {
        display:inline-block;
        font-size:14px;
        padding-left:10px;
        padding-right:10px;
        border-right:0px;
        padding-bottom:10px;
    }

    .DepTitleUlActive {
    color: rgb(0,101,180);
    border-bottom: solid 2px rgb(0,101,180);
    border-right: 0px;
    }

    .DepTitleWk,.DepTitleNk,.DepTitleYj,.DepTitleJg,.DepTitleZk
    {
      margin-top:6px;
      padding-left:10px;
      padding-right:10px;
    }

    .DepTitleWk a,.DepTitleNk a,.DepTitleYj a,.DepTitleJg a,.DepTitleZk a
    {
      margin-left:10px;
      display: inline-block;
      line-height:1.5;
      text-decoration:none;
      cursor:pointer;
    }
    .DepTitleNk,.DepTitleYj,.DepTitleJg,.DepTitleZk
    {
        display:none;
    }
    .DepTitleWk a:hover,.DepTitleNk a:hover,.DepTitleYj a:hover,.DepTitleJg a:hover,.DepTitleZk a:hover
    {
     color:rgb(0,101,180) !important;
    }

    #depmenubar {
    margin-top: 28px;
    position: absolute;
    width: 350px;
    right: -40px;
    /* background-color: rgba(0,0,0,0.5); */
    background-color: rgb(0,101,180);
    z-index: 9999;
    
    }

    .depmenubar {
    margin:0px;
    display:none;
    }

     .depmenubar li:first-child{
    background-color: #ddd;
    } 

       .depmenubar li:first-child:hover{
    background-color: #ddd !important;
    } 

    .depmenubar li:first-child a{
    color:#333333;
    font-weight:bold;
    } 

     .depmenubar li:first-child:hover a{
    color:#333333;
    font-weight:bold;
    } 

    .depmenubar li a {
    color:white;
    }

    .depmenubar li:hover a{
     color:rgb(0,101,180);
    }

    .Insurance
    {
        margin-top:25px;
        margin-bottom:30px;
    }

    .Insurance > .container > .row {
            margin-right: 0px;
            margin-left: 0px;
    }

    .Insurance>.container>.row>.col-md-12
    {
       padding-left:0px;
       padding-right:0px;
    }

    .Insurance>.container>.row>.col-md-12 ul
    {
        min-height:350px;
    }

    .Detaile
    {
        margin-top:25px;
        margin-bottom:30px;
    }

    .DetaileHide
    {
        display:none;
    }

    .Detaile>.container>.row
    {
       margin-left:0px;
       margin-right:0px;
    }

    .Detaile>.container>div:nth-child(1)
    {
      padding-bottom:6px;
      border-bottom:solid 1px rgb(0,101,180);
      text-align:center;
    }

     .Detaile>.container>div:nth-child(1) p
    {
      font-size:18px;
      font-weight:bold;
    }

     .Detaile>.container>div:nth-child(2)
    {
      text-align:center;
      margin-top:8px
    }

     .Detaile>.container>div:nth-child(2) span
    {
      font-size:15px;
    }

     .Detaile>.container>div:nth-child(2) span:nth-child(2)
    {
      margin-left:20px;
    }

     .Detaile>.container>div:nth-child(3)
    {
      text-align:justify;
      margin-top:10px;
      min-height:230px;
    }

     .Detaile>.container>div:nth-child(4)
    {
     text-align:left;
     margin-top:30px;
    }

     .Detaile>.container>div:nth-child(4) a
    {
     color:#333;
     cursor:pointer;
     padding-left:10px;
     text-decoration:none;
    }

     .Detaile>.container>div:nth-child(4) a:hover
    {
      color:rgb(0,101,180);
    }

     .DepPagetitle
    {
      background-color:#f5f5f5;
      min-height:300px;
    }

     .DepPageIntro
    {
      background-color: white;
      min-height: 300px;
      margin-top: -50px;
      z-index: 999;
      position: absolute;
      width: 60%;
      padding-left:30px;
      padding-top:30px;
      padding-right:35px;
      border: solid 1px #D3D9DF;
      text-align: justify;
    }

     .DepPageIntro>.row>p:nth-child(1)
    {
      font-size:20px;
      font-weight:bold;
    }

     .DepPageIntro>.row
     {
         margin-left:0px;
         margin-right:0px;
     }

    .DepPageIntro > .row > p:nth-child(4) {
       line-height: 1.5;
       text-align:justify;
       -webkit-line-clamp: 6;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       vertical-align: middle;
       display: -webkit-inline-box;
       font-size:15px;
    }

     .DepPageIntro>.row>span:nth-child(2)
    {
     border-top:solid 3px rgb(0,101,180);
     display: inline-block;
    }

     .DepPageIntro>.row>span:nth-child(3)
    {
     /*text-align:justify;*/
    }

    .DepPageIntro>.row>a:nth-child(6)
    {
     padding-top:8px;
     padding-bottom:8px;
     padding-left:15px;
     padding-right:15px;
     min-width:35px;
     margin-top:15px;
     background-color:rgb(0,101,180);
     color:white;
    }

    .Reservation
    {
     margin-top:30px;
    }

    .Reservation>.container>.row
    {
    margin-left:0px;
    margin-right:0px;
    }

    .Reservation>.container>.row>div:nth-child(1)
    {
     padding-left:0px;
    }

    .Reservation>.container>.row>div:nth-child(1) img
    {
     width:100%;
     height:260px;
    }

    .Reservation>.container>.row>div:nth-child(2)
    {
     padding-right:0px;
    }

    .Reservation>.container>.row>div:nth-child(2)>.Publist_Head span img
    {
     width:19px;
     height:19px;
    }

    .Reservation>.container>.row>div:nth-child(2)>div:nth-child(2)
    {
     margin-top:10px;
     text-align:justify;
     text-indent:2em;
     -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    font-size:15px;
    }

    .Therapy
    {
     margin-top:20px;
     margin-bottom: 20px;
    }

    .Therapy>.container>.row
    {
    margin-left:0px;
    margin-right:0px;
    }

    .Therapy>.container>.row>div:nth-child(1) {
            padding-left: 0px;
            /*height: 280px;*/
            overflow: hidden;
   }

        .Therapy > .container > .row > div:nth-child(1) > div:nth-child(2) {
            margin-top: 10px;
            -webkit-line-clamp: 10;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            display: -webkit-inline-box;
            font-size:15px;
        }

    .Therapy>.container>.row>div:nth-child(2) {
        padding-right:0px;
        min-height: 280px;
        overflow: hidden;
   }

    .Therapy>.container>.row>div:nth-child(2)>.row {
       margin-top:15px;
   }

    .Therapy>.container>.row>div:nth-child(2)>.row>.col-md-5 img {
       width:150px;
       height:150px;
   }

    .Therapy>.container>.row>div:nth-child(2)>.row>.col-md-5>.panel-body{
       font-weight:bold;
       color: #856404;
       font-size:15px;
       padding-left: 5px;
   }

    .Therapy>.container>.row>div:nth-child(2)>.row>.col-md-7>div:nth-child(1){
       width:100%;
       height:260px;
       border: solid 1px #D3D9DF;
   }

    .CnPhysical{
      margin-top:30px;
      margin-bottom:30px;
   }

    .CnPhysical>.container>.row{
      margin-left:0px;
      margin-right:0px;
      margin-bottom:20px;
   }

    .CnPhysical>.container>div:nth-child(1){
      min-height:200px;
   }

    .CnPhysical>.container>div:nth-child(1)>.col-md-8{
      padding-left:0px;
   }

   .CnPhysical>.container>.row>.col-md-8{
      padding-right:0px;
   }

   .CnPhysical>.container>.row>.col-md-8>.row>div:nth-child(1){
      height:285px;
   }

   .CnPhysical>.container>.row>.col-md-8>.row>div:nth-child(2){
     padding-left:0px;
     -webkit-line-clamp: unset;
   }

   .CnPhysical>.container>.row>.col-md-8>.row>div:nth-child(2) p{
     font-size: 20px;
     font-weight: bold;
     text-indent:0;
     color:rgb(0,101,180);
   }

   .CnPhysical>.container>.row>.col-md-8>.row>div:nth-child(2)>span:nth-child(2){
     border-top:solid 3px #000000;
     display: inline-block;
     position: relative;
   }

    .CnPhysical > .container > .row > .col-md-8 > .row > div:nth-child(2) div {
     position: relative;
     top: -10px;
    }

   .CnPhysical>.container>div:nth-child(1)>.col-md-8>.row{
      margin-left:0px;
      margin-right:0px;
   }

   .CnPhysical>.container>div:nth-child(1)>.col-md-8>.row>div:nth-child(1){
      padding-left:0px;
      margin-top:10px;
   }

   .CnPhysical>.container>div:nth-child(1)>.col-md-8>.row>div:nth-child(1) img{
      width:100%;
      height:285px;
   }

    .CnPhysical > .container > div:nth-child(1) > .col-md-8 > .row > div:nth-child(2) {
        padding-right: 0px;
        margin-top: 10px;
        text-align: justify;
        text-indent: 2em;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: -webkit-inline-box;
        font-size:15px;
    }

    .CnPhysical>.container>div:nth-child(1)>.col-md-4{
      padding-right:0px;
   }

    .CnPhysical>.container>div:nth-child(2)>.col-md-6{
      min-height:230px;
   }

    .CnPhysical>.container>div:nth-child(2)>div:nth-child(1){
      padding-left:0px;
   }

    .CnPhysical>.container>div:nth-child(2)>div:nth-child(2){
     padding-right:0px;
   }

     .CnPhysical>.container>div:nth-child(2)>.col-md-6>.List_Ul li a{
      font-size: 15px;
   }

      .CnPhysical>.container>div:nth-child(2)>.col-md-6>.List_Ul li span{
      font-size: 14px;
   }

       .CnPhysical>.container>div:nth-child(2)>div:nth-child(1)>.List_Ul li span{
      right: 5px;
   }

        .CnPhysical>.container>div:nth-child(2)>div:nth-child(2)>.List_Ul li span{
       right: -10px;
   }

    .CnPhysical>.container>div:nth-child(3)>.col-md-6{
      font-size: 14px;
   }

   .CnPhysical>.container>div:nth-child(3)>.col-md-6>.row{
      margin-left:0px;
      margin-right:0px;
   }

   .CnPhysical>.container>div:nth-child(3)>.col-md-6>.row>div:nth-child(1){
      padding-left:0px;
      margin-top:10px;
   }

    .CnPhysical > .container > div:nth-child(3) > .col-md-6 > .row > div:nth-child(2) {
        padding-right: 0px;
        margin-top: 10px;
        text-align: justify;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: -webkit-inline-box;
        font-size:15px;
    }

   .CnPhysical>.container>div:nth-child(3)>.col-md-6>.row>div:nth-child(1) img{
      width:100%;
      height:120px;
      border:solid 1px #D3D9DF;
   }

   .CnPhysical>.container>div:nth-child(3)>div:nth-child(1){
     padding-right:15px;
   }

   .CnPhysical>.container>div:nth-child(3)>div:nth-child(2){
     padding-left:15px;
     padding-right:0px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel{
     padding-left:15px;
     padding-right:15px;
     background-color:transparent;
     height: 295px;
     margin-bottom: 0px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-heading{
     background-color:transparent;
     padding-left:0px;
     font-weight:bold;
     font-size:16px;
     color: #856404;
     border-bottom:solid 2px #856404;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-heading img{
     height:19px;
     width:19px;
     margin-right:5px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-body{
     padding-right:0px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-body>.col-md-4{
     padding-right:0px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-body>.col-md-4 img{
     width: 160px;
    height: 180px;
    margin-left: -30px;
   }

   .CnPhysical>.container>.row>.col-md-4>.panel>.panel-body>.col-md-8{
     color:#666;
     padding:0px;
     padding-top:30px;
   }

   .CnPhysical1>.container>.row>.col-md-8>.row
   {
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 15px;
   }

   .CnPhysical1>.container>.row>.col-md-4
   {
     padding-left:10px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(1)
   {
     margin-left: 0px;
     margin-right: 0px;
   }

   .CnPhysical1>.container>.row>.col-md-4>.row>.ScientificRH2
   {
     padding:6px;
     height: 375px;
   }

   .CnPhysical1>.container>.row>.col-md-4>.row>.ScientificRH2>.List_Ul li
   {
     height: 40px;
     margin: 0 auto;
     border-bottom: 1px dashed #eae7e7;
     line-height: 40px;
     padding-left: 5px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)
   {
     margin-top:10px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>div:nth-child(1)
   {
     padding-right:0px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>div:nth-child(2)
   {
     padding-left:0px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>div:nth-child(2)>.thumbnail
   {
     border-radius: 0px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>div:nth-child(2)>.thumbnail:nth-child(2)
   {
     border-left: 0px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>.col-md-6>.thumbnail img
   {
     height:60px;
     width:60px;
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>.col-md-6>.thumbnail>.caption
   {
     text-align:center
   }

   .CnPhysical1>.container>.row>.col-md-4>div:nth-child(2)>.col-md-6>.thumbnail>.caption a
   {
     text-decoration:none;
     color:#666;
     font-weight:bold;
   }

   .DepDynamic
   {
       margin-top: 18px;
       min-height:320px;
   }

   .DepDynamic>.container>.row
   {
       margin-left:0px;
       margin-right:0px;
   }

   .DepDynamic>.container>.row>.col-md-3:first-child
   {
      padding-left:0px;
   }

   .DepDynamic>.container>.row>.col-md-3:last-child
   {
      padding-right:0px;
   }

   .DepDynamicNews
   {
       margin-top: 20px;
       margin-bottom:20px;
       min-height:320px;
       
   }

   .DepDynamicNews>.container>.row
   {
       margin-left:0px;
       margin-right:0px;
   }

  .Newsthumbnail {
    border: 0px;
    padding: 0px;
  }

  .Newsthumbnail>.caption {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
    border: solid 1px #D3D9DF;
}

  .Newsthumbnail img {
    height: 170px;
    width: 100%;
}

  .Newsthumbnail>.caption h3 {
    margin-top: 10px;
}

  .Newsthumbnail>.caption a {
    margin-top: 10px;
    text-align: center;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    min-height:40px;
    color: rgb(120,120,120);
 }

  .DepDoc
  {
    margin-bottom:26px;
  }

  .DepDoc>.container>div:nth-child(2)
  {
    margin-top:15px;
  }

  .DepDoc>.container>.row
  {
      margin-left:0px;
      margin-right:0px;
  }
 
  .DepDoc>.container>div:nth-child(2)>div:nth-child(1) {
    background-color: #F4F4F4;
    border-radius: 4px;
    text-align: center;
    padding-left: 10px;
    width: 16px;
    cursor: pointer;
    float: left;
    min-height: 215px;
    line-height: 15;
   }

.DepDoc > .container > div:nth-child(2) > div:nth-child(2) {
    margin-left: 1px;
    margin-right: 0px;
    width: 1100px;
    display: inline-block;
    height: 220px;
    overflow: hidden;
}

    .DepDoc>.container>div:nth-child(2)>div:nth-child(3) {
    background-color: #F4F4F4;
    border-radius: 4px;
    width: 16px;
    text-align: center;
    float: right;
    cursor: pointer;
    height: 215px;
    line-height: 15;
  }

    .DepDoc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2 {
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 0px;
    margin-bottom: 10px;
}

    .DepDoc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail {
    margin: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
    .DepDoc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail img {
    height: 180px;
    width: 100%;
}
        .DepDoc > .container > div:nth-child(2) > div:nth-child(2) > .col-md-2 > .thumbnail > .caption {
            padding-left:5px ;
            padding-right:5px;
            padding-top:6px;
            padding-bottom:6px;
            border: solid 1px #D3D9DF;
        }

   .DepDoc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption a {
    color:#333333;
    text-decoration: none;
    font-size:15px;
}

 
   .DepDoc>.container>div:nth-child(2)>div:nth-child(2)>.col-md-2>.thumbnail>.caption span {
     float:right;
     color:rgb(120,120,120);
}

  

   .DepClinic {
   margin-top:20px;
   margin-bottom:20px;
   min-height:350px;
}

   .DepClinic>.container>.row
   {
       margin-left:0px;
       margin-right:0px;
   }

   .DepCliniccaption {
   color:#333333;
   font-weight:bold;
  }

   .DepClinica {
   margin-left:10px;
   text-decoration:none !important;
   cursor:pointer;
}
   .Emphasis:hover>.DepTitleUlShow
   {
       display:block !important;
   }

   .ClinicSpan
   {
       /*border-radius:4px;
       position:absolute;
       top:108px;
       z-index:9999;
       background-color:rgb(0,101,180);
       padding:6px;
       color:white;
       display:none;*/
       border-radius: 4px;
    position: absolute;
    top: 80px;
    z-index: 9999;
    background-color: rgb(0,101,180);
    padding: 6px;
    color: white;
    display: none;
    min-width:100px;
    text-align:left;
   }

   .DocClinic_tb {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgb(0,101,180);
    position: absolute;
    top: 75px;
    /*left: 19.5%;*/
    /*margin-left:10px;*/
    margin-left: 4.5%;
    display:none
}
 
   .DocListcstable tbody tr:first-child td:hover> .DocClinic_tb
   {
       top:73px;
       display:block !important;
   }

    .DocListcstable tbody tr:first-child td:hover> .ClinicSpan
   {
       top:80px;
       display:block !important;
   }

    .DocListcstable tbody tr:first-child td:last-child:hover> .ClinicSpan
   {
       top:80px;
       right:10px;
       display:block !important;
   }

   .DocListcstable tbody tr:last-child td:hover> .DocClinic_tb
   {
       top:108px;
       display:block !important;
   }

   .DocListcstable tbody tr:last-child td:hover> .ClinicSpan
   {
       top:116px;
       display:block !important;
   }

   .DepPageDoc
   {
       margin-top:20px;
       margin-bottom:30px;
       min-height:350px;
   }

   .DepPageDoc>.container>.row
   {
       margin-left:0px;
       margin-right:0px;
   }

   .DepPageDoc>.container>.row>.col-md-2>.thumbnail
   {
       border:0px;
   }
  
    .DepPageDoc>.container>.row>.col-md-2>.thumbnail img
   {
      width:100%;
      height:160px;
   }
     .DepPageDoc>.container>.row>.col-md-2>.thumbnail>.caption
   {
      border:solid 1px #D3D9DF;
   }

   .DepPageDoc>.container>.row>.col-md-2>.thumbnail>.caption a
   {
      text-decoration:none;
      color:#333333
   }

   .DepPageDoc>.container>.row>.col-md-2>.thumbnail>.caption span
   {
      float:right;
   }

    .DepTitleDisPlay {
        display:none !important;
    }

    .HospitalDepUL{
        list-style:none;
        display:inline-block
    }

    .HospitalDepUL li{
       display:inline-block
    }

     .HospitalDepUL li:first-child:hover>.DepTitleUlShow{
      display:block;
    }

     .HospitalDepUL li:first-child>.DepTitleUlShow>div:nth-child(2) a{
     color:#333333;
    }

      .HospitalDepUL li:first-child>.DepTitleUlShow>div:nth-child(2) a:hover{
     color:rgb(0,101,180);
    }

.HospitalNews {
    margin-top: 20px;
    margin-bottom:30px;
}

.HospitalNews>.container>.row {
    margin-left:0px;
    margin-right:0px;
}

.HospitalNews>.container>.row>.col-md-8 {
   padding-left:0px;
}

.HospitalNews>.container>.row>.col-md-8> div:nth-child(2)>.List_NewUL li span {
  width:90px;
}

.HospitalNews>.container>.row>.col-md-8> div:nth-child(2)>.List_NewUL li a:hover {
  color:rgb(0,101,180)
}

.HospitalNews>.container>.row>.col-md-4 {
   padding-right:0px;
}

.HospitalNews>.container>.row>.col-md-4>.row {
   margin-left:0px;
   margin-right:0px;
}

.HospitalNews>.container>.row>.col-md-4>.row>.row {
   min-height:160px;
}

.HospitalNews>.container>.row>.col-md-4>.row>.row>.List_NewUL li a:hover {
  color:rgb(0,101,180) !important;
}

.HospitalNews>.container>.row>.col-md-4>.row>.row>.col-md-6:nth-child(odd){
    padding-left: 0px;
   padding-right:5px;
}

.HospitalNews>.container>.row>.col-md-4>.row>.row>.col-md-6:nth-child(even){
   padding-left:5px;
   padding-right: 0px;
}

.HospitalNewsthumbnail{
   border:0px;
   padding: 0px;
   margin-top:10px;
   margin-bottom:0px;
}

.HospitalNewsthumbnail img{
   width:100%;
   height:118px;
}

.HospitalNewsthumbnail>.caption{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  height:50px;
}

.HospitalNews>.container>.row>.col-md-8>.row {
   margin-left:0px;
   margin-right:0px;
}

.HospitalNews>.container>.row>.col-md-8>div:nth-child(2) {
   min-height:500px;
}

.HospitalNews>.container>.row>.col-md-4>.row>.row {
   margin-left:0px;
   margin-right:0px;
}

.HospitalNewsthumbnail > .caption a {
        color: #333333;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: -webkit-inline-box;
        cursor:pointer;
}

.HospitalNewsthumbnail > .caption a:hover {
      color:rgb(0,101,180);
}

.HospitalNewsUL {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.HospitalNewsUL li {
    margin-top: 15px;
}

.HospitalNewsUL li>.media>.media-left img {
    width: 85px;
    height: 70px;
}


.HospitalNewsUL li>.media>.media-body a{
  color:#333333;
}

.HospitalNewsUL li>.media>.media-body a:hover{
  color:rgb(0,101,180);
}

.CnLeague
{
    margin-top:30px;
    margin-bottom:30px;
}

.CnLeague>.container>.row>div:nth-child(2) img
{
    width:100%;
    height:260px;
}

.CnLeague>.container>.row>div:nth-child(1)>.Publist_Head span img {
    width: 19px;
    height: 19px;
}

.CnLeague>.container>.row>div:nth-child(1)>div:nth-child(2) {
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    font-size:15px;
}

.CnLeague>.container>div:nth-child(2){
    margin-top:20px;
}

.CnLeague>.container>div:nth-child(2)>.col-md-6{
    min-height:100px;
}

.CnLeague>.container>div:nth-child(2)>.col-md-6 ul li span{
   right:15px;
}

.CnNews {
    margin-top: 15px;
    
}

/*.CnNews>.container>div:nth-child(1) {
    padding-bottom: 5px;
    border-bottom: solid 1px #D3D9DF;
}*/

.CnNews>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    min-height:300px;
}

.CnNewsList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.CnNewsList li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px gainsboro;
    padding-left: 10px;
    padding-right: 10px;
}

.CnNewsList li > .media > .media-left img {
    width: 120px;
    height: 85px;
}

.CnNewsList li>.media>.media-body a {
    color: #333333;
    cursor: pointer;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    height: 66px;
}

.CnNewsList li>.media>.media-body a:hover {
    color:rgb(0,101,180);
}

.CnNewsList li>.media >.media-body p {
    margin-bottom: 0px;
    color: rgb(120,120,120);
    font-size: 14px;
}

.CnNewsList li>.media >.media-body p>span:nth-child(2) {
   margin-left:20px;
}

.FuncDep {
  margin-top:30px;
  min-height:230px;
}

.FuncDep>.container>.row {
  margin-left:0px;
  margin-right:0px;
}

.FuncDep>.container>.row>.col-md-6 {
 margin-bottom:15px;
}

.VideoNews{
 margin-top:20px;
 margin-bottom:20px;
}

.VideoNews>.container>.row>.col-md-3>.thumbnail
{
   padding:0px;
   border: none;
   margin-bottom:0px;
}

.VideoNews>.container>.row>.col-md-3>.thumbnail video
{
    width:100%;
    height:150px;
    /*height:168px;
    border: 1px solid #ddd;*/
}

.VideoNews>.container>.row>.col-md-3>.thumbnail>.caption
{
    width:100%;
    /*height:100px;*/
    height:80px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -5px;
}

.VideoNews>.container>.row>.col-md-3>.thumbnail>.caption a {
   
    text-align: center;
    color: #333333;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: solid 1px white;
    /*height: 50px;*/
    height: 40px;
    cursor: pointer;
}

.VideoNews>.container>.row>.col-md-3>.thumbnail>.caption a:hover {
    color:rgb(0,101,180);
}

.VideoNews>.container>.row>.col-md-3>.thumbnail>.caption div {
    text-align: left;
    color: rgb(120,120,120);
    line-clamp:1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: solid 1px white;
    
}

#CnBranch 
{
    float: right;
}

#CnBranch ul {
    margin-top: 5px;
}

#CnBranch ul li:first-child {
    display: none;
}

#CnBranch ul li a {
    color: #333333;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

 #CnBranch ul li a:hover
    {
      background-color: rgb(0,101,180);
     color: white !important;
    }

 .BranchActive {
     background-color: rgb(0,101,180);
     color: white !important;
    }

 .DepClassN_H {
    /*border: solid 1px #D0D0D0;*/
    min-height: 26px;
    text-align: center;
    font-size: 16px;
    /* line-height: 2; */
    border-left: 0px;
    /* color: rgb(0,101,180); */
    background-color: #D0D0D0;
    border: solid 1px rgb(120,120,120);
    /*border-right: none;*/
    cursor: pointer;
    border-radius:5px;
}


 .DepClassSpan_H {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: rgb(0,101,180);
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-top: -1px;
    position: absolute;
    left: 43%;
    display: none;
}

 .DepClassN_HA {
   color:white;
   background-color: rgb(0,101,180);
   border:solid 1px rgb(0,101,180);
}

  .DepClassNH_row
  {
      margin-left:0px;
      margin-right:0px;
  }

 .DepClassNH_row>.col-md-3
 {
     padding-left:5px;
     padding-right:5px;
     width: 20%;
 }

.DepClassNH_row>div:nth-child(4)>.DepClassN_H
 {
    border-right: solid 1px rgb(120,120,120);
 }

.DepClassSpan_HA
{
    display:block;
}

.M_Dep_H
{
    margin-right: 0px;
    margin-top: 10px;
    margin-left: 2px;
    padding-left: 5px;
}

.M_Dep_H a {
   margin-left: 5px;
    color: rgb(120,120,120);
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    /* line-height: 1.5; */
    padding: 0px;
    padding: 3px;
    border: solid 1px rgb(120,120,120);
    border-radius: 5px;
    margin-bottom: 5px;
    width: 140px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
}

.M_Dep_H_Trian {
   width: 8px;
   height: 8px;
   border-top: 2px solid #D0D0D0;
   border-right: 2px solid #D0D0D0;
   transform: rotate(45deg);
   display: inline-block;
}

/*.M_Dep_H a:hover {
    color: rgb(0,101,180);
}

.M_Dep_H a:hover>.M_Dep_H_Trian {
    border-top: 2px solid rgb(0,101,180);
   border-right: 2px solid rgb(0,101,180);
}*/

.M_Dep_H_a{
    color: rgb(0,101,180) !important;
}

.M_Dep_H_Trian_a {
    border-top: 2px solid rgb(0,101,180) !important;
   border-right: 2px solid rgb(0,101,180) !important;
}

.M_DepDispaly {
  display:none !important;
}

.M_Dep_des {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  height: 100px;
  width: 100%;
  padding:10px;
  background-color:rgba(0,0,0,0.5);
  color:white
}

.M_Dep_des h3 {
 margin-top:0px;
}

.M_Dep_des p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: -webkit-inline-box;
}

.BranchDep
{
    margin-top:30px;
    margin-bottom:30px;
    min-height:300px;
}

.BranchDep>.container>.row>.col-md-6
{
    margin-top:15px;
}

.NavLastMenu
{
    background-color: #f5f5f5;
}

.NavLastMenu>.container ul
{
    margin-bottom:0px;
}

.ScientificHead
{
   background-color: #f5f5f5;
   min-height: 380px;
}

.ScientificDiv {
    background-color: white;
    min-height: 300px;
    padding: 30px;
    border: solid 1px #D3D9DF;
    text-align: justify;
    margin-top: 30px;
}

    .ScientificDiv img {
        width: 100%;
        height: 260px;
    }

    .ScientificDiv > .row > .col-md-8 > p:nth-child(1) {
        font-size: 20px;
        font-weight: bold;
    }

    .ScientificDiv > .row > .col-md-8 > span:nth-child(2) {
        border-top: solid 3px rgb(0,101,180);
        display: inline-block;
    }
    .ScientificDiv > .row > .col-md-8 > p:nth-child(4) {
        line-height: 1.5;
        text-align: justify;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        display: -webkit-inline-box;
        font-size: 15px;
        min-height:132px;
    }

    .ScientificDiv > .row > .col-md-8 > a:nth-child(6) {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        min-width: 35px;
        margin-top: 15px;
        background-color: rgb(0,101,180);
        color: white;
    }

    .ScientificNew{
        margin-top:30px;
    }

     .ScientificNew>.container>.row>.col-md-8>.Publist_Head span {
      padding-left: 5px;
      border-bottom: solid 3px rgb(0,101,180);
    }

    .ScientificNew>.container>.row>.col-md-8>.row{
       height:390px;
       padding-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
    }

    .ScientificNewH{
       height:120px!important;
       border-bottom:none !important;
    }

     .ScientificNewH>.media>.media-left a{
       max-height: 120px;
       width: 160px;
       margin-right:0px;
    }

    .ScientificNewH >.media>.media-left img {
      width: 160px;
      height: 80px;
      height: 120px;
    }

    .ScientificNewH >.media>.media-body a:nth-child(1) {
     margin-right:0px;
     font-size:16px;
     font-weight:bold;
     margin-top: -15px;
    }

    .ScientificNewH >.media>.media-body p:nth-child(2) {
     line-height: 18px;
    margin-top: -25px;
    font-size: 14px;
    color: darkgray;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    min-height:54px;
    }

     .ScientificNewH >.media>.media-body p:nth-child(3) {
     margin-top: -30px;
    }

      .ScientificNewH >.media>.media-body p:nth-child(3) span:nth-child(1) {
     position: unset;
    }

      .ScientificNewH >.media>.media-body p:nth-child(3) span:nth-child(2) {
    float:right
    }
      
 .ScientificNewH >.media>.media-body p:nth-child(3) span:nth-child(2) a{
     padding-top:6px;
    font-size:12px;
    }

    .ScientificNewSpan{
       margin-right: 10px;
    }

    .ScientificZc{
        margin-top:30px;
    }

    .ScientificZc > .container >.row>.col-md-8>.row{
            height: 330px;
            margin-right: 0px;
            margin-left: 0px;
    }

    .yyghimg{
     /*content: url(/img/ghlc.png); */
     text:expression(src="/img/ghlc.png");
    }
    .ScientificZc > .container >.row>.col-md-8>.row>.List_Ul li a{
            margin-right: 0px;
    }

    .ScientificZc > .container > .row > .col-md-8 > .Publist_Head span {
      padding-left: 5px;
      border-bottom: solid 3px rgb(0,101,180);
    }

    .ScientificRH{
    border-left: #cecece 1px solid;
    line-height: 30px;
    width: 100%;
    background: url(../img/head_bg.gif) left 30%;
    height: 30px;
    color: #004499;
    font-size: 14px;
    border-right: #cecece 1px solid;
    }

    .ScientificRH span{
    padding-left:5px;
    font-weight:bold;
    }

    .ScientificRH1{
    border: #cecece 1px solid;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 6px;
    /*background-color: #fafafa;*/
    height: 330px;
    border-top: medium none;
    padding-top: 5px;
    }

    .ScientificRH2{
    height:390px;
    overflow: hidden;
    }

    .ScientificRH2>.List_Ul li{
    height:55px;
    border-bottom:none;
    }

    .ScientificRH2>.List_Ul li>.media>.media-left div{
    width:60px;
    height:50px;
    background-color:rgb(0,101,180);
    color:white;
    text-align:center;
    padding-top: 5px;
    line-height:1.2
    }

    .ScientificRH2>.List_Ul li>.media>.media-left div span:nth-child(1){
    position: unset;
    font-size: 18px;
    font-weight: bold;
    width:inherit;
    }

    .ScientificRH2>.List_Ul li>.media>.media-body a{
    -webkit-line-clamp: 2;
    }

    .ScientificRH2>.List_Ul li>.media>.media-left div span:nth-child(2){
    position: unset;
    font-size: 12px;
    width:inherit;
    }

    .ScientificRH1>.List_Ul li a{
        margin-right:0px;
    }

    .Reservation>.container>.row
    {
        border: #cecece 1px solid;background-color: #f5f5f5;
    }

    .Reservation>.container>.row>.col-md-6:nth-child(1)
    {
        padding-right:0px;
    }

     .Reservation>.container>.row>.col-md-6:nth-child(1) img
    {
       height:310px;
    }

      .Reservation>.container>.row>.col-md-6:nth-child(2) 
    {
      padding:30px;
      padding-top:10px;
      padding-bottom:15px;
      height:310px;
    }

    .CnPhysicalN 
    {
      margin-top: 20px;
    }

    .CnPhysicalN>.container>.row
    {
      margin-right:0px; 
    }

     .CnPhysicalN>.container>.row>.col-md-8
    {
      padding-right: 0px;
    }

    .CnPhysicalN>.container>.row>.col-md-8>.Publist_Head
    {
      height:40px;
    }

    .CnPhysicalN>.container>.row>.col-md-8>.Publist_Head span
    {
      line-height: 36px;
      padding-left: 5px;
      border-bottom: solid 3px rgb(0,101,180);
    } 

    .CnPhysicalN>.container>.row>.col-md-4
    {
      padding-left:10px;
    } 

    .CnPhysicalN1
    {
     margin-left: 10px;
    } 

    .CnPhysicalN1>div:nth-child(1)
    {
     height:40px;
     color:white;
     background-color:rgb(0,101,180);
     text-align:center;
     vertical-align:middle;
     font-size:18px;
     font-weight:bold;
     line-height: 2;
    }

    .CnPhysicalN1 > div:nth-child(2) 
    {
       border: #cecece 1px solid;
       padding-bottom: 5px;
       padding-left: 10px;
       padding-right:10px;
       margin-bottom: 6px;
       border-top: medium none;
       padding-top: 5px;
       height: 365px;
       overflow: hidden;
    } 

    .CnPhysicalN2{
        width: 75px;
    height: 65px;
    background-color:#f5f5f5;
    /*color: white;*/
    text-align: center;
    padding-top: 5px;
    line-height: 1.2;
    /*font-weight:bold;*/
    }

    .CnPhysicalN2 span:nth-child(1)
    {
      position: relative;
      left: -6px;
      top: 8px;
      color:rgb(0,101,180);
    }

    .CnPhysicalN2 span:nth-child(2)
    {
      position: relative;
      left: -8px;
      top: 13px;
      color: #333;
    }

    .LzjsNew {
    margin-top: 30px;
 }
    .LzjsNew>.container>.row>.col-md-8>.Publist_Head span {
    padding-left: 5px;
    border-bottom: solid 3px rgb(0,101,180);
}

    .LzjsNew>.container>.row>.col-md-8>.row {
    height: 360px;
    padding-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

     .LzjsZc {
    margin-top: 30px;
 }

     .LzjsZc > .container > .row > .col-md-8 > .Publist_Head span {
    padding-left: 5px;
    border-bottom: solid 3px rgb(0,101,180);
}

     .LzjsZc > .container >.row>.col-md-8>.row {
    height: 330px;
    margin-right: 0px;
    margin-left: 0px;
}

     .Lzjs {
    height: 390px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    border: #cecece 1px solid;
}

     .Lzjs ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

     .Lzjs li {
    height: 100px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px gainsboro;
}

     .Lzjs ul li>.media>.media-left img {
    width: 120px;
    height: 90px;
}

     .Lzjs ul li>.media>.media-body a {
    color: #333333;
    cursor: pointer;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    height: 60px;
    width: 100%;
}

     .Lcywjg
     {
         margin-bottom: 20px;
     }

     .Lcywjg>.row>.col-md-12>.list-new li
     {
         height: 45px;
         line-height: 45px;
     }

      .Lcywjg>.row>.col-md-12>.list-new li a
     {
         max-height: 45px;
    line-height:unset;
    -webkit-line-clamp: 2;
     } 

        .Lcywjg>.row>.col-md-12>.list-new li span
     {
       right:5px;
     }

        .Yxbzy {
    margin-top: 20px;
    margin-bottom: 20px;
}

        .Yxbzy>.container>.row>.col-md-8>.row {
    margin-top: 10px;
}

        .Yxbzy>.container>.row>.col-md-8>.row>div:nth-child(1) img {
    width: 100%;
    /* height: 230px; */
    height: 310px;
}

        .Yxbzy>.container>.row>.col-md-8>.row>div:nth-child(2) {
    text-align: justify;
    text-indent: 2em;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    font-size: 15px;
    padding-left: 0px;
    -webkit-line-clamp: unset;
}

        .Yxbzy > .container > .row > .col-md-8 > .row > div:nth-child(2) p {
    font-size: 20px;
    font-weight: bold;
    text-indent: 0;
    color: rgb(0,101,180);
}

        .Yxbzy > .container > .row > .col-md-8 > .row > div:nth-child(2)>span:nth-child(2) {
    border-top: solid 3px;
    display: inline-block;
    position: relative;
    left: -30px;
}

        .Yxbzy > .container > .row > .col-md-8 > .row > div:nth-child(2) div {
    position: relative;
    top: -10px;
}

@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .Lcywjg > .row > .col-md-12 > .list-new li a 
    {
        max-height: 45px;
        line-height: unset;
        -webkit-line-clamp: 2;
    }
} 



 

 


  

    
    





 

 


     
 