
.article {
    background: #fff;
}
.article .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 18px;
}
.article .mate {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.article .mate span {
    margin: 0 16px;
}
.article .mate .fa {
    margin-right: 4px;
}
.article .mate .fa-tag{
    -moz-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
}
.article .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}
.article .content img {
    max-width: 100%;
}
.article .footer {
    margin-top: 30px;
}
.article .footer a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}
.article .footer .prev {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
}
.article .footer .next {
    width: 50%;
    float: left;
    border-left: 1px solid #eee;
}