/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 加入我们
*/
/* CSS Document */
/*
横幅
*/
#banner, #banner img {
	width: 100%;
}
#banner {
	font-size: 0;
	position: relative;
}
#banner dl {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 400px;
	margin-top: -92px;
	text-align: center;
	font-size: 26px;
	line-height: 46px;
}
#banner dl, #banner dl a {
	color: #fff;
}
#banner dl a:hover {
	text-decoration: underline;
}
#banner dt, #banner dd {
	width: 100%;
	float: left;
}
#banner dt {
	font-weight: bold;
}

/*
主体
*/
#main {
	width: 100%;
	padding: 30px 0 60px;
	display: table;
}

/*
位置
*/
.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;
}

/*
文章
*/
.article {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}
.article, .article a {
	color: #555;
}
.article a:hover {
	color: #e1b56e;
}
.article img {
	max-width: 100%;
	height: auto;
}