#blogTitle {
  display: none; }

#header {
  position: fixed;
  top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  background-color: white;
  width: 90%;
  box-sizing: border-box;
  padding: 0 10px; }
  #header #navigator #navList {
    list-style: none;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5); }
    #header #navigator #navList li {
      float: left;
      text-align: center; }
      #header #navigator #navList li a {
        color: #222222;
        font-weight: 200;
        display: block;
        padding: 5px 10px; }
      #header #navigator #navList li:hover {
        background-color: rgba(100, 100, 100, 0.1);
        border-radius: 2px; }
    #header #navigator #navList #blog_nav_sitehome {
      display: none; }
    #header #navigator #navList:after {
      content: "";
      display: table;
      clear: both;
      height: 0; }

#main {
  display: flex;
  margin-top: 40px;
  padding: 20px 10px 20px 20px; }
  #main #mainContent {
    flex: 1; }
    #main #mainContent .forFlow {
      padding-left: 20px; }
    #main #mainContent .day .dayTitle a {
      font-style: italic;
      color: #888888;
      font-size: 14px;
      font-weight: 100; }
    #main #mainContent .postTitle a {
      font-size: 25px;
      color: #222222;
      font-weight: 600; }
@media (min-width: 1150px) {
  #main #mainContent .c_b_p_desc {
    width: 80%;
  }
}
@media (max-width: 500px) {
  #main #mainContent .postTitle a{
    font-weight: 500;
  }
}
    #main #mainContent .c_b_p_desc {
      margin: 12px 0 8px;
      font-size: 16px;
      font-weight: 300; 
      line-height: 2;}
      #main #mainContent .c_b_p_desc .c_b_p_desc_readmore {
        color: #2b904e;
        font-size: 14px;
        border-bottom: 1px dotted #2b904e; }
      #main #mainContent .c_b_p_desc .desc_img {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-top: -30px; }
    #main #mainContent .postDesc {
      font-style: italic;
      font-weight: lighter;
      font-size: 15px;
      color: rgba(0, 0, 0, 0.6);
      line-height: 1.5;
      margin-bottom: 40px; }
      #main #mainContent .postDesc a {
        color: #2b904e;
        margin-left: 10px; }
  #main #sideBar {
    flex: 0 0 200px;
    padding: 0 10px;
    margin-left: 60px; }
    #main #sideBar .catListTitle {
      font-weight: 400;
      margin: 10px 0; }
    #main #sideBar .sidebar-block {
      margin-bottom: 25px; }
      #main #sideBar .sidebar-block input {
        border: 1px solid #ccc;
        transition: all .25s ease-in-out;
        border-radius: 2px;
        cursor: pointer; }
      #main #sideBar .sidebar-block input[type="button"] {
        height: 30px;
        padding: 5px;
        background-color: #ccc;
        font-weight: 200; }
      #main #sideBar .sidebar-block input[type="text"] {
        padding: 5px 20px 5px 5px;
        width: 100px; }
        #main #sideBar .sidebar-block input[type="text"]:focus {
          outline: none;
          box-shadow: .5px .5px 2px 0px gray; }
    #main #sideBar #blog-news {
      text-transform: uppercase;
      margin-bottom: 20px; }
      #main #sideBar #blog-news #profile_block {
        font-weight: 300; }
        #main #sideBar #blog-news #profile_block a {
          color: #5093d5;
          font-weight: 400; }
    #main #sideBar #sidebar_categories a {
      color: #2b904e;
      font-weight: 300; }

@media screen and (max-width: 768px) {
  #sideBar {
    display: none; } }

#app_list_wrapper {
  display: none; }

#footer {
  text-align: center;
  font-weight: 300; }

.c_ad_block, #under_post_news {
  display: none; }

#comment_nav, #author_profile {
  display: none; }

#green_channel {
  float: left; }
* {
  margin: 0;
  padding: 0;
  transition: all .25s ease-in-out; }

html, body {
  font-family: "Microsoft JhengHei", "SimHei", "Apple LiGothic Medium"; }

body {
  width: 90%;
  padding: 0 5%;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: #2b904e; }

ul, li {
  list-style-type: none; }
p { font-weight: 300 }
h2 { color: #1E90FF}
#cb_post_title_url {color: #FA8072!important; margin-bottom: 10px;}
#cnblogs_post_body { margin-top: 20px; }
#cnblogs_post_body h1 {margin: 20px 0;}
#cnblogs_post_body h2 {margin: 15px 0;}
#cnblogs_post_body h1 {margin: 20px 0;}
#blog_comment_body { margin: 20px 0; }
.cnblogs-markdown pre {margin: 20px 0;}
.feedbackItem {margin: 20px 0;}