.reset-atypelist-top {
    margin-top: 0;
}

.k-tag-box {
    width: 958px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding-left: 17px;
}

.k-tag {
    /* float: left;
    margin-right: 22px;
    height: 32px;
    padding: 0 27px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px; */

    float: left;
    margin-right: 22px;
    max-width: 170px;
    border-radius: 16px;
    margin-bottom: 10px;
}

.k-tag:last-child {
    margin-right: 0;
}

.k-tag a {
    font-size: 14px;
    color: #333333;

    display:block;
    height: 32px;
    padding: 0 27px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-tag:hover {
    background-color: #0084FF;
}

.k-tag:hover a {
    color: #FEFEFE;
    
    border-color:transparent;
}
.show-ktag {
    background-color: #0084FF;
}
.show-ktag a {
    color: #FEFEFE;
}
.secondary-ktag {
    display: none;
}
.bsite-libox-container {
    margin-bottom: 50px;
}

.bsite-libox {
    width: 958px;
    height: 163px;
    padding-left: 17px;
    padding-top: 28px;
    border-top: 1px dashed #D8D8D8;
}

.bsite-libox:last-child {
    border-bottom: 1px dashed #D8D8D8;
}
.bsite-libox:hover {
    border: none;
    box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0.15);
}
.bsite-imgbox {
    float: left;
}
.bsite-imgbox .scale {
    width: 163px;
    height: 108px;
}

.bsite-imgbox .scale img {
    width: 163px;
    height: 108px;
}

.bsite-rightpart {
    margin-left: 21px;
    float: left;
}

.bsite-rightpart div:first-child {
    max-width: 868px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.bsite-rightpart div:first-child a {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

.bsite-rightpart div:first-child a:hover {
    color: #0084FF;
}

.bsite-rightpart div:nth-child(2) {
    max-width: 868px;
    height: 48px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 21px;
    word-break: break-all;
    /* display: block; */
}

.bsite-rightpart div:nth-child(3) {
    max-width: 868px;
    height: 12px;
    font-size: 12px;
    color: #0084FF;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bsite-widheit div:first-child {
    max-width: 714px;
}
.bsite-widheit div:nth-child(2) {
    width: 714px;
}
.bsite-widheit div:nth-child(3) {
    max-width: 714px;
}