html,body,div,h1,h2,h3,h4,a,input,p,span,ul,li,table{
	margin: 0;
	padding: 0;
	color: #666;
	outline: none;
	font-size: 14px;
	font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul,li{
	list-style:none;
}
a{
	text-decoration: none;
}
a:hover{
	color: 
}
body{
	background:url("https://photo.chinaxiaoxue.com/wallpaper/1920x1200/1202/Book-is-a-source-of-knowledge_1920x1200.jpg") no-repeat;
	background-size:100% 100%;
	background-color:#74707A;
	  background-attachment: fixed;
}

#home{
	width:75%;
	position:static;
	margin:30px auto;
	background-image:none;
	-webkit-box-shadow:0px 0px 20px #333;
	-moz-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
}
/*header部分*/
#header{
	width:100%;
	height:auto;
	padding: 20px;
	position:static;
	background-color:#74707f;
	color:#fff;
}
#header a{
	color: #fff;
}
#header a:hover{
	color:#BF738D;
}
#blogTitle{
	width: 100%;
	position:static;
	height: auto;
}
#blogTitle a{
	font-family: 'Patua One', cursive;
}
#blogTitle h1 a{
	font-size: 38px;
	line-height: 50px;
}
#blogTitle h2 a{
	font-size: 28px;
	line-height: 50px;
}
#navList li{
	float: left;
	width: auto;
	line-height: 30px;
	margin-right: 20px;
}
#navList li a{
	font-size: 14px;
}
#navigator .blogStats{
	width: 100%;
	text-align: right;
	clear: both;
	color: #fff;
	font-size: 12px;
}
/*主体内容部分*/
#main{
	display: table;
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow:hidden;zoom:1;
}
#mainContent{
	display: table-cell;
	padding: 20px;
	margin-right: 250px;
}
.dayTitle{
	background-color: #97B2C0;
	line-height: 30px;
}
.dayTitle a{
	color: #fff;
}
.postTitle{
	color: #000;
	font-weight: bold;
	line-height: 35px;
}

.postDesc{
	line-height: 30px;
	font-size: 12px;
}
.forFlow{
	display: table-cell;
	width: 100%;
}
.forFlow div{
	width: 100%;
}
.forFlow p{
	width: 100%;
}
#cnblogs_post_body img{
	width: 100%;
	height: auto;
}
.cnblogs_code_copy img{
	width: auto!important;
	height: auto!important;
}
#site_nav_under,#ad_under_post_holder,#under_post_news.c_ad_block{
	display: none;
}
/*侧边栏部分*/
#sideBar{
	display: table-cell;
	width: 220px;
}
.catListTitle{
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 4px solid #74707A;
	margin-bottom: 10px;
}
#blog-news{
	font-size: 14px;
}
#blog-news a{
	font-size: 14px;
}
#profile_block,#blog-calendar,.mySearch,.catListEssay,.catListTag,.catListPostCategory,.catListPostArchive,.catListBlogRank,.catListView{
	margin-bottom: 10px;
}
#blogCalendar{
	width: 100%;
	font-size: 12px;
}
.CalTitle{
	width: 100%;
	border-bottom: 2px solid #74707A;
}
.CalTodayDay{
	color: #333;font-weight: bold;
}
/*页脚部分*/
#footer{
	background-color: #fff;
	text-align: center;
	border-top: 5px solid #74707A;
	line-height: 30px;
}


/*回到首部及底部*/
#backToTop{
	width: 20px;
	height: auto;
	position: fixed;
	bottom: 40px;
	right: 10%;
	background-color: #fff;
	padding: 2px;
	border-radius: 4px;
}
#top{
	display: block;
	text-align: center;
	width: 15px;
	font-size: 12px;
}
@media only screen and (max-width:1020px){
#home{
	width:90%;
	background-color: #fff;
}
#backToTop{
	position: fixed;
	bottom: 40px;
	right: 2%;
}
}

@media only screen and (max-width:900px){
#home{
	width:100%;
	background-color: #fff;
}
#backToTop{
	position: fixed;
	bottom: 40px;
	right: 1px;
	border: 1px solid #74707A;
}
}