@import url("//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
}
body {
  background: #f5f5f5 url(https://images.cnblogs.com/cnblogs_com/salsa/741328/o_bg.jpg) repeat top center;
  font-size: 12px;
  position: relative;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #101010;
}
a:active,
a:hover {
  outline: 0;
  color: #95cac5;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
/* Radial Out */
/* Underline From Center */
.main-nav-link {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: all 200ms;
          transition: all 200ms;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #95cac5;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-nav-link:hover,
.main-nav-link:focus,
.main-nav-link:active {
  color: white;
}
.main-nav-link:hover:before,
.main-nav-link:focus:before,
.main-nav-link:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
.sidebar-box {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-box-2 {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-box-2 .catListTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 14px 20px 14px;
  padding-top: 14px;
}
.sidebar-box-2 .catListTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.sidebar-box-2 .catListTitle:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0;
  border-color: #000 transparent transparent;
}
.sidebar-link li {
  margin: 5px 10px;
}
.sidebar-link li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-link li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #999999;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sidebar-link li a:hover:before,
.sidebar-link li a:focus:before,
.sidebar-link li a:active:before {
  left: 0;
  right: 0;
}
.sidebar-link li a:hover {
  color: #95cac5;
}
#header #blogTitle {
  margin: 10px auto 50px;
  text-align: center;
}
#header #blogTitle .lnkBlogLogo {
  display: none;
}
#header #blogTitle h1 a {
  background: url("https://images.cnblogs.com/cnblogs_com/salsa/741328/o_salsa.png") no-repeat;
  width: 198px;
  height: 104px;
  display: block;
  line-height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
#header #blogTitle h2 {
  font-size: 13px;
  font-weight: normal;
  color: #4E4E4E;
  margin-top: 5px;
}
#header #navigator {
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #E5E5E5;
  padding: 0 50px;
}
#header #navigator #navList {
  float: left;
}
#header #navigator #navList li {
  float: left;
}
#header #navigator #navList li #MyLinks1_MyHomeLink {
  float: left;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: all 200ms;
          transition: all 200ms;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header #navigator #navList li #MyLinks1_MyHomeLink:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #95cac5;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header #navigator #navList li #MyLinks1_MyHomeLink:hover,
#header #navigator #navList li #MyLinks1_MyHomeLink:focus,
#header #navigator #navList li #MyLinks1_MyHomeLink:active {
  color: white;
}
#header #navigator #navList li #MyLinks1_MyHomeLink:hover:before,
#header #navigator #navList li #MyLinks1_MyHomeLink:focus:before,
#header #navigator #navList li #MyLinks1_MyHomeLink:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
#header #navigator #navList #MyLinks1_Syndication {
  position: absolute;
  left: 190px;
  top: 545px;
  z-index: 10;
  background: #95cac5;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
#header #navigator #navList #MyLinks1_Syndication:hover {
  text-decoration: underline;
}
#header #navigator #navList #MyLinks1_Admin {
  display: none;
}
#header #navigator .blogStats {
  display: none;
}
#main {
  padding: 20px;
  position: relative;
}
#mainContent {
  float: right;
  width: 100%;
  margin-left: -340px;
}
#mainContent .forFlow {
  margin-left: 340px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sideBar {
  width: 320px;
  float: left
  /*公告*/
  /*随笔分类*/
  /*日历*/
  /*搜索*/
}
#sideBar .newsItem {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sideBar .newsItem .catListTitle {
  display: none;
}
#sideBar .newsItem #blog-news {
  text-align: center;
  height: 320px;
}
#sideBar .newsItem #blog-news img {
  width: 300px;
  margin: 10px;
  display: block;
  border: 1px solid #dbdada;
  padding: 2px;
}
#sideBar .newsItem #blog-news .user-name {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin: 10px 0 20px;
}
#sideBar .newsItem #profile_block {
  position: relative;
  margin-left: 60px;
  line-height: 9999px;
  overflow: hidden;
  margin-top: -6px !important;
  width: 90px;
  height: 30px;
  background: #95cac5;
  border-radius: 5px;
  text-align: center !important;
}
#sideBar .newsItem #profile_block a {
  display: none;
}
#sideBar .newsItem #profile_block #p_b_follow {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 30px;
  display: block;
  color: #fff !important;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
#sideBar .newsItem #profile_block #p_b_follow a {
  color: #fff;
  display: inline;
  margin-left: -2px;
}
#sideBar .newsItem #profile_block #p_b_follow a:hover {
  text-decoration: underline;
}
#sideBar #sidebar_postcategory {
  position: absolute;
  top: -70px;
  left: 125px;
  z-index: 1;
}
#sideBar #sidebar_postcategory .catListTitle {
  display: none;
}
#sideBar #sidebar_postcategory li {
  float: left;
}
#sideBar #sidebar_postcategory li a {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: all 200ms;
          transition: all 200ms;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sideBar #sidebar_postcategory li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #95cac5;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sideBar #sidebar_postcategory li a:hover,
#sideBar #sidebar_postcategory li a:focus,
#sideBar #sidebar_postcategory li a:active {
  color: white;
}
#sideBar #sidebar_postcategory li a:hover:before,
#sideBar #sidebar_postcategory li a:focus:before,
#sideBar #sidebar_postcategory li a:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
#sideBar #blog-calendar {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 4px;
}
#sideBar #blog-calendar .CalTitle td:nth-child(2) {
  font-weight: bold;
  font-size: 14px;
}
#sideBar #blog-calendar a {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sideBar #blog-calendar a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #95cac5;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sideBar #blog-calendar a:hover,
#sideBar #blog-calendar a:focus,
#sideBar #blog-calendar a:active {
  color: white;
}
#sideBar #blog-calendar a:hover:before,
#sideBar #blog-calendar a:focus:before,
#sideBar #blog-calendar a:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}
#sideBar #blog-calendar a u {
  color: #5FAFA8;
}
#sideBar #blog-calendar a:hover u {
  color: #fff;
}
#sideBar #blog-calendar th,
#sideBar #blog-calendar td {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#sideBar #blog-calendar .CalTodayDay {
  color: #5FAFA8;
  font-weight: bold;
}
#sideBar #blog-calendar .CalOtherMonthDay {
  color: #DBDBDB;
}
#sideBar .mySearch {
  position: absolute;
  top: -57px;
  right: 20px;
  z-index: 1;
}
#sideBar .mySearch .catListTitle,
#sideBar .mySearch #widget_my_google {
  display: none;
}
#sideBar .mySearch #widget_my_zzk {
  border: 1px solid #D0D0D0;
  border-radius: 3px;
}
#sideBar .mySearch #widget_my_zzk .input_my_zzk {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none;
  padding: 5px;
}
#sideBar .mySearch #widget_my_zzk .btn_my_zzk {
  background: url("https://images.cnblogs.com/cnblogs_com/salsa/741328/o_search.jpg") no-repeat 0;
  line-height: 9999px;
  width: 26px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
/*常用链接*/
#sidebar_shortcut {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sidebar_shortcut .catListTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 14px 20px 14px;
  padding-top: 14px;
}
#sidebar_shortcut .catListTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#sidebar_shortcut .catListTitle:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0;
  border-color: #000 transparent transparent;
}
#sidebar_shortcut li {
  text-align: center;
}
#sidebar_shortcut li a {
  padding: 10px;
  display: block;
}
/*随笔档案*/
#sidebar_postarchive {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sidebar_postarchive .catListTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 14px 20px 14px;
  padding-top: 14px;
}
#sidebar_postarchive .catListTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#sidebar_postarchive .catListTitle:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0;
  border-color: #000 transparent transparent;
}
/*相册*/
#sidebar_imagecategory li a {
  text-align: center !important;
}
#sidebar_imagecategory li:first-child {
  display: none;
}
#sidebar_imagecategory #CatList_LinkList_1_Link_1 {
  display: none !important;
}
/*阅读排行榜*/
#sidebar_topviewedposts,
#sidebar_imagecategory {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sidebar_topviewedposts .catListTitle,
#sidebar_imagecategory .catListTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 14px 20px 14px;
  padding-top: 14px;
}
#sidebar_topviewedposts .catListTitle:before,
#sidebar_imagecategory .catListTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#sidebar_topviewedposts .catListTitle:after,
#sidebar_imagecategory .catListTitle:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0;
  border-color: #000 transparent transparent;
}
#sidebar_topviewedposts ul,
#sidebar_imagecategory ul {
  padding: 5px 0 8px 5px;
}
#sidebar_topviewedposts ul li,
#sidebar_imagecategory ul li {
  margin: 5px 10px;
}
#sidebar_topviewedposts ul li a,
#sidebar_imagecategory ul li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sidebar_topviewedposts ul li a:before,
#sidebar_imagecategory ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #999999;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#sidebar_topviewedposts ul li a:hover:before,
#sidebar_imagecategory ul li a:hover:before,
#sidebar_topviewedposts ul li a:focus:before,
#sidebar_imagecategory ul li a:focus:before,
#sidebar_topviewedposts ul li a:active:before,
#sidebar_imagecategory ul li a:active:before {
  left: 0;
  right: 0;
}
#sidebar_topviewedposts ul li a:hover,
#sidebar_imagecategory ul li a:hover {
  color: #95cac5;
}
/*评论排行榜*/
#sidebar_topcommentedposts {
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#sidebar_topcommentedposts .catListTitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 14px 20px 14px;
  padding-top: 14px;
}
#sidebar_topcommentedposts .catListTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#sidebar_topcommentedposts .catListTitle:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0;
  border-color: #000 transparent transparent;
}
#footer {
  color: #8c919b;
  background: #232323;
  padding: 20px 0;
  text-align: center;
}
.day {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #e6e6e6;
  overflow: hidden;
}
.dayTitle {
  float: right;
  margin: 20px 20px 0;
}
.entrylist {
  padding-bottom: 10px;
}
.entrylist h1 {
  font-size: 20px;
  padding: 20px 20px 0;
}
.entrylist h1:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f14b";
  margin-right: 10px;
  font-size: 20px;
}
.entrylist .entrylistItemPostDesc {
  display: none;
}
.postTitle,
.entrylistPosttitle {
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  color: #101010;
}
.postTitle a:hover,
.entrylistPosttitle a:hover {
  color: #95cac5;
}
.postTitle:before,
.entrylistPosttitle:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f02b";
  margin-right: 10px;
  font-size: 18px;
}
.postCon,
.entrylistPostSummary {
  margin: 10px 0;
  padding: 0 20px;
  line-height: 28px;
}
.postCon .c_b_p_desc,
.entrylistPostSummary .c_b_p_desc {
  text-indent: 2em;
  line-height: 28px;
  font-size: 13px;
}
.postDesc {
  display: none;
}
.c_b_p_desc_readmore {
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
.c_b_p_desc_readmore:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f064";
  font-size: 12px;
  color: #777;
  margin-right: 5px;
}
.c_b_p_desc_readmore:hover,
.c_b_p_desc_readmore:hover:before {
  color: #95cac5;
}
/*内容*/
#post_detail {
  padding: 0 20px;
}
/*内容-评论*/
#comment_form {
  padding: 0 20px;
}
#comment_form #comment_nav {
  margin-top: 10px;
}
#comment_form #comment_nav a {
  padding: 0;
  display: inline-block;
  color: #999;
  width: 68px;
  height: 26px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  margin-left: 10px;
  border: 1px solid #ccc;
}
#comment_form #comment_nav a:hover {
  border-color: #95cac5;
  color: #95cac5;
}
#comment_form #comment_form_container #commentform_title {
  font-weight: bold;
}
#comment_form #comment_form_container #tbCommentAuthor {
  width: 512px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#comment_form #comment_form_container .commentbox_main {
  display: inline;
}
#comment_form #comment_form_container .commentbox_main .commentbox_title {
  width: 540px;
  margin: 15px 0 5px;
  overflow: hidden;
}
#comment_form #comment_form_container .commentbox_main .commentbox_title img {
  cursor: pointer;
}
#comment_form #comment_form_container .commentbox_main #tbCommentBody {
  padding: 5px;
  border-radius: 5px;
  width: 550px;
  height: 200px;
  border: 1px solid #ccc;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#comment_form #comment_form_container #commentbox_opt #btn_comment_submit {
  font-size: 14px;
  width: 78px;
  height: 36px;
  display: inline-block;
  font-weight: bold;
  background: #95cac5;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 5px;
}
#comment_form #comment_form_container #commentbox_opt #btn_comment_submit:hover {
  background: #66B3AB ;
}
#comment_form #under_post_news {
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#comment_form #under_post_news b {
  margin-left: 5px;
}
#comment_form #under_post_news a {
  line-height: 24px;
}
#comment_form .c_ad_block {
  display: inline-block;
}
#comment_form #under_post_kb b {
  margin-left: 5px;
}
#comment_form #under_post_kb a {
  line-height: 24px;
}
/*正文内容*/
#cnblogs_post_body {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 28px;
}
#cnblogs_post_body h2 {
  text-indent: 2em;
  font-size: 16px;
  margin-bottom: 10px;
}
#cnblogs_post_body h3 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-bottom: 10px;
}
#cnblogs_post_body h4 {
  font-size: 16px;
}
#cnblogs_post_body img {
  margin: 0 10px 10px 0;
}
#cnblogs_post_body ul {
  text-indent: 2em;
  margin-left: 0 !important;
  margin-bottom: 14px;
}
#cnblogs_post_body ol {
  margin-bottom: 10px;
}
#cnblogs_post_body li {
  list-style: none !important;
}
#cnblogs_post_body li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  margin-right: 10px;
}
#cnblogs_post_body p {
  margin-bottom: 10px;
  text-indent: 2em;
  line-height: 28px;
}
#cnblogs_post_body p strong {
  font-size: 16px;
}
#cnblogs_post_body table {
  width: 100%;
  margin: 10px 0 20px;
}
#cnblogs_post_body table td {
  padding-left: 10px;
}
/*分类*/
#BlogPostCategory {
  font-size: 14px;
  font-weight: bold;
}
#BlogPostCategory:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f07c";
  margin-right: 10px;
}
#BlogPostCategory a:hover {
  color: #95cac5;
  font-size: 14px;
  font-weight: bold;
}
#green_channel {
  margin: 0 auto;
}
#div_digg .buryit {
  display: none;
}
#div_digg .diggit {
  margin-left: 96px;
}
#div_digg .diggword {
  display: none;
}
#post_next_prev {
  font-size: 14px;
}
#post_next_prev a {
  color: #999;
}
#post_next_prev a:hover {
  color: #95cac5;
}
#author_profile_info img {
  border: 1px solid #ccc;
  padding: 1px;
  width: 55px;
}
/*评论列表*/
#blog-comments-placeholder {
  padding: 0 20px;
}
#blog-comments-placeholder .feedback_area_title {
  font-weight: bold;
  margin-bottom: 10px;
}
#blog-comments-placeholder .feedback_area_title:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f075";
  margin-right: 10px;
}
#blog-comments-placeholder .feedbackItem {
  border: 1px solid #E8E7D0;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle {
  border-bottom: 1px dashed #E8E7D0;
  color: #666666;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 15px;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .feedbackManage {
  text-align: right;
  float: right;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .feedbackManage a {
  color: #666;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .feedbackManage a:hover {
  color: #95cac5;
}
#blog-comments-placeholder .feedbackItem .feedbackCon {
  border-bottom: 0px solid #CCCCCC;
  padding: 15px 18px 10px 40px;
  min-height: 35px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote a {
  padding: 0;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  color: #666;
}
#blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote a:hover {
  border-color: #95cac5;
  color: #95cac5;
}
#blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote > a {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}