body {
    background: #FBFBFB;
}

.main-module .the-width-g {
    background: #FFFFFF;
    padding: 24px 0 40px 0;
}

.main-module .breadcrumbs {
    padding: 0 24px 12px 24px;
}

.main-module .breadcrumb {
    color: #386BF3;
}

.main-module .breadcrumb:last-child {
    color: #333333;
    cursor: text;
}

.main-module .title h1 {
    font-size: 24px;
    text-align: center;
}

.main-module .items {
    display: flex;
    align-items: center;
    margin: 24px 0 40px;
    justify-content: center;
    color: #666666;
}

.main-module .item {
    margin: 0 12px;
}

.main-module .content {
    padding: 0 80px;
}

.main-module .content img {
    max-width: 100%;
}

.main-module .content a {
    color: #386BF3;
    cursor: pointer;
    text-decoration: underline;
}

.main-module .footer {
    margin: 80px 0 0;
    padding: 0 80px;
    display: flex;
}

.main-module .footer .pre,
.main-module .footer .next {
    width: 0;
    flex-grow: 1;
    color: #386BF3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-module .footer .next {
    text-align: right;
    margin-left: 40px;
}

.main-module .recommend {
    margin: 80px 0 0;
    padding: 0 80px;
}

.main-module .recommend .module-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.main-module .recommend .wrapper {
    display: flex;
    align-items: flex-start;
}

.main-module .recommend .list {
    width: 0;
    flex-grow: 1;
}

.main-module .recommend .list + .list {
    margin-left: 64px;
}

.main-module .recommend .list .item {
    display: flex;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
}

.main-module .recommend .list .title {
    padding-left: 16px;
    width: 0;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.main-module .recommend .list .item:hover .title {
    color: #386BF3;
}

.main-module .recommend .list .title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #386BF3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-module .recommend .list .time {
    margin-left: 4px;
    color: #666666;
}