.btnList-all .btnCont {
        display: none;
}

.btnList-all:hover .btnCont {
        display: block;
}

.hide {
        display: none;
}

.wraper {
        padding-bottom: 60px;
}

.hos_info_box {
        border: 1px solid #e8e8e8;
        overflow: hidden;
        margin: 10px auto 0;
}

.hos_info_y,
.hos_info_n {
        padding-bottom: 20px;
}

.hos_info_y h1 {
        color: #2e2e2e;
}

.hos_info_y .ti,
.hos_info_n .ti {
        border-bottom: 1px solid #e8e8e8;
        margin: 0 20px;
        padding: 18px 0 20px;
}

.hos_focus {
        margin: 20px 80px 0;
}

.hos_focus img {
        width: 200px;
        padding: 10px;
}

.hos_info_y .info {
        width: 680px;
        margin-top: 25px;
        display: inline-block;
        font-size: 14px;
}

.hos_info_y .info .list {
        padding: 0 0 5px 0;
}

.hos_info_y .info .list dl {
        line-height: 30px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
}

.hos_info_y .info .list dl dt {
        float: left;
        color: #8f8f8f;
        line-height: 30px;
        height: 30px;
}

.hos_info_y .info .list dl dd {
        color: #2e2e2e;
        float: left;
        /* line-height: 30px; */
}

.ico {
        margin-left: 10px;
        margin-top: 6px;
        width: 50px;
        height: 18px;
        background: url(../images/mb.png) no-repeat;
        position: absolute;
}

.hos_detail_box {
        margin-top: 25px;
}

.left_box {
        width: 760px;
}

.left_box .d_nav a {
        display: inline-block;
        width: 118px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #cacaca;
        font-size: 14px;
        color: #97a1ff;
        text-align: center;
        margin-right: 20px;
}

.left_box .d_nav a.cur {
        background-color: #97a1ff;
        border: 1px solid #97a1ff;
        color: #fff;
}

/* 医院案例 */

.ex_list {
        overflow: hidden;
        margin-top: 10px;
}

.ex_list .ex_item {
        width: 320px;
        padding: 20px 20px 5px;
        float: left;
        margin: 10px 15px 10px 0;
        border: 1px solid #d7d7d7;
}

.ex_list .ex_item:hover {
        border: 1px solid #ff6a90;
}

.ex_list .ex_item .ex_img {
        overflow: hidden;
}

.ex_list .ex_item .img {
        float: left;
        position: relative;
        width: 160px;
        height: 175px;
}

.ex_list .ex_item .img img {
        width: 100%;
        height: 100%;
}

.ex_list .ex_item .img span {
        display: inline-block;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 10px;
        border-radius: 0 20px 20px 0;
        padding: 3px 10px 5px;
        font-size: 14px;
        opacity: 0.7;
}

.ex_list .ex_item .before span {
        background-color: #666;
}

.ex_list .ex_item .after span {
        background-color: #ff6a90;
}

.ex_list .ex_item .ex_txt {
        font-size: 16px;
        padding-top: 2px;
        margin-top: 10px;
}

.ex_list .ex_item .ex_txt .q {
        margin-bottom: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.ex_list .ex_item .ex_txt .p {
        color: #8f8f8f;
        margin: -3px 0 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.ex_list .ex_item .ex_txt .p .pro a {
        color: #97a1ff;
}

.ex_list .ex_item .ex_txt .tab {
        color: #8f8f8f;
}

.ex_list .ex_item .ex_txt .t {
        color: #97a1ff;
}

.ex_list .ex_item .ex_txt .t a {
        color: #97a1ff !important;
}

.ex_list .ex_item .ex_txt .p .pro {
        float: left;
        width: 58%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.ex_list .ex_item .ex_txt .price {
        float: left;
        font-size: 20px;
        vertical-align: middle;
}

.ex_list .ex_item .ex_txt .price .mon {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-color: #97a1ff;
        text-align: center;
        border-radius: 22px;
        color: #fff;
        line-height: 22px;
        margin-right: 5px;
        font-size: 16px;
        position: relative;
        top: -1px;
}

.ex_list .ex_item .video {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 5px;
        border-radius: 20px 0 0 20px;
        padding: 1px 6px 2px;
        font-size: 14px;
        background-color: #fff;
        color: #404040;
        opacity: 0.5;
        cursor: pointer;
}

.ex_list .ex_item .video:before {
        content: ' ';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left: 6px solid #ff6a90;
        position: relative;
        top: -2px;
}

.right_block .r_title {
        border-left: 3px solid #ff6a90;
        height: 34px;
        line-height: 32px;
        padding-left: 15px;
}

.right_block .r_title .b_tit {
        font-size: 20px;
        color: #ff6a90;
}

.right_block .r_title .en {
        font-size: 12px;
        color: #8f8f8f;
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: -2px;
}

.right_block {
        width: 390px;
        margin-bottom: 20px;
}

.right_block .p_item {
        border-bottom: 1px solid #d0d0d0;
        padding: 20px 0;
}

.right_block .p_info .n {
        font-size: 16px;
        color: #2e2e2e;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.right_block .p_info .x {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.right_block .p_item .img {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        overflow: hidden;
}

.right_block .p_item .img img {
        width: 100%;
        height: 100%;
}

.right_block .p_item .p_info {
        margin-left: 12px;
        margin-top: -4px;
        width: 276px;
}

.right_block .p_item .p_info .m {
        margin-top: 8px;
}

.right_block .p_item .p_info .tag {
        padding: 2px 5px;
        border: 1px solid #97a1ff;
        color: #97a1ff;
        font-size: 12px;
        border-radius: 4px;
        margin-right: 10px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 46px;
        vertical-align: middle;
        position: relative;
        top: -2px;
}

/* 医院概述 */

.hospital_summary {
        margin-top: 25px;
}

.hospital_summary .tit {
        color: #2e2e2e;
        font-size: 18px;
        font-weight: 600;
}

.hospital_summary .cont {
        font-size: 15px;
        line-height: 30px;
        padding: 6px 0 0;
        color: #4f4f4f;
}

.hospital_summary .cont p {
        /* text-indent: 28px; */
}

/* 优惠活动 */

.discount_activity {
        background-color: #fafafa;
        padding: 5px;
        margin-top: 25px;
}

.discount_activity .a_item {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
}

.discount_activity .a_item:last-child {
        margin-bottom: 0;
}

.discount_activity .a_item .img_box {
        float: left;
        width: 280px;
        height: 140px;
        overflow: hidden;
        margin-right: 15px;
}

.discount_activity .a_item .img_box img {
        width: 100%;
}

.discount_activity .a_item .a_info {
        float: left;
        width: 350px;
}

.discount_activity .a_item .a_info .title {
        color: #2e2e2e;
        font-size: 14px;
        margin: 4px 0 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.discount_activity .a_item .a_info .s {
        color: #8f8f8f;
        font-size: 14px;
        margin: 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.discount_activity .a_item .consult {
        width: 84px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #ff6a90;
        border: 1px solid #ff6a90;
        border-radius: 3px;
        position: absolute;
        bottom: 10px;
        right: 15px;
}

/* 坐诊医生 */

.doctors {
        margin-top: 20px;
        overflow: hidden;
        width: 805px;
}

.doctors .d_item {
        width: 345px;
        height: 150px;
        float: left;
        border: 1px solid #cacaca;
        padding: 15px;
        margin-right: 20px;
        margin-bottom: 20px;
}

.doctors .d_item .avatar {
        float: left;
        width: 150px;
        height: 150px;
        overflow: hidden;
        margin-right: 15px;
}

.doctors .d_item .avatar img {
        width: 100%;
}

.doctors .d_info {
        float: left;
        padding-top: 5px;
        width: 180px;
}

.doctors .d_info p:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.doctors .d_info .n {
        color: #ff6a90;
        margin-top: 5px;
        font-size: 18px;
}

.doctors .d_info .n a {
        color: #ff6a90;
}

.doctors .d_info .staff {
        font-size: 14px;
        color: #8f8f8f;
        margin-left: 5px;
}

.doctors .d_info .hos {
        margin-top: 8px;
        color: #2e2e2e;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.doctors .d_info .s {
        margin-top: 8px;
        color: #2e2e2e;
        font-size: 14px;
}

.doctors .d_info .tags {
        display: block;
        margin-top: 8px;
}

.doctors .d_info .tags .tag {
        padding: 2px 5px;
        border: 1px solid #97a1ff;
        color: #97a1ff;
        font-size: 12px;
        border-radius: 4px;
        margin-right: 5px;
        display: inline-block;
        max-width: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.deta {
        display: none;
}

.sz a{
        padding: 3px 5px;
        border: 1px solid #97a1ff;
        color: #97a1ff;
        font-size: 12px;
        border-radius: 4px;
        margin: 8px 10px 0 0;
}