﻿body{
    padding-top: 44px;
}
.topic-list {
    padding-top: 16px;
}

.topic-item {
    margin: 0px 16px 16px 16px;
}

.topic-item .item-inner {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.topic-item .item-img {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.topic-item .item-img::before {
    content: "";
    display: block;
    padding-top: 32%;
}

.topic-item .item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.topic-item .item-des {
    padding: 16px;
}

.topic-item .item-des .item-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.topic-item .item-des .item-info {
    font-size: 12px;
    color: #888888;
}

.load-status {
    margin: 0px 16px 16px 16px;
}

.load-status .btn-load-more {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}
