#topics {
    padding: 20px 0;
}

#topics h1.postTitle {
    margin-left: 20px;
    margin-right: 20px;
}

#cnblogs_post_body>p,
#cnblogs_post_body>ul>li,
#cnblogs_post_body>h3,
#cnblogs_post_body>h4,
#cnblogs_post_body>h5,
#cnblogs_post_body>h6 {
    margin-left: 20px;
    margin-right: 20px;
}

#MySignature,
#blog_post_info_block,
#topics .postDesc {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

#post_detail>.post>h2 {
    text-align: center;
    margin: 15px auto 30px auto;
}

#cb_post_title_url {
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}

#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% #1976d2;
    color: rgb(255, 255, 255);
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 26px;
    padding: 5px 0px 5px 20px;
    width: 100%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
}

#cnblogs_post_body h1 a {
    font-size: 26px;
    color: rgb(235, 235, 235);
}

#cnblogs_post_body h1 a:hover {
    color: gainsboro;
}

#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% #eceff1;
    color: #373e41;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px 5px 20px;
    width: auto;
    min-width: 50%;
}

#cnblogs_post_body h2 a {
    color: rgb(235, 235, 235);
    font-size: 20px;
}

#cnblogs_post_body h2 a:hover {
    color: #000000;
}

#div_digg {
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: 15px;
    background-color: #ffffff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    padding: 24px;
    border-radius: 2px;
}

#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 140px;
    text-align: center;
    margin-top: 10px;
}

.diggit {
    position: relative;
    float: left;
    width: 55px;
    height: 50px;
    background: url(https://images2018.cnblogs.com/blog/986268/201807/986268-20180721104859694-1522936898.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

.buryit {
    position: relative;
    float: right;
    margin-left: 20px;
    width: 55px;
    height: 50px;
    background: url(https://images2018.cnblogs.com/blog/986268/201807/986268-20180721104907612-902935456.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

#digg_count.diggnum {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: red;
}

#bury_count.burynum {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: gray;
}

* {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
}



/* Banlieue13 导航栏美化
#navList {
min-height: 45px;
background: #C66767;
width: 80%;
}
#navigator a {
color: #000;
font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";
font-size: 16pt;
font-weight:bold;
}*/

/*CodingLife模板 翻页美化*/
.topicListFooter .pager a:link,.topicListFooter .pager a:visited{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #169fe6;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none
}
.topicListFooter .pager a:hover{
    background: #E86C74;
}
#nav_next_page a {
  background-color: #E86C74;
}
.topicListFooter {
  height:30px;
}
#homepage_top_pager.topicListFooter,#homepage1_HomePageDays_homepage_bottom_pager.topicListFooter {
  height: 68px;
}
#under_post_news {
  width: 848px;
  margin-left: 0px; 
}
#topics .postDesc a{
 margin:0 0.5em;
}