/*导航栏背景*/
#navigator{
  background-color: #2da4ed;
}
/*博客中下载连接*/
#cnblogs_post_body .cnblogs_down{
  color: #ff6655;
  font-weight: bold;
}
/*博客h3标题*/
#cnblogs_post_body div h3{
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
 border-bottom: medium none;
 border-radius: 7px;
 line-height:2em;
}
 /*首页 右边显示的图片*/
.c_b_p_desc .desc_img{
  width:50px;
  height:50px;
}
/*博客中红色字体标记*/
#cnblogs_post_body .marks{
 color:red;
  font-weight: bold;
}
 /*签名，版权信息*/
#MySignature {
    background: url("https://images.cnblogs.com/cnblogs_com/niboy/646809/o_u3d.jpg") no-repeat scroll 0 50% / 70px 70px #ffffff;
    border: 1px solid #E5E5E5;
    padding: 10px 10px 10px 80px;
   }
#MySignature {
    margin-top: 0px;
}

 /*绿色通道 浮动*/
#green_channel{ 
    background-color: #2da4ed;; 
    border: 1px solid #2da4ed; 
    bottom: 0px; 
    right: 37px;
    padding: 10px; 
    margin-left: 10px;
    margin-bottom:5px; 
    position: fixed; 
    text-align: center; 
    z-index: 1000; 
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color:#fff;
}
 /*绿色通道 a 标签*/
#green_channel a {
    border-radius: 10px;
}
body, textarea, input, select, button {
    font-family: "Helvetica Neue","Helvetica","Arial","Lucida Grande","Hiragino Sans GB","微软雅黑","WenQuanYi Micro Hei",STHeiti,SimSun,sans-serif;
}
body {
    /*background: url("https://www.cnblogs.com/images/cnblogs_com/niboy/646809/t_cream_pixels.png") repeat scroll 0 0 #eee;*/
    background: url("https://images.cnblogs.com/cnblogs_com/niboy/646809/o_b.jpg") no-repeat fixed center top #243b0d;
    color: #333;
    line-height: 1.5;
    min-width: 1200px;
}

 /*脚步*/
#footer {
    background: none repeat scroll 0 0 #2da4ed;
    border-top: medium none;
    color: #ddd;
    min-height: 15px;
    padding:12px;
    margin-bottom:0;
}

/*顶部背景图片*/
#blogTitle{
    background: url("https://images.cnblogs.com/cnblogs_com/niboy/646809/o_u3d.jpg") no-repeat scroll 0 21% / 83px 79px #ffffff;
    font-size: 53px;
    height: 220px;
    padding-left: 10px;
    margin-left: 5px;
}
/*顶部子标题*/
#blogTitle h2{
   width:70%;
}
/*顶部a标签*/
#Header1_HeaderTitle{
  color: #2DA4ED;
  text-decoration: none;
  font-weight: bold;
}
/*导航栏a标签颜色*/
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}

/*主体内容缩进*/
#home {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #1c5495;
    margin: 20px auto;
    opacity: 1;
    overflow: auto;
    width: 96%;
    border-radius:5px;
}
/*显示公告*/
.newsItem .catListTitle{
   display:block;
}