* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: rgba(243,243,243,.9);
}


.mt10 {  margin-top: 10px !important;  }
.mt15 {  margin-top: 15px !important;  }
.mt20 {  margin-top: 20px !important;  }


.db {  display: block;  }
.dn {  display: none;  }

#navigator {
    min-width: 1200px;
}
.catListTag ul li:hover a {
    color: #777;
}
.sidebar-block ul li a:hover, #topics .postTitle a:hover {
    color: #ff5e52;
    border-bottom: 1px solid #ff5e52;
}
.catListTag ul li:hover {
    background: none;
    cursor: default;
    color: #777;
}
#footer {
    margin-bottom: 0;
}
.bottom_email {
    margin-bottom: 10px;
    text-align: center;
    margin-top: -15px;
    color: #333;
    font-size: 13px;
}


#topics .postTitle {
    margin-bottom: 10px;
    line-height: 1.2;
}



/* ================================== 内容 start ================================== */
.contentText {
    padding: .5rem 1rem;
    line-height: 1.6;
    color: #FFF;
    font-size: 16px;
    text-align: justify;
    background-color: rgba(17,17,17,.9);
    border-radius: 5px;
    margin: 10px 0;
}
/* ================================== 内容 end ================================== */

#cnblogs_post_body .contentTitle {
    margin-top: 10px;
    background-color: #f5fafe;
    line-height: 2.2;
    border: 1px solid rgba(240, 238, 245, .8);
    font-size: 18px;
    border-radius: 5px;
    text-indent: 1.8rem;
    color: #333;
}

#cnblogs_post_body .title {
    font-size: 16px;
    font-weight: 600;
}

.v {
    color: #c7254e;
    background: #f9f2f4;
    padding: 0 5px;
    border: 1px solid rgba(240, 238, 245, .8);
}

#cnblogs_post_body h2 {
    margin: 2px 0;
}

#under_post_news {
    width: inherit;
}
#cnblogs_post_body p {
    margin: 0;
}

#comment_nav {
    padding: 10px 20px;
    background-color: #fff;
}



/* ================================== 隐藏某些不需要的部分 end ================================== */
#cnblogs_c1, #cnblogs_c2, #ad_t2
{
    display: none;
}

/* ================================== 隐藏某些不需要的部分 end ================================== */


/* ================================== a start ================================== */
#post_next_prev a:hover, .sidebar-block ul li a:hover, #topics .postTitle a:hover
{
    text-decoration: none !important;
    border-bottom: none !important;
    color: #ff5e52 !important;
}
/* ================================== a end ================================== */


.sidebar-block ul li {
    padding: 8px 10px 8px 20px;
    line-height: 1.6;
}

#navList a:link {
    text-shadow: none;
}

#tbCommentBody {
    width: 100%;
    max-width: 100%;
}



/* ================================== 一些边框 start ================================== */
#comment_form_container, div.commentform textarea, #under_post_news, #under_post_kb,
.sidebar-block ul, #topics, #profile_block, #profile_block:hover, .day,
#blog-comments-placeholder
{
    border: 1px solid rgba(240, 238, 245, .9);
}

.sidebar-block ul li {
    border-bottom: 1px solid rgba(240, 238, 245, .5);
}


.sidebar-block ul li:last-child, #cnblogs_post_body p a:hover, #cnblogs_post_body ol li a:hover, #cnblogs_post_body ul li a:hover
{
    border-bottom: none;
}

.day:hover {
    border: 1px solid rgba(22, 159, 230, .3);
}
/* ================================== 一些边框 end ================================== */

.sidebar-block h3, .catListTitle
{
    background-color: rgba(22, 159, 230, .9);
    border: 1px solid rgba(22, 159, 230, .5);
    font-size: 16px;
    padding: 6px 20px;
}




.dayTitle {
    padding: 0;
}
.dayTitle a {
    padding: 3px 6px;
    display: inline-block;
}
.dayTitle a:hover {
    text-decoration: none;
}




.pager a {
    padding: 4px 8px;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span
{
    height: initial;
    line-height: initial;
    border: 1px solid #9aafe5;
    display: initial;
    padding: 4px 8px;
}


#nav_next_page a{
    padding: 4px 8px;
    height: initial;
    line-height: initial;
    font-size: 15px;
}


.catListImageCategory {
    padding: 0;
}