
/*­¶½X*/

.page-link{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	height: 55px;
	width: 55px;
	float: left;
	line-height: 55px;
}
.page-link:hover {
	
	background-color: #68a406;
}
.page-link-in{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #F7FFE8;
	display: block;
	height: 55px;
	width: 55px;
	float: left;
	line-height: 55px;
}


#page-number{
	display: block;
	float: left;
	width: 100%;
	height: 55px;
	color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom: 20px;
}
#page-number strong{
	display: inline-block;
	color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.page-left{
	background-image: url(../image/pages-l.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 55px;
	width: 55px;
	background-color: #c2c2c2;
	font-size: 0px;
	display: block;
}
.page-left:hover{
	background-color: #68a406;
}
.page-left-b{
	background-image: url(../image/pages-l2.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 55px;
	width: 55px;
	background-color: #c2c2c2;
	font-size: 0px;
	display: block;
}
.page-left-b:hover{
	background-color: #68a406;
}
.page-right{
	background-image: url(../image/pages-r.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 55px;
	width: 55px;
	background-color: #c2c2c2;
	font-size: 0px;
	display: block;
}
.page-right:hover{
	background-color: #68a406;
}
.page-right-b{
	background-image: url(../image/pages-r2.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 55px;
	width: 55px;
	background-color: #c2c2c2;
	font-size: 0px;
	display: block;
}
.page-right-b:hover{
	background-color: #68a406;
}


/*-----------------------news-list-----------------------------*/

#life-list-frame {
	display: block;
	float: none;
	text-align: left;
	width: 100%;
	margin-top: 15px;
	min-height: 100px;
}

#life-list-frame li{
	width: 217px;
	height: 205px;
	display: block;
	float: none;
	text-align: left;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 35px;
	display:inline-block;
}

#life-list-frame li a{
	color: #333;
	text-decoration: none;
}
#life-list-frame li a:hover{
	text-decoration: none;	
	color: #E64900;
}

#life-list-frame li h1{
	width: 100%;
	display: block;
	text-align: left;
	overflow: hidden;
	margin-bottom: 3px;
	padding-bottom: 2px;
	height: 145px;
}

#life-list-frame li h1 img{
	max-width: 210px;
	max-height: 140px;
	display: block;
	text-align: left;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;	
	-webkit-border-radius: 5px 5px 5px 5px;	
}
#life-list-frame li h1 img:hover{
	border: 1px solid #FF5300;
}
#life-list-frame li h2{
	width:100%;
	font-size:100%;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	white-space:wrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;	
}
#life-list-frame li h3{
	width:100%;
	font-size:13px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #68A406;
	text-overflow : ellipsis;
	white-space:nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: center;
	color: #888;
}

#life-detail-frame {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 30px;
}

#life-detail-frame li{
	width: 145px;
	display: block;
	float: left;
	text-align: left;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	height: 148px;
	vertical-align:top;
}

#life-detail-frame li a{
	color: #333;
	text-decoration: none;
}
#life-detail-frame li a:hover{
	text-decoration: none;	
	color: #E64900;
}

#life-detail-frame li h1{
	width: 100%;
	display: block;
	text-align: left;
	overflow: hidden;
	padding-bottom: 2px;
	height: 110px;
}

#life-detail-frame li h1 img{
	max-width: 150px;
	max-height: 100px;
	display: block;
	text-align: left;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;	
	-webkit-border-radius: 5px 5px 5px 5px;
}
#life-detail-frame li h1 img:hover{
	border: 1px solid #FF5300;
}
#life-detail-frame li h2{
	width:100%;
	font-size:100%;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	text-overflow : ellipsis;
	white-space:wrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-bottom: 5px;
}



