*{
  font-family:"微软雅黑"!important;
}

body{
   background: #f5f6f7;
}

#blogTitle{
   display:none;
}

#navigator{
   position: fixed;
    width: 100%;
   top:0;
}

#main{
   margin-top:50px;
}

#navigator{
   background:rgba(255,255,255,1);
   box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
   height:50px;
       line-height: 50px;
}

#navList a:link, #navList a:visited, #navList a:active{
   color:#000;
}

#navList a:hover{
   color:#fff;
}

.blogStats{
   color:#000;
}

.newsItem{
       background: rgba(255,255,255,1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: 0;
}

#blog-calendar{
   background: rgba(255,255,255,1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: 0;
}


#topics{
   background: rgba(255,255,255,1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: 0;
    padding:20px;
}

#mainContent .forFlow{
       margin-left: 21.5em;
}

.catListTitle{
    background: rgba(255,255,255,1);
    color: #000;
    text-shadow: none;
    font-size: 1em;
    font-weight: bold;
    border-radius: 0;
    border-bottom: 0;
    padding: 15px 10px 0 10px;
}

.catListComment, .catListView, .catListFeedback{
   box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
   border-radius:0;
}

#recent_comments_wrap{
   background: rgba(255,255,255,1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: 0;
}

#RecentCommentsBlock ul li{
       border-bottom: none;
    background: #fff;
}

#TopViewPostsBlock ul li {
   border-bottom: none;
    background: #fff;
}

#TopFeedbackPostsBlock ul li{
   border-bottom: none;
    background: #fff;
}

.day{
   border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
       margin: 0 5px 15px 0;
}

.dayTitle{
   display:none;
}

.postDesc{
   text-align:left;
       color: #6b6b6b;
}

.postTitle{
   border-bottom:0;
   line-height: 2em;
   font-size:20px;
}

.postTitle2{
   color:#000!important;
}

.postCon{
   padding:0;
       color: #999;
}

.catListTitle:before{
       display: inline-block;
    margin-right: 8px;
    content: '';
    width: 4px;
    height: 22px;
    vertical-align: -6px;
    background-color: #4c4e66;
}

.img_avatar{
   float:left;
    width: 50px;
    height:50px;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius:50%;
   cursor: pointer;
   background:url("//pic.cnblogs.com/avatar/1519471/20181026162356.png");
   background-size:cover;
   animation: change 1s alternate infinite;
       border: 1px solid rgba(0,0,0,.5);
}

#footer{
   display:none;
}

.newsItem .catListTitle{
   display:inline-block;
}

#profile_block{
   padding: 10px;
}

.per-ifo{
   display:inline-block;
    width: 89%;
    padding: 10px;
   margin-top:5px;
   border-top: 1px solid #f2f2f2;
   border-bottom: 1px solid #f2f2f2;
   margin-left: 10px;
   padding-left:5px;
}

.per-name{
   display:inline-block;
   float:left;
   width:auto;
  padding: 10px;
    /* background: #e8e8e8; */
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 14px;
}

#sideBar{
   width:255px;
}

#blog-news{
   margin-top:10px;
}

.follow_button{
   width:100%;
   height:35px;
   background-color: #e33100;
       background: linear-gradient(rgba(227,49,0,.8),rgba(227,49,0,1));
       box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
   text-align: center;
    line-height: 35px;
       border-radius: 5px;
       color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
       font-size: 1.1em;
       margin-top: 10px;
    margin-bottom: 10px;
       cursor: pointer;
   user-select: none;
   text-shadow: 0 -1px 1px rgba(0,0,0,.25);
}

.follow_button:active{
   background: linear-gradient(rgba(227,49,0,1),rgba(227,49,0,.8));
}

.c_b_p_desc{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   color:#999;
   width:70%;
}