/* 右侧简介框样式 */
#profile_block {
    margin-top: 10px;
    line-height: 2.5;
    text-align: left;
    background-color: #FFFF00;
    font-size: 20px;
}
/* 博客标题样式 */
.postTitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #10EFA8;
}

/* 博客小标题样式 */
.miniTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #10EFEF;
}