.article {
    padding: 60px 0;
}

.article .article-head h1{
    font-size: 26px;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 30px;
    color: #333;
}

.article .article-head .attributes{
    background-color: #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 0;
    text-align: center;
}

.article .article-head span{
    display: inline-block;
    font-size: 14px;
    margin: 0 15px;
    color: #666;
}


.article .article-body{
    padding: 30px 15px 30px;
    font-size: 18px;
    line-height: 2;
}

.article .article-body *{
    font-size: 18px!important;
    line-height: 2!important;
}

.article-footer-back,
.article-footer-pages a{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #444;
    background-color: #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
}

.article-footer-back:hover,
.article-footer-pages a:hover{
    background-color: #00937D;
    color: #fff;
}

.article-footer-pages{
    float: left;
}

.article-footer-pages a:last-child{
    float: right;
    margin-right: 15px;
}

.article .article-footer{
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
}

.article .article-footer p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.article .article-footer a{
    color: #777;
}
.footer{
    margin-top: 0;
}

table{border-top:1px solid #333!important;border-left:1px solid #333!important;border-collapse:collapse;}
table td{border-bottom:1px solid #333!important;border-right:1px solid #333!important;padding:5px 12px;}
@media (max-width: 992px) {
    .article{
        padding: 30px 0;
    }
    .article .article-head h1{
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .article .article-head .attributes{
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
    }
    .article .article-head span{
        margin: 0 5px;
        font-size: 12px;
    }

    .article .article-body{
        padding: 30px 0;
    }
    .article .article-body *{
        margin: 10px 0;
        line-height: 2;
        font-size: 16px;
        color: #666;
    }
    .article-footer-back,
    .article-footer-pages a{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .article .article-footer p{
        line-height: 1.8;
        font-size: 16px;
    }
}