.doc_img {
    width: 100%;
    height: 250px;
}

.doc_img img {
    width: 100%;
    height: 100%;
}

.wd_cont {
    display: flex;
    justify-content: space-between;
    margin:20px 0 50px;
}

.wd_con_left {
    width: calc(100% - 300px);
}
.hot_wd {
    width: 900px;
    height: 505px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 15px 5px;
}
.hot_wd_two {
    display: flex;
    align-items: center;
}
.hot_wd_two a {
    display: block;
    width: 98px;
    height: 33px;
    background: rgba(43,126,254,1);
    box-shadow: 0px 3px 6px rgba(43,126,254, 0.4);
    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;
    margin-left: 30px;
}
.hot_wd_title {
    line-height: 33px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 7px;
}
.hot_wd_title::after {
    content: '';
    width: 4px;
    height: 22px;
    background: #2B7EFE;
    position: absolute;
    top: 7px;
    left: -6px;
}
.hot_wd_list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hot_wd_one{
    width: 280px;
    /*height: 196px;*/
    border: 1px solid #ECECEC;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}
.hot_wd_one .one_line {
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
.hot_wd_one .icon_wen {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}
.hot_wd_one .hot_wd_doc {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 12px;
    margin: 9px 0 11px;
}

.hot_wd_one .hot_wd_cont {
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hot_wd_more {
    color: green;
    font-size: 12px;
    margin: 7px 0;
}
.hot_wd_time {
    color: #808080;
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}
.three_check {
    margin: 20px 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 25px 6px 26px 9px;
}
.thre_title {
    padding-left: 31px;
    display: flex;
    align-items: center;
}
.three_t_one {
    line-height: 30px;
    margin: 0 25px;
    color: #888888;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.three_t_one span {
    display: inline-block;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #fff;
}
.three_t_one.active {
    color: green;
    font-size: 18px;
}
.three_t_one.active span {
    background: green;
}
.thre_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}
.thre_list_one {
    color: #8B8B8B;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #ECECEC;
    height: 25px;
    line-height: 23px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
}


.wd_list_div {
    margin-top: 20px;
}
.wenda_div {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 20px 20px 17px;
    margin-bottom: 15px;
}
.wd_l_one {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.wd_one_ll {
    /*width: 80%;*/
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.wd_one_title {
    color: #333333;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
}
.wd_one_title:hover{
    color: #2b7efe;
}
.wd_one_two {
    width: calc(100% - 70px);
    margin-left: 20px;
}
.wd_one_two .two_line {
    font-size: 15px;
    line-height: 24px;
}
.one_wd_name {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wd_one_title .icon_wen {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: green;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.wd_one_r {
    color: #8B8B8B;
    font-size: 12px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.jx_div {
    margin-bottom: 16px;
    width: 40px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #2B7EFE;
    border-radius: 5px;
    color: #2B7EFE;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.page_div {
    margin-top: 61px;
    margin-bottom: 50px;
    text-align: center;
}


.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;
}




.wd_cont_right {
    width: 280px;
}

.wd_bk_div {
    background: #fff;
    border-radius: 5px;
    padding: 14px 10px 10px;
}
.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;
}

.pro_one {
    padding: 0 10px 1px;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
}
.one_totle {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.two_item {
    display: flex;
    /*flex-flow: column;*/
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.doctor_txt {

    width: calc(260px - 105px);;
    background: #FFFFFF;
    padding: 13px 15px 0 15px;
}
.doctor_name {
    color: #333333;
    font-size: 16px;line-height: 21px;
}
.doc_two {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6B6B6B;
    font-size: 12px;
    margin: 4px 0 13px;
}

.doctor_btn {
    display: flex;
    align-items: center;
    margin-top: 6px;
    justify-content: space-between;
}

.doctor_btn>div {
    width: 95px;
    text-align: center;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    color: #6B6B6B;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.doctor_btn .blue:hover {
    background: #2B7EFE;
    color: #fff;
}

.doctor_btn .red:hover {
    background: #FC2F59;
    color: #fff;
}


.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;
}