.wrapper .news .right .title-wrapper .title-left {
    display: flex;
    align-items: center;
}

.wrapper .news .right .title-wrapper .title-left .to {
    display: block;
}

.wrapper .news .right .title-wrapper .title-left .to .left-arrow-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 11px;
}

.wrapper .news .right .title-wrapper .title-left .title-txt {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
}

.book-info-wrapper {
    background: #FFFAF2;
    display: flex;
}

.book-info-wrapper .book-img {
    display: block;
    width: 200px;
    height: 267px;
    margin-right: 22px;
}

.book-info-wrapper .book-msg-wrapper {
    flex: 1;
    padding-top: 14px;
}

.book-info-wrapper .book-msg-wrapper .msg-line {
    display: flex;
    align-items: center;
    line-height: 34px;
}

.book-info-wrapper .book-msg-wrapper .msg-line .book-name-txt {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.book-info-wrapper .book-msg-wrapper .msg-line .book-name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 900;
    color: #BE965D;
}

.book-info-wrapper .book-msg-wrapper .msg-line .book-author {
    color: #333333;
}

.line-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.line-wrapper .point-wrapper {
    position: relative;
    width: 21px;
    height: 14px;
    flex-shrink: 0;
}

.line-wrapper .point-wrapper .point-b {
    width: 14px;
    height: 14px;
    background: #00497E;
    border-radius: 50%;
}

.line-wrapper .point-wrapper .point-y {
    width: 14px;
    height: 14px;
    background: #E2B45A;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 7px;
}

.line-wrapper .recom-txt {
    margin: 0 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #464855;
    flex-shrink: 0;
}

.line-wrapper .line {
    flex: 1;
    height: 1px;
    background: #EEEEEE;
}
.recom-desc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}