#blogTitle{
  display:flex;
  align-items: center;
}
#blog-news > img{
  border-radius: 6px;
}
#navigator{
    background-color: rgba(0, 102, 255, 0.9);
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 18px;
    /* font-weight: bold; */
}
.blogStats{
    color: #eee;
}
body{
  background-color:rgba(12, 100, 129, 1)  ;
  background-image: url('https://images.cnblogs.com/cnblogs_com/blogs/639348/galleries/2033123/o_210918052951bg.jpg');
  background-size: cover;
  background-position: center;
}
#footer{
  background: #fff;
  border-top:none ;
  display: none;
}
#Header1_HeaderTitle{
    background: linear-gradient(to right, red, blue);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
}
.catListTitle{
     background-color: rgba(0, 102, 255, 0.9);
}
#blog-calendar{
  /* display: none !important; */
}
#footer2{
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #666;
  font-size: 16px;
  color:#fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#footer2 span{
  margin: 0 5px;
  font-size: 12px;
  color: #ccc;
}