#mainContent {
min-height: 200px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
float: left;
width: 1185px;
background: #fff;
}

#comment_nav {
    text-align: center;
}

#main {
    width: 1540px;
    margin: 20px auto 0;
    clear: both;
}

#navList a {
    padding: 0 20px;
    font-size: 20px;
    display: inherit;
    color: #fff;
}
body{
    font-size: 15px;
}