.menu {
	font-family: '微软雅黑';
	font-size: 2em;

       
}

#header {
	box-shadow: 0 0 20px gray;
	height: 46px;
	line-height: 29px;
	border-radius: 12px;
}

.dayTitle {
	background-color: rgba(252, 42, 244, 0.02);
	transition: 0.4s;
}

.dayTitle a {
	text-decoration: none;
}

.dayTitle:hover {
	box-shadow: 0px 0px 4px pink;
	background-color: rgba(252, 42, 244, 0.12);
	transition: 0.5s;
}

#navList li a {
        
	border-radius: 6px;
	transition: 0.2s;
        text-shadow:1.1px 1.1px 1px rgb(30,30,30);
}

#navList li {
	margin-bottom: 20px;
}

#navList li a:hover {
	box-shadow: inset 0px 0px 7px rgba(23, 46, 107, 1.0);
	transition: 0.2s;
text-shadow:0px 0px 26px yellow;
}

#sideBar {
	width: 234px;
	background: rgba(228, 219, 231, 0.38);
	margin-top: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	border: 2.5px dashed gray;
	box-shadow: 0px 0px 8px rgba(228, 219, 231, 0.23);
	border-left: none;
}

#main {
	background: none;
}

.postTitle2:hover {
	color: rgb(0, 92, 185);
	transition: 0.3s;
}

.postTitle2 {
	font-family: '微软雅黑';
	transition: 0.5s;
}

.c_b_p_desc {
	color: gray;
}

#sidebar_search_box input[type='button'] {
	background-color: #2daebf;
	-webkit-border-radius: 3px;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: white;
}

#sidebar_search_box input[type='text'] {
	transition: 0.1s;
}

#sidebar_search_box input[type='text']:focus {
	box-shadow: 0 0 8px rgba(90, 140, 252, 0.91);
	transition: 0.2s;
}

#blog-calendar {
	padding: 5px;
	border-radius: 9px;
	background: rgba(190, 242, 153, 0.16);
	border: 2px dashed rgba(45, 148, 24, 0.92);
}
.feedbackItem{
        border-radius:7px;
        box-shadow:0px 4px 4px rgba(223, 226, 221, 0.8);
}
.feedbackItem:nth-child(n){
        background:rgba(241, 199, 242, 0.10);
}
.feedbackItem:nth-child(2n){
        background:rgba(208, 106, 124, 0.12);
}
.feedbackItem:nth-child(3n){
        background:rgba(232, 255, 182, 0.24);
}
.feedbackItem:nth-child(4n){
        background:rgba(50, 236, 240, 0.14);
}
#sidebar_recentcomments{
        overflow-y:hidden;
}
#header-center2:hover{
text-shadow:0 0 60px blue;
   background:rgba(255,255,255,0.2);
   transition:0.7s;
}