#navList a{
	padding-left:15px;
	padding-right:15px;
	border-radius:5px;
	transition:0.2s;
}
#navList a:hover{
	background-color:#aa7a53;
	text-decoration: none;
	color:#fff;
}
/**************搜索和搜索按钮********************/
.input_my_zzk{
	height:25px;
	width:135px;
	margin-right:5px;
	margin-left:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input.btn_my_zzk{
	border:none;
	background-color:#1d9af6;
	height:27px;
	width:70px;
	cursor:pointer;
	color:#fff;
	transition:0.2s;
	border-radius:3px;
}
input.btn_my_zzk:hover{
	background-color:#226FBE;
}
/*****************************日期显示框样式*********************************/
.dayTitle{
    color: #fff;
    background-color: #45bcf9;
    padding: 5px 6px;
    font-size: 12px;
    display: block;
    border-radius: 3px;
    float: left;
    width:115px;
    text-align:center;
    margin-right: 10px;
    cursor:pointer;
    transition:0.2s;
    animation: myfirst 2s infinite linear;/********呼吸效果box-shadow background***********/
    -webkit-animation: myfirst 2s infinite linear;
    -moz-animation: myfirst 2s infinite linear;
    -o-animation: myfirst 2s infinite linear;
}
.dayTitle a{
    dispalay:block;
    width:115px;
}
.dayTitle a:link, .dayTitle a:hover, .dayTitle a:active, .dayTitle a:visited {
    color: #fff;
    text-decoration:none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.dayTitle:hover{
    background-color: #ff5e52;
}
@keyframes myfirst
{
	0% {
		/*background-color: #69c998;*/
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
	50% {
		/*background-color: #58dec3;*/
		background-color: #00dbdb;
		border:1px solid rgba(59,235,235,1);
		box-shadow:0 1px 50px rgba(59,255,255,1);
	}
	100%{
		/*background-color: #69c998;*/
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
}

@-moz-keyframes myfirst /* Firefox */
{
	0% {
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
	50% {
		background-color: #00dbdb;
		border:1px solid rgba(59,235,235,1);
		box-shadow:0 1px 50px rgba(59,255,255,1);
	}
	100%{
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
	0% {
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
	50% {
		background-color: #00dbdb;
		border:1px solid rgba(59,235,235,1);
		box-shadow:0 1px 50px rgba(59,255,255,1);
	}
	100%{
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
}

@-o-keyframes myfirst /* Opera */
{
	0% {
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
	50% {
		background-color: #58dec3;
		border:1px solid rgba(59,235,235,1);
		box-shadow:0 1px 50px rgba(59,255,255,1);
	}
	100%{
		background-color: #4bbea7;
		border:1px solid rgba(59,235,235,0.1);
		box-shadow:1px 1px 2px rgba(200,200,200,0.5);
	}
}
.catListTitle,.catListTitle{
	text-align:center;
	background:none;
	background-color:#45bcf9;
	padding:0px;
	color:#fff;
	font-size:14px;
	height:37px;
	line-height:37px;
	font-weight:none;
	margin: 0px;
}
.mySearch,.catListLink,.catListEssay,.sidebar-block .catListFeedback,.catListPostCategory,.catListPostArchive,.catListView{
	background-color:#fff;
	border:1px solid #45bcf9;
  	border-radius: 3px;
  	padding:0px;
}
.sidebar-block{
	margin-top:15px;
}
.sidebar-block a,.catListPostCategory a,.catListFeedback,.catListPostArchive a{
	display:block;
	width:230px;
	padding:7px 0;
	color:#7c71eb;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	border-top:1px dotted #45bcf9;
	transition:0.1s;
}
.sidebar-block a:hover,.catListPostCategory a:hover,.catListPostArchive a:hover{
	color:#fff;
	background-color:#00dbdb;

}
.catListEssay a,.catListView a{
	text-align:left;
}
.comment_btn{
	border:none;
	background-color:#1b9af7;
	height:27px;
	width:70px;
	cursor:pointer;
	color:#fff;
	transition:0.2s;
	border-radius:3px;
}
.comment_btn:hover{
	background-color:#ff5e52;
}