.index-yyjj-context {
    background-color: #fff;
}
.index-news,
.index-doctor-context {
    background-color: #f4ede1;
    overflow: hidden;
}
.red-text {
    color: #9e5400;
}
.header-context {
    background-color: #914d00;
    margin-bottom: 2px;
}
.index-header {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.index-header-logo {
    margin-top: 10px;
}

.index-header-nav {
    width: 936px;
    height: 70px;
}
.index-header-nav li {
    float: left;
    height: 70px;
    width: 117px;
}
.index-header-nav li a {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.index-header-nav li a:hover {
    /* background-image: url("/images/new_nav_bg.jpg"); */
    background-color: #b86200;
    font-size: 18px;
}

/*医院新闻*/
.news-cont-left {
    width: 578px;
    height: 376px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d9b387;
    border-radius: 10px;
    transition: all 0.3s;
}
.left-news-ul {
    overflow: hidden;
}

.left-news-ul li {
    float: left;
    padding-bottom: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c2c2c2;
}
.left-news-ul li::before {
    content: "◎";
    display: inline-block;
    font-size: 18px;
    width: 16px;
    color: #9c5300;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
}
.left-news-ul li span {
    color: #999;
    float: right;
}
.left-news-ul li a {
    transition: all 0.3s;
}
.left-news-ul li a:hover {
    color: #9c5300;
    padding-left: 10px;
}
.left-news-ul li:last-child {
    border-bottom: none;
}
.news-cont-right {
    width: 578px;
    border-radius: 10px;
    overflow: hidden;
}
.jiafang-img {
    width: 578px;
    height: 326px;
    overflow: hidden;
}
.jiafang-img img {
    height: 100%;
    width: auto;
    min-width: 100%;
    transition: all 0.3s;
}
.jiafang-img img:hover {
    transform: scale(1.1);
}
.jiafang-title {
    width: 100%;
    background-color: #fff;
    height: 50px;
    overflow: hidden;
}
.jiafang-title-left {
    width: 91px;
    background-color: #914d00;
    height: 50px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
    font-size: 12px;
}
.jiafang-title-left span {
    display: block;
    font-size: 18px;
    margin-top: -3px;
}
.jiafang-title a {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    transition: all 0.3s;
    box-sizing: border-box;
}
.jiafang-title a:hover {
    font-size: 17px;
    color: #b86200;
    padding-left: 20px;
}
.docctor-swiper-cont {
    box-sizing: border-box;
    transition: all 0.3s;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.docctor-swiper-cont:hover {
    background-color: #fff;
    transform: translateY(10px);
}

.index-doctor-more {
    display: block;
    width: 100px;
    line-height: 30px;
    margin: 15px auto 0;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
    background-color: #af5d00;
    color: #fff;
}
.docctor-swiper-cont:hover .index-doctor-more {
    background-color: #af5d00;
    color: #fff;
    border: none;
    line-height: 40px;
}
.docctor-swiper {
    height: 450px;
}
.docctor-swiper-ul {
    height: 408px;
}
.index-doctor-img {
    width: 164px;
    height: 164px;
    border-radius: 164px;
    cursor: pointer;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #fff;
}

.index-doctor-img:hover {
    box-shadow: 0 8px 25px rgba(217, 179, 135, 0.4), 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

.index-doctor-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(217, 179, 135, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: 1;
}

.index-doctor-img:hover::before {
    width: 300px;
    height: 300px;
    background: rgba(217, 179, 135, 0.1);
}

.index-doctor-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(217, 179, 135, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease 0.1s;
    z-index: 1;
}

.index-doctor-img:hover::after {
    width: 350px;
    height: 350px;
    background: rgba(217, 179, 135, 0.05);
}
.index-doctor-name,
.index-doctor-job {
    text-align: center;
}
.index-doctor-desc {
    text-align: left;
}
.index-doctor-name {
    color: #914d00;
}
.index-doctor-desc {
    font-size: 14px;
    margin-top: 10px;
}
/*医院新闻*/
.index-kp-news {
    overflow: hidden;
}
.index-kp-news li {
    float: left;
    width: 279px;
    margin-right: 28px;
    position: relative;
}
.index-kp-news li:nth-child(4n) {
    margin-right: 0;
}
.index-kp-news li:nth-child(n + 4) {
    margin-bottom: 28px;
}
.index-kp-img {
    width: 279px;
    height: 157px;
    overflow: hidden;
    margin-bottom: 10px;
}
.index-kp-img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-title {
    color: #914d00;
    padding-bottom: 8px;
    border-bottom: 1px dashed #bebebe;
    margin-bottom: 5px;
}
.index-news-content {
    text-align: justify;
}
.index-news-time {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
}
.index-yyjj-text {
    width: 356px;
    overflow: hidden;
    line-height: 2.1em;
    margin-right: 20px;
}
.index-yyjj-text p {
    text-indent: 2em;
    margin-bottom: 15px;
}
.index-yyjj-img {
    width: 582px;
    overflow: hidden;
}
.index-yyjj-icon {
    width: 213px;
    overflow: hidden;
}
.index-yyjj-icon a {
    display: block;
    width: 213px;
    height: 98px;
    margin-bottom: 9px;
}
