.kjdh_c {
    z-index: 999;
}

.kjdh_a {
    height: 9rem;
    background: var(--fuzhu);
    border-right: 1px solid #e5d0b5;
}

.kjdh_t {
    color: var(--color1);
}

.kjdh_a:hover {
    box-shadow: var(--shadow);
}

.kjdh_a:hover .kjdh_t {
    color: var(--hot);
}

/* 动态要闻 */
.swiper_indexnews {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    left: auto !important;
    right: 10px !important;
    bottom: 15px !important;
    width: auto !important;
}

.swiper_indexnews,
.indexnews_img {
    height: 24rem;
}

/* 幻灯片分页 */

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4) !important;
    opacity: inherit;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
}


.indexhot_text {
    width: calc(100% - 85px);
}

.indexhot_t1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}




/* 新闻动态 */
.indexnews_item span:hover {
    color: var(--hot);
    cursor: pointer;
}

.title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


.t_hr {
    width: 20%;
}

/* .indexnews_list {
    border-top: 2px solid var(--hot);
} */

.indexnews_li {
    border-bottom: 1px dashed #bbb;
}

.indexnews_t {
    width: calc(100% - 85px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.05rem;
    /* line-height: 3; */
}


.indexnews_tbg a .indexnews_t {
    width: calc(100% - 60px);
    -webkit-line-clamp: 1;
    line-height: 3;
}

.indexnews_tbg {
    height: 4rem;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 70%));
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.indexnews_time {
    font-size: .85rem;
    line-height: 2;
}

/* 科室 */
/* .indexxyfc_bg {
    min-height: 700px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
} */


.indexxyfc_img {
    padding-top: 65%;
}


.indexxyfc_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

/* 奇数高度 */
.depjs_heigt {
    height: 22rem;
}

/* 偶数高度 */
.depos_heigt {
    height: 26rem;
}

/* 专家 */

.indexexp_img {
    padding-top: 130%;
}

.indexexp_zhch {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-stage-outer {
    position: relative;
}

.indexexp_hdp {
    position: relative;
}

.owl-nav {
    width: 113%;
    position: absolute;
    transform: translateY(-50%);
    top: 27%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-5.6%);
}

.owl-prev,
.owl-next {
    width: 4rem !important;
    height: 4rem !important;
    background: rgb(0 0 0 / 30%) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .owl-prev {
    position: absolute;
    left: 3rem;
} */

.owl-prev span,
.owl-next span {
    color: #fff;
    font-size: 3rem;
    position: relative;
    bottom: .2rem;
}


.prev_img,
.next_img {
    max-width: 70%;
    max-height: 70%;
}



@media (max-width: 768px) {
    .swiper_indexnews,
    .indexnews_img {
        height: 16rem !important;
    }
}

@media (min-width: 768px) {}

@media (max-width: 992px) {}

@media (min-width: 992px) {

    /* 动态要闻 */
    .indexhot_c {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
    }

}