/* 首页 */
.banner_left {
    width: 820px;
}

.banner_left img {
    width: 100%;
}

.dtai {
    border-bottom: 3px solid #06cc71;
}

.text_box li {
    max-width: 348px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 20px;
}

.text_box li a {
    color: #444;
    font-size: 14px;
}

.banner_left .text {
    bottom: 4px;
    left: 0;
    background-color: rgba(68, 68, 68, 0.5);
    padding: 12px 12px;
    width: 100%;
    color: white;
    font-size: 14px;
    max-width: 820px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

/* 修改轮播图圆点颜色 */
#yuan .swiper-pagination-bullet {
    opacity: 1;
    background-color: #dbf1e1;
}

#yuan .swiper-pagination-bullet-active {
    background-color: #06cc71;
}

/* 整形问问 */
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
}

.zx_ww .ww_tx img {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}

.zx_ww .text {
    color: #444;
    font-size: 16px;
    max-width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.da_box .text {
    color: #777;
    font-size: 16px;
    max-width: 531px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wenwen_box .lists li {
    margin-top: 30px;
    padding: 8px;
    cursor: pointer;
}

.wenwen_box .lists li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}

.tgb a {
    color: #06cc71;
    font-size: 14px;
}


/* 医院团队 */
.zx_hospital img {
    width: 224px;
    height: 224px;
}

.zx_hospital a {
    display: block;
}

.zx_hospital .hospital_name {
    color: #444;
    font-size: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zx_hospital p,
.zx_doctor p {
    color: #777;
    font-size: 16px;
    padding-top: 8px;
}

.zx_hospital li,
.zx_doctor li {
    padding: 8px 8px 16px 8px;
    margin-top: 30px;
}

.zx_hospital li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}

.zx_doctor p {
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.zx_bt{
    width: 62px;
    height: 24px;
    background-color: #DBF1E1;
    color: #06cc71;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-right: 20px;
}

/* 医院口碑 */
.kb_lis{
    width: 556px;
    margin-bottom: 30px;
}
.kb_lis .name img{
    width: 40px;
    height: 40px;
    border-radius: 1000px;
}
.kb_lis .pl_img {
    width: 360px;
}
.kb_lis .pl_img img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 12px;
}
.index_title span{
    height: 22px;
    line-height: 22px;
}