﻿.header {}

img {
    max-width: 100%;
}
.lyc body {
    line-height: 1;
    font-family: Arial;
}
.header.guke .navList li.cur a{
    color: #01763a;
}
/* .header.guke .navList li.cur .secondNav a{
	color:#333;
} */
.header.guke .navList li.cur .secondNav a:hover{
	color:#01763a;
}
.block {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}

.header .part1 {
    background: #01763a;
    font-size: 12px;
    color: #fff;
    height: 38px;
    line-height: 36px;
    text-align: right;
}

.header .part1 a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.header .part1 .en {
    background: url(../templets/hybdf/images/en.png) no-repeat center;
    width: 18px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.header .part2 .logo {
    width: 102px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.header .part2 {
    height: 110px;
    background: #fff;
}

.header .part2 .main-nav {
    position: absolute;
    top: 0;
    left: 160px;
    height: 100%;
}

.header .part2 .main-nav .culm {
    font-size: 16px;
    color: #333333;
    padding: 0px 15px;
    float: left;
    line-height: 110px;
}

.header .part2 .main-nav .culm a {
    display: block;
}

.header .part2 .tool {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0px;
    line-height: 110px;
}

.header .part2 .tool .btn1 {
    display: inline-block;
}

.header .part2 .tool .icon {
    display: inline-block;
}

.header .part2 .tool .icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../templets/hybdf/images/header-icon1.png) no-repeat 0 0;
    margin: 0px 3px;
    line-height: 30px;
    font-size: 12px;
    vertical-align: middle;
}

.header .part2 .tool .icon a.a2 {
    background-position: right center;
}

.header .part2 .tool .btn1 a {
    font-size: 12px;
    color: #333333;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 0 13px;
    display: inline-block;
    height: 28px;
    text-align: center;
    line-height: 26px;
    margin: 0 3px;
    vertical-align: middle;
}
.header .nav {
    border: 1px solid #dddddd;
}
header {
    height: 1.2rem;
    position: relative;
    display: none;
    border-bottom: 1px solid #ccc;
}

header .logo {
    background: url(../templets/hybdf/images/logo_1.png) no-repeat left center;
    width: 3.45rem;
    height: 100%;
    position: absolute;
    left: 0.2rem;
    top: 0;
    background-size: auto 90%;
}


.pubc-box {
    
    margin-bottom: 20px;
}

.pubc-box .title1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
	font-weight:bold;
	display:none;
}

.pubc-box .list {
    margin-top: 28px;
}

.pubc-box .list .item .icon-box {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pubc-box .list .item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.pubc-box .list .item {
    background: #fff;
    text-align: center;
    width: 145px;
    height: 133px;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    margin-left: 7.6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pubc-box .list .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.pubc-box .list .item:first-child {
    margin-left: 0;
}

.pubc-box .list .item .h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
}

.vertical:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
}
.vertical{
    font-size: 0;
}
.pubc-box .list .item:hover {
    background: #01763a;
    border-color: #01763a;
}

.pubc-box .list .item:hover .icon-box {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pubc-box .list .item:hover .h2 {
    color: #fff;
}

.pubc-box .list .item.i1 .img {
    background: url(../templets/hybdf/images/pubc-box-img1.png) no-repeat center;
}

.pubc-box .list .item.i2 .img {
    background: url(../templets/hybdf/images/pubc-box-img2.png) no-repeat center;
}

.pubc-box .list .item.i3 .img {
    background: url(../templets/hybdf/images/pubc-box-img3.png) no-repeat center;
}

.pubc-box .list .item.i4 .img {
    background: url(../templets/hybdf/images/pubc-box-img4.png) no-repeat center;
}

.pubc-box .list .item.i5 .img {
    background: url(../templets/hybdf/images/pubc-box-img5.png) no-repeat center;
}

.pubc-box .list .item.i6 .img {
    background: url(../templets/hybdf/images/pubc-box-img6.png) no-repeat center;
}

.pubc-box .list .item.i7 .img {
    background: url(../templets/hybdf/images/pubc-box-img7.png) no-repeat center;
}

.pubc-box .list .item.i1:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img1-1.png);
}

.pubc-box .list .item.i2:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img2-1.png);
}

.pubc-box .list .item.i3:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img3-1.png);
}

.pubc-box .list .item.i4:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img4-1.png);
}

.pubc-box .list .item.i5:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img5-1.png);
}

.pubc-box .list .item.i6:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img6-1.png);
}

.pubc-box .list .item.i7:hover .img {
    background-image: url(../templets/hybdf/images/pubc-box-img7-1.png);
}


.pubc-box .search-box .block {
    border: 0;
    padding-bottom: 0;
    text-align: center;
}

.pubc-box .search-box .input {
    width: 165px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .nav .logo{
    padding-right: 0 !important;
}

.header .navList li{
     min-width: auto;
}
.header .navList li .one{
    
}
.header .shareNav .a1{
    margin-left: 5px;
}
.header .shareNav .a1:first-child{
    margin: 0;
}
.header .shareBtn{
    margin-right: 0;
}



.dorctorlist .part1 .caption{
    font-size: 14px;
    color: #707070;
}
.dorctorlist .part1 .caption .s2{
    color: #01763a;
}
.dorctorlist .part1 .caption .s1{
    color: #333333;
    font-size: 24px;
    padding-right: 10px;
}
.dorctorlist .part1 .list .item{
    width: 237px;
    height: 347px;
    overflow: hidden;
    position: relative;
    margin-left: 11px;
    margin-bottom: 11px;
    float: left;
}
.dorctorlist .part1 .caption .more{
    font-size: 12px;
    color: #474747;
    width: 90px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 10px;
    float: right;
    margin-top: -3px;
}
.dorctorlist .part1 .item .info{
    background: url(../templets/hybdf/images/mask40.png) ;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    min-height: 97px;
}
.dorctorlist .part1 .item .inline{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 15px;
}
.dorctorlist .part1 .item .h2{
    font-size: 18px;
    color: #fff;
}
.dorctorlist .part1 .item .p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 8px;
	overflow: hidden;
	height: 41px;
}
.dorctorlist .part1 .list{
    margin-top: 30px;
    width: 102%;
    margin-left: -0.8%;
}
.dorctorlist .part1 .page{
    margin-top: 40px;
}
.dorctorlist .part1{
    margin-top: 20px;
}

.dorctorlist1 .part2 .caption{
    font-size: 20px;
    color: #474747;
}
.dorctorlist1 .part2 .box{
    width: 102%;
    margin-left: -1%;
}
.dorctorlist1 .part2 .item   {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 296px;
    height: 125px;
    float: left; 
    margin-left: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dorctorlist1 .part2 .item:hover{
    background: #528eb5;
    border-color: #528eb5; 
}
.dorctorlist1 .part2 .item:hover .inner-box a{
    color: #fff!important;
}
.dorctorlist1 .part2 .item:hover .h2{
    color: #fff!important;
    background-image: url(../templets/hybdf/images/jiantour1.png)!important;
    border-color: #fff!important;
}
.dorctorlist1 .part2 .item .inner-box{
    padding: 8px 0;
    padding-bottom: 0;
}
.dorctorlist1 .part2 .item .inner-box a{
    display: block;
    width: 33.3333%;
    float: left;
    font-size: 14px;
    color: #474747;
    padding: 6px 0;
}
.dorctorlist1 .part2 .item .inner-box a:hover{
    opacity: 0.5!important;
}

.dorctorlist1 .part2 .item .inner{
    display: block;
    padding: 18px 20px;
}
.dorctorlist1 .part2{
    padding-top: 26px;
}
.dorctorlist1 .part2.p1{
    padding-top: 40px;
    margin: 0;
}
.dorctorlist1 .part2 .box{
    padding-top: 20px;
}
.dorctorlist1 .part2 .item .h2{
    font-size: 18px;
    color: #528eb5;
    background: url(../templets/hybdf/images/jiantour.png) no-repeat right 2px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
    margin: 0;
}
.dorctorlist1 .part2 .item .h2 a{
    color: inherit;
    display: block;
}
.dorctorlist1 .part2.p2 .item .h2{
    color: #55a5aa;
}
.dorctorlist1 .part2.p2 .item .h2{
    color: #55a5aa;
}
.dorctorlist1 .part2.p2 .item:hover{
    background: #55a5aa;
    border-color: #55a5aa;
}

.dorctorlist1 .part2.p3 .item .h2{
    color: #e9bf62;
}
.dorctorlist1 .part2.p3 .item .h2{
    color: #e9bf62;
}
.dorctorlist1 .part2.p3 .item:hover{
    background: #e9bf62;
    border-color: #e9bf62;
}
.dorctordtail .part1 .img{
    width: 237px;
    height: 347px;
    overflow: hidden;
    float: left;
}
.dorctordtail .part1 .text-box{
    margin-left: 306px;
}
.dorctordtail .part1 .title1{
    font-size: 24px;
    color: #333333;
}
.dorctordtail .part1 .title1 .pubc-more{
    width: auto;
    padding: 0 15px;
}
.dorctordtail .part1 .title2{
    font-size: 14px;
    color: #474747;
    margin-top: 20px;
    line-height: 1.4;
}
.dorctordtail .part1 .dorname{
    background: url(../templets/hybdf/images/app-img1.png) repeat-x left bottom;
    padding-bottom: 60px;
    margin-bottom: 45px;
    padding-top: 38px;
}
.dorctordtail .part1 .text{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.dorctordtail .part1 .text p{
    margin-bottom: 20px;
}
.dorctordtail .part1{
    padding-top: 20px;
}
.dorctordtail .part2 {
    margin-top: 60px;
}
.dorctordtail .part2 .title1 span{
    font-size: 24px;
    color: #333333;
}


.dorctordtail .part2 table {
    width: 100%;
}
.dorctordtail .part2 .table{
    margin-top: 30px;
}
.dorctordtail .part2 table th {
    background: #01763a;
    color: #fff;
    font-size: 16px;
    height: 66px;
    border-left: 1px solid #129853;
    font-weight: 100;
}

.dorctordtail .part2 table .th1 {
    width: 212px;
}

.dorctordtail .part2 table .th2 {
    width: 218px;
}

.dorctordtail .part2 table .th3 {
    width: 236px;
}

.dorctordtail .part2 table .th4 {
    width: 575px;
}
.dorctordtail .part2 table .th5 {
    width: 220px;
}
.dorctordtail .part2 table td {
    font-size: 14px;
    color: #333333;
    border: 1px solid #ececec;
} 
.dorctordtail .part2 table td .td {
    padding: 24px;
    text-align: center;
    line-height: 1.4;
}

.dorctordtail .part2 table td .td1 {
    padding: 26px;
    text-align: left;
    line-height: 24px;
}

.dorctordtail .part2 table .table1 {
    vertical-align: top;
}

.dorctordtail .part2 table .tab-box {
    vertical-align: top;
    /*border-bottom: 0;*/
    border-right: 0;
}

.dorctordtail .part2 table .table1 th {
    height: 50px;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    text-align: center;
    border-color: #ececec;
}

.dorctordtail .part2 table .table1 {
    border-left: 0;
    text-align: center;
}

.dorctordtail .part2 table .table1 .ith1 {
    width: 194px;
    border-left: 0;
}

.dorctordtail .part2 table .table1 .ith2 {
    width: 460px;
}

.dorctordtail .part2 table .table1 .ith3 {
    width: 110px;
}

.dorctordtail .part2 table .table2 {
    width: 100%;
}

.dorctordtail .part2 table .table2 .tb2-th1 {
    width: 116px;
}

.dorctordtail .part2 table .table2-box {
    padding: 5px;
}

.dorctordtail .part2 table .table2-box th {
    height: 40px;
}

.dorctordtail .part2 table .table2-box .tb2-th1 {
    width: 114px;
    line-height: 1.4;
}

.dorctordtail .part2 table .table2-box .tb2-th2 {
    width: 110px;
}

.dorctordtail .part2 table .table2-box .tb2-th3 {
    width: 64px;
}

.dorctordtail .part2 table .table2-box .tb2-th4 {
    width: 64px;
}

.dorctordtail .part2 table .table2-box .tb2-th5 {
    width: 64px;
    border-right: 1px solid #ececec;
}

.dorctordtail .part2 table .table2-box td {
    height: 40px;
}

.dorctordtail .part2 table .table2-box th {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    color: #333333;
}
.dorctordtail .part2 .tip{
    background: #f8f8f8;
    padding: 26px 50px;
    overflow: hidden;
    padding-right: 33px;
}
.dorctordtail .part2 .tip .tp1{
    font-size: 14px;
    color: #333333;
    position: relative;
    background: url(../templets/hybdf/images/weixian.png) no-repeat left center;
    padding: 10px 0;
    padding-left: 40px;
    float: left;
    margin-top: 19px;
}
.dorctordtail .part2 .img{
    width: 76px;
    height: 76px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.dorctordtail .part2 .ewm {
    float: right;
}
.dorctordtail .part2 .ewm span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 24px;
    font-size: 14px;
}
.dorctordtail .part3 {
    padding-top: 68px;
}
.dorctordtail .part3 .title1{
    font-size: 24px;
    color: #333333;
}
.dorctordtail .part3 .desc{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 26px;
}
.dorctordtail .part3 .desc p{
    margin-bottom: 20px;
}
.dorctordtail .part4{
    padding-top: 50px;
}
.dorctordtail .part4 .tabs {
    border-bottom: 1px solid #e8e8e8;
    height: 34px;
}
.dorctordtail .part4 .tabs span{
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #333333;
    margin-right: 30px;
    padding-bottom: 25px;
    cursor: pointer;
}
.dorctordtail .part4 .tabs span.now{
    color: #01763a;
}
.dorctordtail .part4 .tabs span.now:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../templets/hybdf/images/dorctordtail-icon1.png) no-repeat center;;
    width: 100%;
    height: 6px;
}
.dorctordtail .part4 .con-box{
    padding-top: 10px;
}
.dorctordtail .part4 .tabs .pubc-more{
    margin: 0;
}
.dorctordtail .part4 .list{
    display: none;
}
.dorctordtail .part4 .list:first-child{
    display: block;
}
.dorctordtail .part4 .item{
    font-size: 14px;
    color: #474747;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.dorctordtail .part4 .item a{
    display: block;
    padding: 20px 0;
    
    overflow: hidden;
}
.dorctordtail .part4 .item:hover{
    color: #01763a;
    border-color: #01763a;
}
.dorctordtail .part4 .item span{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.dorctordtail .part4 .item .s1{
    width: 40%;
}
.dorctordtail .part4 .item .s2{
    width: 20%;
    margin-left: 10%;
}
.dorctordtail .part4 .item .s3{
    width: 30%;
    text-align: right;
    
}
.dorctordtail .part4 .item .s3 em{
    font-family: 'arial';
    font-style: normal;
}







@media only screen and (min-width:1279px) {
    
    @keyframes rot {
        0% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }
        25% {
            transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
        }
        50% {
            transform: rotate(-5deg);
            -webkit-transform: rotate(-5deg);
        }
        75% {
            transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
        }
        100% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }
    }
    @-webkit-keyframes rot {
        0% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }
        25% {
            transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
        }
        50% {
            transform: rotate(-5deg);
            -webkit-transform: rotate(-5deg);
        }
        75% {
            transform: rotate(5deg);
            -webkit-transform: rotate(5deg);
        }
        100% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }
    }
}

@media screen and (max-width: 1279px) {
    .pubc-box{
        margin: 60px 0;
    }
    .pubc-box .list .item{
        width: 132px;
        height: 132px;
    }
    
    .block {
        width: 984px;
    }
     
}


@media screen and (max-width: 1023px) {
	
 
    .pubc-box .list .item .img{
        width: 40px;
        height: 40px;
        background-size: cover !important;
    }
    .pubc-box{
        margin: 60px 0;
    }
    .pubc-box .list .item{
        width: 96px;
        height: 96px;
        margin-left: 3.6px;
    }
    .block {
        width: 710px;
    }

    .pubc-box .search-box .input{
        width: 100px;
    }
    

}




@media screen and (max-width: 750px) {
 
    .pubc-box .list{
        margin-top: 0.4rem;
    }
    .pubc-box{
        margin: 0.2rem 0;
    }
    .pubc-box .list .item .h2{
        font-size: 0.24rem;
        margin-top: 0.08rem;
    }
    .pubc-box .list .item .img{
        width: 1rem;
        height: 1rem;
    }
    .pubc-box .list .item{
        width: 48%;
        margin: 0;
        margin-bottom: 4%;
        height: 2rem;
    }
    .pubc-box .list .item:nth-child(even){
        float: right;
    }
    .pubc-box .list .item:nth-child(odd){
        float: left;
    }

    header {
        display: block;
    }
    html {
        min-width: 320px;
    }
    .block {
        padding: 0 0.2rem;
        width: auto;
    }
  
    header .logo {
        width: 1.6rem;
    }
    .pubc-box .title1{
        font-size: 0.3rem;
		display:block;
    }
    .pubc-box .search-box .block{
        
    }
    .pubc-box .search-box .input{
        width: 100%;
    }
    .pubc-box .search-box .block{
        padding-top: 0.3rem;
    }
    
.dorctordtail .part1 .img{
        width: 100%;
        height: auto;
        float: none;
    }
    .dorctordtail .part1 .img img{
        width: 100%;
    }
    .dorctordtail .part1 .text-box{
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .dorctordtail .part1 .title1{
        font-size: 0.3rem;
    }
    .dorctordtail .part1 .title2{
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    .dorctordtail .part1 .dorname{
        background-size: 0.7rem;
        padding-bottom: 0.6rem;
        margin-bottom: 0.4rem;
    }
    .dorctordtail .part1 .text{
        font-size: 0.24rem;
        line-height: 1.4;
    }
    .dorctordtail .part1 .text p{
        margin-bottom: 0.2rem;
    }
    .dorctordtail .part2 .title1 span{
        font-size: 0.3rem;
    }
    .dorctordtail .part2 .tip{
        padding: 0.2rem;
    }
    .dorctordtail .part2 .tip .tp1{
        margin: 0;
        font-size: 0.24rem;
        background-size: 0.3rem;
        padding: 0.1rem 0;
        padding-left: 0.4rem;
    }
    .dorctordtail .part2 .img{
        width: 0.76rem;
        height: 0.76rem;
    }
    .dorctordtail .part2 .ewm{
        float: left;
    }
    .dorctordtail .part2 .ewm span{
        padding-right: 0.24rem;
    }
    .dorctordtail .part3{
        padding-top: 0.6rem;
    }
    .dorctordtail .part3 .title1{
        font-size: 0.3rem;
    }
    .dorctordtail .part3 .desc{
        padding-top: 0.26rem;
        font-size: 0.24rem;
        line-height: 1.4;
    }
    .dorctordtail .part3 .desc p{
        margin-bottom: 0.24rem;
    }
    .dorctordtail .part4 .tabs{
        height: auto;
    }
    .dorctordtail .part4 .tabs span{
        font-size: 0.3rem;
        padding-bottom: 0.2rem;
    }
    .dorctordtail .part4 .tabs span:after{
        display: none;
    }
    .dorctordtail .part4 .tabs span.now{
        border-bottom: 1px solid #01763a;
    }
    .dorctordtail .part4 .item{
        font-size: 0.24rem;
    }
    .dorctordtail .part4 .item a{
        padding: 0.2rem 0;
    }
    .dorctordtail .part4 .item .s1{
        width: 100%;
    }
    .dorctordtail .part4 .item .s2,.dorctordtail .part4 .item .s3{
       display: none;
    }
    .dorctordtail .part2 table .trth{
        display: none;
    }
    .dorctordtail .part2 table .tr1,.dorctordtail .part2 table .td1{
        display: block;
        position: relative;
    }
    /*.dorctordtail .part2 table{
        display: table;
    }
    .dorctordtail .part2 table .table2 tr{
        
        display: table-row;
    }
    .dorctordtail .part2 table .table2 td{
        
        display: table-cell;
        
    }*/
    .dorctordtail .part2 table td{
        padding-left:1.2rem;
        font-size: 0.24rem;
        border-bottom: 0;
        min-height: 0.7rem;
    }
    .dorctordtail .part2 table td .td{
        padding: 0.2rem 0.1rem;
        text-align: left;
        
    }
    .dorctordtail .part2 table tr{
        margin-bottom: 0.2rem;
        border-bottom: 1px solid #ececec;
    }
    .dorctordtail .part2 table tr td:before{
        position: absolute;
        top: 0.23rem;
        left: 0.2rem;
        font-size: 0.24rem;
    }
    .dorctordtail .part2 table tr td:nth-child(1):before{
        content: "医生";
    }
    .dorctordtail .part2 table tr td:nth-child(2):before{
        content: "科室";
    }
    .dorctordtail .part2 table tr td:nth-child(3):before{
        content: "日期";
    }
    .dorctordtail .part2 table tr td:nth-child(4):before{
        content: "地点";
    }
    .dorctordtail .part2 table .table2 tr td:before{
        content: "";
    }
    .dorctordtail .part2 table .table2 tr td{
        padding-left: 0;
    }
    .dorctordtail .part2 table .table1{
        border: 1px solid #ececec;
        border-bottom: 0;
    }
    .dorctordtail .part2 table .table2-box th{
        height: auto;
    }
    .dorctordtail .part2 table .table2-box{
        padding: 0.1rem;
    }
    .dorctordtail .part2 table .table2-box th{
        
    }
    .dorctordtail .part2 table .table2-box th{
        font-size: 0.24rem;
        padding: 0.2rem 0;
    }
    .dorctordtail .part2 table th{
        
        border: 1px solid #ececec;
        font-weight: 500;
    }
    .dorctordtail .part2 table .table2-box td{
        border: 1px solid #ececec;
        height: auto;
        padding: 0.2rem 0;
    }
    .dorctordtail .part2 table .table2-box th{
        
    }
    .dorctordtail .part2 table .table2-box .tb2-th1{
        width: 1.14rem;
    }
    .dorctordtail .part2 table .table2-box .tb2-th2{
        width: 1.1rem;
    }
    .dorctordtail .part2 table .table2-box .tb2-th3, .dorctordtail .part2 table .table2-box .tb2-th4{
        width: 0.64rem;
    }
   
}
