
.postBox{
    margin-top: 54px;
    
}
.postBox .line {

    width: 1200px;
    margin: 0 auto;
    color: #999!important;
}
.postBox .line a{
    font-size: 16px;
    color: #999!important;
    text-decoration: none;

}
.postBox .line a:active{
    text-decoration: none;
}
.postBox .post .postTitle{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 60px;
}
.postBox .post .postTime{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}

.postBox .post .postContent{
    padding: 30px 0 60px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
    color: #666;
    text-indent: 2em;
    
}

.pages{
    padding: 30px 0;
    font-size: 15px;
    line-height: 40px;
    text-indent: 2em;
    width: 1200px;
    margin: 0 auto;
    color: #333;
}

.pages a{
    text-decoration: none;
    color: #666;
}
.pages a:active{
    text-decoration: none;
    color: #666;
}
