@charset "utf-8";

body {
    background: #f5f5f5 !important;
    max-width: 500px;
    margin: 0 auto;
    overflow-x: hidden;
}

.list-padding {
    margin: 0 15px;
}

.content {
    min-height: 82vh;
}

.bg-f {
    background: #fff !important;
}

a {
    display: block;
}

img {
    display: block;
    width: 100%;
}

.list-item {
    width: 100%;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/**********头部*********/
.hei136 {
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.head {
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    z-index: 2500;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}

.logo {
    display: block;
    float: left;
    height: 34px;
    width: auto;
    margin-left: 12px;
}

.nav-bar {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: url(../images/2-01.png) center no-repeat;
    background-size: 20px auto;
    height: 100%;
    width: 50px;
}

/**********导航*********/
.shade {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 5000;
    background: #000;
    overflow: hidden;
    opacity: 0;
    display: none;
}

.tb-nav {
    position: fixed;
    width: 100%;
    overflow: auto;
    background: #fff;
    left: 0;
    top: 50px;
    z-index: 10000;
    text-align: center;
    display: none;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .3);
}

.tb-nav .nav li {
    width: 20%;
}

.tb-nav .nav li img {
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
}

.tb-nav .nav li a {
    padding: 8px 0;
}

/*****************************首页start*******************************/
/*bannner轮播*/
.slider-index .swiper-pagination {
    bottom: 10px !important;
}

.slider-index .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.4) !important;
    border: none !important;
    width: 7px !important;
    height: 7px !important;
    margin: 6px !important;
}

.slider-index .swiper-pagination-bullet-active {
    background: #c33c49 !important;
}

.slider-index img {
    display: block;
    width: 100%;
    height: 150px;
}

/*栏目链接*/
.nav {
    padding: 10px 0;
    background: #fff;
}

.nav li {
    float: left;
    width: 25%;
    display: block;
    text-align: center;
    font-size: 12px;

    color: #2d2d2d;
}

.nav li a {
    padding: 15px 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #5a5a5a;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav li img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    display: block;
}

/**/
.index-list {
    background: #fff;
}

.index-list li a {
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}

.index-list-content {
    width: 100%;
}

.index-list-title {
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-list-msg {
    display: flex;
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 20px;
    justify-content: space-between;
}

.index-list-img {
    flex-shrink: 0;
    margin-left: 20px;
    width: 105px;
}

.scroll-top {
    position: fixed;;
    bottom: 61px;
    right: 9px;
    width: 40px;
    height: 40px;
    display: none;
}

    .footer {
        background: #423530;
        color: #b3aeac;
        line-height: 16px;
        text-align: center;
        padding: 0 18px;
    }

    .footer a {
        display: inline-block;
        color: #b3aeac;
    }

    .footer .phone-box2 {
        padding: 15px 0;
        border-bottom: 1px solid #666;
        overflow: hidden;
    }

    .footer .phone-box {
        float: left;
        width: 50%;
        text-align: left;
        box-sizing: border-box;
    }

    .footer .phone-box .title {
        font-size: 15px;
        color: #fff;
    }

    .footer .phone-box a {
        display: block;
    }

    .footer .phone-box .c{
        color: #fff;
        margin-top: 5px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .footer .beian {
        height: 45px;
        line-height: 45px;
    }

/*分页*/
.pager {
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
}

.pager a, .pager button {
    background: #e1e1e1;
    transition: all .3s;
}

.pager a, .pager span, .pager input, .pager button, .pager em {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 5px;
}

.pager a:hover {
    background: #d6a482;
    color: #fff;
}

.pager a.cur {
    background: #916e56;
    color: #fff !important;
}

.pager a.disabled, .pager a.disabled:hover {
    background: #f1eff0;
    color: #bbb;
    cursor: default;
}

.pager span, .pager em {
    background: #e1e1e1;
}

.pager em {
    color: #916E56;
}

.pager input {
    width: 52px;
    border: 1px solid #ddd;
    padding: 0 0 0 8px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}

.pager button {
    transition: .3s;
    border: none;
}

.pager button:hover {
    background: #d6a482;
    color: #fff;
}

/*科室分布*/
.top-return {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../images/16-01.png) center no-repeat;
    background-size: 11px 18px;
    height: 100%;
    width: 40px;
}

.top-title {
    font-size: 18px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.register-list {
    background: #fff;
}

.register-list li {
    margin: 0 15px;
    border-bottom: 1px solid #f3f3f3;

    font-size: 15px;

}

.register-list li a {
    color: #595959;
    display: flex;
    align-items: center;
padding: 15px 0;
    justify-content: space-between;
}

.register-list li i {
    color: #dcdcdc;
    font-size: 12px;
    transform: scale(.9);
}

.list-tit {
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
}

.list-tit:before {
    content: '';
    position: absolute;
    background: #e57b7b;
    width: 3px;
    height: 14px;
    border-radius: 6px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.list-tit3 {
    background: #fff;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.list-tit3 i {
    color: #dcdcdc;
    font-size: 12px;
    transform: scale(.9);
}

.list-tit3 em {
    font-size: 14px;
    color: #916e56;
    margin-right: 3px;
}

/*新闻详情*/
.new-box {
    text-align: center;
    padding: 0 20px;
    background: #fff;
}

.new-title {
    font-size: 22px;
    padding: 15px 20px;
}

.new-time {
    font-size: 14px;
    color: #a8a8a8;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.new-content {
    font-size: 17px;
    color: #595959;
    line-height: 28px;
    text-align: left;
    padding: 15px 0;
    word-break: break-all;
}
.new-content table{
    border-left:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;
}
.new-content td,.news-content th{
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}
.new-content img {
    width: 100%;
    max-width: 100%;
}
.new-content a{
  // display: inline-block;
display: inline;
}

/*就诊指南*/
.medica-list a {
    background: #fff;
    padding: 0 15px;
    color: #1e1e1e;
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.medica-list i {
    color: #b4282d;
    font-size: 17px;
    margin-right: 13px;
}

/*医生列表*/
.docter-list li {
    padding: 0 15px;
    background: #fff;
}

.docter-list a {
    height: 115px;
    background: #fff;
    padding: 20px 0 20px 65px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.docter-list img {
    width: 50px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 0;
}

.docter-list-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 75px;
}

.schedule-doctor-name {
    font-size: 14px;
    color: #1e1e1e;
}

.schedule-doctor-level {
    font-size: 10px;
    transform: scale(.8);
    padding: 2px 3px;
    margin-left: 10px;
    color: #916e56;
    border: 1px solid #916e56;
    border-radius: 2px;

}

.schedule-doctor-info {
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #787878;
    margin-top: 7px;
    line-height: 20px;
}

/*医生详情*/
.docter-deatil-top {
    height: 115px;
    background: #fff;
    padding: 20px 15px 20px 80px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.docter-deatil-top img {
    left: 15px;
}

.docter-deatil-top .docter-appoin {
    background: #916e56;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    height: 26px;
    width: 80px;
    line-height: 26px;
    position: absolute;
    right: 15px;
    top: 34px;
}

.docter-deatil-con {
    color: #787878;
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    margin: -5px 0 10px;
    overflow: hidden;
}

.docter-deatil-con .qr-img:nth-child(3n) {
    margin-right: 0;
}

.docter-line table td {
    vertical-align: top
}

.qr-img {
    float: left;
    text-align: center;
    margin-right: 5%;
    width: 30%;
    margin-bottom: 10px;
}

.qr-img img {
    display: block;
    width: 100%;
}

.qr-img span {
    margin-top: 5px;
    display: block;
}

.msg {
    float: left;
    width: 200px;
    margin: 20px 0 0 5px;
}

/*医院简介*/
.three-nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f9f9f9;
    line-height: 40px;
    background: #fff;
}

.three-nav li {
    width: auto;
}

.three-nav li a {
    padding: 0 20px
}

.three-nav a {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 15px;
    position: relative;
}

.three-nav .cur a {
    color: #333;
}

.three-nav .cur:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    display: block;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #916e56;
}

/*交通指南*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent {
    width: 100%;
    height: 230px;
}

.BMap_Marker img {
    left: 0 !important;
    top: 0 !important;
    width: 16px;
}

.address-info, .address-content {
    font-size: 14px;
    line-height: 25px;
    color: #5a5a5a;
    border-top: 1px solid #f9f9f9;
    padding: 10px 0;
}

.address-content p {
    margin: 0 15px;
}

.button-style {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #916e56;
    margin: 25px 0;
}

/*科室风采*/
.img-list {
    padding: 0 15px;
}

.img-list a {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}

.img-list img {
    height: 190px;
}

.img-list-title {
    color: #444444;
    font-size: 15px;
    margin: 10px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-list-info {
    color: #a8a8a8;
    font-size: 12px;
}

.video-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-img:after {
    content: '';
    background: rgba(0, 0, 0, .6) url(../images/9.png) center no-repeat;
    background-size: 55px auto;
    font-size: 60px;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 180px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/*门诊排班*/
.schedul-box {
    margin: 0 10px 20px;
}

.schedul-table {
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    font-size: 14px;
    color: #888;
    width: 100%
}

.schedul-table td, .schedul-table th {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
    padding: 10px 5px;
    line-height: 24px;
    background: #fff;
}

.schedul-table tr:first-child {
    color: #444;
    font-size: 14px;
}

.schedul-table th {
    background: #fafafa;
}

.schedul-doc {
    text-align: left !important;
    padding: 10px 15px !important;
}

.schedul-doc a {
    display: inline;
    color: #888;
}

.schedul-tit1 {
    width: 70px;
    text-align: center;
    color: #e57b7b;
}

.schedul-tit2 {
    width: 60px;
    text-align: center;
    color: #000;
}

/*空页面*/
.empty {
    height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty img {
    width: 40vw;
    height: 40vw;
}

.empty p {
    color: #787878;
    font-size: 14px;
    margin-top: 15px;
}

/*科室首页*/
.dp-content {
    padding: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 10px 15px;
    overflow: hidden;
    max-height: 140px;
}

.dp-conb {
    background: #fff;
    overflow: hidden;
}

.dp-nav {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 5px 5px;
}

.dp-nav li {
    font-size: 14px;
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;

}

.dp-nav .cur a {
    background: #fff;
    color: #916e56;
    border: 1px solid #916e56;
}

.dp-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    height: 40px;
    color: #595959;
}

/********** 全院医生 *********/
.doctor-item {
    margin: 15px 15px 0;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    position: relative;
}

.doctor-item:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    bottom: 0;
}

.doctor-item .list-tit {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
}

.doctor-item ul {
    display: flex;
    flex-wrap: wrap;
}

.doctor-item li {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.doctor-item li:nth-child(5n) {
    border-right: none;
}

.doctor-item li a {
    color: #595959;
    display: block;
}

.emptyd {
    color: #787878;
    font-size: 14px;
    margin: 15px;
    text-align: center;
    width: 100%;
}

.dp-mzbox {
    background: #fff;
    height: 280px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.dp-mzbox:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    box-shadow: 0 -50px 40px #fff inset;
}

.btnGo{
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: none;
    background-color: #916e56;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.btnGo:focus{
    color:#fff
}
    .schedul-title2 {
        display: flex;
        align-items: center;
        text-align: center;
        background: #fff;
        height: 40px;
        font-size: 14px;
        color: #444;
        overflow: hidden;
        margin: 20px 10px 0;
    }
    .schedul-title2 a{
        width: 50%;
    }
    .schedul-title2 .cur {
        color: #916e56;
        font-weight: bold;
    }