.logoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoBox-image,
.logoBox-image img {
    width: 356px;
    height: 82px;
}

.logoBox-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
    margin-left: 400px;
}

.logoBox-input .input-imgae {
    display: flex;
    align-items: center;
}

.logoBox-input .input-imgae input {
    width: 260px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #1C9168;
    box-sizing: border-box;
    padding-left: 10px;
}

.logoBox-input .input-imgae input:focus-visible {
    border: 1px solid #1C9168 !important;
}

.logoBox-input .input-imgae .place {
    color: #999;
}

.logoBox-input .input-imgae span {
    width: 72px;
    height: 44px;
    background: linear-gradient(90deg, #8BC474 0%, #1B9168 100%);
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.logoBox-input .contact {
    display: flex;
    align-items: baseline;
    color: #BF7700;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 100px;
}

.logoBox-input .contact .tel {
    font-size: 18px;
    font-weight: bold;
}

.ks {
    width: 100%;
    min-height: 360px;
    display: flex;
}

.ks .bg-logo {
    width: 600px;
    height: 350px;
    background-color: #f2f2f2;
}

.ks img {
    border: none !important;
}

.ks .es {
    width: 540px;
    height: 350px;
    margin: 0px 20px;
    overflow: scroll
}

.ks ::-webkit-scrollbar {
    display: none
}

.ks .es .item {
    width: 100%;
    height: 170px;
    background-color: #f2f2f2;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
}

.ks .es .item .logo {
    width: 94px;
    height: 120px;
}

.ks .es .item .info {
    flex: 1;
    flex-direction: column;
    margin-left: 20px;
}

.ks .es .item .info .name {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #139067;
}

.ks .es .item .info span {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}

.ks .es .item .info .tip {
    margin-top: 10px;
    display: -webkit-box;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.orther {
    flex: 1;
    height: 345px;
    padding-right: 30px;
    padding-left: 40px;
    overflow: scroll;
}

.orther .line {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.orther .line .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 10px;
}

.orther .active-line {
    color: #1B9168;
}

.orther .active-line .dot {
    background-color: #1B9168;
}

.docList-ks .in{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    
}
.in .node{
    display: none!important;
}
.in .title{
    margin-top: 20px;
}
.box-experts .bd .pic{
    width: 150px;
    height: 200px;
}
.box-experts .bd .pic img{
    width: 150px;
    height: 200px;
}
/* 专题专栏 */
.ztzl{
    width: 100%;
    height: 460px;
    display: flex;
}
.ztzl .cont{
    flex: 1;
}
.ztzl .left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ztzl .left .item{
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.ztzl .left .item .logo{
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}
/* 医院荣誉 */
.yyry{
    width: 100%;
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.yyry .ry-pic{
    width: 280px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.yyry .ry-img{
    width: 100%;
    height: 180px;
}
.yyry span{
    margin-top: 10px;
}
.i-foot{
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.i-foot .left a,.i-foot .left img{
    width: 376px;
    height: 101px;
}
.i-foot .right{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.i-foot .navi{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.i-foot .navi a{
    cursor: pointer;
}
.i-foot .navi span{
    margin: 0px 20px;
}
.i-foot .line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0px;
}
.i-foot .z-line-info{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}
.z-line-info img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.i-footer{
    text-align: left;
    min-width: 1200px;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: 24px;
    padding: 40px 0 30px;
    background-color: #ECECEC;
}
.box-depart-nav .tit{
    display: flex!important;
    align-items: center;
    justify-content: center;
    
}
.box-depart-nav .tit img{
    margin-right: 10px;
}
.all{
    width: 50%;
   
}
.all li a{
    color: #fff;
}
.focus-ys{
    position: relative;
    height: 300px;
}
.first{
    float: left;
}
.first .in-iner{
    width: 260px;
    height: 400px;
    background-color: #fff;
    margin-right: 30px;
    border-radius: 5px;
    position: relative;
    display: flex;
    cursor: pointer;
}
.first .in-iner .cont{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0px;
    left: 0px;
    border-radius: 5px 5px 0px 0px;
    background-image:linear-gradient(to right,#8BC474,#1B9168);
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}
.first .in-iner .cont .left{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.first .in-iner .cont .left span:first-of-type{
    font-weight: bold;
    font-size: 18px;
}
.first .in-iner .cont .right{
    width: 30px;
    height: 30px;
}
.first .in-iner img{
    width: 100%;
    height: 320px;
}
.first .in-iner .defaul-div{
    flex: 1;
}
.first .show-explan{
    position: absolute;
    width: 90%;
    height: 260px;
    left: 5%;
    top: 30px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
    padding: 30px 20px;
    color: rgba(255,255,255,0.9);;
    flex-direction: column;
    overflow: hidden;
}
.first .show-explan .line{
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    margin: 10px 0px;
}
.first .show-explan .explan{
    line-height: 20px;
}
.focus-ys-ul{
    overflow:visible;
    height: auto!important;
    position: relative;
}
.sbd{
    position: relative;
}
.sbd .arrow{
    position: absolute;
    width: 30px!important;
    height: 30px;
    z-index: 999;
    top: 170px;
}
.sbd .arrow-left{
    left: -100px;
}
.sbd .arrow-right{
    right: -80px;
}