.hsfz-content * {
    color: revert;
    font-size: revert;
    font-family: revert;
}
.hsfz-content .hsfz-post-title {
    width: 100%;
    height: 64px;
    font-size: 28px;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hsfz-content .hsfz-post-time .hsfz-image {
    vertical-align: middle;
    width: 14px;
    height: 14px
}

.hsfz-content .hsfz-post-time .hsfz-text {
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size: 14px;
    color: #989898
}

.hsfz-content .hsfz-post-divider {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #6d8289, #e58100)
}

.hsfz-content .hsfz-post-content {
    margin: 30px 0 0 0
}