/* 博客标题和副标题 */
#blogTitle {
  overflow: hidden;
  height: auto;
  text-align: center;
  display: none;
}

#blogTitle h1 {
  font-size: 35px;
  width: 100%;
  margin-left: 0;
}

#blogTitle h2 {
  margin-left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
/*博客导航栏 */
#navigator {
  margin-top: 0px;
  height: 50px;
  line-height: 50px;
}
#navList {
  float: left;
}

#navList li {
  border: none;
  font-size: 16px;
}
#navList a {
  padding-top: 0px;
  height: auto;
}
.blogStats {
  color: #999;
  position: absolute;
  right: 5px;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
/*sideBar博客侧边栏容器*/
#sideBar {
  width: 300px;
  box-sizing: border-box;
  margin-left: 30px;
  padding: 0;
}

.newsItem,
.catListComment,
.catListEssay,
.catListView,
.catListFeedback,
#blog-calendar,
#sidebar_postcategory,
#sidebar_postcategory,
#sidebar_postarchive,
#sidebar_search {
  /*侧边栏每一模块添加圆角和阴影*/
  border-radius: 10px;
  box-shadow: 1px 2px 3px #a7a8ad;
  background-color: #fff;
}

#sideBarMain h3,
.newsItem h3 {
  /*侧边栏每个模块的标题部分*/
  font-size: 1.2em;
  height: 50px;
  line-height: 50px;
  text-indent: 0.5em;
  background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png)
    no-repeat left center #fff;
  padding: 0 0 0 50px;
  margin-bottom: 0;
  border: 1px solid #55895b;
  border-left-width: 5px;
  border-radius: 10px;
  border-right-width: 5px;
}

/*侧边栏列表样式*/
#sideBarMain ul {
  background-color: #fff;
  padding: 15px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#sideBarMain li {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
/*侧边栏公告*/
#blog-news > img {
  /*头像*/
  display: block;
  margin: auto;
  border-radius: 50%;
}

#profile_block {
  font-size: 15px;
  padding: 20px;
  line-height: 1.8;
}

#profile_block > a:link {
  color: #f60;
}

/*公告结束*/
/* 日历 */
#blog-calendar,
#calendar {
  width: 250px;
}

#blog-calendar td {
  padding: 5px 3px;
  font-size: 14px;
}

#blog-calendar td a {
  font-weight: bold;
  color: #59a020;
}

#blog-calendar table a:hover {
  color: #59a020;
  text-decoration: underline;
  background: transparent;
}

#blog-calendar table u {
  text-decoration: none;
}

/*日历结束*/
/*侧边搜索框*/
.mySearch {
  padding-bottom: 10px;
}

.mySearch > div {
  padding-top: 10px;
}

.mySearch #q {
  height: 40px;
  width: 150px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.mySearch #btnZzk {
  height: 42px;
  width: 90px;
  background: #fd6d0dd1;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

.div_my_zzk {
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
}

/*搜索框结束*/
/*评论*/
/*评论列表*/
#blog-comments-placeholder {
  border-radius: 10px;
  background: #fff;
  padding: 30px 40px;
}

.feedback_area_title {
  background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png)
    no-repeat left center #fff;
  border: 1px solid #55895b;
  border-left-width: 5px;
  border-radius: 10px;
  border-right-width: 5px;
  padding: 15px 50px;
}
/* 提交评论按钮 */
#btn_comment_submit {
  border: solid 1px #fd6d0dd1 !important;
  width: 90px;
  height: 40px;
  color: #fff !important;
  background-color: #fd6d0dd1 !important;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
/*侧边评论*/
li.recent_comment_body {
  line-height: 30px;
}
/* 个性签名 */
#MySignature {
  box-shadow: 8px 1px 10px #989898;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  font-size: 17px;
  border-left: solid 5px #55895b;
  background: #f3f3f3;
  border-radius: 10px 10px 50% 10px;
  line-height: 2.4;
  margin: 40px 0;
}

#MySignature a {
  text-decoration: none;
  color: #4183c4;
  font-weight: bold;
}

#MySignature a:hover {
  text-decoration: underline;
  color: #f60;
}

#MySignature span {
  color: #f60;
}
/* 标题title样式 */
#topics .postTitle {
  font-size: 25px;
  padding: 0 40px;
  border: none;
  box-sizing: border-box;
}

#cb_post_title_url {
  border: 1px solid #55895b;
  border-left-width: 5px;
  border-radius: 10px;
  border-right-width: 5px;
  background-position: left center;
  padding: 15px 50px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
/*设置背景色和字体大小*/
body {
  font-size: 15px;
  box-sizing: border-box;
}
/*mainContent主体内容容器*/
#main {
  display: flex;
}

#mainContent .forFlow {
  margin: 0 0 0 310px;
}

#mainContent {
  margin: 0 0 0 -310px;
}

#post_detail {
  overflow: hidden;
}
/* 主体内容样式 */
.postBody {
  padding: 20px 40px;
}

#cnblogs_post_body {
  font-size: 15px;
}

/* 标题二 */
#cnblogs_post_body h2 {
  border-left: 5px solid #55895b;
  padding: 10px 20px;
  line-height: 2;
  background: #d6dbdf8a;
  margin: 30px 0;
}

#topics .postDesc {
  display: none;
}
/* 关注收藏等几个按钮 */
#green_channel {
  padding: 10px;
  margin: 20px 0;
  font-size: 15px;
  width: 400px;
}

#green_channel a {
  border-radius: 3px;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
}
/* 禁用下划线 */
/* .postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
} */

/* 上一篇下一篇 */
#post_next_prev {
  font-size: 14px;
  color: #535353;
}
/*底部隐藏作者，隐藏推荐和反对*/
#author_profile {
  display: none;
}

#div_digg {
  display: none;
}

/*隐藏广告*/
#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb {
  display: none;
}

a {
  color: #d13232;
  text-decoration: underline;
}
pre {
  margin-top: 0;
  margin-bottom: 0;
  background: #262424;
  color: #e0dfdf;
}
div[data-header="4"] {
  font-size: 15px;
  font-weight: 600;
  /* color: #333; */
  font-family: sans-serif;
  margin: 3px 0 5px 0;
}
div[data-header="4"]>span {
  border-radius: 7px;
  padding: 0 10px;
  display: inline-block;
  background: #e8e4dc;
  color: #973535;
}
div[data-header="3"] {
  font-size: 15px;
  font-weight: 600;
  color: #ac2d1e;
  font-family: "新宋体";
  border-radius: 2px;
  padding: 3px;
  margin: 3px 0 5px 0;
  font-size: 15p;
  background: #f2e6e6;
}
div[data-header="2"] {
  /* font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    margin: 3px 0 5px 0;
    background: #eee;
    padding: 6px; */
  font-size: 18px;
  font-weight: 700;
  color: #ca3d2c;
  font-family: sans-serif;
  margin: 3px 0 5px 0;
  background: #f9f0e0;
  padding: 6px;
  border-radius: 5px;
}
.postBody a:link {
  color: #075db3;
}
.postBody a:visited {
  color: #075db3;
}
.postBody a:hover {
  color: #f60;
}
.postBody a:active {
  color: #f60;
}

.postBody li,
.postCon li {
  margin-bottom: 0px;
}
.postBody li + li {
  margin-bottom: 1em;
}
#cnblogs_post_body ol {
  /* padding-left: 20px; */
  padding: 8px 0 8px 20px;
}