.line-clamp-1 {
    overflow:hidden;
    text-overflow:ellipsis;
    /*display:-webkit-box;*/
    /*-webkit-line-clamp:1;*/
    /*-webkit-box-orient:vertical;*/
    word-break:break-all;
    white-space: nowrap;
    /*vertical-align: bottom;*/
}
.content a:hover span,
.content a:hover {
    color: #2887F0;
}
#main {
    max-width: 1200px !important;
}
.channel-list {
    margin-bottom: 40px;
}
.channel-title a {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 30px;
    display: block;
}
.article-list li,
.author-list li,
.topic-list li {
    display: inline-flex;
    width: 110px;
    margin-top: 14px;
    margin-right: 30px;
}
.editor-title,
.author-title,
.topic-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}
.editor-name,
.article-name,
.author-name,
.topic-name {
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    height: 19px;
}
.editor,
.author {
    margin-top: 30px;
}
.editor-name {
    margin-top: 14px;
    display: block;
}
.article-time {
    padding-left: 10px;
}
.article-list li {
    display: block;
    width: 100%;
}