#blogTitle{    /*博客园名称*/
    dipplay:inline-block;
}
#blogTitle h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8em;    /*原始 1.6em*/
    margin-top: 10px;    /*原始 15px */
    color: #4169E1;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;    /*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #1111;
    text-align: left;
 }

.postTitle{
    background-color:#4169E1;
    dipplay:inline-block;
    font-size:18px;
    font-color:#ffffff;
}

.postTitle a{
    color:#ffffff !important;
}

.catListTitle {
    background: #4169E1;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}