
.unitsbox{
    margin-top:50px;
}
.unitsbox .left_text{
    width:50%;
    float: left;
}
.unitsbox .left_text h2{
    font-size: 28px;
}
.unitsbox .left_text .text{
    margin-top:15px;
    line-height: 2.2;
    text-indent: 2em;
   
}
.unitsbox .left_text .more{
    display: block;   
    border:1px solid #eaeaea;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color:#545454;
    margin-top:10px;
}

.unitsbox .right_pic{
    width:48%;
    float: right;
}
.unitsbox .right_pic img{
    width: 100%;
    height:350px;
    object-fit: cover;
}
.personsbox{
    margin-top:50px;
} 
.personsbox .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;;
}
.personsbox .img img{
    height:280px;
    object-fit: cover;
} 
.title h2{
    font-size: 28px;;
}
.title a{
    font-size: 14px;
    color:#555;
}
.personsbox li p.text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    text-align: center;
}

.itembox{
    margin-top:50px;
}
.itembox .item{
    width: 48%;
    margin-bottom:50px;
}
.itembox .item:nth-child(2n+1){
    float:left;
}
.itembox .item:nth-child(2n+2){
    float:right;
}
.itembox .item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.itembox .item ul{
    line-height: 36px;
    margin-top:10px;
}
.itembox .item li{
    line-height: 36px;
    height: 36px;
    position: relative;
}
.itembox .item li::before{
    content: '';
    background-color:#004998;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.itembox .item li a{
    padding:0 100px 0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.itembox .item li a:hover{
    color: #004998;
}
.itembox .item li span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 14px;
}

.leftfix{
    position: fixed;
    top:50%;
    transform:translateY(-50%);
    left: 10px;
    background-color: #2385c9;
    border-radius: 15px;
    padding: 10px 15px;
    color:#fff;
    z-index: 99;
}
.leftfix li{
    padding: 10px 0;
}
/* 科室列表汇总 */
.unistbox{
    margin-top:50px;
}
.unit{
    margin: 50px 0;
}
.unit h2{
    font-size: 22px;
    font-weight: bold;
}
.unit{
    margin-top:20px;
}
.unit li{
    background: url(/Resource/Images/ks_bgx.gif) no-repeat center;
    width: 150px;
    height: 71px;
    float: left;
    margin:15px;
    display: flex;
    align-items: center;   
    justify-content: center;
    padding: 5px;
}
.unit li a{
    color: #fff;
    font-size: 15px;
    margin-top:8px;
}
/* 专家列表页 */
.personslist{
    margin-bottom: 70px;
}
.personslist li {
    float: left;
    width: 230px;
    margin: 10px;
}
.personslist li img{
    width: 230px;
    height:270px;
    object-fit: cover;
}
.avator img{
    margin: 20px auto 10px;
    max-width: 50%;
    display: block;
width:200px;
}
.person_info{
    line-height: 1.6;
}
.person_info h3{
    font-size: 16px;
    font-weight: bold;
    padding-top:10px;
}
.person_info .item span{
    padding-right: 20px;;
}
.person_info .eidt{
    padding-top:0 !important;
}
@media (max-width:1199px) { 
    .personslist li {       
        width: 200px;
    }
    .personslist li img{
        width: 200px;
        height:235px;
        
    }
}
@media (max-width:1020px) { 
    .unitsbox .left_text{
        width: 100%;
    }
    .unitsbox .left_text h2, .title h2{
        font-size: 20px;
    }
    .unitsbox .right_pic{
        width: 100%;
        margin-top:20px;
    }
    .unit h2{
        font-size: 18px;
    }

}
@media (max-width:768px) { 
    .unitsbox .left_text h2, .title h2{
        font-size: 18px;
    }
    .itembox .item{
        width: 100%;
    }
  
    .personslist li {       
        width: 180px;       
    }
    .personslist li img{
        width: 180px;
        height:210px;        
    }
    .personsbox{
        margin-top:30px;
    }
   
}
@media (max-width:640px) { 
    
    .personslist{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .personslist li {       
        width: 180px;
        margin: 0;
        float: none;
    }
    .personslist li img{
        width: 180px;
        height:210px;        
    }
   
    .clearfix:after, .clearfix:before{
        display: none;
    }
}
