#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;
    padding-top: 45px;
}

#header h1 a {
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 5px 5px 3px #aaa;
    color: coral;
}

#blogTitle h2 {

    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
    margin-top: 10px;
    margin-left: 30px;
    width: 50%;
    margin-left: 10em;
    float: left;
    text-shadow: 0px 0px 15px #000;
}

.day {
    background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/tp.png);
    min-height: 10px;
    _height: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.postTitle {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #ddd;
}

.postTitle a {
    background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat 10px;
    padding-left: 60px;
    padding-bottom: 10px;
    padding-top: 2px;
}

.postCon {
    margin-left: 20px;
    line-height: 1.5em;
    color: #757575;
    width: 96%;
    clear: both;
    padding: 15px 0 10px 0;
}

.postDesc {
    width: 96%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
    padding-top: 1.6em;
    margin-left: 20px;
    margin-bottom: 20px;
    border: none;
}

.entrylistItem {
    background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/tp.png);
    min-height: 20px;
    _height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
}