#blogTitle h1 {
    font-size: 330%;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    width: 70%;
    float: left;
    display: inline;
    letter-spacing: 1px;
text-shadow: 2px 2px 2px #fff;
}
#blogTitle h2 {
    margin-top: 15px;
    margin-left: 0.8em;
    line-height: 1em;
   width: 80%;
    font-size: 18px;
    color: #1E90FF;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 1px 1px 1px #fff;
}
#blogTitle {
    height: 70px;
    clear: both;
}
#home {
    margin: 0 auto;
    width: 1200px;
}
body {
    color: #000;
    background: #fff;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 13px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/happyxiaoyu02/1760209/o_200508065748p21.jpg) top center #cbdcec;
    background-size: 100% auto;
    background-attachment: fixed;
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 930px;
    background: #fff;
}
