#cnblogs_post_body h2 {
	background: #406CA4;
	border-radius: 4px 4px 4px 4px !important;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑", "宋体", "黑体", Arial;
	font-size: 17px!important;
	margin: 15px 0 !important;
	padding: 5px 0 5px 20px;
}
/*标题字体*/
.postTitle2 {
	font-size: 1.0em!important;
}
/*左边框体头部背景色*/
.catListTitle {
	background-color: #005f95;
	border-bottom: 0;
	font-weight: bold;
}
/*主页背景色*/
#main {
	background-color: #f1f1f1;
}
/*导航 背景色*/
#navigator {
	background-color: #005f95;
}
/*导航 按钮 背景色*/
#navigator a {
	color: #fff!important;
}
/*导航 按钮 hover 背景色*/
#navigator a:hover {
	background-color: #f61010!important;
}
/*导航右侧 字体 颜色*/
#blog_stats {
	color: #fff;
}
/*博客列表 边框*/
.day {
	border: 1px solid #ccc;
}
/*强制改变所有字体*/
body,a {
	font-family: Consolas,Verdana,tahoma, arial, \5b8b\4f53, sans-serif!important;
}
/*name*/
#Header1_HeaderTitle {
	color: #fff;
	font-size: 1.8em;
	text-decoration: none;
	position: relative;
	left: 160px;
	top: 65px;
}
/*top*/
#blogTitle {
	background: #000 url(https://files.cnblogs.com/files/yanqin/newbg.gif) no-repeat;
	background-size: 173px 141px;
	height: 141px;
	background-color: #000;
}
/*隐藏部分东西*/
.catListLink ul li:nth-child(3),
.catListLink ul li:nth-child(5),
.catListTag,
#under_post_news,
#under_post_kb,
#HistoryToday,
.catListView ul li:nth-child(4),
.catListView ul li:nth-child(5),
#widget_my_google,
#sidebar_search h3 {
	display: none;
}
/*搜索框定位*/
#widget_my_zzk {
	position: absolute;
	top: 148px;
	right: 50px;
}
/*隐藏原搜索框侧边框*/
#sidebar_search {
	height: 0;
}
/*搜索框样式重写*/
.input_my_zzk{
text-indent:6px;
width:190px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_my_zzk:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
/*隐藏*/
#blog_stats{
display:none;
}
#btnZzk:hover{
color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
#btnZzk{
    display: inline-block;
height: 36px;
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    position: relative;
    left: -9px;
}
/*个人信息框定位*/
.newsItem{
    position: absolute;
    top: 5px;
    right: 60px;
    width: 250px;
border-radius: 5px;
}