*{
  margin: 0px;
  padding: 0px;
  font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
  color: #333;
}

body{
  background: #eee;
}

a{
  text-decoration: none;
}


#blogTitle {
  font-size: 8px;
  height: 90px;
  text-align: center;
  border-top: 4px solid #009a61;
}

#blogTitle h1 {
  text-indent: -100px;
  font-size: 34px;
}

#blogTitle h2 {
  text-indent: 250px;
  font-size: 12px;
  color: #009a61;
}

#blogTitle h2:before {
  content: "--  ";
  color: #000;
  
}

.blogStats{
  position: absolute;
  right: 100px;
  top: 60px;
  font-size: 12px;
}

#navList {
  position: fixed;
  top: 0;
  background: #009a61;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0 1px rgba(0,0,0,0.1);
  border: 10px;
  width: 200px;
  height: 100vh;
}

.menu {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  padding: 10px 0;
  margin-top: 30px;
  color: #eee;
}

#blog_nav_sitehome {
  margin-top: 120px;
}
#main {
  display: flex;
}

#mainContent {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0 1px rgba(0,0,0,0.1);
  padding: 20px;
  margin-left: 220px;
  margin-top: 20px;
  border-radius: 10px;
}

.day {
  padding: 20px;
  border-bottom: 1px dashed #009a61;
  margin-bottom: 10px;
}

.postTitle{
  border-left: 5px solid #009a61;
  margin: 20px 0;
}

.dayTitle a {
  font-size: 18px;
  font-weight: bold;
  color: #468EE5;
}

.postTitle a {
  font-size: 24px;
  font-weight: 800;
}

.c_b_p_desc {
  position: relative;
  font-size: 14px;
}

.c_b_p_desc a:before {
  content:"...";
  color: #333;
  margin-right: 10px;
}

.c_b_p_desc_readmore {
  color: #468EE5;
}

.postDesc {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  color: #666;
}

.postDesc a {
  color: #468EE5;
}

#sideBarMain {
  position: relative;
  right: 0;
  width: 300px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1), 0 1px rgba(0,0,0,0.1);
  padding: 10px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 10px;
  
}

#sideBarMain ul {
  list-style-type: none;
}

#sideBarMain a {
  color: #468EE5;
}

.catListTitle {
  font-size: 24px;
  font-weight: 800;
  margin: 20px 0;
  border-left: 4px solid #009a61
}

.input_my_zzk {
  border-radius: 5px;
  height: 20px;
  margin-top: 10px;
}

.btn_my_zzk {
  color: #eee;
  font-size: 14px;
  background: RGBA(0, 154, 97);
  border-radius: 5px;
  margin-top: 10px;
}

#div_digg {
  position: fixed;
  z-index: 99;
  background: #fff;
  padding: 10px;
  border: 1px solid #009a61;
  border-radius: 10px;
  bottom: 5px;
  right: 5px;
}

u {
  color: #468EE5;
  text-decoration: none;
}

div .itnews {
  display: none;
}

#footer {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  z-index: 99;
}