body{
  background-image: url(https://images.cnblogs.com/cnblogs_com/fmm030/1473663/o_1912170637581052541.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  opacity: 0.90;
  font-family: '宋体';
}

a{
  text-decoration: none;
  color: black;
}
ul{
  list-style: none;
  padding:0;
}
#home{
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: rgba(255,255,255,.3);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);

}
#main{
    /* position: relative; */
    display: flex;
    width:100%;
    /* padding-left:250px; */
}
h1 #Header1_HeaderTitle{
    text-decoration: none;
    color: rgba(255,255,255,.5);
    font-family: '宋体';
    font-size:30px;
}
#blog_stats{
  text-align: right;
  padding-top: .666667rem /* 50/75 */;
  
}
#blog_stats span{
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

#blog_stats span:hover{
  color: #fff;
  background-color: rgba(0,0,0,0.5);

}
.catListTitle{
  color: rgba(000,000,000,.8);
  font-family: '宋体';
}
#navigator ul{
  list-style: none;

  text-align: center;
  
}
#navigator ul li{
  float: left;
}
#navigator ul li a{
  font-size: 1.5rem /* 50/75 */;
  padding:1rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,0.5);
}
#navigator ul li a:hover{
  color: #fff;
  background-color: rgba(0,0,0,0.5);

}
#blog-calendar{
  width: 230px;
  min-height: 153px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  border: 1px solid black;
  background-color: rgba(255,255,255,0);
}
#profile_block{
  display: none;
}
#sidebar_search_box input{
  height: 1.25rem;
  border-radius: .5rem /* 5/75 */;
  border: 1px solid black;
  background-color: rgba(255,255,255,0);
}
/* #sidebar_search_box input .btn_my_zzk{
 
} */
#footer{
  font-family: '宋体';
}
.catListLink ul{
  padding: 0;
}
#sideBar{
  flex: 3;
}
#mainContent{
  overflow: hidden;
  margin-top:60px;
  background-color: rgba(255,255,255,.8);
  padding: 10px;
  flex: 7;
  margin-right: 10px;
}
.postTitle{
margin-top:20px;
}
.c_b_p_desc a{
  color: rgb(45, 45, 114);
  font-weight: 700;
}
.postDesc{
  text-align: right;
}
#footer{
  overflow: hidden;
}
.c_b_p_desc{
   border: 1px dashed rgb(45, 45, 114);
   padding:5px;
}
.postTitle2{
  font-weight: bold;
  font-size:20px;
}
.entrylistPosttitle{
  font-weight: bold;
  font-size:18px;
}
.entrylistDescription{
  font-weight: bold;
  font-size:20px;
}
.blogpost-body {
  font-weight: bold;
}