
.post .postTitle{
   width: 80% !important;
   font-size: 22px !important;
   font-weight: 600;
   margin-left: calc(10% - 8px);
   padding: 10px 0;
} 

.postBody {
   width: 80% !important;
   padding: 16px 20px;
   margin: auto;
   color: #555;
}
.postBody p{
   font-size: 15px;
   line-height: 1.7;
   margin: 16px auto !important;
}

.postBody h2 {
   margin-top: 26px !important;
   color: #333;
}

/* .postBody img {
   max-width: 60%; 
   height: 120px;
} */

#cnblogs_post_body img, .blogpost-body p>img  {
  max-width: 60% !important;
  height: auto;
  margin: 0 auto;
  display: block; /* 将图片转为块级元素 */
  margin-left: auto;
  margin-right: auto;
}

blockquote {
   background-color: #eef0f4;
}

#sidebar_news_content {
   text-align: center;
}
