
html{
    padding: 0px;
    height: 100%;
    margin: 0px;

}
body {
    text-align: center;
    padding: 0px;
    height: 100%;
    position: relative;
    line-height: 200%;
}

/* table 样式 */
table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table td,
table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

/* blockquote 样式 */
blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}
pre code {
    display: block;
}

/* ul ol 样式 */
ul, ol {
    margin: 10px 0 10px 20px;
}

hr,h1,h2,h3,h4,p{
    padding: 0;
    margin: 0;
}

.container{
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.title{
    margin-top: 50px;
}

.author {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.content{
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;

}

.w-e-text-container{
    min-height: 1000px!important;
    height: auto;
}