.wbot_bottom {
    width: 100%;
    height: 75px;
    background: #fff;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 0;
    border: #dcdcdc 1px solid;
    border-bottom: none;
    padding: 0 10px;
}

.wb_left {
    float: left;
    margin-top: 8px;
}

.wb_img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    background: #eee;
    float: left;
}

.wb_font {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.wb_font h2 {
    font-size: 18px;
    font-weight: bold;
}

.wb_font h3 {
    font-size: 13px;
    color: #666;
    width: 780px;
    overflow: hidden;
    height: 20px;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wb_but_a {
    width: 150px;
    float: right;
    background: #66B3FF;
    color: #fff;
    height: 45px;
    border-radius: 10px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
    cursor: pointer;
}

.wb_but_a img {
    height: 28px;
    margin-right: 5px;
    margin-top: -3px;
}

.wb_but_a1 {
    width: 150px;
    float: right;
    background: #fff;
    color: #2374dd;
    height: 45px;
    border-radius: 10px;
    line-height: 45px;
    color: #2374dd;
    text-align: center;
    margin-top: 12px;
    border: 1px solid #2374dd;
    font-weight: bold;
    cursor: pointer;
}

.wb_but_a1 img {
    height: 28px;
    margin-right: 5px;
    margin-top: -4px;
}

.bbshequ_b {
    background-image: linear-gradient(to top, #c2dcff , #fbfdff );
    border-radius: 5px;
    padding: 2px 5px;
    border: #78a2ef 1px solid;
    display: table;
    box-shadow: 0 5px 5px #d3d3d3;
    color: #3675d6;
    line-height: 20px;
    margin-top: 9px;
}
.bbshequ_b a {
    color: #3675d6;
}
@media (max-width: 1180px) {
    .wb_font h3 {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .bbshequ_b {
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .pj_dkuang .container {
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }
    .wb_but_a {
        width: 100px;
        float: right;
    }
    .wb_but_a img {
        height: 28px;
        margin-right: 3px;
        margin-top: -3px;
    }
    .wb_but_a1 {
        width: 100px;
        float: right;
    }
    .wb_but_a1 img {
        height: 28px;
        margin-right: 3px;
        margin-top: -4px;
    }

    .wbot_bottom {
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    .wb_font h3 {
        width: 100px;
    }

}

@media (max-width: 375px) {
    .wb_but_a {
        width: 85px;
        float: right;
    }
    .wb_but_a1 {
        width: 85px;
        float: right;
    }
}

@media (max-width: 360px) {
    .wb_but_a {
        width: 85px;
        float: right;
    }
    .wb_but_a1 {
        width: 85px;
        float: right;
    }
}
