.left-box .user-name-box {
    font-size: 14px;
    color: #666555;
}

.left-box .answer-box {
    font-size: 14px;
}

.left-box .sort a {
    font-size: 12px;
    color: #666555 !important;
}

.left-box .sort a:first-child {
    margin-right: 0.25rem;
}

.left-box .comment-box {
    font-size: 12px;
}

.left-box .comment-box button {
    font-size: 12px;
}

.left-box .comment-item-box .comment-user {
    font-size: 14px;
}

.left-box .comment-item-box .comment-user span:last-child {
    font-size: 12px;
}

.left-box .comment-item-box .comment-text {
    font-size: 14px;
}

.left-box #comment-input {
    font-size: 14px;
}

.right-box {
    width: 24%;
}

.right-box .make-integral {
    font-size: 14px;
}

.right-box .make-integral span {
    font-size: 12px;
}

.right-box .hot-article {
    /*list-style: disc;*/
}

.right-box .hot-article li {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
}

.right-box .hot-article li div {
    width: 4px;
    height: 4px;
    min-width: 4px;
    line-height: 22px;
    background: #7facf5;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 10px;
}

@media screen and (max-width: 960px){
    .container-warp{
        width: 100%;
        margin-top: 120px;
    }
    .left-box,  .rignt-box{
        width: 100%;
    }
}