﻿
#_ideConac
{
    display:none;
}
body {
    overflow-x: hidden;
    /* display:inline-block; */
    /* width: 100%; */
    font-family: Arial;
}
.Top
{
    width:100% !important;
    min-height:30px!important;
    background-color:rgb(0,101,180)!important;
}
.Top ul{
    height:inherit !important;
    border-bottom: 0px !important;
 }
 
 .Top ul li{
     height:inherit !important;
  }
 .Top ul li a{
      height: 45px !important;
      line-height: 1.8;
      color: white;
   }
  
.Top ul li a:active {
    color:rgb(0,101,180) !important;
    background-color:white !important;
    height: 45px !important;
    line-height: 1.8;
}

.Top ul li a:hover {
   color:rgb(0,101,180) !important;
   background-color:white !important;
}

.Header {
    height: 100px !important;
    border-bottom: solid 1px #D3D9DF !important;
}
.Header>.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
    height: inherit;
}

.Header_left {
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
    /*margin-left: -5%!important;*/
    /*line-height: 7;*/
    height: inherit;
    padding-left:0px;
    padding-right:0px;
    padding-top: 15px;
}

.Header_img {
    /* height:auto; */
    width:100%; 
    max-height:80px; 
    /*width:inherit;*/
    /*height: 55px !important;*/
}

.Header_right {
     padding-bottom: 0px !important;
     padding-top: 24px !important; 
     height:inherit;
     padding-left: 0px;
     /*padding-left: 20px;*/
     /* padding-left: 12%!important; */
     
  }

.MenuNav{
    margin-bottom: 0px;
    display: inline-block;
    margin: 0px !important;
    padding: 0px;
    height: 20px;
    border-bottom: 0px;
    background-color: transparent;
    padding-top: 0px;
    border-bottom: 0px !important;
}
.MenuNav  span {
    display: inline-block;
    font-size: 14px;
    color: rgb(120,120,120);
}

.MenuNav  li {
    display: inline-block;
    font-size: 14px !important;
    height: 20px !important;
}

.MenuNav li a {
    font-size: 14px !important;
    height: 20px !important;
    text-decoration: none !important;
}

 #humane
  {
     display:none;
      cursor:pointer;
  }

   #humane img
  {
      width:20px;
      height:20px;
  }

   .humane_li{
      /*float:right !important;*/
  }
.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)"这种没有空格的写法是错误的,表达式中有“*”和“/”时，其前后可以没有空格，但建议留有空格*/
       }
      
       .Header_img {
            width:100%; 
       }
       
       .Header_right
       {
           width: 10px; 
       } 
       .Intro_Height{
            height:60px;
       }
  }


@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

    .webueditor img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
    }

    .Unit>.row>div:nth-child(2) {
        margin-top: 15px;
    }

    .Clinicalcontainer>div:nth-child(1) {
        width: 100% !important;
        border-right: none !important;
    }

    .Clinicalcontainer>div:nth-child(2) {
        width: 100% !important;
    }

    .Clinicalcontainer > div:nth-child(2) ul 
    {
            margin-left: 0px !important;
    }

    .DepIntro>.container>div:nth-child(3) > div:nth-child(1) img {
        width: 50% !important;
        height: auto !important;
        float: left;
        padding-right: 10px;
        margin-top: -100px !important;
    }

    .DepIntro>.container>div:nth-child(1){
        width: 100%;
        margin-left: 0% !important;
    }

    .DepIntro>.container>div:nth-child(2) {
        width: 50% !important;
        border-bottom: solid 1px #D3D9DF;
        margin-left: 50% !important;
        padding-top: 20px;
        padding-bottom: 5px;
        color: white;
        font-size: 18px;
    }

    .DepIntro>.container>div:nth-child(1)>div:nth-child(1) {
        margin-top: -50px !important;
        margin-left: 50% !important;
        width: 50% !important;
        word-break: break-word !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;
      padding: 10px;
  }
  
  .Header_btn:hover {
          background-color: gainsboro !important;
  }
  
  .Header_icon_bar {
      background-color: black !important;
  }
  
  
  .navbar-collapse {
      border-color: transparent !important;
  }
  .Header_menu ul
  {
      padding-top: 26px;
  }
  
  .Header_menu ul li
  {
      /*height: 40px !important;*/
       height: 48px !important;
  }
  
  .Header_menu ul li a
  {
      padding-top: 0px !important;
      height: 12px !important;
      padding-bottom: 0px !important;
      font-size: 16px;
      color:#333333; 
      border-left: solid 1px #D3D9DF;
      background-color: transparent !important;
      line-height: 0.9!important;
      /*padding-left: 15px !important;
      padding-right: 15px !important;*/
       padding-left: 10px;
      padding-right: 10px;
  }
  
  .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) ;
  }
  
  .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;
  }
  
  .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: 600px; */
      /* height: auto; */
     height:calc(100vh - 165px);
  }

@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    #myCarousel > .carousel-inner > .item > .Intro_img {
        height: 180px;
    }

    #menunavbar {
        z-index: 999;
        position: absolute;
        right: 0px;
        top: 65px;
        min-width: 160px;
    }

    .Header_menu ul li {
        height: 38px !important;
        padding-top: 10px;
    }

        .Header_menu ul li a {
            border-left: 0;
        }

        .Header_menu ul li:last-child > a {
            border-right: 0;
        }

    .Header_menu ul {
        padding-top: 0px;
        background-color: white;
        border: solid 1px #D3D9DF !important;
    }

    .Contact > .container > .row > div:last-child {
        padding-right: 0px !important;
    }

    .Team > .container > .row > div:nth-child(2) {
        text-align: center;
    }

    .Header_left {
        width: 80%;
    }

    .Header_right {
        width: 20%;
    }

    .LeadHead {
        padding-right: 15px;
    }

    .Team > .container > .row > .col-md-6 > .media {
        line-height: 8;
    }

    .RowPageDiv {
        display: none !important;
    }

    #Branch {
        z-index: 999;
        position: absolute;
        right: -20px;
        top: 75px;
        min-width: 300px;
        background-color: rgb(0,101,180);
    }

     #Branch ul {
       margin-top:-5px!important;
       margin-bottom:0px!important;
    }

     #Branch ul li:first-child {
       display:block !important;
       background-color: #ddd;
    }

     #Branch ul li:first-child a{
       cursor:default;
    }

      #Branch ul li:first-child a:hover{
       background-color: #ddd;
       color:#333333 !important;
    }

      #Branch ul li:nth-child(2) a,#Branch ul li:nth-child(3) a,#Branch ul li:nth-child(4) a,#Branch ul li:nth-child(5) a,#Branch ul li:nth-child(6) a{
       color:white !important;
    }

    #Branch ul li:nth-child(2):hover a,#Branch ul li:nth-child(3):hover a,#Branch ul li:nth-child(4):hover a,#Branch ul li:nth-child(5):hover a,#Branch ul li:nth-child(6):hover a{
       color:rgb(0,101,180) !important;
       background-color:whitesmoke !important;
       border-radius:0px!important;
    }
     

    .BranchPageIntro {
        width: 93.5% !important;
    }

    .DepTitle_righ > .row > .col-md-4 {
        display: none;
    }

    .DepTitle_righ > .row > .col-md-8>.navbar>.navbar-header button {
       margin-top:0px !important;
    }
}
    
    #myCarousel>.carousel-indicators {
        margin-bottom: -10px;
    }
    
    .Unit {
        margin-top: 25px !important;
    }
    
    .Unit>.row {
         word-wrap: break-word; 
    }
    
    .Unit>.row>div:nth-child(1)>div:nth-child(1){
        /*background-image: url(../img/T1.jpg);*/
        background-image: url(../img/T4.jpg);
        background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(1)>div:nth-child(1):hover{
        /*background-image: url(../img/T11.jpg) ;*/
        background-image: url(../img/T41.jpg) ;
        background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(2)>div:nth-child(1){
        background-image: url(../img/T2.jpg);
       background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    /*.Unit>.row>div:nth-child(2)>div:nth-child(1):hover{
        background: url(../img/T21.jpg) no-repeat;
        background-size: 100%;
    }*/

    .UnitActive{
        background-image: url(../img/T21.jpg) !important;
       background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(3)>div:nth-child(1){
        /*background-image: url(../img/T5.jpg);*/
        background-image: url(../img/T1.jpg);
      background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(3)>div:nth-child(1):hover{
        background-image: url(../img/T11.jpg);
       background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(4)>div:nth-child(1){
        /*background-image: url(../img/T4.jpg);*/
        background-image: url(../img/T5.jpg);
      background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    .Unit>.row>div:nth-child(4)>div:nth-child(1):hover{
        /*background-image: url(../img/T41.jpg);*/
        background-image: url(../img/T51.jpg);
       background-repeat:no-repeat;
        background-size:100% 100%;
	   -moz-background-size:100% 100%;
    }
    
    
    
    .Unit_row>.row>.col-md-3 {
        padding-left: 0px !important;
    }
    
    
    
    .Unit_md{
        padding-left: 23px !important;
        min-height: 210px !important;
        background-color: #EBEBEB;
    }
    
    .Unit_md>.page-header{
           position: relative;
           padding-bottom: 25px !important;
           padding-top: 5px !important;
           margin: 0 !important;
           height: 33px !important;
           /* border-bottom: 1px solid gray !important; */
           border-bottom: 1px solid whitesmoke !important;
    }
    
    .Unit_md>.page-header>p{
          font-size: 18px;
          font-weight: bold;
          /* color: gray; */
         color: whitesmoke;
         margin-bottom: 10px;
        
    }
    
    .Unit_md>p{
      /* font-size: 12px; */
      /* color: gray; */
       font-size: 15px; 
       color: whitesmoke;
       margin-top: 10px;
      -webkit-line-clamp:6;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-inline-box;
    }
    
    .Unit_md:hover >p{
      color:ghostwhite;
      font-size: 15px;
      text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
      -webkit-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
     -moz-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 2px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
     *filter: Glow(color=#ADADAD, strength=1)
    } 

    .UnitTitlep{
      color:ghostwhite !important;
      text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
      -webkit-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
     -moz-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 2px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
     *filter: Glow(color=#ADADAD, strength=1) !important
    } 

    .Unitp{
      color:ghostwhite !important;
      font-size: 15px !important;
      text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
      -webkit-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
     -moz-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 2px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0 !important;
     *filter: Glow(color=#ADADAD, strength=1) !important
    } 
   
    .Unit_md>a{
      padding-left: 6px !important;
          padding-right: 0px !important;
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          /* border: 1px solid gray !important; */
          border: 1px solid white !important;
          border-radius: 0px !important;
          height: 18px !important;
         /* color: gray !important; */
          color: whitesmoke !important;
          font-size: 8px !important;
          position: absolute;
          left: 35px;
          bottom: 18px;
          line-height: 0.8 !important;
    }
    
    .Unit_md>a>span{
      position:relative;
      top:1.5px;
      left:-3px
    }
    
    .Unit_md:hover {
        /* color: white !important;
        background-color: rgb(0,101,180) !important; */
        color: #F5F5F5;
         
    }
    .Unit_md:hover >a{
        /* color: white !important;
        border: 1px solid white !important; */
        color: #F5F5F5 !important;
        border: 1px solid #F5F5F5 !important;
        
    }
    
    .Unit_md:hover >.page-header>p{
        /* color: white !important; */
         /*color: #F5F5F5 !important;*/
         color:ghostwhite;
       
       text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
       
       -webkit-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 1px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
       
       -moz-text-shadow:#ADADAD 1px 0 0,#ADADAD 0 2px 0,#ADADAD -1px 0 0,#ADADAD 0 -1px 0;
       
       *filter: Glow(color=#ADADAD, strength=1)
    }
    
    .Unit_md:hover >.page-header{
        /* border-bottom: 1px solid white !important; */
        border-bottom: 1px solid #F5F5F5 !important;
    }
    
    .Contact
    {
        margin-top: 20px;
        min-height: 60px !important;
        width: 100%;
        color: gray;
        text-align: center;
        line-height: 1.5;
        border-top: 1px solid gainsboro !important;
        border-bottom: 1px solid gainsboro !important;
    }
    
    .Contact>.container
    {
        padding: 0px !important;
        height: inherit !important;
    }
    
    .Contact>.container>.row
    {
       padding-left: 0px !important;
    }
    
    .Contact>.container>.row>div>div
    {
       padding: 0px; 
       height: inherit;
    }
    
    .Contact>.container>.row>.col-sm-6
    {
       text-align: center !important;
       line-height: 3 !important;
       font-size: 20px !important;
       padding-left: 0px;
       margin-right: 0px;
       height: 60px;
       margin-right: 16px;
    }
    
    
    
    .Contact>.container>.row>div:nth-child(2)
    {
       height: 60px !important;
       margin-left: 0px;
       padding-right:10px;
       padding-left: 0px;
       border-left: 1px solid gainsboro !important; 
    }
    
    .Contact>.container>.row>div:last-child
    {
       height: 60px !important;
       border-left: 1px solid gainsboro !important; 
       margin-left: -10px;
       padding-left: 0px;
       padding-right: 35px;
       margin-right: -10px; 
    }
    
    .Contact>.container>.row>div:last-child>div:first-child>i{
        color: rgb(22,186,239) !important;
        line-height: 3 !important;
        z-index: 2;
    }
    
    .Contact>.container>.row>div:last-child>div:first-child>a{
       text-align: center !important;
       line-height: 3 !important;
       font-size: 16px !important;
       color: dimgrey !important;
       padding-left: 5px !important;
       padding-right: 0px !important;
    }
    
    .Contact>.container>.row>div:nth-child(2)>div:first-child>i{
        color: rgb(22,186,239) !important;
        line-height: 3 !important;
        z-index: 2;
    }
    
    .Contact>.container>.row>div:nth-child(2)>div:first-child>a{
       text-align: center !important;
       line-height: 3 !important;
       font-size: 16px !important;
       color: dimgrey !important;
       padding-left: 5px !important;
       padding-right: 0px !important;
    }
    
    .Contact>.container>.row>div:nth-child(2)>div:hover{
      background-color: rgb(0,101,180) !important;
    }
    
    .Contact>.container>.row>div:nth-child(2)>div:hover>a{
      color: white !important;
    }
    
    .Contact>.container>.row>div:nth-child(2)>div:hover>i{
      color: white !important;
    }
    
    .Contact>.container>.row>div:last-child>:hover{
      background-color: rgb(0,101,180) !important;
    }
    
    .Contact>.container>.row>div:last-child>div:hover>a{
      color: white !important;
    }
    
    .Contact>.container>.row>div:last-child>div:hover>i{
      color: white !important;
    }
    
    .News{
        /* margin-top: 20px; */
      padding-top:20px;
      background-color: #f5f5f5;
    }
    
    .News>.container>.row>.col-md-9>div:nth-child(1){
       text-align: center;
    }

    .News>.container>.row>.col-md-9>div:nth-child(1) a{
       font-size: 18px;
       color:#333333;
       font-weight: bold;
       cursor:pointer;
       text-decoration:none;
    }

     .News>.container>.row>.col-md-9>div:nth-child(1) a:hover{
       color:rgb(0,101,180);
    }

    .News>.container>.row>.col-md-9>div:nth-child(2) {
       text-align: center;
       margin-top: -8px;
    }

    .News>.container>.row>.col-md-9>div:nth-child(2) span{
       width: 50px;
       border-bottom: solid 3px rgb(0,101,180);
    }

    .News>.container>.row>.col-md-9>div:nth-child(3){
       margin-top: 5px;
       text-align: center;
    }

    .News>.container>.row>.col-md-9>div:nth-child(4){
       margin-top: 10px;
       padding-top: 10px;
       padding-bottom: 10px;
       margin-left: 0px;
       margin-right: 0px;
    }

    .News>.container>.row>.col-md-9>div:nth-child(4)>.col-md-4{
      padding-left: 0px;
    }

    .News>.container>.row>.col-md-9>div:nth-child(4)>div:last-child{
      padding-left: 0px;
      padding-right: 0px;
    }

    .News>.container>.row>.col-md-3 ul{
       list-style:none;
       margin:0px;
       padding:0px;
    }

    .News>.container>.row>.col-md-3 ul>div:nth-child(1){
       padding-bottom:15px;
       border-bottom: solid 1px #D3D9DF;
       margin-bottom: 42px;
    }

    .News>.container>.row>.col-md-3 ul>div:nth-child(1) span{
       font-size:18px;
       font-weight:bold;
       padding-top:5px;
       padding-bottom:16px;
       border-bottom:solid 2px rgb(0,101,180);
    }

    .News>.container>.row>.col-md-3 ul li{
       margin-top:15px;
    }

    .News>.container>.row>.col-md-3 ul li>.media>.media-left img{
       width:85px;
       height: 80px;
    }

     .News>.container>.row>.col-md-3 ul li>.media>.media-body a{
        line-clamp: 4;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
       overflow: hidden;
       color:#474747;
       text-align:justify;
       /*text-decoration:none;*/
       cursor:pointer;
    }

    .Newsthumbnail
    {
        border: 0px;
        padding: 0px;
    }

    .Newsthumbnail img
    {
        height: 170px;
        width: 100%;
    }

    .Newsthumbnail>.caption
    {
        text-align: center;
        padding-left:2px;
        padding-right:2px;
        padding-bottom:5px;
        min-height:100px;
    }

    .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;
    }
    
    #myCarousel1
    {
        height: 200px;
    } 
 
    .News_img
    {
        height:180px !important;
    }
    
    .Newsindicators .active {
        width: 23px; 
        height: 8px;
        margin: 0;
        border-color: rgb(0,101,180);
        background-color: rgb(0,101,180) !important;
    }
    
    .Newsindicators li {
        border: 1px solid #D5D5D5;
    }
    
    .Team {
        margin-top: 20px;
    }
    
    .Team>.container>.row {
        min-height: 126px;
        border-bottom: solid 1px gainsboro;
    }
    
    .Team>.container>.row>.col-md-6>.media {
        text-align: center;
        line-height: 10;
    }
    
    .Team>.container>.row>.col-md-6>.media>.media-left{
       display: inline-block;
    }
    
    .Team>.container>.row>.col-md-6>.media>.media-left>img
     {
         display: inline-block;
         width:60px;
     }
     
     .Team>.container>.row>.col-md-6>.media>.media-left>h4
      {
          display: inline-block;
          color: rgb(0,101,180);
      }
      
      .Team>.container>div:nth-child(2)>div:first-child>.media>.media-left
       {
           margin-left: 100px;
       }
       
       .Team>.container>div:nth-child(3)>div:first-child>.media>.media-left
        {
            margin-left: 20px;
        }
        
        .Team>.container>.row>div:nth-child(2)>a
         {
             padding-left: 6px ;
             padding-right: 0px ;
             padding-top: 0px ;
             padding-bottom: 23px;
             border-radius: 0px ;
             height: 12px ;
             color: white ;
             font-size: 1px ;
             position: relative;
             top: 0px;
             background-color: rgb(0,101,180) ;
             margin-bottom: 10px ;
         }
         
         .Team>.container>.row>div:nth-child(2)
          {
              padding-top: 20px;
          }
    
    .Dep {
        min-height: 180px;
        background-color: rgb(0,101,180);
        margin-top: 20px;
        padding-bottom:10px;
    }
    
    .Dep>.container>.row {
        text-align: center;
        color: white;
    }
    
    .Dep>.container>div:nth-child(2)>span {
      opacity: 0.8;
    }
    
    .Dep>.container>div:last-child>div>a {
        background-color: transparent;
        color: white !important;
        text-align: center;
        font-size: 16px;
        width: 210px;
        border: solid 1px white !important;
        border-radius: 0 !important;
        height: 30px !important;
        line-height: 1!important;
        margin-top: 10px;
    }
    
    .Dep>.container>div:last-child>div>a:hover {
        opacity: 0.6;
    }
    
    .foot {
        /*background-color:gainsboro;*/
        background-color: #EBEBEB;
        margin-top:25px;
        min-height: 100px;
        text-align: center;
        color: black;
        /*padding-top: 1.3%;*/
        font-size: 14px;
        opacity: 0.8;
        vertical-align:middle;
        line-height: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    }

    .foot img {
            width: 50px;
            height: auto;
        }
    
    /*.foot_p {
        margin-bottom: 0px;
    }
    
    .foot_dz {
        margin-right: 10px;
    }
    
    .foot_t {
        margin-right: 3px;
    }*/
    
    
    .C_body
    {
        min-height: calc(100vh);
        font-family: Arial;
    }
    
    .C_Head
    {
        margin-top: 10px;
    }
    
    .C_Head img
    {
       height: 263px;width: 100%;
    }
    
    .About_Intro
    {
       margin-top: 10px; 
    }
    
    .About_Intro>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .About_Intro>.container>.row>p:nth-child(1)
    {
     /* color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; */
    }
    
    
    .About_Intro>.container>div:nth-child(1)
    {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px #D3D9DF;
    margin-bottom: 10px;
    }
    
    .About_Intro>.container>div:nth-child(1)>span:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; 
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }
    
    .About_Intro>.container>div:nth-child(2)>div:nth-child(1)
    {
      font-size: 14px;
      text-indent: 2em;
      text-align: justify;
    }
    
   
    .About_Team
    {
     margin-top:20px;
    }
    .About_Team>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    }
   .About_Team>.container>div:nth-child(1)
    {
     padding-bottom: 5px;
     border-bottom: solid 1px #D3D9DF;
     margin-bottom: 10px;
    }

   .About_Team>.container>div:nth-child(1) span
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; 
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }
   .About_Team1
   {
       padding-left: 20px;
       margin-top:0px;
   }



    .Teamlist {
    padding-top: 5px;
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    height: 300px;
   }
   .Teamlist>.col-md-2
   {
        margin-top:10px; 
        padding-left:8px;
        padding-right:10px;
    }
            
     .Teamlist>div:nth-child(1){
        /*padding-left:7px;*/
     }

     .Teamlist>div:nth-child(6){
      /*padding-right:7px ;*/ 
    }

      .Teamlist>.col-sm-2>.thumbnail{
     margin:0px;
     padding:0px;
     border:0px;
    }

    .Teamlist>.col-sm-2>.thumbnail img{
    height:210px;
    width:100%;
    cursor:pointer;
    }

    .Teamlist>.col-sm-2>.thumbnail>.caption{
    padding:0px;
    text-align: center;
    padding-top: 5px;
    border:solid 1px #D3D9DF;
   
    }

     .Teamlist>.col-sm-2>.thumbnail>.caption>a:nth-child(1){
      color:rgb(0,101,180);
      cursor:pointer;
      text-decoration:none;
    }

     .Teamlist>.col-sm-2>.thumbnail>.caption>p:nth-child(2){
      margin-top:0px;
      margin-bottom: 10px;
      text-align: center;
    }

     .LeadHead
    {
        margin-top: 20px;
    }
    
    .LeadHead>.container>.row
    {
        padding-top:20px;
        padding-bottom:20px;
    }
    
    .LeadHead>.container>.row>.media
    {
        padding-left:30px;
    }
    
    .LeadHead>.container>.row>.media>.media-left img 
    {
        width:160px;
        height:180px;
    }
    
    .LeadHead>.container>.row>.media>.media-body 
    {
        padding-left: 30px;
    }
    
    .LeadHead>.container>.row>.media>.media-body a
    {
       font-size:20px;
       color:rgb(120,120,120);
       padding-top:10px;
       padding-bottom:10px;
       text-decoration:none;
    }
    
    .LeadHead>.container>.row>.media>.media-body div
    {
        font-size:14px;
        padding-top:10px;
        color:rgb(120,120,120);
        /* padding-bottom:10px; */
        text-align:justify;
    }
    
    .LeadHead>.container>.row>.media>.media-body div a
    {
        color:rgb(120,120,120);
        font-size:16px;
    }
   
    
   .LeadDetail>.container>div:nth-child(1)
   {
       margin-top: 20px;
       padding-bottom: 5px;
       border-bottom: solid 1px #D3D9DF;
       margin-bottom: 10px;
      margin-left: 0px;
    margin-right: 0px;
   }
   
   .LeadDetail>.container>div:nth-child(1)>span:nth-child(1) {
       color: rgb(0,101,180);
       font-weight: bold;
       font-size: 18px;
       padding-bottom: 6px;
       border-bottom: solid 2px rgb(0,101,180);
   }

.LeadDetail > .container > div:nth-child(2) {
    min-height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    text-align:justify;
}
    
    .About_Map
    {
     margin-top: 20px; 
    }
    
    .About_Map>.container>div:nth-child(1)
    {
     padding-bottom: 5px;
     border-bottom: solid 1px #D3D9DF;
     margin-bottom: 10px;
     margin-left: 0px;
     margin-right: 0px;
    }
    
    .About_Map>.container>div:nth-child(1) span
    {
     color:rgb(0,101,180);
     font-weight:bold;font-size: 18px;
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }
    
    .About_Map>.container>div:nth-child(2)
    {
     margin-left: 0px;
     margin-right: 0px;
     text-align: center;
    }
    
    .About_Map>.container>div:nth-child(2) img
    {
     height: 547px;
    }



@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .About_Map > .container > div:nth-child(2) img {
        height: auto;
        width: 100%;
    }

    .About_Team1 {
        padding-left: 0px;
    }

    .Teamlist {
        height: auto !important;
    }

    /*#Teamlist>div:nth-child(even){
             padding-right:7px ; 
          }*/
    .News > .container > .row > .col-md-9 > div:nth-child(4) > .col-md-4 {
        padding-right: 0px;
    }

    .Team > .container > .row > .col-md-6 > .media {
        height: 80px;
        line-height:8 !important;
    }

    .Team > .container > div:nth-child(2) > div:first-child > .media > .media-left {
        margin-left: 10px;
    }

    .LeadHead>.container>.row>.media>.media-body {
    padding-left: 10px;
   }

    .LeadHead>.container>.row>.media {
    padding-left: 15px;
  }

    .LeadHead>.container>.row>.media>.media-body div {
   
    max-height: 105px;
    -webkit-line-clamp:5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    padding-top: 0px;
}
     .Unit>.row>div:nth-child(even) {
   padding-left:15px;
   }

     .Unit>.row>div:nth-child(3)>div:nth-child(1) {
   margin-top:15px;
  }

      .Unit>.row>div:nth-child(4)>div:nth-child(1) {
   margin-top:15px;
  }

   .Teamlist>.col-sm-2>.thumbnail>.caption {
    min-height: 78px;
}
   .Teamlist>.col-sm-2>.thumbnail {
    min-height: 260px;
}

   #docleft
   {
       display:none;
   }

   #doctorlist
   {
       width:100% !important;
       height: auto !important;
       margin-left: 10px !important;
   }

   #docright
   {
       display:none;
   }
}
    


    .PatientsCare
    {
       margin-top: 30px; 
    }
    
    .PatientsCare>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .PatientsCare>.container>div:nth-child(1)
    {
    
     padding-bottom: 4px;
     border-bottom: solid 1px #D3D9DF;
    }
   
    .PatientsCare>.container>.row>span:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; 
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }
    
   .HealthTiltle
    {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: solid 1px #D3D9DF;
    }
    
    .HealthTiltle span
    {
       color:rgb(0,101,180);
       font-weight:bold;
       font-size: 18px; 
       padding-bottom: 6px;
       border-bottom: solid 2px rgb(0,101,180);
    }
    
    .HealthContent
    {
      margin-bottom: 10px;
    }
    .HealthContent>div:nth-child(1) img
    {
        width:100%;
        height:100%;
    }
    
    .HealthContent>div:nth-child(2)>div:nth-child(1)
    {
       min-height:350px;
    }
    
    .HealthContent>.col-md-8
    {
      padding-left: 0px;
    }
    
    .HealthContent>.col-md-4
    {
      padding-left: 0px;
      padding-right: 0px;
    }
    
    .HealthContent>.col-md-4>div:nth-child(1)
    {
      background-color: rgb(0,101,180);
      padding: 30px;
    }
    
    .HealthContent>.col-md-4>div:nth-child(1) ul
    {
     list-style: none;
     padding: 0px;
    }
    
    .Healthli
    {
    padding-bottom: 10px;
    }
    
    .Healthli span
    {
    color: white;
    font-size: 20px;
    font-weight:bold;
    text-align: right;
    }
    
    .Healthli>div:nth-child(1)
    {
        display:inline-block;
    }
    
    .Healthli>div:nth-child(1)>div:nth-child(2)
    {
        margin-top:-25px;
        margin-left:30px; 
    }

    .Healthli a
    {
       color: whitesmoke;
       text-decoration:none;
    }
    
    .Healthli a:hover
    {
        color:#F7ECB5;
    }
    
    .Healthli a:focus
    {
        color:#F7ECB5;
    }
    
    .Healthli_a1
    {
     margin-left: 10px; 
    }
   
    .Clinical
    {
       margin-top: 30px; 
    }
    
    .Clinical>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Clinical>.container>div:nth-child(1)
    {
     padding-bottom: 5px;
     margin-bottom: 15px; 
     border-bottom: solid 1px #D3D9DF;
    }
    
   
    .Clinical>.container>div:nth-child(2)>.col-md-6
    {
    padding-left: 0px;
    }
    
    .Clinical>.container>div:nth-child(2)>.col-md-6 img
    {
      /* height: 524px; */
      width:100%
    }
    
     .Clinical>.container>div:nth-child(2)>div:nth-child(2)
    {
     padding-right: 0px;
    }
    
    .Clinical>.container>div:nth-child(2)>div:nth-child(2)>div:nth-child(1)
    {
     background-color: rgb(0,101,180);
     padding: 30px;
    } 
    
    .Clinicalcontainer
    {
     padding: 0px;
     width: 100%;
    }
    
    .Clinicalcontainer>div:nth-child(1)
    {
     width: 50%;
     border-right: solid 1px #D3D9DF;
     padding: 0px
    }
    
    .Clinicalcontainer>div:nth-child(1) ul 
    {
      list-style: none;
      padding: 0px;
    }
    
    .Clinicalcontainer>div:nth-child(2)
    {
     width: 50%;
     padding: 0px
    }
    
    .Clinicalcontainer>div:nth-child(2) ul
    {
     list-style: none;
     padding: 0px;
     margin-left: 15px;
    }
    
    .Clinical_li
    {
     padding-bottom: 10px;
    }
    
    .Clinicalcontainer>.col-md-6 ul li:first-child
    {
        padding-top: 0px;
    }
    
    .Clinicalcontainer>.col-md-6 ul li:last-child
    {
        padding-bottom: 0px;
    }
    
    .Clinical_span
    {
     color: white;
     font-size: 20px;
     font-weight:bold;
     text-align: right;
    }
    
    .Medical
    {
       margin-top: 15px; 
    }
    
    .Medical>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
  
  .round{
      width:16px;
      height:16px;
      display: inline-block;
      font-size:16px;
      line-heigth:16px;
      text-align:center;
      color:white;
      text-decoration:none
  }
    
    .Institutes
    {
       margin-top: 10px; 
    }
    
    .Institutes>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Hospital
    {
       margin-top: 15px; 
    }
    
    .Hospital>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Centers
    {
       margin-top: 15px; 
    }
    
    .Centers>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }

    .DepIntro
    {
      background-color:rgb(0,101,180);
      min-height:260px;
      margin-top: 80px;
      padding-bottom:30px;
    }

    .DepIntro>.container>div:nth-child(1)
    {
      width:100%;
      margin-left:63.5%;
    }
    
    .DepIntro>.container>div:nth-child(1)>div:nth-child(1)
    {
      margin-top: -40px;
      color:rgb(0,101,180);
      font-size:18px;
      font-weight:bold;
    }

    .DepIntro>.container>div:nth-child(2)
    {
     border-bottom:solid 1px #D3D9DF;
     width:100%;
     margin-left:63.5%;
     padding-top: 20px;
     padding-bottom:5px;
     color:white;
     font-size:18px;
    }

     .DepIntro>.container>div:nth-child(3)>div:nth-child(1) a
    {
    cursor:pointer;
    }

     .DepIntro>.container>div:nth-child(3)>div:nth-child(1) img
    {
    width:60%;
    height: 350px;
    margin-right: 3%;
    float: left;
    margin-top:-90px;
    }

      .DepIntro>.container>div:nth-child(3)>div:nth-child(2)
    {
    margin-top:10px;
    color:white;
    line-height:1.5;
    text-align: justify;
    }

    .DepService
    {
        margin-top: 35px;
        min-height:160px;
    }

    .DepService>.container>.row>.col-md-9
    {
        padding-left:0px;
    }

    .DepService>.container>.row>.col-md-9>p:nth-child(1)
    {
        border-bottom:solid 1px #D3D9DF;
        padding-bottom:5px;
        color:rgb(0,101,180);
        font-size:16px;
        font-weight:bold;
    }

    .DepDoctors
    {
        margin-top: 50px;
    }

    .DepDoctors>.container>.row>p:nth-child(1)
    {
       padding-bottom:5px;
       color:rgb(0,101,180);
       font-size:16px;
       font-weight:bold
    }

    .DepDoctors>.container>.row>.media
    {
       margin-bottom:35px;
    }

    .DepDoctors>.container>.row>.media>.media-left img
    {
       width:160px;
       height:180px;
       padding-right:20px;
       cursor:pointer;
    }

    .DepDoctors>.container>.row>.media>.media-body
    {
       border-top:solid 1px #D3D9DF;
       border-bottom:solid 1px #D3D9DF;
       height:180px;
    }

    .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)
    {
       margin:0px;
    }

    .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)>.col-md-5
    {
       padding:0px;
       padding-top: 20px;
    }

    .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)>.col-md-5 a
    {
       font-size:23px;
       color:#333333;
       text-decoration:none;
       cursor:pointer;
    }

    .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)>.col-md-5 a:hover
    {
      color:rgb(0,101,180);
    }

    .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)>.col-md-7
    {
      padding:0px;
      text-align:right;
      padding-right:31%;
    }

     .DepDoctors>.container>.row>.media>.media-body>div:nth-child(1)>.col-md-7>p:nth-child(1)
    {
      color:rgb(0,101,180);
      margin-bottom: 0px;
      padding-top: 20px;
    }

     .DepDoctors>.container>.row>.media>.media-body>p:nth-child(2)
    {
       padding-right:31%;
      max-height: 105px;
      line-height: 1.5;
      -webkit-line-clamp: 5;
      overflow: hidden;
      text-overflow: ellipsis;
       -webkit-box-orient:vertical;
      display: -webkit-inline-box;
      text-align:justify;
      margin-bottom:0px;
    }
    
    .Inter
    {
       margin-top: 30px; 
    }
    
    .Inter>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
    }
    
    .Inter>.container>div:nth-child(1)
    {
     padding-bottom: 5px;
     border-bottom: solid 1px #D3D9DF;
    }
  
    .Inter>.container>.row>span:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; 
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }
    
    .Inter>.container>.row>.row
    {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      min-height:calc(100vh - 577px);
    }
    
     .Inter>.container>.row>.row>div:nth-child(1)
     {
       padding-left: 0px;
     }
     
     .Inter>.container>.row>.row>div:nth-child(1) img
     {
       width: 100%;
       height: 320px;
     }
     
     .Inter>.container>.row>.row>div:nth-child(2)
     {
       padding-right: 0px;
       height: 320px;
     }
    
     .Inter>.container>.row>.row>div:nth-child(2)>div:nth-child(1)
     {
      position: absolute;
      bottom: 20px;
      padding-bottom: 5px;
      max-height: 300px;
      overflow-y:hidden;
     }

     .InterNews>.container>div:nth-child(1) h3
     {
         font-size:22px;
         font-weight: bold;
     }

     .News
    {
       margin-top: 30px; 
    }
    
    .News>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
    }
    
    .News>.container>div:nth-child(1)
    {
     padding-bottom: 5px;
     border-bottom: solid 1px #D3D9DF;
    }

    .News>.container>.row>span:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px; 
     padding-bottom: 6px;
     border-bottom: solid 2px rgb(0,101,180);
    }


@media screen and (max-width: 768px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .Inter > .container > .row > .row > div:nth-child(1) {
        padding-right: 0px;
    }

    .Inter > .container > .row > .row > div:nth-child(2) {
        padding-left: 0px;
        margin-top: 10px;
    }

        .Inter > .container > .row > .row > div:nth-child(2) > div:nth-child(1) {
            max-height: 295px;
        }

    .HealthContent > .col-md-8 {
        padding-right: 0px;
        height: 230px !important;
    }

    .HealthContent > .col-md-4 {
        margin-top: 15px;
    }

    .Clinical > .container > div:nth-child(2) > div:nth-child(1) {
        padding-left: 0px;
        padding-right: 0px;
        height: 300px !important;
    }

    .Clinical > .container > div:nth-child(2) > div:nth-child(2) {
        margin-top: 15px;
    }

    .DepService > .container > .row > .col-md-9 {
        padding-left: 15px;
    }

    .DepDoctors > .container > .row {
        margin-right: 0px;
        margin-left: 0px;
    }

        .DepDoctors > .container > .row > .media > .media-body > div:nth-child(1) > .col-md-7 {
            padding-right: 0px;
        }

        .DepDoctors > .container > .row > .media > .media-body > div:nth-child(1) > .col-md-5 {
            padding-top: 10px;
        }

        .DepDoctors > .container > .row > .media > .media-body > div:nth-child(1) > .col-md-7 > p:nth-child(1) {
            padding-top: 10px;
        }

        .DepDoctors > .container > .row > .media > .media-body > p:nth-child(2) {
            padding-right: 0px;
            -webkit-line-clamp: 4;
        }

    .DepIntro > .container > div:nth-child(3) > div:nth-child(1) img {
        height: 200px;
    }

    .DepIntro > .container > div:nth-child(3) {
        margin-left: 0px; 
        margin-right: 0px; 
    }

   
}
    
    .Inter>.container>.row>.col-md-4
    {
      padding-left: 0px;
      margin-top: 15px;
    }
    
    .Inter>.container>.row>.col-md-4>.thumbnail
    {
    border: 0px;
    padding: 0px;
    margin-bottom:0px;
    }
    
    .Inter>.container>.row>.row>div:nth-child(2)>div:nth-child(1) h4
     {
      text-align: justify;
      color: #333333;
     }
  
     .Inter>.container>.row>.row>div:nth-child(2)>div:nth-child(1) h5
      {
       margin-top:12px;
       margin-bottom:12px;
       color:#23527C;
      }
      
      .Inter>.container>.row>.row>div:nth-child(2)>div:nth-child(1) p
       {
        text-align: justify;
        margin-bottom: 0;
        color:#474747;
       }
       
       .Inter>.container>.row>.row>div:nth-child(2) a
        {
         padding: 0;
         text-indent: 0;
         position: absolute;
         right: 0; 
         bottom:0;
         color: #000000;
        }
        
        .Inter>.container>.row>.row>div:nth-child(2) a:hover
         {
          color:rgb(0,101,180);
         }

        .InterNews>.container>div:nth-child(1) 
        {
            text-align: center;
            margin-top: 20px;
        }

         /*.InterNews>.container>div:nth-child(1) h3
        {
          
        }*/

          .InterNews>.container>div:nth-child(1) span
        {
           
        }

       .InterNews>.container>div:nth-child(2)
        {
           min-height:300px;
        }

       .InterNews>.container>div:nth-child(2)
        {
           margin-top: 10px;
           border-top: solid 1px #D3D9DF;
           margin-left: 3px;
           margin-right:3px;
           padding-top: 20px;
           text-align: justify;
        }
    
        .InterNews>.container>div:nth-child(3)
        {
           margin-top: 10px;
           border-top: solid 1px #D3D9DF;
           margin-left: 3px;
           margin-right:3px;
           padding-top: 20px;
        }

        .InterNews>.container>div:nth-child(3)>div:nth-child(1)
        {
           padding-left: 0px;
        }

         .InterNews>.container>div:nth-child(3)>div:nth-child(2)
        {
           padding-right: 0px;
           float: right;
        }

        .InterNews>.container>div:nth-child(3)>div:nth-child(1)>div:nth-child(1)
        {
          font-size:16px;
        }
        .InterNews>.container>div:nth-child(3)>div:nth-child(1)>div:nth-child(1) a
        {
          margin-left: 5px;
          cursor:pointer;
        }

        .InterNews>.container>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)
        {
          text-align:right;
          font-size:15px;
        }

         .InterNews>.container>div:nth-child(3)>div:nth-child(2)>div:nth-child(1) a
        {
          margin-right: 5px;
          cursor:pointer;
        }

        .InterNewsHide{
            display:none;
        }

        .TriangleLeft {
         width: 10px;
         height: 10px;
         border-left: 2px solid #D0D0D0;
         border-bottom: 2px solid #D0D0D0;
         transform: rotate(45deg);
         display: inline-block;
         cursor: pointer;
        }

        .TriangleRight {
          width: 10px;
          height: 10px;
          border-top: 2px solid #D0D0D0;
          border-right: 2px solid #D0D0D0;
          transform: rotate(45deg);
          display: inline-block;
          cursor: pointer;
         }
    .Appoint
    {
       margin-top: 10px; 
    }
    
    .Appoint>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Appoint>.container>.row>p:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px;
    }
    
    .Billing
    {
       margin-top: 10px; 
    }
    
    .Billing>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Billing>.container>.row>p:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px;
    }
    
    .Lodging
    {
       margin-top: 10px; 
    }
    
    .Lodging>.container>.row
    {
      margin-left: 0px;
      margin-right: 0px;
    }
    
    .Lodging>.container>.row>p:nth-child(1)
    {
     color:rgb(0,101,180);
     font-weight:bold;
     font-size: 18px;
    }

    .Enduction>.container>.row{
    margin-right:0px;
    margin-left:0px;
}

    .Enduction>.container>div:nth-child(1) {
    padding-bottom: 4px;
    border-bottom: solid 1px #D3D9DF;
}

    .Enduction>.container>.row>span:nth-child(1) {
    color: rgb(0,101,180);
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: solid 2px rgb(0,101,180);
}
    
    
    .EnContant
    {
       margin-top: 10px; 
    }

     .EnContant>.container>.row
    {
      margin-left:0px;
      margin-right:0px;
    } 
    
    .EnContant>.container>div:nth-child(1)
    {
      text-align: center;
    } 
    
    .EnContant>.container>div:nth-child(1) p
    {
      color: rgb(0,101,180);
      font-size: 26px;
      padding-top: 20px;
    } 
    
    .EnContant>.container>div:nth-child(2)
    {
      text-align: center;
      margin-top:-10px;
    } 
    
    .EnContant>.container>div:nth-child(2) span
    {
     border-bottom: solid 3px rgb(0,101,180);
    } 
    
    .EnContant>.container>div:nth-child(3)
    {
      margin-top: 10px;
    } 
    
    .EnContant>.container>.row>.col-md-7
    {
      padding-left: 0px;
    } 
    
    .EnContant>.container>.row>.col-md-7 h3
    {
      color: rgb(0,101,180);
    } 
    
    .EnContant>.container>.row>.col-md-7 div
    {
      padding-left:5px;
    } 
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(2)>p:nth-child(1)
    {
     font-size:16px;
     font-weight: bold;
     color:#333;
    }
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(2)>p:nth-child(2)
    {
     color: #474747;
    }
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(2)>p:nth-child(3)
    {
     font-size:16px;
     font-weight: bold;
     color:#333;
    }
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(2)>p:nth-child(4)
    {
     color: #474747;
     font-family:SimSun;
    }
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(4)>p:nth-child(1)
    {
     font-size:16px;
     font-weight: bold;
     color:#333;
    }
    
    .EnContant>.container>.row>.col-md-7>div:nth-child(4)>p:nth-child(2)
    {
     color: #474747;
    }
    
    .EnContant>.container>.row>.col-md-7>div:last-child p
    {
    
     font-weight: bold;
     color:#474747;
    }
    
    .EnContant>.container>.row>.col-md-5
    {
      padding-left: 0px;
      padding-right: 0px;
    } 
    
    .EnContant>.container>.row>.col-md-5 h3
    {
      color: rgb(0,101,180);
      margin-bottom: 5px;
    } 

    .EnNews {
    margin-top: 15px;
}

    .EnNews>.container>div:nth-child(1) {
    padding-bottom: 5px;
    border-bottom: solid 1px #D3D9DF;
}
        .EnNews > .container > .row > span:nth-child(1) {
            color: rgb(0,101,180);
            font-weight: bold;
            font-size: 18px;
            padding-bottom: 6px;
            border-bottom: solid 2px rgb(0,101,180);
        }

        .EnNews>.container>.row {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 10px;
        }

        .EnNews>.container>div:nth-child(2) {
          min-height:300px;
        }

       .EnNewsList {
           list-style: none;
           margin: 0px;
           padding: 0px;
       }

        .EnNewsList li {
            margin-top: 10px;
            padding-bottom: 10px;
            border-bottom: dotted 1px gainsboro;
            padding-left: 10px;
            padding-right: 10px;
        }

        .EnNewsList li > .media > .media-left img {
            width: 120px;
            height: 85px;
        }

        .EnNewsList 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:15px;
                height: 66px;
         }

        .EnNewsList li > .media > .media-body a:hover {
                color:rgb(0,101,180);
         }

         .EnNewsList li > .media > .media-body p {
                margin-bottom:0px;
                color:  mediumblue;
                font-size:15px;
         }

         .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 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;
      }
    
    
    .C_foot {
        /*background-color:gainsboro;*/
        background-color: rgb(22,186,239);
        margin-top:25px;
        min-height: 80px;
        text-align: center;
        /* color: white; */
        color:#fff;
        /*padding-top: 1.3%;*/
        font-size: 14px;
        opacity: 0.8;
        vertical-align:middle;
        /*line-height: 1;*/
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    }

    .C_foot img {
            width: 50px;
            height: auto;
        }

    #Branch ul
    {
        margin-top:10px;
    }
    #Branch 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;
    }

    #Branch ul li:first-child {
       display:none;
    }

    #Branch ul li a:hover
    {
      background-color: rgb(0,101,180);
     color: white !important;
    }


    .DepTitle_righ>.row>.col-md-4 h4 {
    color: #D58512;
}
    .BranchActive {
     background-color: rgb(0,101,180);
     color: white !important;
    }

    .BranchPagetitle {
    background-color: #f5f5f5;
    min-height: 300px;
    }

    .BranchPageIntro {
    background-color: white;
    min-height: 300px;
    margin-top: -50px;
    z-index: 999;
    position: absolute;
    width: 80%;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 35px;
    border: solid 1px #D3D9DF;
    text-align: justify;
    }

    .BranchPageIntro>.row {
     margin-left: 0px;
     margin-right: 0px;
    }

    .BranchPageIntro>.row>p:nth-child(1) {
      font-size: 20px;
      font-weight: bold;
    }

    .BranchPageIntro>.row>span:nth-child(2) {
      border-top: solid 3px rgb(0,101,180);
      display: inline-block;
    }

    .BranchPageIntro > .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;
   }

   .BranchPageIntro>.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;
   }

   .BranchPageDoc
   {
       margin-top:10px;
       margin-left:0px;
       margin-right:0px;
   }

   #docleft
   {
    /*background-color: #F4F4F4;*/
    border-radius: 4px;
    text-align: center;
    padding-left: 10px;
    width: 16px;
    float: left;
    min-height: 215px;
    line-height: 15;
   }

   .Doc_triangle_l {
    width: 15px;
    height: 15px;
    border-left: 5px solid #D0D0D0;
    border-bottom: 5px solid #D0D0D0;
    transform: rotate(45deg);
    /*margin-left: -6px;*/
    display: inline-block;
    cursor: pointer;
   }

   #docright {
    /*background-color: #F4F4F4;*/
    border-radius: 4px;
    width: 16px;
    text-align: center;
    float: right;
    height: 215px;
    line-height: 15;
    }

    .Doc_triangle_r {
    width: 15px;
    height: 15px;
    border-top: 5px solid #D0D0D0;
    border-right: 5px solid #D0D0D0;
    transform: rotate(45deg);
    /*margin-left: -6px;*/
    display: inline-block;
    cursor: pointer;
    }

    #doctorlist {
    margin-left: 1px;
    margin-right: 0px;
    width: 1100px;
    display: inline-block;
    height: 260px;
    overflow: hidden;
    margin-left:30px;
    margin-right:0px;
    }

    #doctorlist>.col-md-2
    {
        padding-left:0px;
    }

    #doctorlist>.col-md-2>.EnDocthumbnail>.caption {
    height: 60px;
   }

    #doctorlist>.col-md-2>.EnDocthumbnail>.caption p{
    color:rgb(120,120,120);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
   }

   #doctorlist>.col-md-2>.EnDocthumbnail a{
    font-size:16px;
    color:rgb(0,101,180);
    text-decoration:none;
   }

   .BranchNews {
    margin-top: 30px;
   }

   .BranchNews>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
   }
    
   .BranchTitle {
    text-align: center;
   }

   .BranchTitle a {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    }

   .BranchTitle a:hover {
    color:rgb(0,101,180);
    }

   .BranchLine {
    text-align: center;
    margin-top: -8px;
   }

   .BranchLine span {
    width: 50px;
    border-bottom: solid 3px rgb(0,101,180);
   }

   .BranchDes {
    margin-top: 5px;
    text-align: center;
    }

    .BranchNews>.container>.row>div:nth-child(4) {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-height:200px;
   }

     .BranchNews>.container>.row>div:nth-child(4)>.col-md-4>.Newsthumbnail
    {
        margin-bottom:0px;
    }

    .BranchNews>.container>.row>div:nth-child(4)>.col-md-4>.Newsthumbnail>.caption
    {
        background-color: #f5f5f5;
    }

    .Branch_md {
    padding-left: 23px !important;
    min-height: 210px !important;
    background-color: #EBEBEB;
    }

    .Branch_md>.page-header {
    position: relative;
    padding-bottom: 10px !important;
    padding-top: 8px !important;
    margin: 0 !important;
    height: 38px !important;
    border-bottom: 1px solid gray !important;
    }

    .Branch_md>.page-header>p{
          font-size: 18px;
          font-weight: bold;
          color: gray;
    }

    .Branch_md>p {
    font-size: 13px;
    color: gray;
    margin-top: 8px;
    }

    .Branch_md>a {
    padding-left: 6px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid gray !important;
    border-radius: 0px !important;
    height: 18px !important;
    color: gray !important;
    font-size: 8px !important;
    position: absolute;
    left: 35px;
    bottom: 25px;
    line-height: 0.8 !important;
   }

    .Branch_md>a>span {
    position: relative;
    top: 1.5px;
    left: -3px;
   }

    .Branch_md:hover >p{
        color: white !important;
    }

    .Branch_md:hover {
        color: white !important;
        background-color: rgb(0,101,180) !important;
    }
    .Branch_md:hover >a{
        color: white !important;
        border: 1px solid white !important;
    }
    
    .Branch_md:hover >.page-header>p{
        color: white !important;
    }
    
    .Branch_md:hover >.page-header{
        border-bottom: 1px solid white !important;
    }

    .BranchDep>.container>.row
    {
        margin-left:0px;
        margin-right:0px;
    }

    .BranchDep>.container>.row>.row
    {
        margin-left:0px;
        margin-right:0px;
    }

    .BranchDep>.container>.row>div:nth-child(4)
    {
        margin-top:20px;
    }

    .EnDep {
    margin-top: 15px;
    min-height:300px;
    }

    .EnDepLine {
    padding-bottom: 5px;
    border-bottom: solid 1px #D3D9DF;
   }

   .EnDepLine span{
    color: rgb(0,101,180);
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: solid 2px rgb(0,101,180);
    }

   .EnDep>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    }

   .EnDep>.container>.row>.col-md-4 {
    margin-bottom: 20px;
    }

   .DepModule {
    border: solid 1px #D3D9DF;
    padding-left: 10px;
    padding-right: 10px;
   }

   .DepModule>div:nth-child(1) {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px #D3D9DF;
   }

   .DepModule>div:nth-child(2)
   {
       min-height:100px;
   }

   .DepModule>div:nth-child(1) a {
    margin: 0;
    font-size: 20px;
    color: #333333;
    padding-bottom: 7px !important;
    border-bottom: solid 2px rgb(0,101,180);
    cursor: pointer;
    text-decoration: none;
    }

   .DepModule>div:nth-child(1) a:hover {
    color:rgb(0,101,180);
    }

 
    .DepModule > div:nth-child(2) p {
    text-align: justify;
    padding-top: 5px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-inline-box;
    }

    .EnDoc {
    margin-top: 15px;
    min-height:300px;
    }

    .EnDoc>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    }

    .EnDocthumbnail
    {
        padding:0px;
    }

    .EnDocthumbnail>a>img
    {
        width:100%;
        height:180px;
    }

    .EnDocthumbnail>.caption
    {
        height:45px;
        padding:0px;
        padding-top:10px;
        text-align:center;
    }

    .EnDocthumbnail>.caption>a
    {
        margin-top:10px;
        text-align:center;
        font-size:14px;
    }

    .EnDoc>.container>.row>.media {
    margin-bottom: 35px;
}

.EnDoc>.container>.row>.media>.media-left img {
    width: 160px;
    height: 180px;
    padding-right: 20px;
    cursor: pointer;
}

.EnDoc>.container>.row>.media>.media-body {
    border-top: solid 1px #D3D9DF;
    border-bottom: solid 1px #D3D9DF;
    height: 180px;
    padding-top: 5px;
}

.EnDoc>.container>.row>.media>.media-body a {
  color:#333333;
  font-size: 20px;
  cursor:pointer;
  text-decoration:none;
}

.EnDoc>.container>.row>.media>.media-body a:hover {
  color:rgb(0,101,180);
}

.EnDoc>.container>.row>.media>.media-body p {
  height: 100px;
  font-size:14px;
  margin-bottom:5px;
  text-align:justify;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: -webkit-inline-box;
}

.EnDoc>.container>.row>.media>.media-body span{
  font-size:15px;
  color:#D58512;
  margin-right:30px;
}

    .C_foot_p {
        margin-bottom: 0px;
    }
    
    .C_foot_dz {
        margin-right: 10px;
    }
    
    .C_foot_t {
        margin-right: 3px;
    }
