body{
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif !important;
}
.catListTitle{color:#FFF;height: 5px;}
#blogTitle{
  height: 35px;
  margin-left: 10px;
}
#sideBar{
  padding-right: 10px;
  margin-top: -22px;
}
#blog-news{
  overflow: visible;
}
.title{
  float: left;
}
.subtitle{
  float: left;
  padding-left: 20px;
  margin-top: 10px;
}
#header{
  background-image: url();
}
.forFlow{
  padding-top: 30px;
  margin-left:30px;
  margin-right:40px;
}
.day{
  background-color: aliceblue;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 30px;
  min-height: 20px;
  padding: 15px 20px 10px 20px;
  position: relative;
  box-shadow: 1px 4px 8px #ccc;
}
.day:hover{
  background: rgb(229, 245, 248);
}
.postTitle{
  padding-bottom: 15px;
  font-size: 20px !important;
}
.c_b_p_desc {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 1.5;
  color: #3d4450 !important;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif !important;
}
a:hover{
  text-decoration: underline;
}
#footer{
  padding: 10px;
}