/* -------------------- */
.ne-banner {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ne-banner img {
    width: 100%;
    animation: changeScale 1 2.5s;
}


.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.content {
    width: 100%;
    position: relative;
    padding: 0.7rem 13% 0.8rem 13%;
    background: url(/client_yd/images/top-bg.jpg)no-repeat left top;
    z-index: 1;
}

.navBox {
    width: 100%;
    box-shadow: 0 0 15px #c2c2c2;
    padding: 0 13%;
    position: relative;
    z-index: 2;
}



.navList ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.navList ul li {
    padding-right: 0.6rem;
    position: relative;

}

.navList ul li a {
    display: flex;
    color: #333333;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.2rem;
    position: relative;

}

.navList ul li a:after {
    width: 0%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0.1rem;
    height: 3px;
    background: #118569;
    transition-duration: .5s;
}

.navList ul li a:hover:after {
    width: 100%;
}

.navList ul li .ts {
    font-weight: bold;
    position: relative;
}

.navList ul li .ts:after {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0.1rem;
    height: 3px;
    background: #118569;
}

.navList ul li a:hover {
    font-weight: bold;
}

/*  */
.nePos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
}

.nePos h1 {
    line-height: 0.78rem;
    color: #118569;
    font-size: 0.38rem;
}

.nePos .posBit {
    line-height: 0.78rem;
    color: #118569;
    font-size: 16px;
}

/* 新闻列表 */
.ne-hasImg-list ul li {
    border: 1px solid #dddddd;
    margin-bottom: 0.2rem;
    transition-duration: 0.3s;
    padding: 0.2rem;
    background: #f7f7f7;
}

.ne-hasImg-list ul li:hover {
    border: 1px solid #118569;
}

.ne-hasImg-list ul li a {
    display: flex;
    flex-wrap: wrap;
}

.ne-hasImg-img {
    width: 2.8rem;
    overflow: hidden;
}

.ne-hasImg-img img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
}

.ne-hasImg-list ul li:hover .ne-hasImg-img img {
    transform: scale(1.1);
}

.ne-hasImg-info {
    width: calc(100% - 2.8rem);
    padding: 0.2rem 0.5rem 0 0.3rem;
}

.ne-hasImg-info h3 {
    font-size: 0.22rem;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0.16rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition-duration: 0.3s;
}

.ne-hasImg-list ul li:hover .ne-hasImg-info h3 {
    color: #118569;
}

.ne-hasImg-info p {
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.6;
    margin-bottom: 0.16rem;
    display: -webkit-Box;
    -webkit-Box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ne-hasImg-info span {}

.ne-hasImg-info span {
    display: block;
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.4;
    padding-left: 0.36rem;
    position: relative;
}

.ne-hasImg-info span::before {
    display: block;
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    background: url(/client_yd/images/time.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 新闻列表 */

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
}

.page-btn,
.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.47rem;
    height: 0.47rem;
    margin: 0 5px;
    border-radius: 8px;
    background: white;
    border: 1px solid #ddd;
    color: #118569;
    font-size: 0.18rem;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number:hover {
    background: #118569;
    color: white;
    border-color: #118569;
}

.page-btn:hover {
    background: #f5f7fa;
}

.page-btn.disabled {
    color: #bdc3c7;
    cursor: not-allowed;
}

.page-btn.disabled:hover {
    background: white;
}

.page-number.active {
    background: #118569;
    color: white;
    border-color: #118569;
    font-weight: 500;
}

.ellipsis {
    margin: 0 5px;
    color: #95a5a6;
}

.jump-to {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.jump-to input {
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 10px;
    margin: 0 10px;
    text-align: center;
    font-size: 0.18rem;
}

.jump-to input:focus {
    outline: none;
    border-color: #118569;
    ;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.jump-btn {
    padding: 0 16px;
    background: #118569;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    outline: none;
    margin-left: 10px;
    line-height: 0.47rem;
    font-size: 0.18rem;
}

.jump-btn:hover {
    background: #118569;
}

#next-btn img {
    transform: rotate(180deg);
}

/* 分页 */
/* 工作动态 */
.tzgg-content {
    margin-bottom: 0.55rem;
}

.tzgg-content li {
    position: relative;
    top: 0;
    transition-duration: 1s;
}



.tzgg-box {
    padding: 0.16rem 0;
    transition-duration: 0.3s;
    display: flex;
    justify-content: space-between;
}

.tzgg-date {
    width: 1.2rem;
    border: 1px solid #118569;
}

.tzgg-box:hover .tzgg-info h4 {
    color: #118569;
}


.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    height: 0.72rem;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.72rem;
    transition-duration: 0.3s;
    background: #118569;
    font-weight: bold;

}

.tzgg-content ul li:hover .tzgg-date span:nth-child(1) {
    background: #118569;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    height: 0.44;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #118569;
    text-align: center;
    line-height: 0.44rem;
    transition-duration: 0.3s;
    border-top: none;

}

.tzgg-info {
    width: calc(97% - 1.2rem);
    margin-left: 3%;
    border: 1px solid #dedede;
    padding: 0.22rem 0.35rem;
    position: relative;
}

.tzgg-info .dw {
    width: 0.31rem;
    height: 0.29rem;
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    cursor: pointer;
}

.tzgg-box:hover .tzgg-info {
    border: 1px solid #118569;
}

.tzgg-info h4 {
    font-size: 0.24rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.tzgg-info p {
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.3rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* ------- */
/* 院报 */
.ybList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.ybList dl {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 0.45rem;
}

.ybList dl:nth-child(4n) {
    margin-right: 0;
}

.ybList dl dt {
    width: 100%;
    padding: 0.1rem;
    background: #fff;
    position: relative;
    border: 2px solid #e0e0e0;
}

.ybList dl dt img {
    display: block;
    width: 100%;
}

.ybList dl dd .ybTime {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #333;
}

.ybList dl dd {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.1rem;
}

.ybList dl dd p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    width: 40%;
    text-align: center;
    cursor: pointer;
}

.ybList dl dd p:hover {
    color: #fff;
    background: #118569;
    border-radius: 0.1rem;
}

.ybList dl dd p:hover a {
    color: #fff;
}

.ybList dl dd p .iconfont {
    margin-right: 5px;
    font-size: 0.26rem;
}

/* 院报 */
/* 联系我们 */
.contList {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.contList dl {
    width: 33.333%;
    cursor: pointer;
}

.contList dl dt {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    transition-duration: .5s;
}

.contList dl dt img {
    display: block;
    width: 100%;
}

.contList dl:hover dt {
    transform: rotateY(180deg);
}

.contList dl dd h1 {
    width: 100%;
    text-align: center;
    color: #111111;
    font-size: 0.3rem;
}

.contList dl dd p {
    line-height: 0.3rem;
    font-size: 0.22rem;
    color: #333333;
    text-align: center;
}

.contMap {
    width: 100%;
    margin-top: 0.3rem;
}

.contMap img {
    display: block;
    width: 100%;
}

/* 联系我们 */

/* 科室 */
.deparTab {
    position: absolute;
    width: auto;
    top: -0.82rem;
    left: 14%;
}

.deparTab p,
.deparTab a {
    width: 1.62rem;
    display: inline-block;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
    color: #fff;
    background: #b2b2b2;
    line-height: 0.44rem;
    text-align: center;
    font-size: 0.18rem;
    cursor: pointer;
}

.deparTab p:hover,
.deparTab a:hover {
    background: #118569;
    color: #fff;
}

.deparTab a.ts {
    background: #118569;
    color: #fff;
}

.ksjsSearch {
    width: 100%;
    padding: 0.35rem;
    background: #fff;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 15px #d7d7d7;
    margin-top: 0.25rem;
    position: relative;
}

.ksjsSearch h1 {
    width: 11%;
    line-height: 0.48rem;
    font-size: 0.2rem;
}

.ksjsSearch input {
    width: 76%;
    outline: none;
    border: 1px solid #cccccc;
    line-height: 0.46rem;
    padding: 0 0.15rem;
    font-size: 0.18rem;
}

.ksjsSearch .btn {
    width: 8%;
    border-radius: 0.1rem;
    background: #118569;
    color: #fff;
    line-height: 0.48rem;
    display: inline-block;
    text-align: center;
    transition-duration: .5s;
}

.ksjsSearch .btn:hover {
    background: #005641;
}

.departBox dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.45rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.departBox dl dt {
    width: 0.8rem;
    background: #38ad91;
    color: #fff;
    border-radius: 0.15rem 0 0 0;
    text-align: center;
    border-top: 0.3rem solid #118569;
    padding-top: 0.25rem;
}

.departBox dl dt p {
    width: 50%;
    font-size: 0.22rem;
    line-height: 0.36rem;
    margin: 0 auto;
    text-align: center;
}

.departBox dl dt .iconfont {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    display: inline-block;
    font-size: 0.36rem;
}

.departBox dl dd {
    width: calc(96% - 0.8rem);
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.departBox dl dd a {
    width: 19%;
    border-radius: 0.05rem;
    border: 1px solid #d5d5d5;
    line-height: 0.48rem;
    margin-right: 1.25%;
    color: #333;
    margin-bottom: 0.15rem;
    padding: 0 0.15rem;
    cursor: pointer;
    transition-duration: .5s;
}

.departBox dl dd a:nth-child(5n) {
    margin-right: 0;
}

.departBox dl dd a:hover {
    background: #118569;
    color: #fff;
    border: 1px solid #118569;
}

/*  */
.ksPic {
    width: 67.5%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ksPic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ksPic .dw {
    width: 1.62rem;
    line-height: 0.44rem;
    border-radius: 0.1rem;
    text-align: center;
    color: #fff;
    background: rgba(17, 133, 105, 0.9);
    font-size: 0.18rem;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 44%;
    display: inline-block;
    cursor: pointer;
    transition-duration: .5s;
}

.ksPic .dw:hover {
    background: #118569;
}

.ksDetail {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 0.3rem;
}

.ksintro {
    width: 100%;
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
}

.ksBit {
    text-indent: 2em;
    position: relative;

}

.ksBit h1 {
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.ksBit:after {
    width: 0.76rem;
    line-height: 0.11rem;
    position: absolute;
    content: "";
    background: url(/client_yd/images/ks-after.png)no-repeat;
    background-size: 100% 100%;
    left: 0.36rem;
    bottom: 0.06rem;
    z-index: 1;
    height: 0.11rem;
}

.ksDoctor {
    width: 100%;
}

.ksDoctor h1 {
    line-height: 0.66rem;
    font-size: 0.36rem;
    color: #118569;
    margin-bottom: 0.2rem;
}

.ksDoctor .swiper-slide {
    width: 100%;
    cursor: pointer;
    background: #fff;
    padding: 10px;
}

.DList dl {
    width: 100%;
    box-shadow: 0 0 10px #b1b1b1;
    padding: 0.35rem 0.3rem 0.65rem 0.3rem;
    border-radius: 0.1rem;
}

.DList dl dt {
    width: 1.85rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px #bababa;
}

.DList dl dt .img {
    padding-bottom: 100%;
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.DList dl dd {
    padding-top: 0.1rem;
    color: #333333;
}

.DList dl dd .name {
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.28rem;
    margin-bottom: 10px;
    margin-top: 0.05rem;

}

.DList dl dd .name span {
    display: inline-block;
    font-weight: normal;
    line-height: 0.32rem;
    font-size: 0.18rem;
}

.DList dl dd .intro {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctorList {
    margin-top: 0.45rem;
}

.doctorList .DList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.doctorList .DList dl {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 0.33rem;
    transition-duration: .5s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.doctorList .DList dl:nth-child(4n) {
    margin-right: 0;
}

.doctorList .DList dl:hover {
    box-shadow: 0 0 15px #b1b1b1;
    top: -5px;
}

/* 科室医生 */
.ksys {
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 10px #e0e0e0;
    padding: 0.08rem 0.2rem;
    background: #fff;
    margin-bottom: 0.3rem;
    height: 2rem;
}

.ksys:nth-child(4) {
    margin-right: 0;
}

.ksys h1 {
    line-height: 0.54rem;
    border-bottom: 1px solid #cecece;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
}

.ksys h1 a {
    border: none !important;
}

.zjName {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0.15rem 0 0.12rem 0;
}

.zjName a {
    width: 33.333% !important;
    margin-right: 0 !important;
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.34rem !important;
    height: 0.34rem !important;
    border: none !important;
}

/* 科室详情 */
.ri-neir {
    margin-top: 0.2rem;
}

.ks-detail1 {
    width: 100%;
    background: url(/client_yd/images/ysxq-bg.jpg) no-repeat top left #f8f8f8;
    padding: 0.6rem;
    background-size: 100% 2.58rem;
    min-height: 2.4rem;
}

.zj-l {
    width: 23%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;

}

.zj-l .img {
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.zj-l .img img {
    display: block;
    width: 100%;
}

.zj-r {
    width: 72%;
}

.zj-r .bit {
    border-bottom: 1px solid #fff;
    height: 0.74rem;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.74rem;
    font-weight: bold;
    position: relative;
}

.zj-r .bit span {
    display: inline-block;
    font-size: 0.18rem;
    font-weight: normal;
    float: right;
    padding-right: 0.25rem;
}

.zj-r .bit:after {
    position: absolute;
    width: 0.3rem;
    height: 0.33rem;
    content: "";
    background: url(/client_yd/images/d-after.png) no-repeat center center;
    background-size: cover;
    right: -15px;
    bottom: -20px;
}

.zj-icon {
    margin-top: 0.35rem;
}

.zj-r .js {
    margin-top: 0.3rem;
}

.zj-icon li {
    width: 100%;
    line-height: 0.46rem;
    color: #fff;
    padding-left: 0.65rem;
    font-size: 0.2rem;
}

.zj-icon li:nth-child(2) {
    margin-top: 0.6rem;
    color: #333;
}

.zj-icon li:nth-child(1) {
    background: url(/client_yd/images/d-icon1.png) no-repeat left center;
}

.js-detail {
    width: 100%;
    margin-top: 0.3rem;
    min-height: 2rem;
    border-top: 1px solid #eaeaea;
}

.js-detail h1 {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    background: url(/client_yd/images/d-bit.jpg) no-repeat left center;
    padding-left: 0.5rem;
    font-size: 0.26rem;
    color: #333333;
    margin: 0.15rem 0;
}

.js-detail .text {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
}

.zbmzBox .gg {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.zbmzBox .gg span {
    color: #de0000;
}

/* 医院文化 */
.yywhBox {
    width: 99%;
    margin: 20px 0 30px 0;
    overflow: hidden;
    position: relative;
}

.yywhBox .dw {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: left;
}

.yywhBox .dw h1 {
    line-height: 0.66rem;
    font-size: 0.42rem;
    color: #0d6dbd;
}

.yywhBox .dw h1 span {
    display: inline-block;
    line-height: 0.66rem;
    font-size: 0.32rem;
    color: #333333;
    position: relative;
}

.yywhBox .dw h1 span:after {
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 3px;
    background: #333;
    left: 0;
    bottom: -0.2rem;
}

.yywhBox img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
    position: relative;
    z-index: 1;
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.ygyhBox {
    width: 100%;
    background: url(/client_yd/images/yywh-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 1.05rem;
    margin-top: 0.25rem;
}

.ygyhBox .logo img {
    width: 5.2rem;
}

.ygyhBox p {
    font-size: 0.2rem;
    line-height: 0.5rem;
    margin-top: 0.25rem;
}

.ygyhBox p span {
    font-weight: bold;
    font-size: 0.22rem;
    padding-bottom: 10px;
}

/* 在线留言 */
.faqBox {
    width: 100%;
    background: #fbfbfb;
    padding: 0.45rem 0.8rem 0.6rem 0.4rem;
}

.perList {
    width: 100%;

}

.perList li {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-bottom: 0.25rem;
    position: relative;
}

.perList li span {
    position: absolute;
    right: -0.15rem;
    color: #bd0000;
    font-size: 0.18rem;
}

.perList li p {
    width: 1.3rem;
    line-height: 0.5rem;
    text-align: right;
    font-size: 0.2rem;
    padding-right: 0.2rem;
}

.perList li input {
    width: calc(100% - 1.3rem);
    outline: none;
    border: 1px solid #e3e3e3;
    line-height: 0.4rem;
    padding: 0 0.25rem;
    font-size: 0.2rem;
    transition-duration: .5s;
}

.perList li input:focus {
    border: 1px solid #118569;
    box-shadow: 0 0 15px #dad9d9;
}

.perBtn {
    margin-left: 1.3rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 2rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    background: #118569;
    border-radius: 0.5rem;
    display: inline-block;
}

.perBtn:nth-child(3) {
    margin-left: 0.5rem;
    background: #989898;
    color: #fff;
}

.perBtn:hover {
    color: #fff;
}

/* 医院概况 */
.zzjgBox {
    margin-top: 0.6rem;
}

.zzjgBox dl {
    padding-bottom: 0.4rem;
}

.zzjgBox dl img {
    display: inline-block;

}

.yrymList {
    margin-top: 0.3rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.yrymList dl {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0.1rem;
}

.yrymList dl:nth-child(3n) {
    margin-right: 0;
}

.yrymList dl dt {
    width: 100%;
    border-radius: 0.15rem;
    overflow: hidden;
    background: #000;
}

.yrymList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.yrymList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7rem;
}

.yrymList dl dd {
    line-height: 0.4rem;
    font-size: 0.22rem;
    padding: 0.2rem 0.15rem;
}

/* 医院领导 */
.leaderBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0.15rem 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 15px #d6d6d6;
}

.leaderBox .left {
    width: 0.7rem;
    background: url(/client_yd/images/leader-bg1.jpg)no-repeat bottom #108067;
}

.leaderBox .right {
    width: calc(100% - 0.7rem);
    padding: 0.2rem 0.85rem 0.6rem 0.4rem;
    background: url(/client_yd/images/leader-bg.jpg) no-repeat right bottom;
}

.leaderList dl {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    cursor: pointer;
}

.leaderList dl:after {
    width: 0;
    height: 3px;
    background: #108067;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    transition-duration: .5s;
}

.leaderList dl:hover:after {
    width: 100%;
}

.leaderList dl dt {
    width: 2.8rem;
    line-height: 1rem;
    padding-left: 0.2rem;
    font-weight: bold;
    font-size: 0.22rem;
    transition-duration: .5s;
    background: url(/client_yd/images/leader-icon.png) no-repeat -20px center;
}

.leaderList dl:hover dt {
    color: #108067;
    padding-left: 0.4rem;
    background: url(/client_yd/images/leader-icon.png) no-repeat 0 center;

}

.leaderList dl dd {
    width: calc(100% - 2.8rem);
    line-height: 1rem;
    font-size: 0.2rem;
}

/* 医院荣誉 */
.yyryBox {
    margin: 0.3rem 0;
}

.zsImg {
    height: 3.68rem;
    position: relative;
    padding: 0.16rem;
}

.zsImg img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    display: block;
    max-height: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

.zsImg p {
    width: 90%;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.2rem;
    padding-top: 0.2rem;
    opacity: 0;
    position: absolute;
    bottom: -0.5rem;
}

.yyryBox .swiper-slide-active .zsImg p {
    opacity: 1;
}

.yyryBox {
    overflow: hidden;
    position: relative;
}

.yyryBox .swiper-scrollbar {
    height: 0.12rem !important;
    background: #c9c9c9;
    width: 90% !important;
    left: 5% !important;
    bottom: 0.23rem !important;
    position: absolute;
}

.yyryBox .swiper-button-next,
.yyryBox .swiper-button-prev {

    bottom: 0rem;
    top: auto;
    margin-top: 0;
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/client_yd/images/ry-icon.png) no-repeat center center;
}

.yyryBox .swiper-button-next:after,
.yyryBox .swiper-button-prev:after {
    display: none !important;
}

.yyryBox .swiper-scrollbar-drag {
    background: #00796a;
}

.yyryBox .swiper-button-prev {
    left: 0;

}

.yyryBox .swiper-button-next {
    transform: rotate(180deg);
    right: 0;
}


.yyryBox .swiper-container {
    padding: 0.7rem 0 1.4rem;
}

/* 医院荣誉 */


/* about */
.aboutBit {
    line-height: 0.6rem;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.aboutBox {
    padding-bottom: 0.35rem;
}

.aboutBox span {
    display: inline-block;
    width: 100%;
    font-size: 0.19rem;
    color: #da251c;
    font-weight: bold;
    line-height: 0.3rem;
}

.aboutNeir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

.aBit {
    text-align: center;
    width: 100%;
    line-height: 0.48rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

/*  */




/* 历史沿革 */
.lsygList {
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
}

.lsygList:after {
    width: 1.36rem;
    height: 1.38rem;
    position: absolute;
    content: "";
    background: url(/client_yd/images/lsyg-logo.png)no-repeat;
    background-size: 100%;
    top: 0;
    left: 45%;
    z-index: 0;
}

.lsygList:before {
    width: 2px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    background: #118569;
}

.lsygList dl {
    width: 100%;
    padding-right: 50%;
    position: relative;
    margin-bottom: 0.5rem;
    position: relative;
}

.lsygList dl dt {
    padding-top: 0.2rem;
}

.lsygList dl:nth-child(2n) dt {
    text-align: right;
    padding-right: 0.287rem
}

.lsygList dl:nth-child(2n) dt img {
    display: inline-block;
}

.lsygList dl dt {
    padding-left: 0.287rem;
}

.lsygList dl dt img {
    width: 4.17rem;
    display: block;
}

.lsygList dl dd:before {
    width: 12px;
    height: 12px;
    background: #118569;
    position: absolute;
    left: 99.3%;
    top: 0;
    content: "";
    transform: rotate(45deg);
    z-index: 2;
}

.lsygList dl dd {
    width: 100%;
    padding-right: 0.287rem;
    padding-left: 0.287rem;
    padding-top: 0;
    text-align: left;
    border-bottom: 1px dashed #118569;
    position: relative;
    padding-bottom: 10px;
}

.lsygList dl dd:after {
    width: 23px;
    height: 17px;
    background: url(/client_yd/images/lsyg-icon.png)no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
}

.lsygList dl:nth-child(2n) dd:after {
    right: 0;
    left: inherit;
}

.lsygList dl dd h1 {
    line-height: 0.34rem;
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.1rem;
}

.lsygList dl dd p {
    font-size: 0.2rem;
    line-height: 0.32rem;
}

.lsygList dl:nth-child(2n) {
    width: 100%;
    padding-left: 50%;
    padding-right: 0;
    display: block;
    justify-content: flex-end;
    position: relative;
}

.lsygList dl:nth-child(2n) dd:before {

    left: -0.7%;
}


.lsygList dl:nth-child(2n) dd {
    width: 100%;
    padding-left: 0.287rem;
    text-align: right;
    padding-right: 0.287rem;
}

.lsygList dl:nth-child(2n) dt:after {
    left: inherit;
    right: -0.55rem;
    display: none;
}

/*  */
.aboutText {
    width: 100%;
}

.aboutText p {
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.38rem;
    padding-bottom: 0.32rem;
}




/* ---- */
.level ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.level ul li {
    margin: 0 5px;
}

.level ul li a {
    min-width: 1.8rem;
    text-align: center;
    line-height: 0.5rem;
    display: inline-block;
    border-radius: 0.5rem;
    background: #eaeaea;
    font-size: 0.2rem;
    color: #333333;
}

.level ul li .ts {
    background: #f6312b;
    color: #fff;
}

.level ul li a:hover {
    background: #f6312b;
    color: #fff;
}

/*  */
.ylfwnav {
    width: 11.71rem;
    height: 4.1rem;
    background: url(/client_yd/images/nav-bg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 9;
    top: -4.1rem;
    padding-top: 1.4rem;
    color: #fff;
    padding-right: 3.6rem;
}

.ylfwnav h1 {
    line-height: 0.5rem;
    font-size: 0.36rem;
    margin-bottom: 15px;
}



.navWarp {
    width: 78%;
    margin: 0 auto;
    position: relative;
}

/*  */
.serviceTime {
    width: 100%;
    background: url(/client_yd/images/ylfwbg1.png)no-repeat;
    background-size: 100% 100%;
    min-height: 6.25rem;
    padding-top: 0.5rem;
}

.serviceTimetext {
    width: 55%;
    margin: 0 auto;
}

.serviceTimetext li {
    width: 100%;
    border-bottom: 1px solid #d0cecf;
    line-height: 0.4rem;
    padding: 0.2rem 0;
    font-size: 0.2rem;
}

.serviceTimetext li span {
    display: inline-block;
    font-weight: bold;
}

.zyznBox {
    width: 90%;
    margin: 0 auto;
}

.zyznpic {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.zyznpic img {
    display: inline-block;
}

.zyznBox p {
    font-size: 0.18rem;
    line-height: 0.38rem;
    padding-bottom: 0.45rem;
}

.zyznBox p span {
    font-weight: bold;
}

/*  */
.zjList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.zjList dl {
    width: 16%;
    cursor: pointer;
    margin: 0 2% 0.8rem 2%;
    border-bottom: 4px solid #f2bdba;

}

.zjList dl dt {
    width: 100%;
    overflow: hidden;
}

.zjList dl dt img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.zjList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.zjList dl dd {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zjList dl dd p {
    line-height: 0.8rem;
    font-size: 0.22rem;
    color: #333333;
}

.zjList dl:hover dd p {
    color: #f886aa;
}

.zjList dl dd p:nth-child(2) {
    font-size: 0.18rem;
}

/*  */



/* 新闻中心 */

.detail {
    line-height: 0.4rem;
    color: #111111;
    font-size: 0.28rem;
    text-align: center;
    padding-bottom: 0.25rem;
    margin-top: 0.3rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    background: #ededed;
    font-size: 0.18rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.detail1 {
    padding-top: 0.2rem;
}

.detail1 video {
    width: 80%;
    margin: 0 auto;
}

.detail1 p {
    font-size: 0.19rem;
    line-height: 0.36rem;
    color: #555555;
    padding-bottom: 15px;
}

.detail1 p img {
    display: inline-block;
}

.detail-padd {
    padding: 0.5rem 0;
}

.pbintro {
    width: 100%;
    margin-top: 20px;
}

.pbintro li {
    line-height: 0.48rem;
    padding-left: 30px;
    font-size: 16px;
    line-height: 0.48rem;
}

.pbintro li:nth-child(1) {
    background: url(/client_yd/images/start.png) no-repeat left center;
}

.pbintro li:nth-child(2) {
    background: url(/client_yd/images/start1.png) no-repeat left center;
}

/*  */
.hlryBox {
    width: 100%;
}

.hlryBox dl {
    padding-bottom: 0.9rem;
}

.hlryBox dl dt {
    width: 100%;
    position: relative;
    margin-bottom: 0.25rem;
}

.hlryBox dl dt:after {
    width: 100%;
    height: 1px;
    background: #d978a2;
    position: absolute;
    left: 0;
    top: 0.22rem;
    content: "";
    z-index: 1;
}

.hlryBox dl dt:before {
    width: 41px;
    height: 13px;
    position: absolute;
    content: "";
    background: url(/client_yd/images/hlbg.jpg)no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    right: 0;
    top: 0.16rem;
}

.hlryBox dl dt h1 {
    line-height: 0.44rem;
    position: relative;
    padding: 0 0.18rem;
    font-size: 0.26rem;
    background: url(/client_yd/images/love.png) no-repeat 5px center #fff;
    font-weight: normal;
    color: #111;
    display: table;
    z-index: 2;
}

.hlryBox dl dt h1:after {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #d978a2;
    position: absolute;
    right: -4px;
    top: 0.2rem;
    content: "";
}

.hlryBox dl dd {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.hlryBox dl dd .job {
    width: 2.6rem;
    line-height: 0.38rem;
    font-weight: bold;
    padding-right: 0.5rem;
    font-size: 0.2rem;
    text-align: right;
}

.hlryBox dl dd .name {
    width: calc(100% - 2.6rem);
}

.hlryBox dl dd .name p {
    width: 1.2rem;
    display: inline-block;
    line-height: 0.38rem;
    padding-left: 0.13rem;
    position: relative;
    font-size: 0.16rem;
}

.hlryBox dl dd .name p:after {
    width: 3px;
    height: 50%;
    top: 25%;
    position: absolute;
    left: 0;
    background: #e7608b;
    content: "";
}

/*  */
.Etext {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
}

.emailBox ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.emailBox li {
    width: 32.5%;
    border-radius: 0.15rem;
    border: 1px solid #d4d4d4;
    height: 0.58rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
    position: relative;
    color: #333333;
}

.emailBox li:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    padding-left: 1.4rem;
    position: relative;
}

.emailBox li:nth-child(2):after {
    position: absolute;
    line-height: 0.58rem;
    padding-left: 0.25rem;
    font-size: 0.2rem;
    left: 0;
    top: 0;
    content: "性别：";
    opacity: 0.7;
}

.emailBox li:nth-child(2) label {
    display: flex;
    align-items: center;
    padding-right: 0.55rem;
}

.emailBox li:nth-child(2) input {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
}

.emailBox li .input,
.emailBox li select {
    width: 100%;
    border: none;
    padding: 0 0.25rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.2rem;
    outline: none;
    border-radius: 0.15rem;
}

.emailBox li select {
    opacity: 0.7;
}

.emailBox li:nth-child(3n) {
    margin-right: 0;
}

.emailBox li:nth-child(10),
.emailBox li:nth-child(11) {
    width: 100%;
    margin-right: 0;
}

.emailBox li:nth-child(11) {
    height: 1.75rem;
}

.emailBox li textarea {
    width: 100%;
    border: none;
    background: none;
    height: 1.75rem;
    padding: 0.25rem;
    font-size: 0.2rem;
    font-family: 'syhtN';
}

.emailBox li span {
    display: inline-block;
    position: absolute;
    right: 0.25rem;
    font-size: 0.26rem;
    color: #b70000;
    top: 0.1rem;
}

.emailBtn {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}

.emailBtn a {
    display: inline-block;
    border-radius: 0.1rem;
    width: 1.1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #d1d1d1;
    color: #333333;
    text-align: center;
    font-size: 0.2rem;
    margin: 0 0.22rem;
}

.emailBtn a:hover {
    opacity: 0.85;
}

.emailBtn a:nth-child(1) {
    background: #5d9fcf;
    color: #fff;
}

/* search */
.searchPadd {
    padding-bottom: 0.8rem;
}

.ksList1 {
    width: 100%;
}

.ksList1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ksList1 li {
    width: 18%;
    border: 1px solid #cccccc;
    line-height: 0.44rem;
    padding-left: 0.3rem;
    font-size: 0.18rem;
    color: #333333;
    background: url(/client_yd/images/ks-jt.jpg)no-repeat 15px center;
    border-radius: 0.08rem;
    float: left;
    margin: 0 2% 0.25rem 0;
    cursor: pointer;
}

.ksList1 li:hover {
    color: #e7608b;
}

.trafficPic ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trafficPic ul li {
    width: 31%;
}

.trafficPic ul li img {
    display: block;
    width: 100%;
}

/*  */
.aboutNum {
    width: 100%;
    padding: 0 0.35rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    min-height: 3.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.aboutNum dl {
    position: relative;
    animation: float 2s ease-in-out infinite;
}


/* 为不同的<dl>元素定义不同的动画延迟 */
.aboutNum dl:nth-child(1) {
    animation-delay: 0s;
}

.aboutNum dl:nth-child(2) {
    animation-delay: 0.5s;
}

.aboutNum dl:nth-child(3) {
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
        /* 上下浮动的距离 */
    }
}

.aboutNum dl dt {
    width: 100%;
    height: 100%;
    background: url(/client_yd/images/1.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutNum dl:nth-child(1) dt {

    transform: rotate(90deg);
}



.aboutNum dl:nth-child(3) dt {

    transform: rotate(-90deg);
}

.aboutNum dl:nth-child(4) dt {}

.aboutNum dl:nth-child(5) dt {

    transform: rotate(-90deg);
}

.aboutNum dl dd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutNum dl dd p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: center;
}

.aboutNum dl dd p span {
    display: inline-block;
    font-weight: bold;
    color: #005641;
    font-size: 0.36rem;
}

.aboutNum dl:nth-child(1) {
    width: 2.06rem;
    height: 2.03rem;
    top: 0.75rem;
}

.aboutNum dl:nth-child(2) {
    width: 2.34rem;
    height: 2.31rem;
}

.aboutNum dl:nth-child(3) {
    width: 1.75rem;
    height: 1.72rem;
    top: 0.75rem;
}

.aboutNum dl:nth-child(4) {
    width: 2.29rem;
    height: 2.26rem;
    top: 0.85rem;
}

.aboutNum dl:nth-child(5) {
    width: 1.75rem;
    height: 1.72rem;
    top: 0.35rem;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .ne-warp {
        width: 94%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .aboutNeir img {
        margin-bottom: 15px;
    }

    .aboutNeir {
        font-size: 16px;
        line-height: 26px;
    }

    .aboutBox span {
        font-size: 18px;
        line-height: 32px;
    }

    .leaderBox ul li {
        width: 100%;
        margin-right: 0;
        min-height: auto;
        padding: 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .leaderBox ul li span {
        font-size: 18px;
    }

    .lsygList dl {
        width: 100%;
        padding-right: 0;
        padding-left: 20px;
    }

    .lsygList:before {
        left: 0;
    }

    .lsygList dl:nth-child(2n) {
        width: 100%;
        padding-left: 20px;
    }

    .lsygList dl:nth-child(2n) dd:before {
        left: -25px;
    }

    .lsygList dl dd:before {
        left: -25px;
    }

    .lsygList dl dd:after {
        left: inherit;
        right: 0;
    }

    .lsygList dl dd {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .lsygList dl:nth-child(2n) dd {
        width: 100%;
        padding-right: 0;
        text-align: left;
        padding-left: 0;
    }

    .lsygList:after,
    .lsygList dl:after {
        display: none;
    }

    .lsygList dl dd h1 {
        line-height: 26px;
        font-size: 20px;
    }

    .lsygList dl dd p {
        font-size: 16px;
        line-height: 26px;
    }

    .aBit {

        line-height: 30px;
        font-size: 20px;
    }

    .honorList dl dt {
        font-size: 18px;
    }

    .honorList dl dd {
        font-size: 16px;
        line-height: 26px;
    }

    .honorList dl dd span {
        font-size: 15px;
        width: 40px;
    }

    .navBox,
    .ylfwnav {
        width: 100%;
        height: auto;

        position: relative;
        z-index: 9;
        top: 0;
        padding: 10px 0;
        color: #fff;
    }

    .navWarp {
        width: 94%;
    }

    .navBox h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .navList ul li a {
        height: 42px;
        line-height: 42px;
        font-size: 17px;
        justify-content: center;
    }

    .navList ul li .ts:after {
        width: 70%;
        left: 15%;
        bottom: 0;
        height: 2px;

    }

    .navList ul li {
        padding-right: 0;
        width: 33.33%;
    }

    .level ul li a {
        line-height: 32px;
        font-size: 17px;
        padding: 0 10px;
    }

    .tzggList li {
        width: 100%;
        border: 1px solid #ebebeb;
        height: 46px;
        line-height: 44px;
        padding: 0 0.35rem 0 0.5rem;
    }

    .tzggList li p {
        width: 80%;
        font-size: 16px;
    }

    .tzggList li span {
        width: 20%;
        font-size: 13px;
    }

    .detail {
        line-height: 30px;
        font-size: 18px;
        margin-top: 0;
    }

    .xx {
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0;
    }

    .detail1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .yhqs dl dd h1 {
        line-height: 22px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .yhqs dl dd .intro {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .yhqs dl dd .time {
        line-height: 25px;
        font-size: 15px;
        padding-left: 25px;
        background-size: 20px 20px;
    }

    .serviceTime {
        width: 100%;
        padding-bottom: 30px;
    }

    .serviceTimetext {
        width: 96%;
    }

    .serviceTimetext li {
        line-height: 26px;
        font-size: 16px;
    }

    .zjList dl {
        width: 46%;
        margin: 0 2% 0.8rem 2%;
    }

    .zjList dl dd p {
        font-size: 17px;
    }

    .doctorBox .doctorintro {
        width: 100%;
        padding-top: 30px;
    }

    .doctorBox .doctorintro h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .doctorBox .doctorintro .intro {
        font-size: 16px;
        line-height: 28px;
    }

    .notice {
        padding-left: 44px;
        line-height: 26px;
        font-size: 16px;
        background-size: 26px 23px;
        margin-top: 13px;
    }

    .doctorPb {
        margin-top: 0.55rem;
        overflow: auto;
    }

    .doctorPb table {
        width: 1000px;
        border-collapse: collapse;
        font-size: 16px;
    }

    .doctorBox .doctorPic {
        margin: 0 auto;
    }

    .doctorTeam {
        width: 170px;
        font-size: 16px;
        line-height: 40px;
        top: 20px;
    }

    .departList dl {
        width: 100%;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .departList dl dt {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .mzpbBox {
        width: 100%;
        overflow: auto;
    }

    .mzpbBox table {
        width: 1200px;
        font-size: 16px;
    }

    .contList li {
        line-height: 26px;
        font-size: 16px;
        padding: 10px;
    }

    .contList li {
        width: 100%;
    }

    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .hlryBox dl dt h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .hlryBox dl dd .job {
        line-height: 30px;
        font-size: 17px;
    }

    .hlryBox dl dd .name p {
        width: 33.333%;
        line-height: 30px;
        padding-left: 10px;
        font-size: 15px;
    }

    .zyznBox p {
        font-size: 16px;
        line-height: 28px;
    }

    .departList dl dt .dw {
        width: 80%;
        left: 10%;
        top: 30px;
    }

    .departList dl dd {
        width: 100%;
    }

    .departList dl dd .ksList {
        line-height: 36px;
        padding-left: 25px;
        font-size: 15px;
    }

    .trafficPic ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .content {
        padding: 30px 10px;
    }

    .aboutText img {
        margin: 0;
        padding: 0 10px 20px 10px !important;
    }

    .aboutText p {
        font-size: 16px;
        line-height: 26px;
    }

    .leaderList dl dt {
        width: 3rem;
        font-size: 16px;

    }

    .leaderList dl dd {
        width: calc(100% - 3rem);
        font-size: 16px;
    }

    .lsygList dl:nth-child(2n) dt {
        text-align: left;
        padding-right: 0.287rem
    }

    .yrymList dl {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 10px
    }

    .yrymList dl:nth-child(3n) {
        margin-right: 1%;
    }

    .yrymList dl dd {
        line-height: 24px;
        font-size: 16px;
    }

    .zsImg p {
        line-height: 30px;
        font-size: 16px;
    }

    .ne-hasImg-img {
        width: 100%;
    }

    .ne-hasImg-info {
        width: 100%;
        padding: 15px;
    }

    .ne-hasImg-info h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .ne-hasImg-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .ne-hasImg-info span {
        font-size: 15px;
        line-height: 32px;
        padding-left: 25px;
    }

    .ne-hasImg-info span::before {
        width: 20px;
        height: 20px;
    }

    .tzgg-info h4 {
        font-size: 16px;
    }

    .tzgg-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .ybList dl {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 10px;
    }

    .ybList dl dd .ybTime {
        line-height: 28px;
        font-size: 16px;
    }

    .ybList dl dd p {
        font-size: 15px;
        line-height: 26px;
    }

    .contList dl {
        width: 100%;
        padding-bottom: 30px;
    }

    .contList dl dt {
        width: 70px;
        height: 70px;
    }

    .contList dl dd p {
        line-height: 24px;
        font-size: 16px;
    }

    .contList dl dd h1 {
        font-size: 20px;
    }

    .zbmzBox .gg {
        font-size: 16px;
        line-height: 24px;
    }



    .tableBox {
        width: 100%;
        overflow-x: auto;
    }

    .tableBox table {
        width: 1000px;
    }

    .tableBox table tr td {
        font-size: 16px;
    }

    .deparTab {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .deparTab p,
    .deparTab a {
        width: 29%;
        margin-right: 3%;
        line-height: 32px;
        font-size: 15px;
    }

    .ksjsSearch h1 {
        width: 100%;
        line-height: 32px;
        font-size: 16px;
        margin: 10px 0;
    }

    .ksjsSearch .btn {
        width: 20%;
        margin-left: 4%;
        line-height: 32px;
        font-size: 16px;
    }

    .ksjsSearch input {
        line-height: 32px;
        font-size: 15px;
    }

    .departBox dl dt {
        width: 100%;
        text-align: left;
        border-top: none;
        padding-top: 0;
        padding: 8px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .departBox dl dt .iconfont {
        margin: inherit;
        display: inline-block;
        font-size: 34px;
        margin-right: 15px;
    }

    .departBox dl dt p {
        width: auto;
        font-size: 18px;
        line-height: 32px;
        margin: initial;
        text-align: center;
    }

    .departBox dl dt p {
        width: auto;
        font-size: 20px;
        line-height: 34px;
        margin: inherit;
        text-align: inherit;
    }

    .departBox dl dd {
        width: 100%;
    }

    .departBox dl dd a {
        width: 48%;
        line-height: 32px;
        font-size: 15px;
    }

    .departBox dl dd a:nth-child(5n) {
        margin-right: 1.25%;
    }

    .ksPic {
        width: 100%;
        margin: 0 auto;
    }

    .ksPic .dw {
        width: 30%;
        line-height: 32px;
        font-size: 15px;
        bottom: 10px;
        left: 35%;
    }

    .ksintro {
        font-size: 16px;
        line-height: 26px;
    }

    .ksBit h1 {
        line-height: 40px;
        font-size: 18px;
    }

    .DList dl dd .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .DList dl dd .name span {
        font-size: 14px;
    }

    .DList dl dd .intro {
        font-size: 15px;
        line-height: 24px;
    }

    .ksys {
        width: 100%;
        margin-right: 0;
    }

    .ksys {
        width: 100%;
        height: auto;
    }

    .zjName a {

        margin-right: 0 !important;
        margin-bottom: 0 !important;
        font-size: 16px !important;
        line-height: 36px !important;
        height: 36px !important;
        border: none !important;
    }

    .doctorList .DList dl {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 0.33rem;
    }

    .zj-l {
        width: 35%;
    }

    .zj-r {
        width: 60%;
    }

    .zj-r .bit {
        height: 44px;
        font-size: 18px;
    }

    .zj-icon li:nth-child(1) {
        background-size: 25px 25px;
    }

    .ks-detail1 {
        padding: 30px 20px;
    }

    .zj-icon li:nth-child(2) {
        margin-top: 15px;
        font-size: 14px;
    }

    .zj-icon li {
        font-size: 16px;
        line-height: 36px;
    }

    .ks-detail1 {
        background-size: 100% 3.58rem;
    }

    .js-detail h1 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        font-size: 16px;
    }

    .js-detail .text {
        font-size: 15px;
        line-height: 24px;
    }

    .zj-icon li:nth-child(1) {
        background: url(/client_yd/images/d-icon1.png) no-repeat left 8px;
        background-size: 20px 20px;
    }

    .tzgg-info .dw {
        right: 0.1rem;
    }

    .perList li p {
        width: 44%;
        line-height: 34px;
        font-size: 16px;
    }

    .perList li input {
        font-size: 15px;
    }

    .perBtn {
        margin-left: 1rem;
        margin-bottom: 0.2rem;
        width: 2.2rem;
        line-height: 36px;
        font-size: 16px;
    }

    .ygyhBox p {
        font-size: 15px;
        line-height: 24px;
    }

    .ygyhBox p span {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 10px;
    }

    .ygyhBox {
        padding: 40px 20px;
    }

    .ygyhBox .logo {
        width: 80%;
    }

    .ygyhBox .logo img {
        width: 100%;
    }

    footer {
        padding: 20px 10px 0 10px;
    }
}