@CHARSET "UTF-8";
.fl{
    float: left;
}
.fr{
    float: right;
}
.team-introduction{
    width: 890px;
    height: 420px;
    background: #FFFFFF;
    margin-top: 20px;
}
.team-introduction .team-introduction-content{
    height: 100%;
    float: left;
}
.team-introduction .team-introduction-content:nth-child(1){
    width: 443px;
}
.team-introduction .team-introduction-content:nth-child(2){
    width: 447px;
}
.team-introduction img{
    width: 100%;
    height: 100%;
}
.team-introduction .team-introduction-content-text{
    padding-top: 35px;
    padding-left: 32px;
    padding-right: 73px;
}
.team-introduction .team-introduction-content-text-title{
    font-family: PingFang-SC-Medium;
    font-size: 26px;
    color: #FE6E6E;
    letter-spacing: 0.87px;
}
.team-introduction .team-introduction-content-text-content{
    font-family: PingFang-SC-Regular;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.43px;
    line-height: 23px;
}
.doctor-content{
    width: 890px;
    background: #FFFFFF;
    margin-top: 20px;
    padding-bottom: 24px;
}
.doctor-content-title{
    padding-top: 22px;
    padding-bottom: 22px;
}
.doctor-content-title-label{
    font-size: 18px;
    color: #FE6E6E;
    letter-spacing: 0.6px;
    line-height: 18px;
    padding-bottom: 12px;
    margin-left: 33px;
    height: 38px;
    border-bottom: 3px solid;
}
.doctor-list-element{
    padding-top: 25px;
    padding-left: 20px;
    width: 424px;
    height: 395px;
}
.doctor-list-head-img{
    width: 200px;
    height: 267px;
}
.doctor-list-head-img img{
    width: 100%;
    height: 100%;
}
.doctor-list-introduce{
    width: 224px;
    height: 267px;
}
.doctor-list-positional-title{
    position: relative;
    margin-top: 40px;
    background: #FFF3F3;
    width: 213px;
    height: 32px;
    line-height: 32px;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.47px;
}
.doctor-list-name{
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #FE6E6E;
    letter-spacing: 0.47px;
    line-height: 18px;
    padding-left: 20px;
}
.doctor-list-positional-title-label{
    position: absolute;
    right: 0;
    top: 0;
    background: #FE6E6E;
    width: 6px;
    height: 32px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.doctor-list-consult{
    margin-top: 20px;
    padding-left: 130px;
}
.doctor-list-consult > a{
    cursor: pointer;
}
.doctor-list-doctor-title{
    margin-top: 68px;
    margin-left: 4px;
    font-family: PingFang-SC-Medium;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.43px;
    line-height: 13px;
}
.doctor-list-doctor-title p{
    border-left: 3px solid #FE6E6E;
    padding-left: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.doctor-list-describe{
    font-family: PingFang-SC-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 16px;
    margin-top: 30px;
    overflow: hidden;
    height: 96px;
}

.doctor-list-element:nth-child(odd){
    border-right: 1px dotted #FFD7D7;
}