@charset "gb2312";
/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 失能照护详情
*/
/* CSS Document */
/*
主体
*/
#main {
	width: 100%;
	padding: 30px 0 60px;
	display: table;
}
#main h1 {
	width: 1200px;
	height: 36px;
	font-size: 22px;
	line-height: 36px;
	color: #555;
	margin: 22px auto 0;
}
#main ul {
	width: 1235px;
	display: table;
	margin: 22px auto 0;
}
#main li {
	width: 217px;
	height: 217px;
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
	float: left;
	position: relative;
}
#main li figcaption {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 1;
	width: 80%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-top: -15px;
	display: none;
}

/*
位置
*/
.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;
}