.body-box {
    display: flex;
    margin-bottom: 1rem;
}

.body-left {
    background-color: #fff;
    padding: 3rem;
    flex: 1;
}

.body-right {
    width: 20rem;
    margin-left: 1rem;
}

.news-title {
    font-size: 1.6rem;
    font-weight: bold;
    word-break: break-all;
}

.copyright {
    margin-top: 2rem;
    color: #999;
    font-size: 0.875rem;
}

.news-data-row {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    color: #999;
}
.user-info {
    display: flex;
    align-items: center;
}
img.user-head {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: 8px;
}
.point {
    display: inline-flex;
    align-items: center;
}
.point:before {
    content: ".";
    padding: 0 8px;
    margin-top: -0.5rem;
}

.view-row > i {
    margin-right: 5px;
}

.news-content {
    margin-top: 2rem;
}

.tag-box {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.tag-item {
    border: 1px solid #ccc;
    padding: 0.4rem 0.8rem;
    margin-right: 1rem;
    color: #999;
    cursor: pointer;
}

.news-collect-praise {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464646;
}
.collect-praise {
    padding: 0.6rem 2.4rem;
    border: 1px solid var(--color);
    cursor: pointer;
}
.news-collect {
    margin-left: 2rem;
}
.collect-praise-label {
    margin-right: 6px;
}
.collect-praise-label > i {
    margin-right: 4px;
}
.collect-praise.selected {
    border: none;
    background-color: var(--color);
    color: #fff;
}
.collect-praise.selected > .collect-praise-label {
    color: #fff;
}

.detail-cover-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.detail-cover-item {
    margin: 1rem 10px 0;
}
.detail-cover-item > img {
    max-width: 8rem;
    max-height: 10rem;
    cursor: pointer;
}

.comment-box {
    margin-top: 3rem;
}
textarea.txt-comment {
    width: 100%;
    height: 8rem;
    background-color: #eee;
    padding: 8px;
    color: #444;
    font-size: 1rem;
    border: none;
    box-sizing: border-box;
}
textarea.txt-comment:focus {
    outline: 1px solid #ccc;
    background-color: #f9f9f9;
    /* height: 10rem; */
}
.comment-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: #666;
    font-size: 0.875rem;
}
.btn-submit-row {
    display: flex;
    align-items: center;
}
input#chk-send-author {
    margin-right: 6px;
}
.btn-submit-comment {
    color: #fff;
    padding: 0.6rem 1rem;
    margin-left: 2rem;
    font-size: 1rem;
    cursor: pointer;
}

.comment-list-box {
    margin-top: 2rem;
}
.bold-title {
    font-size: 1.4rem;
    padding-right: 0.4rem;
}
.comment-list-body {
    margin-top: 1rem;
}
.comment-item {
    display: flex;
    margin-top: 0.8rem;
    border-bottom: 1px solid #eeee;
    padding-bottom: 0.8rem;
}
img.user-head-big {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.7rem;
}
.comment-item-right {
    width: 100%;
}
.comment-name-time {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    color: #999;
    font-size: 0.875rem;
}
.comment-time {
    font-size: 0.8rem;
}
.comment-text-like {
    display: flex;
    line-height: 1.4rem;
    padding-top: 0.3rem;
    justify-content: space-between;
}
.comment-content {
    flex: 1;
    width: 0;
    color: #666;
    /* overflow: auto;
    white-space: nowrap; */
    line-height: 1.4rem;
    text-align: left;
    word-break: break-all;
    position: relative;
    font-size: 0.875rem;
}
.comment-content.multilang-row {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.btn-multilang-more {
    position: absolute;
    height: 1.4rem;
    line-height: 1.4rem;
    right: 0;
    bottom: 0;
    padding-left: 1rem;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff 0.6rem, #fff);
    color: #228fe6;
    font-size: 0.875rem;
    cursor: pointer;
}
.empty-content-fill {
    display: inline-block;
    vertical-align: top;
}

.comment-like {
    padding: 0 0.4rem 0 1.2rem;
    color: #aaa;
    cursor: pointer;
    min-width: 2rem;
    font-size: 0.875rem;
}
.comment-like:hover {
    color: #444;
}
.comment-like.selected {
    color: var(--color);
}

.comment-more-box {
    margin-top: 2rem;
    text-align: center;
    color: #ccc;
}
.btn-comment-more {
    display: inline-block;
    border: 1px solid #ccc;
    color: #aaa;
    padding: 0.6rem 4rem;
    cursor: pointer;
}

.btn-release-box {
    display: flex;
}
.btn-release-box > .push-article:first-of-type {
    border-right: 4px solid #eee;
}
a.push-article {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    background-color: #fff;
    padding: 0.8rem;
    font-size: 1.2rem;
    font-weight: bold;
    flex: 1;
}

.block-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.relevance-article-box {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.relevance-article-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 0.8rem 0;
}
.relevance-article-item:last-of-type {
    border: none;
}
.article-cover-box {
    max-width: 5rem;
    min-width: 3.6rem;
    height: 3.2rem;
    background-color: #f9f9f9;
    text-align: center;
}
.article-cover-box > img {
    max-width: 100%;
    max-height: 100%;
}
.relevance-item-title {
    width: 0;
    flex: 1;
    margin-left: 0.6rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.6rem;
    word-break: break-all;
}

.rank-article-box {
    background-color: #fff;
    padding: 1rem;
}
.rank-article-item {
    display: flex;
    padding: 0.6rem 0;
}
.rank-no {
    width: 2.2rem;
    height: 2.2rem;
    background-color: #999;
    text-align: center;
    line-height: 2.2rem;
    font-size: 1.4rem;
    color: #fff;
}
.rank-article-item:nth-of-type(1) .rank-no {
    background-color: #da1212;
}
.rank-article-item:nth-of-type(2) .rank-no {
    background-color: #fe7f18;
}
.rank-article-item:nth-of-type(3) .rank-no {
    background-color: #4d85f8;
}
.rank-item-right {
    flex: 1;
    width: 0;
    margin-left: 10px;
}
.rank-comment-like {
    display: flex;
    justify-content: flex-end;
    color: #bbb;
    margin-top: 0.2rem;
}
.rank-like {
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ea6f6f;
}
img.fire {
    width: 0.9rem;
    margin-right: 4px;
}
