
/** 全局设置 **/

table{border-collapse:collapse;border-spacing:0;}
i, em{font-style:normal;}
ol, ul{list-style:none;}
h1, h2, ul, button, input, iframe,ol,p {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
body {
	/* background: #DDF2FE; */
	background: #C4E29D;
	font: 16px Verdana, sans-serif;
	color: #000;
	line-height: 24px;
	/* margin: 0;
	margin：0 auto; */
	margin:0px 20px 0px 20px;
}

a:link {color: #333; text-decoration:none;}
a:active:{color: red; } 
a:visited {color:purple;text-decoration:none;} 
a:hover {color: red; text-decoration:underline;} 
span.new {
  float: right;
  color: #FFFFFF;
  background-color: #8AC007;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid #ffffff;
  outline: 1px solid #8AC007;
}
.clear {
	clear: both;
}
ul {
	list-style: none;
}
:focus {
	outline:0;
}

/* -- 按钮 -- */
.button {
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius: 8px;
}
.but1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    
	}
/** 主体 **/
#header {
	position: relative;
	background: #81bf29;
	border-bottom: 1px solid #fff;
}

#main{
	/* 我的备注 */
	background: #c4e29d;
	margin: 0 10px 10px 10px;
	border: 1px solid #aeb2b9;
	border-radius: 6px;
}
.post_box {
	padding: 8px 8px;
	border-bottom: 1px solid #aeb2b9;
}
.entry-title {
	width: 84%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
}

.sico {
	float: right;
	color: #666;
}



