body{
    background: url('https://images.cnblogs.com/cnblogs_com/blogs/611361/galleries/1962684/o_2104170230041.jpg') fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#home {
margin: 0 auto;
opacity: 0.7;
width: 65%;
min-width: 1080px;
background-color: #fff;
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 50px;
    font-family: Consolas;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}
#blogTitle h2 {
    font-size: 16px;
    font-family: Consolas;
    font-weight: bold;
    font-style: italic;
}

#sideBarMain li {
    line-height: 3.8;
}

.prettyprint,
.prettyprinted{
   background-color: #f2f2f2;
}

.CalTodayDay {
    background: #7abcf7 !important;
}
a:visited {
    color: #21759b;
    text-decoration: none;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
}

.pager a {
    box-shadow: 0 1px 3px #7abcf7 ;
    border: 1px solid #7abcf7 ;
    background: #7abcf7 ;
    color: #fff;
    transition: all .4s linear 0s;
}
.pager a:hover{
   background: #8194ec;
}

#nav_next_page a{
    box-shadow: 0 1px 3px #7abcf7;
    border: 1px solid #7abcf7;
    background: #7abcf7;
    color: #fff;
    transition: all .4s linear 0s;
    margin: 0 2px;
    padding: 2px 5px;
}

#nav_next_page a:hover{
   background: #8194ec;
}

#sidebar_shortcut,
#sidebar_search,
#ad_t2,
#cnblogs_c1,
#under_post_card1,
#cnblogs_c2,
#under_post_card2,
#sidebar_news .catListTitle
{
    display: none;
}

 .catListTitle{
  color: #21759b;
  font-size: 15%
}

#green_channel{
   width: 100%;
}

#post_next_prev,
.post_next_prev{
   font-size: 14px;
}

#sideBarMain li {
    line-height: 2.3;
    font-size: 13px;
}

.c_b_p_desc_readmore{
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
      background: none;
      color: #4361ee !important;
      font-weight: bold;
      position: relative;
      outline: none;
      box-sizing: border-box;
}

.c_b_p_desc_readmore::before,
.c_b_p_desc_readmore::after {
      box-sizing: inherit;
      position: absolute;
      content: '';
      border: 2px solid transparent;
      width: 0;
      height: 0;
    }

.c_b_p_desc_readmore::after {
      bottom: 0;
      right: 0;
    }

.c_b_p_desc_readmore::before {
      top: 0;
      left: 0;
    }

.c_b_p_desc_readmore:hover::before,
.c_b_p_desc_readmore:hover::after {
      width: 100%;
      height: 100%;
    }

.c_b_p_desc_readmore:hover::before {
      border-top-color: #4361ee;
      border-right-color: #4361ee;
      transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

.c_b_p_desc_readmore:hover::after {
      border-bottom-color: #4361ee;
      border-left-color: #4361ee;
      transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
    }

#navList{
    margin-top: 14px;
}

#navList a{
    padding: 4px;
    font-size: 12px;
    display: inline-block;
      background: none;
      color: #21759b !important;
      position: relative;
      outline: none;
      box-sizing: border-box;
}

#navList a::before,
#navList a::after {
      box-sizing: inherit;
      position: absolute;
      content: '';
      border: 2px solid transparent;
      width: 0;
      height: 0;
    }

#navList a::after {
      bottom: 0;
      right: 0;
    }

#navList a::before {
      top: 0;
      left: 0;
    }

#navList a:hover::before,
#navList a:hover::after {
      width: 100%;
      height: 100%;
    }

#navList a:hover::before {
      border-top-color: #21759b;
      border-right-color: #21759b;
      transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    }

#navList a:hover::after {
      border-bottom-color: #21759b;
      border-left-color: #21759b;
      transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
    }

