#topics .postTitle{
      font-size: 180% !important;
}
/*隐藏广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}
#blogTitle h2{
    margin-left: 3em !important;
    width: 80% !important;
}
@media only screen and (max-width: 767px){
    #blogTitle h1{
         margin-left: 2em !important;
    }
}
/*评论列表*/
#blog-comments-placeholder {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
}

.feedback_area_title {
    background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    padding: 15px 50px;
}

/*底部隐藏作者，隐藏推荐和反对*/
#author_profile {
    display: none;
}
/*侧边评论*/
li.recent_comment_body {
    line-height: 30px;
}

/* 提交评论按钮 */
#btn_comment_submit {
    border: solid 1px #fd6d0dd1 !important;
    width: 90px;
    height: 40px;
    color: #fff !important;
    background-color: #fd6d0dd1 !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
#div_digg {
    display: none;
}
/* 编辑区 */
@media only screen and (min-width: 900px){
blockquote {
    width: auto;
    margin-top: 30px;
    background: #fcfcfc;
    border-radius: 5px;
    overflow: hidden;
    clear: both;
}
.postBody p{
    clear: both;
    width: auto;
    line-height: 1.5em;
    font-size: 16px;
    text-align: justify;
    word-break: break-all;
}
.cnblogs_code p{
    font-family: Courier New !important;
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
#cnblogs_post_body ul li {
    list-style-type: decimal;
    font-size: 16px;
}
#cnblogs_post_body ul li a:link,#cnblogs_post_body ul li a:visited{
    color: #049;
    text-decoration: none;
}
#cnblogs_post_body ul li a:hover{
    text-decoration: underline;
}
}