@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img{
    object-fit: cover;
}

/* 去除iPhone中默认的input样式 */

input {
    resize: none;
}

/*取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "微软雅黑";
}

/*列表页翻页样式开始*/
.paging {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: #55bfd9
}

#paging .cur{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background:#55bfd9;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 8px;

}
#paging a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 8px;
}

#paging a:hover{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background:#55bfd9;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 8px;
}
.over{
    overflow: hidden;
}
/*列表页翻页样式结束*/

/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */

img {
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
}

*:focus {
    outline: none;
}

/* 清零 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "微软雅黑";
    font-size: 100%;
}

em,
i {
    font-style: normal;
}
a {
    text-decoration: none;
    color: #676767;
    font-family: "微软雅黑";
}

a:hover {
    color: #969696;
    text-decoration: none;
}
a,
span,
p,
h1,
h2,
h3,
div {
    font-family: "微软雅黑"
}
ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "微软雅黑";
}

@media screen and (min-width: 640px) {
    h1,h2 {
        font-size: 1.5rem;
        margin-left:15px;
        color:#010101;
        font-weight:normal;
    }
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

/*表格框*/
.content table{
    margin: 0 auto;
    color:#777;
}
.content table,.content table tr,.content table td{
    border: 1px solid #ebebeb;
    padding: 10px;
    text-align:center;
    color:#777
}

.content table tr:nth-child(1) {
    background-color: #55bfd9;
}

.content table tr:nth-child(2n) {
    background-color: #f6f6f6;
}

.content table tr:hover{
    background-color: #c3e5ee;
}


.top_page{
    width: 100%;
    height: 32px;
    background: #f6f6f6;
    border-bottom: 1px solid #e7e8e7;

}

.wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.border_line{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.top_text{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.top_text .left_text{
    float: left;
}
.top_text .right_text{
    float: right;
}
.top_text .left_text span,.right_text span{
    display: inline-block;
    color: #4d4c4c;
    font-size: 12px;
    margin-right: 20px;
}
.top_text .left_text span.shouji_icon::before,.right_text .typeface::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 17px;
    margin: -3px 6px 0 0;
    background: url(shouji.png) no-repeat;
    background-size: 100% 100%;
}

.sign{
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.sign_main .sign_wrap{
    float: left;
    width: 249px;
    height: 91px;
}
.sign_main .sign_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    margin:  0 auto;
}
.sign_main .search_box{
    float: left;
    font-size: 0;
    margin:26px 0 0 150px;
}
.sign_main .search_box input{
    display: inline-block;
    vertical-align: middle;
    width: 345px;
    height: 38px;
    outline: none;
    border: 1px solid #dddddd;
    border-right: none;
    text-indent: 1em;
}
.sign_main .search_box button{
    display: inline-block;
    vertical-align: middle;
    background: #55bfd9;
    width: 52px;
    height: 40px;
    cursor: pointer;
    border: 0 none;
    outline: none;
}
.sign_main .search_box button img{
    display: block;
    width: 19px;
    height: 20px;
    margin: 0 auto;
}
/**电话**/
.sign_main .telephone{
    float:right;
    margin: 26px 0 0 150px;
}

.sign_main .telephone img{
    width: 30px;
    margin-top: 7px;
    margin-right: 15px;
}

.sign_main .telephone .telnum{
    width: 172px;
    float: right;
    text-align: center;
}

.sign_main .telephone .telnum span:first-child{
    color: #242428;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 6px;
    float: left;
}

.sign_main .telephone .telnum span:last-child{
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #55bfd9;
}

.new_nav_region {
    background: #55bfd9;
}
.new_nav_region .clearfix{
    margin: 0  auto;
    width: 1200px;
}
.new_nav_region .clearfix a{
    color: #fff;
}
.new_nav_region ul li{
    float: left;
    padding: 0 37px;
}
.new_nav_region ul li a{
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 100%;
    font-size: 18px;
    color: #242428;
}
.footer  .content{
    border: none;
    margin: 10px auto 0 auto;
    float: none;
    width: 1200px;
    color: #fff;
}
.footer  .content ul{
    display: inline-block;;
}

.navigation{
    width: 1200px;
    margin: 20px auto;
}


/* 医院列表页开始 */
.yiyuan_list .wrap{
    overflow: hidden;
}
.yiyuan_list .subject{
    width: 920px;
    float: left;
}
.yiyuan_list .right{
    width: 260px;
    margin-left: 20px;
    float: right;
}
.yiyuan_list .subject .screen_title{
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    line-height: 50px;
    width: 100%;

}
.yiyuan_list .subject .screen_title h1{
    font-size: 22px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
    color:#313131;
    margin-left: 1px;
}

.yiyuan_list .subject li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s;
    overflow: hidden;
}
.yiyuan_list .subject li>a {
    display: block;
    float: left;
}
.yiyuan_list .subject .hos_img{
    display: inline-block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.yiyuan_list .subject .list_info{
    padding-left: 25px;
    display: inline-block;
    width: 700px;
    color: #313131;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 16px;
}
.yiyuan_list .subject .hospital_right{
    float: left;
    margin: 13px 0 0 20px;
    overflow: hidden;
}
.yiyuan_list .subject .hospital_right p{
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top:18px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.yiyuan_list .subject .hospital_right p:nth-child(1){
    background: #55bfd9;
    border: 1px solid #55bfd9;
    color: #fff;
}
.yiyuan_list .subject .hospital_right p:nth-child(1) a{
    color: #fff;
}
.yiyuan_list .subject .hos_img img{
    display: block;
    width: 218px;
    height: 144px;
}
.yiyuan_list .subject  h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
}

.yiyuan_list .subject  h4:hover {
    color:#55bfd9;
}
.yiyuan_list .subject .text i {
    float: right;
    font-size: 14px;
    line-height: 36px;
    color: #858484;
    font-style: normal;
}
.yiyuan_list .subject .zizhi {
    padding: 7px 0;
    min-height: 28px;
    color: #5a5a5a;
    line-height: 2;
}

.yiyuan_list .subject .zizhi span{
    color:#313131;
}
.yiyuan_list .subject .dizhi{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height:35px;
    color: #5a5a5a;
}
.yiyuan_list .subject .dizhi span{
    color: #313131;
}

.yiyuan_list .subject .tese{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height:35px;
    color: #5a5a5a;
}

.yiyuan_list .subject .tese span{
    color: #313131;
}
.yiyuan_list .right .hospital_list_right_top{
    width: 258px;
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.yiyuan_list .hospital_list_right_bottom img{
    background: #ccc;
}
.area_project .list_top_showbox .list_top_screen{
    border-bottom: 1px dashed #e3e1e1;
    padding: 10px 0;
}
.area_project .list_top_showbox .list_top_screen:nth-child(5){
    border:none;
}
.area_project .list_top_showbox .if{
    border:none;

}

/* 医院列表页结束 */


/*医院内容页面*/
.hospital_info{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hospital_info>.right{
    border: none;
}
.hospital_info>.right .tuijian{
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.hospital_info>.right .tuijian a{
    display: block;
    position: relative;
}
.hospital_info>.right .tuijian .recommend_list{
    margin-top: 8px;
    min-height: 50px;
}
.hospital_info>.right .tuijian .recommend{
    width: 258px;
    border-bottom: 1px solid #ebebeb;
    background: #f9f8f8;
    overflow: hidden;
}

.hospital_info>.right .tuijian a span{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hospital_info>.right .tuijian a img{
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto 8px auto;
    background: #ccc;
}
.hospital_info .main{
    width: 100%;
}
.hospital_info .main, .hospital_info .picture_list, .hospital_info .content_doctor_list{
    border-bottom: 0px dashed #ebebeb;
    min-height: 60px;
    padding: 20px 0;
}

.hospital_info .content{
    width: 75%;
    float: left;
    margin: 0 17px;
}
.hospital_info .content p{
    margin: 15px auto;
    color: #777;
    text-indent: inherit;
}

/*口腔医院内页*/

.hoslabel{ border:1px solid #e3dddd; width: 98.5%; margin-bottom: 20px; border-radius: 6px;margin-left:15px;}
.hoslabel dl{ display: block; width: 96%; height: 289px; margin:20px auto 0 auto;}
.hoslabel dl dt{width: 200px; height: 239px; display: block; float: left; overflow: hidden; position: relative;}
.hoslabel dl dt img{position: absolute; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.hoslabel dl dd{ padding-left: 20px; float: none; width: calc(100% - 20px);}
.hoslabel dl dd li{ font-size: 16px; line-height: 30px; font-weight: 400; max-height: 30px; overflow: hidden;}
.hoslabel dl dd li strong{ color: #4A4A4A; font-weight: 20px;}
.hoslabel dl dd li span{ color:#999999 ;}
.hostitle{ font-size: 24px; color: #4A4A4A; width: 100%; height: 76px; line-height: 76px; margin: auto; border-bottom: 1px solid #eeeeee;}
.hostitle span{ display: block; margin: -75px 15px; color:#4A4A4A; font-size:initial;float:right;}
.hoslabel dl dt{ width: 270px; height: 270px; overflow: hidden; position: relative; border-radius: 6px; margin-right: 30px; margin-left: 0px;}
.hoslabel dl dt img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 100%;}
.hoslabel dl li{ line-height: 32px; height: 32px;}

/**医生团队列表**/

.content .doctor-list{ margin-bottom: 20px;border-bottom:none;}
.doctor-list ul li{ padding: 10px 10px; margin: 15px 0 0 0; width: 420px;height:132px; float: left;border:1px solid rgba(187,187,187,1);transition: all 0.2s;}
.doctor-list ul li:hover{ box-shadow: 0 0 8px #dcdcdc;}
.doctor-list ul li dt{ width: 125px; height: 130px; border-radius: 4px; float: left; overflow:hidden; position: relative; }
.doctor-list ul li dt img{ position: absolute; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);width:100%;}
.doctor-list ul li dd{ width:calc(100% - 140px); float: left; margin-left:15px }
.doctor-list ul li dd span{font-size: 14px; font-weight: 400; line-height: 26px;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.doctor-list ul li dd a{ font-size: 16px; color: #4A4A4A; margin-right: 5px; font-weight: bold;}
.doctor-list ul li dd span a:hover{ color: #55bfd9;}
.doctor-list ul li dd i{ color: #999999;}
.doctor-list ul li:nth-child(2n+0){ margin-left: 15px;}
.clearfax:after{clear:both;content:'';display:block}
.clearfax li.join-time{color:#a4a4a4;font-size:14px;margin-left:80px;margin-top:-30px;position:absolute}



/*医院内容页面*/
.hospital_info{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hospital_info>.right{
    border: none;
}
.hospital_info>.right .tuijian{
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.hospital_info>.right .tuijian a{
    display: block;
    position: relative;
}
.hospital_info>.right .tuijian .recommend_list{
    margin-top: 8px;
    min-height: 50px;
}
.hospital_info>.right .tuijian .recommend{
    width: 258px;
    border-bottom: 1px solid #ebebeb;
    background: #f9f8f8;
    overflow: hidden;
}

.hospital_info>.right .tuijian a span{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hospital_info>.right .tuijian a img{
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto 8px auto;
    background: #ccc;
}
.hospital_info .main{
    width: 100%;
}
.hospital_info .main, .hospital_info .picture_list, .hospital_info .content_doctor_list{
    border-bottom: 0px dashed #ebebeb;
    min-height: 60px;
    padding: 20px 0;
}

.hospital_info .content{
    width: 75%;
    float: left;
    margin: 0 17px;
}
.hospital_info .content p{
    margin: 15px auto;
    color: #777;
    text-indent: inherit;
}
.content_doctor_list .content_doctor_item{
    width: 427px;
    height: 150px;
    border: 1px solid #ebebeb;
    float: left;
    overflow: hidden;
    margin: 10px;
}
.content_doctor_list .content_doctor_item .content_doctor_img{
    width: 128px;
    height: 155px;
    float: left;
}
.content_doctor_list .content_doctor_item .content_doctor_text{
    float: left;
    width: 260px;
    height: 152px;
    overflow: hidden;
    padding: 0 10px;
    line-height:30px;
}
.content_doctor_list .content_doctor_item .content_doctor_text .doctor_name{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}
.content_doctor_list .content_doctor_item .content_doctor_text p{
    text-indent: 0;
    padding: 0;
    margin: 0 10px 0 0 ;
    float:left;
}
.content_doctor_list .content_doctor_item .content_doctor_img img{
    width: 128px;
    height: 155px;
    background: #f6f6f6;
}
.content_doctor_list .content_doctor_item .project{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.hospital_info .right{
    float: right;
    width: 260px;
}
.hospital_info .right h3{
    font-size: 22px;
    margin: 12px 0;
    text-indent: 0.75em;
    border-left: 5px solid #55bfd9;
    font-weight: 500;
}
.hospital_info  .content_hospital_item{
    border-bottom: 1px dashed #e7e8e7;
    padding: 25px 0;
}
.hospital_info .hospital_right_img{
    width: 233px;
    height: 153px;
    display: block;
    background: #f6f6f6;
    margin:0 auto;
}
.hospital_info .hospital_right_title h4{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}
.hospital_info .content .picture_list .picture{
    width: 290px;
    height: 200px;
    margin: 15px;
    float: left;
}

.hospital_info .content .picture_list .picture:first-child{
    margin: 15px 0px;
}
.hospital_info .content .picture_list .picture:nth-child(3){
    margin: 15px 0px;
}

.hospital_info .content .picture_list .picture:nth-child(4){
    margin: 15px 0px;
}

.hospital_info .content .picture_list .picture:nth-child(6){
    margin: 15px 0px;
}
.hospital_info .content .picture_list .picture img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.hospital_info .content .picture_list .picture p{
    padding: 0;
    width: 100%;
    text-indent: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    margin-top: -44px;
    opacity: 0.9;
    height: 20%;
    line-height:40px;
}



.hospital_info .right{
    float: right;
    width: 260px;
}
.hospital_info .jianjie  h3{
    border-left: 5px solid #28a0ca;
    margin:10px 0 ;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}

.hospital_info .picture_list  h3{
    border-left: 5px solid #28a0ca;
    margin:10px 0 ;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}

.hospital_info .content_doctor_list  h3{
    border-left: 5px solid #28a0ca;
    margin:10px 0 ;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}

.hospital_info .case  h3{
    border-left: 5px solid #28a0ca;
    margin:10px 0 ;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}

.hospital_info  .main  h3{
    margin:10px 0 ;
    font-weight: bold;
    font-size: 16px;
    color: #777;
}




.hospital_info  .content_hospital_item{
    border-bottom: 1px dashed #e7e8e7;
    padding: 20px 0;
}
.hospital_info .hospital_right_img{
    width: 233px;
    height: 153px;
    display: block;
    background: #f6f6f6;
    margin:0 auto;
}
.hospital_info .hospital_right_title h4{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}
.doctor_show .doctor_right_hospital img{
    width: 231px;
    height: 143px;
    border: 1px solid #e7e8e7;
    display: block;
    background: #e7e8e7;
    margin: 5px  auto;
}
.doctor_right_hospital{
    border: 1px solid #ebebeb;
    padding: 10px 0;
}
.doctor_show .doctor_right_hospital h3{
    text-align: center;
    padding: 5px 0;
    text-indent: 0;
    font-size: 20px;
    font-weight: 500;
}
.doctor_show .doctor_right_hospital p{
    color: #777;
    width: 233px;
    margin: 0 auto;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.doctor_show .right .doctor_list_item .doctor_list_item_txt .name a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doctor_show .doctor_list .doctor_list_item img{
    width: 95px;
    height: 112px;
    display: block;
}
.doctor_show .doctor_list{
    margin: 20px 0;
}
.doctor_list_item{
    overflow: hidden;
    padding: 14px 0;
    width: 233px;
    margin: 0 auto;
    border-bottom: 1px  dashed #ebebeb;
}
.doctor_list_item:nth-child(5){
    border-bottom: none;
}
.doctor_list_item .doctor_list_item_txt{
    margin: 0 10px;
    width: 118px;
}
.doctor_list_item>div{
    float: left;
}
.doctor_list_item .doctor_list_item_txt .name{
    font-weight: bold;
    margin: 10px 0;
}
.doctor_list_item .doctor_list_item_txt .project{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777;
    font-size: 14px;
}
.doctor_show .doctor_list h3{
    border-left: 5px solid #55bfd9;;
    margin: 18px 0 0 0;
    text-indent: 1em;
}
.doctor_show .right .doctor_list .bottom{
    border: 1px solid #ebebeb;
    border-top: none;
}
.doctor_show .main{
    width: 100%;
}

.content>div{
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
}

.lists_news h3{
    font-size: 20px;
    color: #343334;
    font-weight: 400;
    font-style: normal;
    border-left: 5px solid #28a0ca;
    margin: 10px 0;
    text-indent: 1em;
}

/*头部线*/
.border_line{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}


.content_wrap .right {
    width: 260px;
    float: right;
}

.content_wrap .right .show_right_top {
    width: 258px;
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.content_wrap .right .show_right_bottom {
    border: 1px solid #ebebeb;
    border-top: none;
    padding-bottom: 8px;
}
.content_wrap .right .show_right_top h3 {
    font-size: 18px;
    margin: 12px 0;
    text-indent: 0.75em;
    border-left: 5px solid #55bfd9;
    font-weight: 500;
}
.content_wrap .right .show_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.content_wrap .right .show_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.content_wrap .right .show_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.wrap .right .hospital_list_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.wrap .right .hospital_list_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.wrap .right .hospital_list_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.wrap .right .doctor_list_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.wrap .right .doctor_list_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.wrap .right .doctor_list_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}