#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
    background: #fff;
}
#topics .postTitle {
    font-size: 151%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    line-height: 1.5em;
    padding-left: 5px;
}
#blogTitle h1 {
    font-size: 231%;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;
    display: inline;
    letter-spacing: 1px;
}
#navList a {
    margin: 18px 10px 0 0;
    padding: 0 10px;
    font: 16px/1.5em "微软雅黑";
    display: block;
}
#navList li {
    float: left;
    margin-right: 40px;
}
#home {
    margin: 0 auto;
    width: 80%;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    text-shadow: 9px 3px 3px #003d44;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    text-shadow: 9px 3px 3px #003d44;
 -webkit-animation: Glow 1.5s ease infinite alternate;
            animation: Glow 1.5s ease infinite alternate;
}

#topics {
    min-height: 200px;
    padding: 3em;
}