#home {
    opacity: 0.92;
    margin: 0 auto;
    width: 1450px;
}

#main {
    min-width: 980px;
    text-align: left;
    clear: both;
    background: #fff;
}

#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 1200px;
    background: #fff;
    font-size: 12px;
    font-variant: normal;
    font-weight: 300;
}

#sideBar {
    min-height: 200px;
    margin-left: 700px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
}

.catListTitle {
    font-weight: initial;
    line-height: 1.5em;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

body {
    font-size: 12px;
    background: url('https://images.cnblogs.com/cnblogs_com/xz816111/786501/o_bg.png') no-repeat top center fixed #28323e;
}

#cnblogs_post_body h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 2.2;
    margin: 30px 0px 0px -0px;
}

#cnblogs_post_body h2 {
    font-weight: 300;
    font-size: 26px;
    margin: 30px 0px 20px 0px;
}

#cnblogs_post_body h3 {
    font-weight: bolder;
    font-size: 21px;
    margin: 20px 0px 10px 0px;
}

#cnblogs_post_body p {
    font-size: 16px;
    margin: 15px 0px 10px 0px;
    text-indent: 0;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
    margin: 15px 0px 35px 0px;
}

#green_channel {
    display: none;
}

#BlogPostCategory {
    margin: 70px 0px 0px 0px;
    margin-bottom: 10px;
}

div.commentform textarea {
    width: 1020px;
    height: 300px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}

#comment_form_container > p:nth-child(8) {
    margin-top: 80px;
}

strong, b {
    font-weight: bolder;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New", sans-serif !important;
    font-size: 14px !important;
    background-color: #f3f3f3 !important;
    border: 0px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: black;
}

.postTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
}

.postTitle {
    font-size: 150%;
    font-weight: 500;
    line-height: 1.5em;
    border-left: unset;
    margin-left: -5px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #353639;
}

#topics .postTitle {
    font-size: 158%;
    font-weight: 600;
    border-bottom: 1px solid #999;
    line-height: 1.5em;
    padding-left: 5px;
}

#cnblogs_post_body ol li {
    list-style-type: decimal;
    font-size: 15px;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    font-size: 15px;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: COURIER !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    padding: 5px !important;
    margin: 15px 0px 35px 0px;
}

#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 3px;
    font-size: 15px;
}

#cnblogs_post_body img {
    max-width: 1000px;
    max-height: 900px;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    font-size: 14px;
}