/* CSS Document */

/* 旧的木板背景导航栏（用于文章列表页） */
#leftFrame{
	width:230px;
	height:300px;
	float:left;
	margin:80px 35px;
	background:url(../image/mbtn_bg.png) no-repeat;
}

#leftFrame #leftFrame-in{
	float:left;
	width:170px;
	height:280px;
	margin:0 0px;
	padding-top:20px;
	/* background:url(../image/button-toal.png) no-repeat 0px 90px; */
}

#leftFrame #leftFrame-in li{
	margin-top: 28px;
	margin-left: 0px;
	width: 170px;
	text-align: center;
	list-style: none;
}

#leftFrame #leftFrame-in li:first-child {
	margin-top: 25px;
}


.snip1582 {
  background-color: rgba(255, 255, 255, 0.527);
  border: 1px solid #8b6f47;
  color: #5c4a30;
  cursor: pointer;
  display: inline-block;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  outline: none;
  padding: 10px 0px;
  text-transform: none;
  font-weight: bold;
  width: 160px;
  text-decoration: none;
  border-radius: 3px;
}

.snip1582:hover {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #6d5633;
  color: #3d2f1f;
}


#leftFrame #leftFrame-in li a{
	display:block;
	width:170px;
	height:30px;
}