#cnblogs_post_body h1    {
    background: #333366;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "楷体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "楷体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "楷体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "楷体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#home {
    margin: 0 auto;
    width: 1180px;
    letter-spacing: unset;
}

#navigator {
    height: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    margin-top: 60px;
    position: relative;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #f5f5f5;
    display: block;
    width: 3em;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-family: "楷体";
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0378bb;
    font-size: 24px;
    padding-left: 10px;
    font-family: "楷体";
}
.postBody p, .postCon p {
    text-indent: 1em;
    text-align: justify;
    margin: 0 auto 1em auto;
    font-size: 14px;
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 850px;
    background: #fff;
}
.dayTitle {
    color: #2e6ab1;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 110%;
    margin-top: 3px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    top: 5px;
}
#topics .postTitle {
    font-size: 230%;
    font-weight: bold;
    border-bottom: 3px solid #5ea2d6;
    line-height: 1.5em;
    padding-left: 5px;
    padding-bottom: 2px;
}

#cnblogs_post_body p img {
    max-width: 815px;
    height: auto;
}
.newsItem {
    padding: 0 0 5px 0;
    margin-bottom: 2em;
    border: 1px solid #ededed;
}
#sideBarMain {
    margin-top: 10px;
}
.newsItem {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 18px;
    font-family: "宋体";
}
.sidebar-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
    font-family: "宋体";
}
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
pre{
    counter-reset: linenumber;
    background: #f5f2f0;
    tab-size: 4;
    position:relative;
}