body {
    background: #fff;
}

h3 {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

p.fu-title {
    padding-left: 10px;
    padding-right: 10px;
}

.fu-name {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

#html_content {
    padding: 0 10px;
}

#html_content img {
    width: 100% !important;
}

.location-other-article {
    padding: 10px;
    margin-top: 30px;
    overflow: hidden;
}

.next {
    float: right
}

.text-over {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}