#site_nav_under {
	display: none;
}
.c_ad_block,
.ad_text_commentbox {
	display: none;
	margin: 0;
	padding: 0;
}
#ad_under_google {
	height: 0;
	overflow: hidden;
}
#ad_under_google a {
	display: none;
}
#home {
	margin: 0 auto;
	width: 65%;
	min-width: 950px;
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*日历*/
.CalTodayDay {
    background: #ccded5 !important;
    color: #FFF;
    font-weight: bold;
}
/*标题*/
.postTitle  {
    color:#2f4e47;
    font-size: 185%;
}
/*详细标题*/
#topics .postTitle  {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #2f4e47;
    float: right;
    line-height:2.5em;font-size: 20px;
    width: 100%;
    clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2f4e47;
    transition:all 0.4s linear 0s
}

.postTitle  a:hover {
    color: #2f4e47;
    text-decoration: none;margin-left: 10px;
}


.back_to_top{
    position: fixed;
    bottom:30px;
    right: 30px;
    border:1px solid #888;
}
#topics .entrylistPosttitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #2f4e47;
    float: right;
    line-height:2.5em;font-size: 18px;
    width: 100%;
    clear:both;
}
/*我的随笔处的标题*/
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .postTitle2 a:active {
    color: #2f4e47;
    font-size: 110%;
    transition:all 0.4s linear 0s
}
.entrylistPosttitle   a:hover {
    color: #2f4e47;
    text-decoration: none;margin-left: 10px;
}


#blogTitle {
	height: 60px;
	clear: both;
}

/*博客园  管理  新随笔*/
#navigator {
	font-family: 微软雅黑, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	height: 55px;
	clear: both;
	margin-top: 25px;
}

/*Kannyi 标题*/
#blogTitle h1 {
	font-size: 50px;
    font-family: Consolas;
    font-weight: bold;
    font-style: italic;
    margin-top: -20px;
}

/*签名*/
#blogTitle h2 {
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	/*font-size: 1.18571429rem;*/
	line-height: 2.546153846;
	color: #757575;
	float: left;
	margin-top: -4px;
	margin-bottom: 5px;
}

body {
	background-image: url("https://images2018.cnblogs.com/blog/1324837/201808/1324837-20180822222335307-998371423.jpg");
	background-repeat: repeat;
	background-size: 100%;
	background-attachment: fixed;
	filter: alpha(opacity=70);
	-moz-opacity: 1;
	-khtml-opacity: 0.8;
	opacity: 0.87;
}