﻿.ks-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    background: #fff;
    background-size: cover;
    min-height: 290px;
    position: relative;
    padding-left: 150px;
    overflow: hidden;
    border-radius: 40px 0 0 0;
}

.ks-left {
    position: absolute;
    background: #2557B6;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px;
}

.ks-left-tt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

.ks-left-tt span {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding-top: 50px;
    background: url(../image/icon-ks01.png) center top no-repeat;
    width: 40px;
    line-height: 30px;
}

.ks-ul li {
    float: left;
    padding: 15px;
    width: 20%;
}

.ks-ul li a {
    display: block;
    border: solid 1px #ddd;
    border-radius: 10px;
    font-size: 18px;
    color: #333;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ks-ul {
    padding: 25px;
}

.ks-left02 .ks-left-tt span {
    background: url(../image/icon-ks02.png) center top no-repeat;
}

.ks-left02 {
    background: #3fb7d2;
}

.ks-left03 .ks-left-tt span {
    background: url(../image/icon-ks03.png) center top no-repeat;
}

.ks-left03 {
    background: #e6c372;
}

.ks-left04 .ks-left-tt span {
    background: url(../image/icon-ks04.png) center top no-repeat;
}

.ks-left04 {
    background: #296ae7;
}

.ks-left05 .ks-left-tt span {
    background: url(../image/icon-ks05.png) center top no-repeat;
}

.ks-left05 {
    background: #3bb7d3;
}

.ks-left06 .ks-left-tt span {
    background: url(../image/icon-ks06.png) center top no-repeat;
}

.ks-left06 {
    background: #e5c373;
}

.ks-left07 .ks-left-tt span {
    background: url(../image/icon-ks07.png) center top no-repeat;
}

.ks-left07 {
    background: #e5c373;
}

.ks-left08 .ks-left-tt span {
    background: url(../image/icon-ks08.png) center top no-repeat;
}

.ks-left08 {
    background: #296ae7;
}

.ks-bottom {
    margin-bottom: 80px;
}

.ks-ul li a:hover {
    background: #296ae7;
    color: #fff;
    border-color: #296ae7;
}

/* 科室详情页 */
.kslistr1 {
    padding: 28px 0 104px;
    background: #f7faff;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.ks-top {
    height: 405px;
}

.ks-img {
    position: relative;
    width: 45%;
    float: left;
}

.ks-img img {
    width: 100%;
}

.ks-img:before {
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 10;
    background: url(../image/add.png) center no-repeat;
    background-size: 100% 100%;
    right: -35px;
    bottom: -35px;
}

.ks-right {
    width: 50%;
    float: right;
}

.ks-title {
    line-height: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #2557B6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../image/icon-tt.png) left center no-repeat;
    padding-left: 50px;
}

.ks-title span {
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
}

.ks-txt {
    text-align: justify;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.zj-title span {
    font-size: 30px;
    color: #2557B6;
    font-weight: bold;
    background: url(../image/icon-tt.png) left center no-repeat;
    padding-left: 50px;
}

.zj-title {
    margin-top: 105px;
    margin-bottom: 55px;
    position: relative;
    line-height: 30px;
    text-align: center;
}

.zj-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #333;
}

.zj-slick-img {
    position: relative;
    padding-top: 150%;
}

.zj-slick-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 300px;
}

.zj-slick-name {
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}

.zj-back {
    position: relative;
    padding-bottom: 60px;
}

.zj-back:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 360px;
    bottom: 0;
    /*background: url(../image/back-b.png) center no-repeat;*/
    background: #008cff;
    background-size: cover;
}

.zj-slick-txt {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.zj-slick .slick-slide {
    padding: 0 20px;
}

.zj-slick {
    margin: 0 -20px;
    min-height: 290px;
}

.zj-slick .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../image/left04.png) center no-repeat;
    background-size: 100% 100%;
    left: -60px;
    margin-top: -20px;
}

.zj-slick .slick-next {
    width: 40px;
    height: 40px;
    background: url(../image/right04.png) center no-repeat;
    background-size: 100% 100%;
    right: -60px;
    margin-top: -20px;
}

.zy-back {
    background: url(../image/zy-back.png) center no-repeat;
    background-size: cover;
    padding: 30px 40px;
}

/*.zy-back p {*/
/*    line-height: 50px;*/
/*    text-indent: 2em;*/
/*    font-size: 18px;*/
/*    margin: 0;*/
/*}*/

/* 专家 */
.swiper-wrapper {
    display: block;
}

.list-box-tabs {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding: 1em 0;
}

.list-box-tabs li {
    float: left;
    margin-left: 40px;
    position: relative;
    width: auto;
    display: block !important;
}

.list-box-tabs li:hover {
    z-index: 100;
}

.list-box-tabs li a {
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #333;
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js-top {
    height: 70px;
    margin-top: 50px;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #2557B6;
    line-height: 70px;
}

.js-lb li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.js-lb {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.js-lb li a {
    display: block;
    border-radius: 10px;
    border: solid 1px #ddd;
    font-size: 18px;
    color: #333;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
}

.js-lb li a:hover {
    color: #2557B6;
    border-color: #2557B6;
}

.js-row {
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.js-row .col-xs-6 {
    width: 48%;
}

/* 专家列表页 */
.pull-left {
    float: left !important;
}

.ld-list li {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.ld-list li a {
    display: block;
    border: solid 1px #ceddf8;
    border-radius: 0 30px 0 30px;
    height: 240px;
    padding: 19px 20px;
}

.ld-list-img img {
    width: 143px;
    height: 200px;
}

.ld-list-name {
    font-size: 16px;
    color: #888;
}

.ld-list-name span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-right: 10px;
}

.ld-list-name .futitle {
    font-size: 15px;
    color: #999;
    font-weight: normal;
}

.ld-list-right {
    margin-left: 170px;
    padding-top: 15px;
}

.ld-list-p {
    color: #555;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ld-list-label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #2557B6;
    width: 100px;
    height: 40px;
    background: #e5eaf4;
    text-align: center;
    line-height: 40px;
}

.ld-list {
    margin: 0 -20px;
    /* padding-bottom: 70px; */
}

.ld-list li a:hover {
    border-color: #2557B6;
}

/* 专家样式 */
.wp1 {
    width: 88%;
    max-width: 1411px;
    margin: 0 auto;
}

.zj_list {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.zj_list .zhuanjia {
    height: 60px;
    color: #2557B6;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.zj_list .zhuanjia .more {
    font-size: 12px;
    color: #555;
    position: absolute;
    top: 0px;
    right: 5px;
}

.qh_item_active {
    background: #2557B6 !important;
}

.qh_item_active a {
    color: #FFF !important;
}

.qh_item {
    padding: 0 20px;
}

.qh_item a {
    color: #2557B6;
}

.qh_box_item {
    margin-top: 10px;
}

.list_btn {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.list_btn li {
    float: left;
    width: 16.6666%;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    color: #333;
    cursor: pointer;
}

.list_btn li:hover {
    color: #2557B6;
    border-bottom: 3px solid #2557B6;
}

.list_btn li.on {
    color: #2557B6;
    border-bottom: 3px solid #2557B6;
}

.list_btn_menu {
    width: 100%;
}

.list_btn_menu::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    height: 3px;
}

.list_btn_menu::-webkit-scrollbar-thumb {
    /*滚动条里面小方块样式*/
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px rgba(151, 151, 151, 0.9);
    background: rgba(0, 0, 0, 0.1);
    ;
}

.list_btn_menu::-webkit-scrollbar-track {
    /*滚动条里面轨道样式*/
    -webkit-box-shadow: inset 0 0 5px rgba(223, 223, 223, 0.9);
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
}

.list-nr,
.list-nr1 {
    width: 100%;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-nr .list-lei,
.list-nr1 .list-lei1 {
    width: 48%;
}

.list-nr .kemu,
.list-nr1 .kemu1 {
    height: 70px;
    margin-top: 50px;
    padding-left: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #2557B6;
    line-height: 70px;
}

.list-nr ul,
.list-nr1 ul {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.list-nr ul li,
.list-nr1 ul li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.list-nr ul li>a,
.list-nr1 ul li>a {
    display: block;
    border-radius: 10px;
    border: solid 1px #ddd;
    font-size: 18px;
    color: #333;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
}

.qh_box {
    flex-wrap: wrap;
}

.qh_box1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    height: 3px;
}

.qh_box1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块样式*/
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px rgba(151, 151, 151, 0.9);
    background: rgba(0, 0, 0, 0.1);
    ;
}

.qh_box1::-webkit-scrollbar-track {
    /*滚动条里面轨道样式*/
    -webkit-box-shadow: inset 0 0 5px rgba(223, 223, 223, 0.9);
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
}

.soso {
    position: relative;
    margin-left: 30px;
}

.soso input {
    outline: none;
}

.soso .key {
    width: 350px;
    line-height: 40px;
    border-radius: 10px;
    background: none;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
}

.soso .key:focus {
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #0168B7;
}

.key {
    padding: 2px 5px;
}

.soso .sbmit {
    position: absolute;
    top: 25px;
    right: 10px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
}

/* 专家样式end */
@media screen and (max-width:1180px) {
    .wp1 {
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        padding: 0 15px;
    }
    .ks-box {
        margin-top: 10px;
        padding-left: 0;
    }

    .ks-left {
        position: relative;
        width: 100%;
    }

    .ks-left-tt {
        position: relative;
        top: 0;
        transform: none;
    }

    .ks-left-tt span {
        font-size: 18px;
        padding-top: 0;
        background: none;
        width: 100%;
        line-height: 52px;
    }

    .ks-left03 .ks-left-tt span,
    .ks-left02 .ks-left-tt span {
        background: none;
    }

    .ks-ul {
        padding: 10px;
    }

    .ks-ul li {
        padding: 5px;
        width: 25%;
    }

    .ks-ul li a {
        font-size: 14px;
        line-height: 36px;
    }
    .ld-list li {
        width: 100%;
        padding: 0;
    }
}


@media screen and (max-width:780px) {
    .ld-list li a {
        height: auto;
        padding: 10px;
    }
    .ld-list-img img {
        width: 90px;
        height: auto;
    }
    .ld-list-right {
        margin-left: 100px;
        padding-top: 0;
    }
    .ld-list-name span {
        font-size: 16px;
    }
    .ld-list-p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-top: 5px;
    }
    .ld-list-label {
        margin-top: 10px;
        font-size: 14px;
    }
    .ks-ul li {
        width: 50%;
    }
    .ks-img {
    width: 100%;
}
.ks-img:before {
    display: none;
}
.ks-right {
    width: 100%;
    margin-bottom: 20px;
}
.ks-title {
    font-size: 22px;
}
.ks-txt {
    line-height: 26px;
    font-size: 14px;
    margin-top: 5px;
}
.zj-title span {
    font-size: 22px;
}
.zj-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.zj-slick-name{
    font-size: 18px;
    margin-top: 10px;
}
.zj-slick-txt {
    font-size: 14px;
    line-height: 24px;
}
.zhuanjia .qh_item a {
    font-size: 18px;
}
.zhuanjia .list_btn li {
    font-size: 16px;
    padding: 14px 0;
}
.zj_list .zhuanjia {
    height: 50px;
    line-height: 50px;
}
.list-nr .list-lei, .list-nr1 .list-lei1 {
    width: 100%;
}
.list-nr .kemu, .list-nr1 .kemu1 {
    height: 56px;
    margin-top: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 56px;
}
.list-nr ul, .list-nr1 ul {
    padding: 15px;
}
.list-nr ul li>a, .list-nr1 ul li>a {
    font-size: 14px;
    line-height: 40px;
}
.list-nr ul li, .list-nr1 ul li {
    padding: 6px;
}
}