.article {
    padding: 60px 0;
}

.article .article-head h1{
    font-size: 26px;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 30px;
}

.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;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #eee;
}

.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: left;
}

.article-footer-back:hover,
.article-footer-pages a:hover{
    background-color: #00A54F;
    color: #fff;
}

.article-footer-pages{
    float: right;
}

.article-footer-pages a:last-child{
    float: right;
    margin-left: 15px;
}

.article-footer-share{
    margin-bottom: 20px;
    line-height: 24px;
}

.article-footer-share a{
    float: left;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 5px;
}

.article-footer-share span{
    float: left;
    line-height: 24px;
    font-size: 14px;
}

.article-footer-share .qq {
    background: url("../img/icon_11.png") no-repeat center!important;
}

.article-footer-share .wechat {
    background: url("../img/icon_12.png") no-repeat center!important;
}

.article-footer-share .sina{
     background: url("../img/icon_13.png") no-repeat center!important;
 }

.article-footer-share .qzone{
    background: url("../img/icon_18.png") no-repeat center!important;
}

@media (max-width: 992px) {
    .article{
        padding: 30px 0;
    }
    .article .article-head h1{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .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-footer-back,
    .article-footer-pages a{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
}