*{
  margin: 0;
  padding:0;
}

a{
  color: #666;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover{
  color: #d6623d;
}
ol,ul{
  list-style: none;
}

body {
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  font-size: 13px;
  background: #f8f8f8;
  color: #656565;
  letter-spacing: 0.5px;
}

#header{
  width: 1250px;
  height: 60px;
  margin: 0 auto;
  padding: 35px 0px;
}

#blogTitle{
  float: left;
}

#navigator{
  float: left;
}

#blogTitle .title{
  font-size: 30px;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}

#blogTitle .title a{
  color: #d6623d;
  font-size: 30px;
}

#blogTitle .subtitle{
  float: left;
  margin-top: 35px;
}

#navigator{
  height: 40px;
  border-left: 1px solid #ececec;
  float: left;
  margin-left: 45px;
  margin-top: 15px;
}

#navList li{
  float: left;
  margin-left: 30px;
  position: relative;
}

#navList li a{
  display: block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: black;
}

#navList li a:hover{
  border-bottom: 3px solid #d6623d;
  transition: width 350ms, left 350ms;
  -webkit-transition: width 350ms, left 350ms;
  -moz-transition: width 350ms, left 350ms;
}

.blogStats{
  display: none;
}

#main{
  width: 1250px;
  height: auto;
  background: #FFF;
  margin: 0px auto;
  padding: 30px 0px;
  border: 1px solid #ececec;
}

.forFlow{
  width: 900px;
  float: left;
  margin-left: 30px;
}

.day,.entrylistItem{
  border-bottom: 2px dashed #f2f1f1;
  padding: 30px 0px;
  position: relative;
}

.day .dayTitle{
  float: right;
  background-color: #d6623d;
  height: 20px;
  line-height: 20px;
  width: 100px;
  text-align: center;
}

.day .dayTitle a{
  color: white;
  font-size: 12px;
}

.day .postTitle{
  height: 20px;
  line-height: 18px;
}

.day .postTitle a,.entrylistPosttitle a{
  font-size: 18px;
}

.c_b_p_desc{
  line-height: 30px;
  margin-top: 6px;
}

.desc_img {
  float: left;
  width: 110px;
  height: 110px;
  margin: 10px;
  padding: 8px;
  margin-right: 25px;
}

.desc_img:hover{
    box-shadow: 0 0 10px #ccc;
}

.postDesc,.entrylistItemPostDesc{
  margin-top: 15px;
}

.day .postSeparator{
  margin-bottom: 35px;
}

.catListTitle{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #66666;
  font-weight: bold;
}

#sideBar{
  width: 260px;
  margin-right: 30px;
  float: right;
}

#sideBar ul{
  width: 260px;
}

#sideBar  ul li{
  width: 100%;
  border-bottom: 1px dashed #ececec;
}

#sideBar  ul li a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.post .postTitle{
  margin-bottom: 20px;
}
.post .postTitle a{
  font-size: 25px;
  color: #d6623d;
}

.cnblogs-markdown h2{
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  margin: 10px 0px 10px -32px;
  border-left: 2px solid #9faa65;
  padding-left: 63px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #347e02;
  display: inline-block;
}

.cnblogs-markdown p,.cnblogs-markdown li,.cnblogs-markdown a{
  width: auto;
  font-size: 16px;
  color: #555555;
  line-height: 25px;
}

.cnblogs-markdown p img{
  display: block;
  margin: 0 auto;
}

.cnblogs-markdown a:hover{
  color: #d6623d;
}

.cnblogs-markdown blockquote{
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background: #fdf7e9;
  border: 1px dashed #ebbcad;
  border-left: none;
  border-right: none;
}

.cnblogs-markdown p code{
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace !important;
  padding: 2px 4px !important;
  font-size: 90% !important;
  color: #c7254e;
  background-color: #f9f2f4 !important;
  border-radius: 4px !important;
  line-height: 1.8;
  border: none !important;
}

.cnblogs-markdown pre{
  border: 1px dashed #0088cc;
  background-color: #fafafa;
  padding: 5px;
}

.cnblogs-markdown pre code{
  background-color: transparent !important;
  border: none !important;
}

#MySignature{
  margin-top: 50px;
}
#MySignature,#MySignature a{
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}

#footer{
  margin-top: 20px;
  text-align: center;
}