/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 哺恩团队详情页
*/
/* CSS Document */
/*
主体
*/
#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;
}
.article .team {
	width: 100%;
	margin-top: 30px;
}
.article .team li {
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 37px; 
}
.article .team hr{ border:none; background:#eee; overflow: hidden; height:1px;margin:5px;}

.article .team strong {
	font-weight: bold;
	padding-top: 10px;
	
}
.article .team dd {
	padding-bottom: 10px;
}