#cnblogs_post_body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px;
    line-height: 1.5;
}
#cnblogs_post_body h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid #eee;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
#cnblogs_post_body h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
#cnblogs_post_body h3 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
#cnblogs_post_body .cnblogs_code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85% !important;
    border: 0px solid #ccc;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}
.cnblogs-markdown code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85% !important;
    border: 0px solid #ccc !important;
    font-style: normal;
    color: #c7254e !important;
    background-color: #f9f2f4 !important;
    border-radius: 3px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
#cnblogs_post_body code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85% !important;
    font-style: normal;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
#cnblogs_post_body em {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85% !important;
    font-style: normal;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
#cnblogs_post_body blockquote {
        border-left:3px solid #D7D7D7;
        color:#8F9192;
        border-bottom: 5px;
        margin:10px;
        background: no-repeat scroll right top #F7F7F7;
        padding:10px 10px 5px;
        border:1px  #CCC
}
/*博客标题*/
#blogTitle {
    height: 36px;  /*高度*/
    clear: both;
}
/*主标题格式*/
#blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
}
.postTitle {
    font-size: 36px !important;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
}
#cnblogs_post_body table
{ 
  overflow:hidden;
  border:1px solid #d3d3d3;
  background:#fefefe;
  margin:0 auto;
  width: 95%;
  border-left: 10px;
  border-right: 10px;
  margin:5% auto 0;
  border-radius:5px;
}
#cnblogs_post_body table td
{
  border: 0px;
  border-top:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
}
#cnblogs_post_body table tr
{
  background: #F7F7F7
}
#cnblogs_post_body table th
{
  padding-top:5px; 
  text-shadow: 1px 1px 1px #fff; 
  background:#e8eaeb;
  border: 0px;
}