.more_box{
    width: 1240px;
    margin: 0 auto 40px;
}

.article-box-title{
    font-size: 20px;
}

.comment-box-title {
    font-size: 20px;
}

.comment-box-title:before{
    content: " ";
    height: 25px;
    background: #FF6500;
    width: 5px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.article-box-title:before{
    content: " ";
    height: 25px;
    background: #FF6500;
    width: 5px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.article-box-title:after{
    content: " ";
    height: 1px;
    background: #00aff0;
    width: inherit;
    display: block;
    margin-top: 7px;
}

.more_article{
    margin-top: 10px;
}

.more_article li{
    font-size: 15px;
    margin: 8px 32px;
    white-space: nowrap;
    display: block;
    float: left;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 500px;
}

.more_article li:before{
    content: " ";
    height: 11px;
    width: 11px;
    background: #00aff0;
    display: inline-block;
    margin-right: 5px;
}

.textarea-box{
    box-shadow: #ccc 0 0 5px 1px;
    margin-top: 10px;
}

.textarea-item{
    resize: none;
    width: 1240px;
    height: 200px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.textarea-btn-box{
    background: #fff;
    width: 1240px;
    height: 64px;
    text-align: right;
}

.textarea-btn-box button{
    border: none;
    background: #0a62c3;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 107px;
    border-radius: 5px;
    margin: 10px 15px 0 0;
}

.textarea-btn-box button:hover{
    background: #0e35b4;
}

.comment_user_box{
    margin-top: 30px;
}

.comment_user{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.comment_user .comment_img{
    height: 50px;
    width: 50px;
    background: #ccc;
}

.comment_user .comment_info{
    width: 1150px;
}

.comment_user .comment_info .comment_nickname{
    font-size: 17px;
    color: #0a62c3;
}

.comment_user .comment_info .comment_time{
    font-size: 10px;
    color: #aaa;
}

.more_box .article-btn-box .thumbup{
    border: 1px solid #FF6500;
    color: #FF6500;
    text-align: center;
    width: 80px;
    border-radius: 3px;
}

.more_box .article-btn-box .collection{
    border: 1px solid #00aff0;
    color: #00aff0;
    text-align: center;
    width: 80px;
    border-radius: 3px;
}

.new_box{
    position: fixed;
    top: 46%;
    right: -230px;
    width: 230px;
    height: auto;
    background: #fff;
    border: 0;
    border-radius: 5px;
    z-index: 5;
}

.new_box p{
    font-size: 20px;
    width: 95%;
    margin: 5px auto 0 auto;
}

.new_box p:before{
    content: " ";
    display: inline-block;
    height: 25px;
    background: #FF6500;
    width: 5px;
    margin-right: 5px;
    float: left;
}

.new_box p:after{
    content: " ";
    height: 1px;
    background: #00aff0;
    width: inherit;
    display: block;
    margin-top: 5px;
}

.new_box li{
    margin: 15px auto;
    width: 200px;

}

.new_box li:nth-child(-n+3) .rank_num{
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    background: #245dd4;
    color: #fff;
    text-align: center;
    line-height: 15px;
    border-radius: 2px;
    margin-right: 6px;
}

.new_box li:nth-child(n+4) .rank_num{
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    background: #ccc;
    text-align: center;
    line-height: 15px;
    border-radius: 2px;
    margin-right: 6px;
}

.new_box .rank_title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
}

#new_box_hover{
    writing-mode: vertical-lr;
    width: 25px;
    height: 85px;
    background: #0a62c3;
    border-radius: 5px;
    position: fixed;
    top: 56%;
    right: -4px;
    color: #fff;
    text-align: center;
    z-index: 6;
}

#new_box_hover:hover{
    cursor: pointer;
}

.ln{
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.article-tag{
    display: flex;
    flex-wrap: wrap;
}
.article-tag li{
    width: auto;
    padding: 0 20px;
    height: 35px;
    background: #eee;
    box-shadow: 0 0 3px 0 #ccc;
    margin: 0 10px 17px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}
.tag-title{
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
}