.bv1 {
    padding-top: 10px;
    background: #fff;
}
.bv2 {
    width: 1200px;
    margin: 0 auto;
}
.bv3 {
    height: 280px;
}
.bv3 img {
    width: 100%;
    height: 100%;
}
.bv4 {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
}

.bv5 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.bv6 {
    width: 167px;
    margin-top: 8px;
}
.bv7 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff5b57;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.bv8 {}
.bv9 {
    margin-top: 2px;
}
.bv10 {
    flex-grow: 1;
    margin-left: 4px;
}
.bv11 {}
.bv12 {
    margin-top: 8px;
    background: #fff;
    height: 116px;
    padding: 17px;
    display: flex;
    align-items: center;
}
.bv13 {
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 7px;
    flex-shrink: 0;
}
.bv13-1 {
    background: #e00b0b;
}
.bv13-2 {
    background: #ffcc33;
}
.bv13-3 {
    background: #ccc;
}
.bv14 {
    margin-left: 25px;
    box-sizing: border-box;
    width: 188px;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.bv15 {
    margin-left: 21px;
    flex-grow: 1;
}
.bv16 {
    font-size: 18px;
    font-weight: bold;
}
.bv17 {
    font-size: 12px;
    color: #999;
    margin-top: 9px;
}
.bv18 {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 4px;
    /*省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bv19 {
    margin-left: 59px;
}
.bv20 {
    text-align: center;
}
.bv21 {}
.bv22 {
    color: #e00b0b;
}
.bv23 {
    height: 19px;
    line-height: 19px;
    display: flex;
    margin-top: 18px;
}
.bv24 {
    width: 40px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}
.bv24:not(:first-child) {
    margin-left: 18px;
}
.bv24:hover {
    border-color: #ff5b57;
    color: #ff7875;
}