/*.abot{
    width:100%;height:90px;
    margin-bottom: 70px;
    margin-left:10px;
}
.abot li{
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5FB878;
}
.abot a{
    display:block;
    float:left;
    width:16.4%;
    height:100%;
    line-height: 90px;
    text-align: center;
}
.abot a:hover{
    background-color:#ffffff;
    color:#19A15F;
}*/
.doctor-introduce{
    width:100%;
    height:380px;
}
.doctor-introduce-left{
    width:52%;
    height:100%;
    float:left;
    line-height: 30px;
}
.doctor-introduce-left h2{
    font-size:35px;
    color:#000000;
    height:45px;
    line-height: 35px;

}
.doctor-introduce-left span{
    font-size:25px;
    color:#000000;
}
.doctor-introduce-left-text{
    width:100%;
    height:80%;
}
.doctor-introduce-right{
    width:40%;
    height:100%;
    float:right;
}
.doctorwenhua{
    width:100%;
    height:450px;
}

.hospital-history{
    width:100%;
    height:520px;
}
.hospital-address{
    width:100%;
    height:400px;
    margin-bottom: 70px;
}
.hospital-address-baiduditu{

    height:100%;

    margin-right:30px;
}
.hospital-address-text{

    height:100%;

    font-size:17px;
    color:#000000;
    line-height: 30px;
}

.hostpital-honor{
    width:100%;
    height:450px;
}
.historyli{
    width: 253px; float: left; display: block;
}
.intro-h2{
    font-size:30px;color:#000000;padding-top:5px;padding-bottom:5px;
}

.col-md-8{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 7; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/

   /* height: 300px;*/
}
.leaders-p{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    text-align: left;
}
#leaders-img{
    width:50%;
}




.fond {
    background-color:#ffffff;
}
.leader-img{
    width:1000px;
}
.style_prevu_kit {
    display:inline-block;
    border:0;
    width:196px;
    height:210px;
    position:relative;
    -webkit-transition:all 200ms ease-in;
    -webkit-transform:scale(1);
    -ms-transition:all 200ms ease-in;
    -ms-transform:scale(1);
    -moz-transition:all 200ms ease-in;
    -moz-transform:scale(1);
    transition:all 200ms ease-in;
    transform:scale(1);
}
.style_prevu_kit:hover {
    box-shadow:0px 0px 150px #000000;
    z-index:2;
    -webkit-transition:all 200ms ease-in;
    -webkit-transform:scale(1.5);
    -ms-transition:all 200ms ease-in;
    -ms-transform:scale(1.5);
    -moz-transition:all 200ms ease-in;
    -moz-transform:scale(1.5);
    transition:all 200ms ease-in;
    transform:scale(1.5);
}

.hospital-map{
    width:92%;margin-left:30px;margin-right:30px;min-height:400px;height:auto;
}


@media (max-width:768px) {
    .titLeft01{margin-top:13%;}
    .col-md-8 h1{ font-size:23px;text-align: left;}
    .col-md-8 p{ font-size:13px;text-align: left;}
    .col-md-4 img{width:225px;height:128px;}
    .col-md-8{
        margin-bottom: 15px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 6; /** 显示的行数 **/
        overflow: hidden;  /** 隐藏超出的内容 **/
    }
    .hospital-address{height:500px;margin-bottom: 30px;}
    .hospital-address-baiduditu{width:100%;height:65%;}
    .hospital-address-text{width:100%;height:25%;}
    .hospital-address-text p{font-size:14px;}
    .intro-h2{font-size:25px;}
    .leaders-p{font-size:15px;}
    #leaders-img-div{width:300px;height:300px;}

    #culturep p{ font-size:15px;}
    .fond {
        background-color:#ffffff;
    }
    .leader-img{
        width:350px;
        height:auto;
    }
    .style_prevu_kit {
        display:inline-block;
        border:0;
        width:280px;
        height:220px;
        position:relative;
        -webkit-transition:all 200ms ease-in;
        -webkit-transform:scale(1);
        -ms-transition:all 200ms ease-in;
        -ms-transform:scale(1);
        -moz-transition:all 200ms ease-in;
        -moz-transform:scale(1);
        transition:all 200ms ease-in;
        transform:scale(1);
    }
    .style_prevu_kit:hover {
        box-shadow:0px 0px 150px #000000;
        z-index:2;
        -webkit-transition:all 200ms ease-in;
        -webkit-transform:scale(1.5);
        -ms-transition:all 200ms ease-in;
        -ms-transform:scale(1.5);
        -moz-transition:all 200ms ease-in;
        -moz-transform:scale(1.5);
        transition:all 200ms ease-in;
        transform:scale(1.5);
    }

}

