/*文章样式*/
.postBody h1{
    background-color: #8FBC8F;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}
/*主页样式*/
.postCon h1{
    background-color: #8FBC8F;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}