.content-right {
    width: 35%;
    height: 100%;
    float: right;
}
.editors {
    height: 50px;
    border-bottom: solid 1px #d6d6d6;
    line-height: 50px;
    margin-top: 20px;
}
.editors-one {
    font-size: 28px;
    color: #1e1e1e;
    font-family: PingFangSC-Medium, "Microsoft Yahei-Bold", "Microsoft Yahei";
}
.editors-two {
    font-size: 12px;
    color: #a0a0a0;
}
.editor-message {
    margin-top: 35px;
}
.editor-message ul {
    display: flex;
    justify-content: space-between;
}
li.s-img {
    width: 100px;
}
li.s-name {
    flex: 1;
}
.editor-message span {
    display: block;
    margin-left: 20px;
    line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
}
.editor-saytext {
    color: #9c9ea5;
}
.editor-name {
    color: #424242;
}
.editor-name .ellipsis {
    color: #000;
    font-family: PingFangSC-Medium,"Microsoft Yahei-Bold","Microsoft Yahei";
}

.follow ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
justify-content: space-between;
}
    
.follow-card {
    width: 100px;
    height: 40px;
    background-color: #dd3b3d;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 50px auto;
    cursor: pointer;
}
.follow a {
    color: #fff;
}
.addf1 {
    width: 90px;
}
.guanzhu1 {
    background: none;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.recom-top {
    padding: 10px;
    margin-top: 50px;
    padding-left: 0;
}
.recom {
    height: 20px;
    background-color: #ef392e;
    width: 5px;
    float: left;
    margin-right: 25px;
}
.recom-top h2 {
    display: inline;
    margin-left: 10px;
    font-size: 22px;
    line-height: 21px;
    font-family: PingFangSC-Medium, "Microsoft Yahei-Bold", "Microsoft Yahei";
    font-weight: 400;
}

.morearticle {
    margin-top: 25px;
    margin-left: 50px;
}
.newsarticle {
    font-size: 16px;
    line-height: 27px;
    margin-top: 5px;
}
.newstime {
    font-size: 14px;
    color: #989597;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f1f1f1;
}
.morearticle a {
    color: #575757;
}