div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}

body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url() fixed;
}

#home {
margin: 0 auto;
opacity: 0.93;
width: 80%;
min-width: 1080px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#cnblogs_post_body p {
    font-size: 18px;
    font-family: "Baskerville", "PingFang SC";
}

#cnblogs_post_body h4 {
    font-size: 16px;
}

#cnblogs_post_body h5 {
    font-size: 18px;
}

#cnblogs_post_body h3 {
    font-size: 20px;
}

#cnblogs_post_body h2 {
    font-size: 22px;
}

#cnblogs_post_body h1 {
    font-size: 24px;
}

.postTitle{
   font-size: 24px !important;
   font-family: "Helvetica Neue";
}

#blogTitle {
    overflow: hidden;
    height: auto;
    text-align: left;
    font-family: "Helvetica Neue";
}

#blogTitle h1 {
    font-size: 35px;
    width: 100%;
    margin: 0 0 0 0;
    font-weight: bold;
}

#blogTitle h2 {
    margin-left: 0;
    width: 100%;
    font-size: 20px;
    color: #000;
}

#sideBar{
}

.cnblogs_code span {
   font-size: 18px! important;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 18px !important;
    line-height: 1.2!important;
    padding: 5px !important;
}

.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 1em;
    font-size: 18px;
}

.MathJax_Display {
    text-align: center;
    margin: 1em 0em;
    position: relative;
    display: block!important;
    text-indent: 0;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    width: 100%;
    font-size: 18px;
}

.entrylistTitle, .PostListTitle, .thumbTitle {
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #21759b;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Consolas",sans-serif !important;
    font-size: 18px !important;
    line-height: 20px;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}