.section{
    overflow: hidden;
}
.doctor_content{
    border-top: 10px solid #fafafa;
}
#navbar .nav-menu:first-child{
    padding-left: 0;
}

.doctor_content .location a{
    font-size: 14px;
    color: #333;
    height: 58px;
    line-height: 58px;
}

.doctro_box{
    width: 100%;
    /*height: 412px;*/
    position: relative;
    padding-top: 34px;
}
.doctor_img{
    width: 360px;
    height: 412px;
    background-image: url("../images/doctor_introduce/doctor_bg.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.doctor_img img{
    width: 240px;
    height: 304px;
    margin-left: 44px;
    margin-top: 58px;
}
.doctro_msg{
    
    
    padding-top: 39px;
    padding-bottom: 39px;
  min-height: 378px;
    box-shadow: -2px -2px 14px -6px rgba(143, 143, 143, 0.2),2px 2px 14px -6px rgba(143, 143, 143, 0.2);
  margin-left: 328px;    
  padding-left: 47px;
}
.doctro_msg h4{
    font-size: 24px;
    color: #333;
}
.doctro_msg h4 span{
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.doctro_msg>img{
    display: block;
    margin-top: 24px;
    margin-left: -9px;
}
.doctro_msg>ul{
    width: 761px;
    margin-top: 16px;
}
.doctro_msg>ul li{
    width: 100%;
   
    
    border-top: 1px solid #f0f0f0;
}
.doctro_msg>ul li:first-child{
    border-top: 1px solid transparent;
}
/*
.doctro_msg>ul li:first-child{
    height: 38px;
    
}
.doctro_msg>ul li:last-child{
    height: 38px;
}
*/
.doctro_msg>ul li p{
    float: left;    
    height: 100%;
    width: 380px;
    font-size: 16px;
    color: #333;
    padding: 5px 28px;
    line-height: 1.8;
}
.doctro_msg>ul li p:first-child{
    
    padding-left: 9px;
    border-right: 1px solid #f0f0f0;
}



/* 体检套餐 列表*/
.exploration_main{
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 1920px 850px;
    background-position: center top;
    width: 100%;
    min-height: 850px;
    /* height: 850px; */
    margin-top: 100px;
}
.exploration_main>.centerArea{
    position: relative;
}
.exploration_main .menu{
    position: absolute;
    left: 60px;
    top: 0;
    padding-top: 130px;
    height: 850px;
    border-left: 1px solid #fff;
}
.exploration_main .menu li{
    margin-left: -4px;
    position: relative;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    margin-top: 36px;
    cursor: pointer;
    transition: all 0.5s;
}

.exploration_main .menu li::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.exploration_main .menu .line{
    display: inline-block;
    margin-right: 20px;
    width: 0px;
    height: 1px;
    background-color: #fff;
    vertical-align: 7.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.exploration_main .menu .circle{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    /* background-color: red; */
    vertical-align: 4.5px;
    margin-right: 0px;
    transition: all 0.5s;
}
.exploration_main .menu .circle::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(205, 174, 109, 0);

    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
    transition: all 0.5s;
}
.exploration_main .menu .circle::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu li:hover,.exploration_main .menu li.current{
    font-size: 20px;
}
.exploration_main li:hover .circle::before,.exploration_main li.current .circle::before{
    width: 52px;
    height: 52px;
    background-color: rgba(205, 174, 109, 0.8);
}
.exploration_main li:hover .circle::after,.exploration_main li.current .circle::after{
    width: 34px;
    height: 34px;
}
.exploration_main li:hover .line,.exploration_main li.current .line{
    width: 40px;
}
.exploration_main li:hover .circle,.exploration_main li.current .circle{
    margin-right: 13px;
}







/* 套餐详情 */
.exploration_main .content{
    width: 2000px;
    min-height: 816px;
    margin-left: 350px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: -2px -2px 18px -6px rgba(143, 143, 143, 0.2),2px 2px 18px -6px rgba(143, 143, 143, 0.2);
}
.exploration_main .content>ul{
    width: 770px;
    margin-left: 75px;
    margin-top: 70px;
}
.exploration_main .content>ul li{
  word-wrap:break-word;
    line-height: 1.7;
  font-size: 14px;    
  color: #333;
}
.exploration_main .content>ul li p{
  word-break: break-all;
  margin-bottom: 20px;
  line-height: 1.7;
    font-size: 14px;
    color: #333;
}
.exploration_main .content dl dt{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.exploration_main .content dl dd{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.exploration_main_bg_green_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
}



/*移动端*/
@media screen and (max-width: 768px){
.doctor_content {
    border-top: 0.1rem solid #fafafa;
}
.centerArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.location {
    padding: 0.3rem 0.24rem;
    font-size: 0.2rem;
}
.doctor_content .location a {
    font-size: 0.2rem;
    color: #333;
    height: 1rem;
    line-height: unset;
}
.doctro_box {
    width: 100%;
    /* height: 412px; */
    position: relative;
    padding-top: 0.35rem;
}
.doctor_img {
    width: 2.6rem;
    height: 3.2rem;
    background-image: none;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -1.3rem;
    top: 0.5rem;
    box-shadow: 5px 5px 24px -6px rgba(51, 51, 51, 0.5);
}
.doctor_img img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
}
.doctro_msg {
    padding-top: 0.25rem;
    padding-bottom: 0.3rem;
    min-height: 4rem;
    box-shadow: none;
    margin: 0 0.24rem;
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.5rem;
    overflow: hidden;
}
.doctro_msg h4 {
    font-size: 0.3rem;
    color: #333;
}
.doctro_msg h4 span {
    font-size: 0.2rem;
    color: #333;
    vertical-align: middle;
}
.doctro_msg>img {
    display: block;
    margin-top: 0.2rem;
    margin-left: -0.1rem;
}
.doctro_msg>ul {
    width: 100%;
    margin-top: 0.2rem;
}
.doctro_msg>ul li {
    width: calc(100% - 0.2rem);
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doctro_msg>ul li p {
    float: left;
    height: 100%;
    width: 100%;
    font-size: 0.2rem;
    color: #333;
    padding: 0.05rem 0.1rem;
    line-height: 1.5;
}
.doctro_msg>ul li p:first-child {
    padding-left: 0;
    border-right: none;
}
.exploration_main {
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 6.2rem 100%;
    background-position: left top;
    width: 100%;
    min-height: 9rem;
    /* height: 850px; */
    margin-top: 0.5rem;
}
.exploration_main .menu {
    position: absolute;
    left: 0.24rem;
    top: 0;
    padding-top: 0.1rem;
    height: 100%;
    min-height: 9rem;
    width: 2.4rem;
    border-left: 1px solid #fff;
    padding-top: 0.4rem;
}
.exploration_main .menu li {
    margin-left: -0.1rem;
    position: relative;
    height: 0.73rem;
    line-height: unset;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
}
.exploration_main .menu .line {
    display: inline-block;
    margin-right: 0.2rem;
    width: 0px;
    height: 1px;
    background-color: #fff;
    vertical-align: 7.5px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.exploration_main .menu .circle {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: relative;
    /* background-color: red; */
    vertical-align: unset;
    margin-right: -0.15rem;
    margin-left: -0.02rem;
    transition: all 0.5s;
}
.exploration_main .menu li::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: translateY(-50%);
    display: none;
}
.exploration_main .menu .circle::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu .circle::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0.04rem solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.exploration_main .menu li:hover, .exploration_main .menu li.current {
    font-size: 0.2rem;
}
.exploration_main li:hover .line, .exploration_main li.current .line {
    width: 0;
    height: 0.05rem;
}
.exploration_main li:hover .circle, .exploration_main li.current .circle {
    margin-right: 0;
}
.exploration_main li:hover .circle::before, .exploration_main li.current .circle::before {
    margin-top: 0rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(205, 174, 109, 0.8);
}
.exploration_main li:hover .circle::after, .exploration_main li.current .circle::after {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0;
}
.exploration_main .content {
    width: 65%;
    height: unset;
    min-height: 9rem;
    margin-left: 35%;
    margin-top: 0;
    background-color: #fff;
    box-shadow: -2px -2px 18px -6px rgba(143, 143, 143, 0.2), 2px 2px 18px -6px rgba(143, 143, 143, 0.2);
}
.exploration_main .content>ul {
    width: calc(100% - 0.4rem);
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    padding-bottom: 0.5rem;
}
.exploration_main .content .des {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #000;
    width: 100%;
}
.exploration_main .content li p,.exploration_main .content li p strong,.exploration_main .content li p a,.exploration_main .content li p span {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #000;
    width: 100%;
}
.exploration_main .content #cstm_scroll {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
    width: calc(100% - 0.2rem);
    /* height: 810px; */
    height: 8rem;
    overflow: hidden;
}
.exploration_main .content>ul li dt{
    font-size: 0.3rem;
}
.exploration_main .content>ul li p {
    margin-bottom: 0.2rem;
    line-height: 1.7;
    font-size: 0.25rem;
    color: #333;
}

}





