.right-item-box .right-item-title {
    height: 24px;
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
.right-item-box .right-item-title .right-item-title-text {
    font-size: 16px;
    color: #181818;
    line-height: 24px;
    font-weight: 500;
}
.right-item-box.recommend-box .recommend-list {
    margin: 20px 0 0;
    height: 145px;
    overflow: hidden;
}
.recommend-main {
    position: relative;
    transition: 1s;
    top: 0px;
}
#ebook-detail .ebook-detail-main .ebook-bottom-wrapper .ebook-right-wrapper .right-item-box a {
    cursor: pointer;
}
.right-item-box.recommend-box .recommend-list .recommend-item {
    padding-left: 22px;
    line-height: 24px;
    font-size: 13px;
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    display: block;
}
.right-item-box.recommend-box .recommend-list .recommend-item:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 24px;
    left: 0;
    background: url(https://img.alicdn.com/imgextra/i3/O1CN01Ld85eo1qNikBTtosE_!!6000000005484-2-tps-24-26.png) no-repeat 0/12px auto;
}
.recommend-pagination {
    position: relative;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    padding-bottom: 10px;
}
.actives {
    background: #ff6a00 !important;
    cursor: pointer;
    opacity: 1;
}
.recommend-click-item {
    width: 30px;
    height: 4.8px;
    background: #b5b5b5;
    border-radius: 0;
    margin: 0 4px;
    outline: none;
    display: inline-block;
    cursor: pointer;
}