body {
    font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 2;
    color: #555;
    background: #fff;
    border-top: 5px solid #222;
}
a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #999;
    word-wrap: break-word;
}
#home {
    margin: 0 auto;
    width: 1080px;
}
#header{
    margin: 0 auto;
    padding: 100px 0 70px;
    width: 700px;
}
#blogTitle{
    text-align: center;
}
#blogTitle h1{
   text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
#blogTitle h2{
   display: none;
}
#Header1_HeaderTitle{
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    background: #222;
    border-bottom: none;
}
#navList{
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
}
#navList li{
    display: inline-block;
    margin: 0 10px;
    list-style: none;
}
#navList li a{
    display: block;
    font-size: 13px;
    line-height: inherit;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
#navList li a:hover{
   border-bottom-color: #222;
}
#blog_stats{
   text-align: center;
   font-size: 12px;
   color: #ccc;
}
.forFlow{
   width: 700px;
   margin: 0 auto;
}
.dayTitle{
   display: none;
}
.postTitle{
   font-size: 19px;
   font-weight: 600;
}
.postTitle a{
   border: none;
}
.postCon{
   padding: 40px 0;
}
.postDesc{
   font-size: 12px;
   text-align: right;
   color: #ccc;
   margin-bottom: 50px;
}
#homepage_top_pager{
   display: none;
}
.c_b_p_desc_readmore{
    display: block;
    border: none;
    padding: 5px 15px;
    background: #222;
    color: #fff;
    width: 70px;
    margin: 20px auto 0;
}
.c_b_p_desc_readmore:after{
   content: " » ";
   display: inline-block;
   margin-left: 5px;
}
.pager{
   color: #222;
}
.pager a{
    border: 1px solid #444;
    color: #222;
}
#sideBar{
   display: none;
}
#footer{
   text-align: center;
    margin: 50px 0 20px;
    font-size: 12px;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
   display: none;
}
#post_next_prev {
    line-height: 3.8;
    font-size: 12px;
}
@media (max-width: 767px){
#header, .forFlow {
    width: auto;
}
#main{
   padding: 0 10px;
}
}