.bdad_box {
    width: 100%;
    text-decoration: none;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f5f6f9;
    margin: 10px 0;
}

.bdad_box a {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.bdad_box .ad_logo {
    width: 71px;
    height: 71px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}

.bdad_box .ad_logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.bdad_box .ad_titlebox {
    margin-right: 20px;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    box-sizing: border-box !important;
}

.bdad_box .ad_titlebox .ad_title {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1e1f24;
    font-weight: 400;
    max-width: 100%;
    word-wrap: break-word;
    box-sizing: border-box !important;
}

.bdad_box .ad_titlebox .ad_desc {
    line-height: 12px;
    margin-top: 6px;
    color: #848691;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bdad_box .ad_btn {
    width: 82px;
    height: 28px;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #4e6ef2;
    background-color: #f5f6f9;
    border-radius: 14px;
    border: 1px solid #4e6ef2;
}