body {
    background-color: #F2F2F2;
}

.recommendedDoctorBox {
    background-color: #fff;
}

.recommendedDoctorBox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.hotDcontor {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 2px;
    border-bottom: 2px solid #015f98;
    margin-bottom: 10px;
}

.doctorBox {
    display: flex;
    width: 100%;
    border-top: 1px solid #cbc2c2;
    padding-top: 10px;
    box-sizing: border-box;
}

.doctorLeft {
    width: 120PX;
    height: 160PX;
}

.doctorLeft>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctorRight {
    width: calc(100% - 130px);
    margin-left: 10px;
}

.doctorXingming {
    color: #000;
    font-weight: 700;
}

.lightBlue {
    color: #015f98;
}

.oneLine {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oneLineTwo {
    margin: 20px 0;
}

.recommendedHospitals {
    background-color: #fff;
    background-color: #fff;
    margin-top: 30px;
    padding: 10px;
}

.doctorLeftHospitals {
    width: 150px;
    height: 120px;
}

.doctorRightHospitals {
    width: calc(100% - 160px) !important;
}

.twoLines {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 指定显示的行数 */
}
.address{
    margin-top: 10px;
}
.recommDoctortit,.recommHospitaltit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    background: #015f98;
    margin-bottom: 10px;
    color: #fff;
}
.recommDoctortit h2,.recommHospitaltit h2{
    margin-left: 10px;
}
.recommDoctortit a,.recommHospitaltit a{
    color: #fff;
    margin-right: 10px;
}
.recommDoctorBox{
    display: flex;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}
.doctorLeftBox img{
    width: 120px;
    height: 90px;
    filter: blur(5px);
}
.doctorRightBox{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.doctorRightBox_title{
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom: 5px;
}
.doctorRightBox_item,.doctorRightBox_address{
    color: #a09e9e;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 14px;
}
.doctorRightBox_time{
    font-size: 12px;
    color: #a09e9e;
}
.recommHospitalBox{
    display: flex;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}
.recommHospitalLeftBox img{
    width: 120px;
    height: 130px;
    object-fit: cover;
    filter: blur(5px);
}
.hospitalRightBox{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.hospitalRightBox_title{
    font-size: 18px;
    font-weight: 600;
}
.hospitalRightBox_item,.hospitalRightBox_address{
    font-size: 14px;
    color: #a09e9e;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.hospitalRightBox_time{
    font-size: 12px;
    color: #a09e9e;
    text-align: center;
}
.doctorContent p img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
}
