#home {
    margin: 0 auto;
    width: 85%;
    filter:alpha(opacity=80); 
    -moz-opacity:0.9;
    opacity:0.9;
}
#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 70%;
    background: #fff;
    font-size: 15px;
}
.postTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #1fa6e6;
}