#blogTitle h1 a {
    font-size: 26px;
    color: #21759b;
    padding-left: 100px;
    background: url(https://gss0.bdstatic.com/-4o3dSag_xI4khGkpoWK1HF6hhy/baike/c0%3Dbaike272%2C5%2C5%2C272%2C90/sign=19ee1139ffdeb48fef64a98c9176514c/810a19d8bc3eb135d7ee3ce3aa1ea8d3fd1f44b9.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 120px;
    height: 90px;
    line-height: 90px;
}
#blogTitle h1 a:hover {
    color: #1295d0;
}
#header {
    padding-bottom: 5px;
    margin-top: 10px;
}

#blogTitle {
    height: 70px;
    clear: both;
}
#main {
    /* width: 100%; */
    text-align: left;
    margin-top: 30px;
    margin-left: 50px;
}
#sideBar {
    width: 150px;
    min-height: 200px;
    padding: 0px 0 0px 70px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.postDesc {display: none;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.3s linear 0s;
    }
.postTitle a:hover {    
        margin-left: 5px;
        font-size: 20px;
        color: #e25877;
        text-decoration: none;
    }

    #topics .postTitle {
        border: 0px;
        font-size: 20px;

        font-weight: bold;
        float: left;
        line-height: 1;
        width: 100%;
        padding-left: 1px;
    }