﻿ /*首页人物*/    
 
    /*effict*/
     .Scale-img:hover img,
    .Scale-img:hover span {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
        top: 0px;
        left: 0px;
    }
    
    .effict {
        transition: all ease 0.3s;
    }
    
    .imgbox {
        overflow: hidden;
        position: relative;
        /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
    }
    
    .imgbox span {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imgbox img {
        width: auto !important;
        max-height: 100%;
    }
    
    .Famous_doctors {
        padding: 3% 0;
        background: url() top center no-repeat;
        background-size: cover;
    }
    
    .Famous_doctors .f_top {
        overflow: hidden;
    }
    
    .Famous_doctors .f_top .tit {
        float: left;
    }
    
    .Famous_doctors .f_top .tit .tit_cn {
        font-family: MicrosoftYaHei;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 34px;
        width: 125px;
        letter-spacing: 0px;
        /* color: #1f64dc; */
        /* color: #595f65; */
        background-image: -webkit-gradient(linear, left top, right bottom, from(#2bcd8a), to(#3a81fd));
        /* 背景色渐变 */
        -webkit-background-clip: text;
        /* 规定背景的划分区域 */
        -webkit-text-fill-color: transparent;
        /* 防止字体颜色覆盖 */
    }
    
    .Famous_doctors .f_top .tit .tit_en {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 40px;
        letter-spacing: 1px;
        color: #dde4f1;
    }
    
    .Famous_doctors .f_top .more_btn {
        width: 106px;
        height: 40px;
        border: solid 2px #1f64dc;
        line-height: 40px;
        text-align: center;
        float: right;
    }
    
    .Famous_doctors .f_top .more_btn a {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover {
        background-color: #1f64dc;
    }
    
    .Famous_doctors .f_top .more_btn:hover a {
        color: #fff;
    }
    
    .Famous_doctors .f_bott {
        padding: 1% 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl {
        /* float: left;*/
        background-color: #ffffff;
        text-align: center;
        padding: 34px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    
    .Famous_doctors .f_bott .doctor_list dl a {}
    
    .Famous_doctors .f_bott .doctor_list dl dt {
        /*width: 216px;
        height: 216px;
        line-height: 212px;*/
        background-color: #f6f6f6;
        border: solid 1px #eaf0f5;
        border-radius: 50%;
        margin: 0 auto;
        vertical-align: middle;
        overflow: hidden;
        padding-top: 100%;
    }
    
    .Famous_doctors .f_bott .doctor_list dl dt img {}
    
    .Famous_doctors .f_bott .doctor_list dl .d_name {
        font-family: MicrosoftYaHei-Bold;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 20px 0 10px 0;
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_position {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        position: relative;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_position:after {
        content: '';
        width: 8px;
        height: 3px;
        background-color:#009933;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list dl .d_instroduce {
        height: 36px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #b8b8b8;
        text-align: left;
        padding-top: 5%;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav {
        display: block !important;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-nav span {
        font-size: 60px;
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        background-color: #fff;
        border-radius: 0;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-next {
        position: absolute;
        width: 35px;
        height: 65px;
        line-height: 65px;
        border-radius: 0;
        right: -80px;
        background-color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .Famous_doctors .f_bott .doctor_list .owl-prev:hover,
    .Famous_doctors .f_bott .doctor_list .owl-next:hover {
        color: #fff;
        background-color: #009933;
        border: 1px solid #006633;
    }
    
    .Famous_doctors .f_bott .doctor_list dl:hover {
        box-shadow: 0 0 10px #999;
    }
    
    .Famous_doctors .imgbox span {
        background-position: center top;
    }
    
    @media(max-width:1366px) {
        .Famous_doctors .f_bott .doctor_list {
            overflow: hidden;
        }
        .Famous_doctors .f_bott .doctor_list .owl-prev {
            left: 0;
        }
        .Famous_doctors .f_bott .doctor_list .owl-next {
            right: 0;
        }
    }
    
    @media(max-width:1024px) {
        .Famous_doctors .f_top .more_btn {
            width: 80px;
            height: 34px;
            line-height: 34px;
        }
    }
    
    @media(max-width:768px) {
        .Famous_doctors .f_top .tit .tit_cn {
            font-size: 24px;
        }
        .Famous_doctors .f_top .tit .tit_en {
            line-height: 30px;
            font-size: 12px;
        }
        .Famous_doctors .f_bott {
            padding: 5% 0;
        }
    }
    
    @media(max-width:640px) {
        .Famous_doctors .f_top .tit .tit_cn {
            font-size: 24px;
        }
        .Famous_doctors .f_top .tit .tit_en {
            font-size: 14px;
        }
    }
    
    @media(max-width:480px) {
        .Famous_doctors .f_bott .doctor_list dl .d_instroduce {
            display: none;
        }
        .Famous_doctors .f_bott .doctor_list dl .d_position {
            font-size: 14px;
        }
    }
    
    @media(max-width:375px) {
        .Famous_doctors .f_bott .doctor_list dl {
            padding: 26px;
        }
    }