#home{
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
body{
   padding:0;
   margin:0;
  background:url(https://desk-fd.zol-img.com.cn/t_s1920x1080c5/g5/M00/01/0E/ChMkJ1bKwZqIBLlWAB7NhJwQ7ZUAALGawDkxJYAHs2c701.jpg);
   background-size: 100%;
 
}
#nav_left>li>a{
   color:#fff;
   font-size: 12px;
   font-weight: 600;
}//导览栏链接样式
#zzk_search a{
   color: red;
   border: 1px solid red;
   background-color:#D53E0F !important;
}
#blogTitle h2{
  color: #fff;
   font-size: 14px;
   letter-spacing: 2px;
   padding-left: 20px;
}
#Header1_HeaderTitle{
  color: #ff7349;
   font-size: 30px;
   letter-spacing: 5px;
   text-decoration: none;
}
#navList{
   display: flex;
}
#navigator{
   display: none;
   opacity: 0.5;
}
#top_nav{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 40px;
   backdrop-filter:saturate(180%) blur(50px);
   background:rgba(0, 0, 0, 0.5);
   box-shadow: 0 8px 12px 0 rgba(37, 37, 37, 0.1);
}
.navbar-branding{
    display: none;
}//隐藏博客园logo
#sideBarMain{
   display: none;
    
}
#sideBar{
   display: none;
}
#header{
   width: 100vw;
   height: 150px;
   display: flex;
   background: rgba(56, 56, 56, 0.5);
   border-radius:0 0 0 0;
   box-shadow: 0 8px 12px 0 rgba(37, 37, 37, 0.1);
}
#blogTitle{
   margin-left: 20%;
}
#main{
   width: 55%;
   padding: 20px;
   border-radius: 8px;
   background:#fff;
   box-shadow: 0 8px 12px 0 rgba(37, 37, 37, 0.1);
   margin-top: 40px;
}
#footer{
   display: none;
}
.dayTitle a{
   text-decoration: none;
   font-size: 14px;
   padding-bottom: 40px;
   color: black;
}
.postTitle{
   margin-top: 15px;
   margin-bottom: 6px;
}
.postTitle2{
   color: #D53E0F;

   font-size: 18px;
   text-decoration: none;
   font-weight: 600;
}
.c_b_p_desc{
   padding: 5px 10px;
   background: rgb(223, 223, 223);
   color: rgb(61, 61, 61);
   font-size: 14px;
   border-radius: 5px;
   margin-bottom:10px;
}
.c_b_p_desc_readmore{
   color: rgb(131, 131, 131);
}
.postDesc{
   display: flex;
   align-items: center;
   color: #cccccc;
   font-size: 12px;
   justify-content: space-around;
}
.postDesc a{
    color:#fff;
    background:rgba(43, 43, 43, 0.986) ;
    line-height: 25px;
    height: 25px;
    text-align: center;
    border-radius: 8px;
    width: 60px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
}
.postDesc a:hover{
     color:#fff;
    background:rgba(243, 120, 20, 0.986) ;
    line-height: 25px;
    height: 25px;
    text-align: center;
    border-radius: 8px;
    width: 60px;
    font-size: 12px;
    text-decoration: none;
}
.post-view-count{
   width: 120px;
  font-size: 14px;
    color:#d53e0f;
   margin-left:300px;
}
.post-comment-count{
   width: 120px;
   font-size: 14px;
   color:#d53e0f;
}
.post-digg-count{
   width: 120px;
 font-size: 14px;
    color:#d53e0f;
}
