.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: lightcoral;
}

#cnblogs_post_body table, .cnblogs-post-body table {
    margin: auto;
}

#cnblogs_post_body strong {
    font-weight:bold;
}

#cnblogs_post_body ul li p {
    margin-left: 0;
}

#cnblogs_post_body ul {
    margin-left: 40px;
    padding-left: 0;
}

#cnblogs_post_body p, #cnblogs_post_body div {
    margin-bottom: 1.5em;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.8em  !important;
    font-size: small;
}

#blog-news {
    overflow: hidden;
    padding: 10px;
    font-family: Georgia,Times New Roman,Times,Songti SC,serif;
    font-size: large;
    color: black;
}

#cnblogs_post_body ul li {
    font-family: monospace, Menlo, Monaco, Consolas;
}

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    font-size: large;
}

.cnblogs-markdown pre {
    //margin-top: -10px;
    margin-bottom: 20px;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: Menlo, Monaco, Consolas, monospace !important;
    font-size: 90%  !important;
    color: #c7254e  !important;
    margin: 0;
    border-radius: 4px !important;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Menlo, Monaco, Consolas, monospace !important;
    font-size: small !important;
    line-height: 1.4 !important;
    padding: 13px !important;
    color: #000 !important;
    border: white;
}

#cnblogs_post_body h4 {
    font-size: x-large;
    font-weight: bold;
    margin: 10px 0;
}

#topics {
    background: rgba(255,251,200,0.5);
}

#topics .postDesc {
    padding-right:0;
    background: darkslategrey;
    color: mintcream;
}

#topics .postTitle {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#topics .postTitle a {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 1px #a7a8ad;
    line-height: 1.5em;
    font-family: Georgia,Times New Roman,Times,Songti SC,serif;
}


.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: underline;
    color: #4f738d;
}


input.btn_my_zzk {
    width: 52px;
    text-align: center;
}

.day {
    margin: 0 5px 20px auto;
}

#mainContent {
    margin-left: 5px;
}

.day::after {
    display: none;
}

.dayTitle {
    width: 140px;
    height: auto;
    position: relative;
    left: -5px;
    top: 0px;
    background: #9C8;
    margin: 10px 0;
    padding-right: inherit;
    text-align: center;
}

.catListTitle {
    color: #fff;
    font-size: 1.2em;
    border-bottom: 1px solid #dadfe1;
    height: 1.5em;
    line-height: 1.5em;
    background: #103858;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px;
    text-indent: 1em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

.blogStats {
    margin-right: 20px;
}

#blogTitle h1 {
    font-size: 4em;
}


/*标题*/
#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% #3f454c;
    border-radius: 6px 6px 6px 6px;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    padding: 5px 0 5px 20px;
    width: auto;
}

#header {
    width: auto;
    min-width: 1000px;
}

body
{
    font: 15px/1.5 Helvetica, "微软雅黑", "Helvetica Neue", Arial, sans-serif;
}