
/*侧边目录*/
#navCategory {
    position: fixed;
    right: 0;
    top: 100px;
    list-style: none;
    z-index: 99999;
}

#navCategory > #mylist {
    position: absolute;
    background-color: cyan;
    border-radius: 9px;
    width: 32px;
    left: -32px;
    font-size: 40px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0.8;
    background: cyan;
    cursor:pointer;
}
#navCategory > #mylist:hover {
    cursor:pointer;
    position: absolute;
    background-color:#767676;
    border-radius: 9px;
    width: 32px;
    left: -32px;
    font-size: 45px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0.8;
    background: #767676;
}
#navCategory > #myul {
    background: rgba(231, 231, 231, 0.800);
    border-radius: 9px;
    height: 400px;
    width: 330px;
    padding-top: 5px;
    overflow: auto;
    display: none;
}

#navCategory ul, #navCategory li {
    list-style: none !important;
    margin: 5px !important;
}
/** MarkDown样式调整 */
	.cnblogs-markdown .hljs{
	    font-size: 16px!important;
	    line-height: 2!important;
	    padding: 15px!important;
	}
	.cnblogs-markdown code{
		background:rgb(238,240,244) none !important;
		border:0px !important;
		color: rgb(73,59,92) !important;
		font-size: 16px!important;
	}
	.cnblogs-markdown h2{
		font-weight: 500;
		margin: 20px 0;
	}
	.cnblogs-markdown h2:before{
		content: "#";
		color: #eb5055;
		position: relative;
		top: 0;
		left: -12px;
	}
	#cnblogs_post_body h2{
		font-weight: 500;
		margin: 20px 0;
	}
	#cnblogs_post_body h3{
		font-size: 16px;
	    font-weight: bold;
	    line-height: 1.5;
	    margin: 10px 0;
	}
	.cnblogs-markdown h3:before{
		content: "##";
		color: #2175bc;
		position: relative;
		top: 0;
		left: -8px;
	}
	.postBody blockquote, .postCon blockquote{
		background-image: none;
		border-left: 5px solid #DDDFE4;
		background-color: #EEF0F4;
		width: 100%;
		padding: 6px 0 6px 25px;
	}

.cnblogs_code pre span{
font-size:25px;
}