/*右侧缩小宽度*/
div#sidebar{width:285px;}
div#sideLeft{width:100% !important;}
/*增大左侧宽度*/
div#content{margin-right:310px;}

/*自定义hans标题样式 #dcdcdc #808080*/
.hans_title {
	background-color: #808080;
	width: 100%;
	padding:2px 10px;
	margin-top:30px !important;
	color:white;
	font-size:20px;
}
/*设置代码最大宽度为100%*/
.cnblogs_code pre {
        max-width: 100%;
}
/*设置注视部分的背景图*/
div.post div.entry blockquote {
	background: #fff url(https://images.cnitblog.com/blog2015/206865/201503/241025439116336.png) 7px no-repeat;
	width:100%;
}