.recommend-section {
    background: var(--white);
    border-bottom: 11px solid #f5f5f5;
}
.recommend-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 20px 13px 5px 14px;
    white-space: nowrap;
}
.recommend-head h2 {
    color: #3c3c3d;
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
}
.recommend-tags {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.recommend-tags a {
    display: block;
    padding-left: 15px;
    color: #656565;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.recommend-content-wrap {
    background: var(--white);
}
.recommend-list {
    display: block;
    padding: 0;
}
.recommend-remind,
.recommend-more {
    position: relative;
    top: -1px;
    color: #a2a2a3;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    background: var(--white);
}
.recommend-remind {
    padding: 22px 0 25px;
}
.recommend-more {
    padding: 20px 0 23px;
}
.recommend-more-btn {
    color: #a2a2a3;
    font-size: 14px;
}
.recommend-more-btn .icon {
    position: relative;
    top: 2px;
    left: 4px;
    color: #d7d7d7;
    font-size: 15px;
    transform: rotate(90deg);
}
.recommend-item {
    padding: 20px 13px 0;
}
.recommend-item-inner {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.recommend-author {
    display: flex;
    align-items: center;
    height: 38px;
}
.recommend-avatar {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 50%;
}
.recommend-author-text {
    margin-left: 8px;
}
.recommend-name {
    height: 20px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.recommend-meta {
    height: 16px;
    margin-top: 2px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.recommend-content {
    margin-top: 12px;
}
.recommend-content h3 {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.recommend-content p {
    margin-top: 4px;
    color: #111;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
}
.recommend-content p span {
    color: #143ca8;
    white-space: nowrap;
}
.recommend-picture {
    margin-top: 12px;
    background: #f2f2f2;
}
.recommend-picture.landscape {
    width: 168px;
    height: 112px;
}
.recommend-picture.portrait {
    width: 112px;
    height: 168px;
}
.recommend-picture img {
    width: 100%;
    height: 100%;
    border: 1px solid #f2f2f2;
    object-fit: cover;
}
.recommend-actions {
    display: flex;
    justify-content: flex-start;
    margin-left: 1px;
}
.recommend-actions a {
    display: flex;
    align-items: center;
    width: 80px;
    height: 48px;
    color: #666;
}
.recommend-actions span:last-child {
    font-size: 14px;
    line-height: 18px;
}
.share-icon,
.comment-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.share-icon{background-image:url('../images/recommend-share.png')}
.comment-icon{background-image:url('../images/recommend-comment.png')}
