#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% #2175bc;
    border-radius: 6px 6px 6px 6px;
    color: rgb(255, 255, 255);
    font-family:"Comic Sans MS","微软雅黑";
    font-size: 28px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
#main {
    width: 1100px;
}
#mainContent {
    width: 800px;
}

h4 {
    font-size: 14px;
    background-color: #eeeeee;
    margin: 10px 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 5px;
    color: black;
    border-radius: 3px 3px 3px 3px;
    border-left-style: solid;
    border-left-color: #f60;
    border-left-width: 5px;
    font-family:"Comic Sans MS","微软雅黑";
}
h5 {
    font-size: 12px;
    margin: 10px 0;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 5px;
    color: black;
    border-left-style: ridge;
    border-left-color: #fff;
    border-left-width: 16px;
    border-bottom-style: solid;
    border-bottom-color: #aabbff;
    border-bottom-width: 2px;
    font-family:"Comic Sans MS","微软雅黑";
    font-weight: 900;
}
table.FirstBlackCenter{
    font-family: Futura, Arial, sans-serif;
}
table.FirstBlackCenter tr:nth-of-type(1){ /* 第1行样式 */
    background: none repeat scroll 0% 0% #999;
    color: #fff;
}
table.FirstBlackCenter td{
    text-align: center;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    vertical-align: middle;
}
#cnblogs_post_body p{ 
    text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/ 
}
.postBody ul li, .postCon ul li{
    list-style-position: outside;
    margin-left: 1em;
}
table.wikitable {
    margin: auto;
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
    color: #000;
}
table.wikitable th {
    color: #ba0000;
}
t_body img{
    margin:0 0 0 0;
    max_width: 800;
}
table.List {
    margin: auto;
    width: 90%;
    border: 0px;
    border-color: #fff;
}
table.List tr {
    border: 0px;
}
table.List td {
    border:0px;
}
table.List td:nth-of-type(1) {
    vertical-align:top;
    text-align:left;
    width:1px;white-space:nowrap;/*If the text is non wrapping text then you set the cell to width:1px and use white-space:nowrap. The text in that column will then determine the width of the cell.*/
}