.hospitalIntroduce-title{
    width: auto;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #222222;
    padding: 0 18px;
}
.hospitalIntroduce-title img{
    position: absolute;
    left: 18px;
    top: 12px;
    width: 10px;
}
.hospitalIntroduce-img img{
    width: 100%;
}
.hospitalIntroduce-parent{
    padding: 12px 18px 34px 18px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.hospitalIntroduce-sign{
    margin-bottom: 20px;
    font-size: 13px;
    color: #353535;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hospitalIntroduce-sign::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: #10a1fe;
    margin-right: 5px;
}
.hospitalIntroduce-content p{
    font-size: 12px;
    color: #5a5a5a;
    text-indent: 2em;
    line-height: 20px;
}
.hospitalIntroduce-content p+p{
    margin-top: 30px;
}
.hospitalIntroduce-way p{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
}
.hospitalIntroduce-way p+p{
    margin-top: 20px;
}
.hospitalIntroduce-connect p{
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
}
