.nav_line{
    border-top: 10px solid #fafafa;
}
.current_location{
    font-size: 14px;
    color: #333;
    line-height: 58px;
}
.current_location a{
    font-size: 14px;
    color: #333;
}
/* 医师信息 */
.doctor_box{
    width: 100%;
    position: relative;
    padding-left: 328px;
    padding-top: 1px;
}
.doctor_imgbox{
    width: 360px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 34px;
}

.doctor_imgbox h3{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-top: 390px;
    position: relative;
    /* font-weight: bold; */
}
.doctor_imgbox h3 span{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.doctor_imgbox p{
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}


.doctor_clip{
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    /* height: 500px; */
}
.doctor_img{
    width: 206px;
    height: 262px;
    position: absolute;
    left: 57px;
    top: 79px;
}

.doctor_msg{
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    box-shadow: 5px 5px 24px -6px rgba(51, 51, 51, 0.1);
    margin-top: 34px;
    padding: 48px 19px 62px 38px;

    min-height: 466px;
}
.doctor_msg h4{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

.doctor_msg p{
    font-size: 16px;
    line-height: 40px;
    color: #333;
}


/*移动端*/
@media screen and (max-width: 768px){
.nav_line {
    border-top: 0.4rem solid #fafafa;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: auto;
    margin-right: auto;
}
.current_location {
    font-size: 0.2rem;
    color: #333;
    line-height: 4;
}
.doctor_box {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-top: 0.3rem;
    background: #f4faf8;
}
.doctor_imgbox {
    width: 100%;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0;
}
.doctor_clip {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 360px;
    /* height: 500px; */
}
.doctor_img {
    width: 2.6rem;
    height: 3.3rem;
    position: absolute;
    left: 50%;
    top: 0.8rem;
    margin-left: -1.3rem;
    -moz-box-shadow: 2px 4px 17px #B0B0B0;
    -webkit-box-shadow: 2px 4px 17px #B0B0B0;
    box-shadow: 2px 4px 17px #B0B0B0;
}
.doctor_imgbox h3 {
    font-size: 0.4rem;
    color: #333;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-top: 4.5rem;
    position: relative;
    /* font-weight: bold; */
}
.doctor_imgbox p {
    text-align: center;
    font-size: 0.25rem;
    position: relative;
    line-height: 2;
    color: #333;
    font-weight: bold;
}
.doctor_msg {
    position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    margin-top: 5rem;
    padding: 0.36rem;
    min-height: 5rem;
}
.doctor_msg p {
    font-size: 0.25rem;
    line-height: 2;
    color: #333;
}




}





