.wd_bd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wd_bd_left {
    width: calc(100% - 300px);
}


.qus_list {
    margin-top: 4px;
    padding: 0 2px;
}

.qus_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.qus_one .one_line {
    width: 55%;
    color: #333333;
    font-size: 14px;
}

.qus_one .qus_one_r {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 12px;
}

.qus_one .qus_one_r>div {
    color: #8B8B8B;
    display: flex;
    align-items: center;
    margin-left: 65px;
}


.kp_div {
    width: 900px;
    height: 364px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 20px;
}

.kp_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    border-bottom: 9px;
    color: #000000;
    font-size: 18px;
    padding-left: 2px;
    position: relative;
}

.kp_title::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 14px;
    width: 4px;
    height: 17px;
    background: #2B7EFE;
}

.kp_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.kp_list a {
    width: calc(100% / 2);
}

.kp_one {
    color: #323232;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    height: 18px;
}

.kp_one .one_line {
    width: 380px;
}

.kp_one span {
    width: 31px;
    height: 18px;
    background: #3986FE;
    text-align: center;
    line-height: 18px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 5px;
}

.kp_one:hover {
    color: #FC2F59;
}

.kp_one:hover span {
    background: #FC2F59;
}

.icon_wen {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: green;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}




.wd_bd_right {
    width: 280px;
}

.wd_bk_div {
    background: #fff;
    border-radius: 5px;
    padding: 14px 10px 10px;
    margin-top: 20px;
}

.wd_right_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}

.wd_bk_cont {
    margin-top: 10px;
    padding: 0 7px;
}

.wd_bk_cont_t {
    color: #FC2F59;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.wd_bk_list {
    display: flex;
    flex-wrap: wrap;
}

.wd_bk_list a {
    width: calc(100% / 3);
    color: #888888;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 17px;
}

.two_wz {
    width: 280px;
    /*height: 257px;*/
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 11px;
}

.wz_titlw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    color: #000000;
    font-size: 18px;
    margin-bottom: 3px;
}

.wz_list {
    width: 100%;
}

.wz_list a {
    display: inline-block;
    width: 100%;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 17px;
}

.wz_list a:hover {
    color: #FC2F59;
}








.doctor_article_top {
    padding: 25px 20px 20px 25px;
    background: #fff;
    border-radius: 6px;
}

.doctor_article_title {
    font-weight: 500;
    color: #4D4D4D;
    box-sizing: border-box;
    position: relative;
    font-size: 0;
}

.doctor_article_title>span {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background: rgba(43,126,254,1);
    box-shadow: 0px 3px 6px rgba(43,126,254, 0.3);
    opacity: 1;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #2B7EFE;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
    margin-top: -3px;
}

.doctor_article_title h1 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 36px);
    font-size: 16px;
}

.doctor_info_name {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doctor_info_name .head_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.head_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.name_hos {
    margin-left: 12px;
    margin-top: 20px;
    max-width: 420px;
    line-height: 150%;
}

.name_hos .xm {
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    margin-bottom: 2px;
}

.name_hos .xm span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-left: 10px;
}

.name_hos .yy {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 5px;
}

.name_hos p {
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
}

.zx_btn a {
    display: block;
    width: 98px;
    height: 33px;
    background: rgba(43,126,254,1);
    box-shadow: 0px 3px 6px rgba(43,126,254, 0.3);
    opacity: 1;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #2B7EFE;
    text-align: center;
    transition: .3s;
}

.article_time {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 15px;
}

.article_time span {
    padding-left: 40px;
}

.doctor_dialogue {
    padding: 34px 34px 34px 25px;
    background: #fff;
    margin-top: 6px;
    border-radius: 6px;
}
.doctor_dialogue .me ,
.doctor_dialogue .you{
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 150%;
    width: 100%;
}
.me>p {
    background: #00ac4b;
    border-radius: 12px 6px 12px 12px;
    padding: 15px;
    max-width: 532px;
    box-sizing: border-box;
    color: #fff;
}
.you>div {
    width: 49px;
    height: 49px;
    border-radius: 50%;
}
.w_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.you>p {
    margin-left: 15px;
    width: auto;
    border-radius: 6px 12px 12px 12px;
    background: #2b7efe;
    padding: 15px;
    max-width: calc(100% - 70px);
    box-sizing: border-box;
    color: #fff;
}