* {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
#home {

   background:rgba(0, 150, 136, 0.26);
}
li {
  list-style: none;
}
#blogTitle {
    padding-left: 71px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/chengeping/1555906/t_banner.jpg);

}
#blogTitle h2 {
   margin-top: 20px;
    padding-left: 325px;
    color: #009688;
}
#navigator{
     display: flex;
    justify-content: space-between;
}
#navigator .blogStats {
  display: none;
}
#navList {
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-left: 170px;
   margin-top: 60px;
}

#navList > li {
    list-style: none;
    background: antiquewhite;
    background-color: #4caf5042;
    border-radius: 100%;
    color: red !important;
}

#navList > li > a {
  display:inline-block;
 color: orange;
}
#navList > li > a:hover {
  transform: scale(1.5)
}
#main {
    display: flex;
    justify-content: space-between;
}
#sideBar {
  max-width: 250px;
}

#mainContent .forFlow .day {
 max-width: 1000px;
 padding: 20px;
 margin: 20px 0;
padding-left: 160px;
}
#mainContent .forFlow .day .dayTitle {
  display: none;
}

#mainContent .forFlow .day .postDesc {
 display: none;
}

.catListComment {
  display: none;
}

#sidebar_postarchive {
  margin: 20px 0;
}

#sidebar_toptags .catListTag {
  margin: 20px 0;
}

#siderbar_shortcut .catListLink {
  display: none;
}

#blog-calendar {
 margin: 20px 0;

}

#TopViewPostsBlock ul li {
   margin-bottom: 20px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#post_detail {
  width: 1000px;
  margin: 20px;
 margin-left: 110px;
 overflow: hidden;
 text-overflow: ellipsis;
}

#sidebar_topcommentedposts .catListFeedback {
  display: none;
}

#footer {
     width: 420px;
    margin: 0 auto;
    padding-right: 40px;
    color: forestgreen;
}

#comment_form{
  margin-left: 115px;
}