.bd_div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
}
.bd_left {
    width: calc(100% - 300px);
}

.bd_cont {
    /*height: 421px;*/
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 15px;
}
.bd_cont p {
    margin-bottom: 15px;
}

.kp_div {
    width: 900px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 20px 1px;
    margin: 25px 0;
}

.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;
}
.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;
}

.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;
}


.tuijian_div {
    padding: 13px 10px 3px;
    background: #fff;
}
.tuijian_div .by_title  {
    padding-left: 12px;
}
.tuijian_div .by_title::after {
    left: 0px;
}
.tj_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.tj-one {
    width: calc(374px + 27px);
    margin-bottom: 20px;
}
.tj-one h3{
    color: #363636;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
}
.tj-one .two_line {
    color: #888888;
    font-size: 12px;
    line-height: 20px;
}
.tj-one h3:hover{
    color: #FC2F59;
}
.by_title {
    color: #000000;
    font-size: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.by_title::after {
    content: '';
    width: 4px;
    height: 17px;
    background: #2B7EFE;
    position: absolute;
    top: 2px;
    left: -12px;
}


.taocan_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: space-between;
    margin-top: 20px;
}
.taocan_one {
    width: 260px;
    height: 366px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin-bottom: 20px;
}
.taocan_one img {
    width: 100%;
    height: 265px;
    border-radius: 5px;
}
.tc_bot {
    padding: 9px 9px 0;
}
.tc_bot h5 {
    color: #251B1B;
    font-size: 14px;
    line-height: 20px;
}
.tc_bot .tc_name {
    color: #8B8B8B;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0 10px;
}
.tc_bot .tc_price {
    color: #FC2F59;
    font-size: 12px;
}
.yisheng_div a:nth-child(5n) .ys_one {
    margin-right: 0;
}
.ys_one {
    display: flex;
    flex-flow: column;
    width: 164px;
    border: 1px solid #EBEBEB;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.ys_one img {
    width: 100%;
    height: 170px;
}

.ys_one .ys_cont {
    width: 100%;
    /*height: 71px;*/
    background: #fff;
    padding: 0 7px 10px;
}

.ys_one .ys_name {
    color: #6B6B6B;
    font-size: 12px;
    display: flex;
    height: 16px;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 7px;
}

.ys_one .ys_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ys_one .ys_btn>div {
    width: 95px;
    height: 25px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    text-align: center;
    line-height: 23px;
    color: #6B6B6B;
    font-size: 14px;
}

.ys_one .ys_btn .blue:hover {
    background: #2B7EFE;
    color: #fff;
}

.ys_one .ys_btn .red:hover {
    background: #FC2F59;
    color: #fff;
}














.bd_right {
    width: 280px;
}
.br_one {
    margin: 20px 0;
    display: flex;
    flex-flow: column;
}

.br_one_bot {
    width: 100%;
    height: 266px;
    background: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #8B8B8B;
    font-size: 18px;
    padding-top: 27px;
}

.br_one_bot .btn {
    width: 200px;
    height: 35px;
    background: #2B7EFE;
    border-radius: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
}

.br_one_bot .btn.active {
    background: #FC2F59;
}
.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;
}




.bd_hod_item {
    width: 410px;
    height: 105px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin-bottom: 20px;
}
.bd_hod_item>img {
    width: 88px;
    height: 88px;
    border-radius: 5px;
}
.bd_hos_rr {
    margin-left: 11px;
    color: #8B8B8B;
    font-size: 12px;
}
.bd_hos_rr>div {
    display: flex;
    align-items: center;
}