#home {
    margin: 0 auto;
    width: 980px;
}

body {
    color: #000;
    background: rgb(256,256,256);
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://b-ssl.duitang.com/uploads/blog/201509/20/20150920174040_jz4mC.jpeg) top center #ffffff;
    background-size: 100% auto;
    background-attachment: fixed;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #929ca2;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 1px 7px 8px;
}

#navigator {
    background-color: #8cbfdc;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}

#navList a {
    margin: 18px 10px 0 0;
    padding: 0 10px;
    font: 18px 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    display: block;
}

.postTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #9bcae4;
    line-height: 1.5em;
    clear: both;
    border-left: 12px solid #a5d7f5;
}