html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    border: none;
}
iframe, img {
    display: block;
}
/* 代码 */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  margin: 0 4px;
  font-size: 90%;
  color: #ea644a;
  white-space: nowrap;
  background-color: #f1f1f1;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
/* 链接 */
a {
    text-decoration: none;
    color: #145ccd;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    color: #0d3d88;
    text-decoration: underline;
}
body {
    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;
    font-size: 12px;
    color: #333;
}
/* 标题容器 */
#blogTitle {
    overflow: hidden;
    padding: 12px 20px;
    background-color: #3280fc;
    line-height: 1.5;
}
/* 主标题 */
#blogTitle h1 {
    font-family: 'microsoft yahei';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}
#blogTitle h1 a {
    text-decoration: none;
    color: #fff;
}
/* 副标题 */
#blogTitle h2 {
    text-indent: 2em;
    color: #fff;
    font-size: 14px;
    color: #fff;
}
/*--------------- 页面导航 --------------*/
#navigator {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
#navList {
    float: left;
    list-style: none;
}
#navList > li {
    float: left;
}
#navList a {
    display: block;
    padding: 0 20px;  
    color: #333;  
}
#navList a:hover {
    background-color: #F89406;
    color: #fff;
    text-decoration: none;
}
#navigator .blogStats {
    float: right;
    color: #888;
}
/*---------------- 内容区域 ----------------- */
#main {
    position: relative;
    padding: 0 20px 20px;
    margin-top: 20px;
}
/* 右侧区域 */
#mainContent {
    float: left;
    margin-right: 20px;
}
/*---------------- 文章条目 ------------------*/
.forFlow .day:first-child {
    border-top: none;
}
.day {
    margin-bottom: 36px;
    position: relative;
}
.dayTitle,
.postTitle {
    height: 28px;
    line-height: 28px;
}
/* 发布时间 */
.dayTitle {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    text-align: center;
}
.dayTitle a {
    color: #fff;
    display: block;
    background-color: #03b8cf;
}
.dayTitle a:hover {
    background-color: #0294a7;
    text-decoration: none;
}
/* 随笔标题 */
.postTitle {
    margin-bottom: 4px;
    font-size: 18px;
    margin-right: 120px;
    border-left: 4px solid #19B5FE;
    padding-left: 10px;
    font-family: 'microsoft yahei';
}
.postTitle a {
    color: #3A539B;
}
.postTitle a:hover {
    color: #F89406;
    text-decoration: none;
}
/* 摘要 */
.postCon {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.postCon a {
    color: #00B16A;
}
.postCon a:hover {
    color: #1E824C;
}
/* 附加描述 */
.postDesc {
    margin-top: 6px;
    color: #888;
    text-align: right;
}
.postDesc a {
    margin-left: 20px;
    color: #888;
    text-decoration: underline;
}
.postDesc a:hover {
    color: #F89406;
}
/* 同一日期发布文章 分割器 */
.postSeparator {
    margin-bottom: 12px;
}
/* 第一页，进入下一页入口 */
.topicListFooter {
    overflow: hidden;
}
#nav_next_page {
    float: right;
}
#nav_next_page a {
    padding: 10px 16px;
    display: block;
    color: #fff;
    background-color: #3280fc;
}
#nav_next_page a:hover {
    text-decoration: none;
    background-color: #0a67fb;
}
/*--------------- 侧边栏 -----------------*/
#sideBar {
    float: right;
    width: 300px;
}
#sideBar ul,
#sideBar ol {
    list-style: none;
}
.sidebar-block {
    margin-bottom: 12px;
}
/* 侧边版块 标题 */
.catListTitle {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #F39C12;
    background-color: #ededed;
    font-family: 'microsoft yahei';
    color: #2C3E50;
}
.sidebar-block ul {
    display: block;
    padding: 6px 14px;
    border: 1px solid #ededed;
    border-top: none;
    background-color: #fff;
}
.sidebar-block ul li {
    line-height: 2;
}
.sidebar-block ul li > a {
    color: #34495E;
}
.sidebar-block ul li > a:hover {
    color: #D35400;
}
/* 最新评论 */
.recent_comment_title {
    font-weight: bold;
}
.recent_comment_body,
.recent_comment_author {
    color: #666;
}
/*------------- sidebar 搜索 ----------------*/
#sidebar_search_box {
    overflow: hidden;
    padding: 6px 14px;
    border: 1px solid #ededed;
    border-top: none;
}
.input_my_zzk {
    width: 175px;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.btn_my_zzk {
    width: 60px;
    color: #fff;
    background-color: #F39C12;
    cursor: pointer;
    border: none;
}
.btn_my_zzk:hover {
    background-color: #E87E04;
}
/*------------- sidebar 公告 ----------------*/
.newsItem {
    margin-bottom: 12px;
}
#blog-news {
    overflow: hidden;
    padding: 6px 14px;
    border: 1px solid #ededed;
    border-top: none;
}
/*------------- sidebar 日历 ----------------*/
#blog-calendar {
    margin-bottom: 12px;
}
.Cal td,
.Cal th {
    line-height: 2;
}
.CalTitle {
    background-color: #ddd;
    font-size: 14px;
    color: #fff;
    background-color: #2ECC71;
}
.CalNextPrev {
    text-align: center;
    font-weight: bold;
}
.CalNextPrev > a {
    color: #fff;
}
.CalDayHeader {
    text-align: center;
    background-color: #f1f1f1;
}
.CalOtherMonthDay {
    color: #888;
}
/*------------- 页尾 ----------------*/
#footer {
    background-color: #f1f1f1;
    padding: 20px 0;
    color: #666;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
/*------------- 随笔正文 -------------*/
#cnblogs_post_body {
    margin-top: 16px;
}
/* 标题 */
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    font-family: 'microsoft yahei';
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cnblogs_post_body h2 {
    font-size: 20px;
}
#cnblogs_post_body h3 {
    font-size: 18px;
}
#cnblogs_post_body h4 {
    font-size: 16px;
}
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    font-size: 14px;
}
/* 段落 */
#cnblogs_post_body p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
}
/* 列表 */
#cnblogs_post_body ol,
#cnblogs_post_body ul {
    padding-left: 20px;
    margin-left: 0;
}
#cnblogs_post_body b,
#cnblogs_post_body strong {
    font-weight: 700;
}
#cnblogs_post_body em {
    font-style: italic;
}
/*-------------- 评论列表 ------------- */
#blog-comments-placeholder {
    margin-top: 10px;
}
#blog-comments-placeholder > .feedbackItem {
    margin-top: 10px;
}
/* 列表标题 */
.feedback_area_title {
    border-left: 4px solid #ea644a;
    padding-left: 10px;
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    font-family: 'microsoft yahei';
}
/* 评论项 */
.feedbackItem {
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* 评论标题 */
.feedbackListSubtitle {
    padding: 3px 0;
    font-weight: bold;
}
/* 回复 引用 删除 */
.feedbackManage {
    position: absolute;
    bottom: 0;
    right: 120px;
    font-weight: normal;
}
/* 评论内容 */
.blog_comment_body {
    padding: 5px 0;
    color: #666;
}
.blog_comment_body:hover {
    color: #333;
}
/* 支持按钮 */
a.comment_digg {
    color: #38b03f;
}
a.comment_digg:hover {
    color: #2c8931;
}
/* 反对按钮 */
a.comment_bury {
    color: #ea644a;
}
a.comment_bury:hover {
    color: #e53d1c;
}
/*----- 正文底部一块 -----*/
#blog_post_info_block {
    margin-bottom: 10px;
}
/*------ 底部 最新IT新闻/知识库文章------*/
.itnews {
    line-height: 1.8;
}
/*------ 评论框 -------*/
.commentbox_main {
    margin-top: 8px;
}
/*----- 刷新评论|页面 回顶部----*/
#comment_nav {
    margin-bottom: 6px;
}
#comment_nav a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f2f2f2;
    color: #666;
    margin-left: 3px;
}
#comment_nav a:hover {
    color: #333;
    background-color: #dedede;
}
/* 评论输入框上方的工具 */
.commentbox_title_right img {
    display: inline-block;
}