/*公用*/
#toTop {
    width: 60px;
    height: 152px;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 0px;
    background: url(https://images.cnblogs.com/cnblogs_com/hujunzheng/710575/o_backtop.gif) no-repeat 0 0;
    opacity: 1;
}
body {
    font-size:15px;
    padding:0;
    margin:0;
    background: #5A5;
    font-family:"微软雅黑","宋体",Arial;
    min-width:1200px;
}
#home {
    opacity: 0.90;
    filter: alpha(opacity=85);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#169fe675;
    border:solid 1px #fff;
}
/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#464646;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}
#header {
    padding:20px;
}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;
    color:#666;
}
#blogTitle .title {
    margin-top:10px;
    height:100px;
    line-height:100px;
    font-size:36px;
    padding-left:120px;
    background:#6ce26c00 url('https://images.cnblogs.com/cnblogs_com/hujunzheng/710575/o_panda.png') no-repeat;
}
.headermaintitle {
}
#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#999;
    font-weight:normal;
    margin:10px 0;
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:48px;
    background:#55895B;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
#navList li {
    margin:0;
    line-height:48px;
    display:inline-block;
    float:left;
}
#navList li:hover {
    background:#6DA47D;
}
#navList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#fff;
    display:-moz-inline-box;
    display:inline-block;
}
.blogStats {
    height:48px;
    color:#fff;
    line-height:48px;
}
#main {
    padding:20px;
}
/*左边*/
#sideBarMain {
    background:#fff;
    margin:0 0 20px 0;
    width:290px;
    font-size:12px;
    line-height:22px;
}
#sideBarMain a {
    color:#666;
}
#leftcontentcontainer {
    color:#666;
}
.newsItem {
    color:#666;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right: 0px;
    background:#fff;
    padding-bottom:0px;
    float:right;
    width: 850px;
    padding-left:0px;
}
/*每日文章列表*/
.day {
    background:#a7de30;
    padding:20px;
    margin: 10px 20px 10px 0;
    border: 1px solid #dedede;
}
.day:hover {
    border: 1px solid #169fe6;
}
/*博客标题*/
.postTitle a {
    color:#464646;
}
.postTitle {
    padding-bottom:10px;
    font-size:20px;
    font-weight:bold;
    background:url('https://images.cnblogs.com/cnblogs_com/hujunzheng/710575/o_2015050014262718523.gif') no-repeat 0 3px;
    padding-left:30px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:24px;
    color:#888;
}
.c_b_p_desc a {
    color:#888;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 10px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
    padding:10px 20px 0 20px;
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    color:#aaa;
    background:#fff;
    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:0;
}
/*google搜索框*/
#google_q,#q {
    height:35px;
    width:120px;
    border:solid 1px #ccc;
    box-shadow:inset 0 0 3px #ddd;
    border-radius:4px;
}
/*搜索按钮*/
.btn_my_zzk {
    font-family:'Microsoft Yahei';
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    border-radius:4px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}
/*评论按钮*/
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#55895B;
    color:#fff;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}
/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#55895B;
    border-bottom:solid 6px #55895B;
}
.feedbackListSubtitle {
    font-size:12px;
    color:#888;
}
.feedbackListSubtitle a {
    color:#888;
}
.comment_quote {
    background:#FCFAAC;
    padding:15px;
    border:1px solid #CCC;
}
#commentform_title {
    color:#55895B;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 10px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #55895B;
}
.cnblogs_code {
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    padding: 5px;
    margin: 0 40px 0 0px;
    font-family: Consolas, Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:0;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:790px;
    max-width:940px;
    background:white;
    color:#333;
    border:2px solid #fff;
    box-shadow:inset 0 0 8px #aaa;
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
    font-weight:normal;
}
/*分类页*/
.entrylist {
    padding:10px 20px;
    background:#fff;
}
.entrylistItem {
    margin:10px 0;
    padding:10px;
}
.entrylistPosttitle {
    font-size:18px;
    font-weight:bold;
    background:url('https://images.cnblogs.com/cnblogs_com/hujunzheng/710575/o_2015050014262718523.gif') no-repeat 0 3px;
    padding-left:30px;
}
.entrylistPostSummary {
    padding:10px;
}
.entrylistItemPostDesc {
    font-size:12px;
    color:#999;
    padding-left:40px;
}
/*尾部*/
#footer {
    font-size:12px;
    margin:20px;
    padding:12px;
    text-align:center;
    background:#55895B;
    color:#DDD;
    font-size:14px;
}
/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px;
}

/*推荐和反对*/
#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 280px;
    text-align: center;
    margin-top: 10px;
}
/*推荐数字*/
.diggnum {
    font-size:28px;
    color:#6DA47D;
    font-family:'Microsoft Yahei';
    line-height:100px;
}
/*反对数字*/
.burynum{
    font-size:28px;
    color:#6DA47D;
    font-family:'Microsoft Yahei';
    line-height:100px;
}
/*反对*/
.buryit{
    float:left;
    width:128px;
    height:128px;
    background:url('https://images.cnblogs.com/cnblogs_com/hujunzheng/755488/o_x_dig.gif') no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}
/*推荐*/
.diggit {
    float:left;
    width:128px;
    height:128px;
    background:url('https://images.cnblogs.com/cnblogs_com/hujunzheng/755488/o_o_dig.gif') no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}
.buryit:hover {
    background-position:-128px 0;
}
.diggit:hover {
    background-position:-128px 0;
}
/*green_channel*/
#green_channel {
    text:align:center;
    background:#6DA47D;
    padding-left:20px;
    font-weight:normal;
    font-size:15px;
    width:95%;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}
/*左侧分类效果*/

/*自定义标签样式*/
.custom-block{margin-bottom:20px;background-color:#fff}
.custom-block h3{background-color:#55895B;border:1px solid #55895B;color:#fff;font-size:18px;font-weight:normal;padding:10px 20px}
.custom-block ul{border:1px solid #dedede;border-top:none}
.custom-block ul li{line-height:2;border-bottom:1px solid #e9e9e9;padding:15px 10px 15px 20px;font-size:14px;color:#777}
.custom-block ul li a{color:#777;text-decoration:none}
.custom-block ul li a:hover{color:#ff5e52;border-bottom:1px dotted #ff5e52}

.catListTitle{font-size:18px;padding:10px 20px;background-color: #55895B;color:#fff;font-weight:normal;border:1px solid #55895B}
#widget_my_zzk{padding:15px 0 0 15px;border-left:1px solid #dedede;border-right:1px solid #dedede;margin:0!important}
#widget_my_google{padding:10px 0 15px 15px;border:1px solid #dedede;border-top:none;margin:0!important}
.input_my_zzk{width:160px;height:35px;border:1px solid #ddd;outline:none;line-height:35px;font-size:13px;padding:0 12px}
input.btn_my_zzk{font-size:14px;height:37px;width:70px;background:#ff5e52;text-align:center;line-height:37px;border:none;color:#fff;font-family:"Microsoft Yahei","Simsun",Arial}input.btn_my_zzk:hover{cursor:pointer;cursor:hand}
.catListTag ul li:hover{background:#ff5e52;cursor:pointer;color:#fff}
.catListTag ul li:hover a{color:#fff}
.catListTag ul li a:hover{text-decoration:none;color:#fff}
.catListArticleCategory{width:290px;padding-top:20px;background:#fff}
.catListImageCategory{padding-top:20px;background:#fff}
.catListComment{background:#fff}
.recent_comment_title{color:#7e8c8d;border:none!important}
.recent_comment_body,.recent_comment_author{color:#9fa4a4;padding-top:0!important}
.recent_comment_body{border-bottom:none!important}
.recent_comment_author{border-bottom:1px solid #e9e9e9}
.catListView{background:#fff;margin-top:20px}
.catListFeedback{background:#fff;margin-top:20px}
.catListLink{display:none}
.clearFix:after{clear:both;display:block;height:0;line-height:0;content:"";visibility:hidden}
#myding{background:#99b16b;display:none}
#myadd:hover{opacity:1}
#goto-top:hover{background:url(https://images.cnblogs.com/cnblogs_com/Li-Cheng/554829/o_goto-top.png) no-repeat 0 -36px}
#blog-comments-placeholder{padding:20px;border:1px solid #dedede;padding-top:0;margin-top:20px;background:#fff}
.feedbackItem{margin-top:10px}
.feedbackCon{border:1px dashed #dedede;padding:10px;margin:10px 0}
#comment_nav{margin:10px 0}#comment_nav a:hover{color:#9ab26b}
#comment_form_container{border:1px solid #dedede;padding:20px;background-color:#fff}
#site_nav_under{border:1px solid #dedede;padding:20px;background-color:#fff}
#ad_under_post_holder{width:300px;float:left;margin-bottom:10px}
#google_ad_c2{float:left;width:570px;margin-left:0;margin-bottom:10px;clear:right}
.entrylist h1{height:50px;line-height:50px;margin-bottom:10px}
.entrylistItem{background:#fff;padding:20px;border:1px solid #dedede;margin-bottom:-1px}
.entrylistItem:hover{border:1px solid #169fe6;position:relative;z-index:10}
.entrylist .postSeparator{display:none}
.entrylistItemTitle{color:#555}
.entrylistPosttitle{font-size:21px;line-height:1.5em;float:left;clear:right}
.entrylistPostSummary{padding:15px 0;clear:both}
.entrylistItemPostDesc{clear:both;color:#bcbcbc;float:none;text-align:left;line-height:200%;font-size:12px}
.entrylistItemPostDesc a{color:#999;float:right}
#myposts h3{height:50px;line-height:50px;margin-bottom:10px;font-size:28px!important}
#myposts .PostList{background:#fff;padding:20px;border:1px solid #dedede;margin:0 0 -1px 0!important}
#myposts .PostList:hover{border:1px solid #169fe6;position:relative;z-index:10}
#myposts .PostList a{display:block;font-size:16px;color:#333}
#myposts .PostList a:hover{color:#ff5e52}
.cnblogs-post-body{color:#333}
.sidebar-block{margin-bottom:20px;background-color:#fff}
.sidebar-block h3{background-color:#55895B;border:1px solid #55895B;color:#fff;font-size:18px;font-weight:normal;padding:10px 20px}

.sidebar-block ul li{line-height:2;border-bottom:1px solid #e9e9e9;padding:5px 10px 5px 20px;font-size:14px;color:#777}
.sidebar-block ul li a{color:#777;text-decoration:none}
.sidebar-block ul li a:hover{color:#ff5e52;border-bottom:1px dotted #ff5e52}

.sidebar-block ul {
    list-style: none;
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border:1px solid #dedede;
    border-top:none;
}


.sidebar-block ul a::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #5a885f;
    color: white;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-block ul a:hover::before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sidebar-block ul a:hover {
    background: #eee;
}

.sidebar-block ul a {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    margin: 0.5em 0;
    background: #bef3c1;
    color: #444;
    text-decoration: none;
    border-radius: 0.3em;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}





/*生成博客目录的CSS*/
#catalogSideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    top:190px;
    right:0px;
    width: auto;
    height: auto; 
    z-index: 10000;
}
#catalogSideBarTab{
    float:left;
    width:30px; 
    text-align:center;
    background-color: #b1d85c;
	color:white;
	border-top-left-radius:0.8em;
	border-bottom-left-radius:0.8em;
}

#catalogSideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:400px;
    border: 2px solid #b1d85c;
    border-right:none; 
    background:#ffffff;
}
#catalogSideBarContents dl{
    margin:0;
    padding:0;
}

#catalogSideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#catalogSideBarContents dd, dt {
    cursor: pointer;
	font-family: "微软雅黑", "宋体", "黑体",Arial;
	font-size:12px;
	border-bottom: 1px solid #b1d85c;
}

#catalogSideBarContents dd:hover, dt:hover {
    color:#A7995A;
}

/*博客标题效果*/
.hjzgg_blogCustomTitleStyle{
    border-top: 5px solid #55895B;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #69C170;
    font-family: "微软雅黑", "宋体", "黑体",Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	letter-spacing:2px;
	transition: all 0.4s linear 0s;
}

.hjzgg_blogCustomTitleStyle-subhead{
	font-size: 15px;
}
.hjzgg_blogCustomTitleStyle:hover{
	padding-left:30px;
	color: #FFFFFF;
}

.hjzgg_blogCustomTitleIco {
	/*主标题*/
    font-family: Wingdings;
    margin-left: 3px;
    margin-right: 3px;
}

.hjzgg_blogCustomTitleIco-subhead {
	/*副标题*/
    padding-left: 25px;
}

.my-signature-code {
    width:98%;
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}