/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 活动列表
*/
/* CSS Document */
/*
主体
*/
#main {
	width: 100%;
	padding: 30px 0 60px;
	display: table;
}
.main {
	width: 1215px;
	margin: 0 auto;
}
.list {
	width: 100%;
}
.list li {
	width: 405px;
	height: 410px;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
.list li a {
	width: 390px;
	height: 410px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
.list li a div {
	width: 350px;
	height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #555;
	line-height: 30px;
	padding-bottom: 4px;
	margin: 13px auto 0;
	position: relative;
}
.list li a div span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
.list li a figcaption {
	width: 350px;
	height: 44px;
	font-size: 26px;
	color: #555;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 9px auto 0;
}
.list li a:hover figcaption {
	color: #e1b56e;
}

/*
位置
*/
.position {
	width: 100%;
	height: 58px;
	font-size: 20px;
	line-height: 58px;
	border-bottom: 1px solid #eee;
}
.position, .position a {
	color: #3e3e3e;
}
.position a:hover, .position span {
	color: #e1b56e;
}

/*
分页
*/
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.pagination li {
	margin: 5px 5px 0;
	display: inline-block;
	*display: inline;
	font-size: 20px;
	line-height: 28px;
}
.pagination li a {
	height: 28px;
	display: block;
	border-bottom: 2px solid #fff;
	color: #555;
	padding: 0 3px;
}
.pagination li a:hover, .pagination li.active a {
	color: #e1b56e;
	border-color: #e1b56e;
}