/*
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;
}

/*
文章
*/
.title {
	width: 100%;
	font-size: 26px;
	color: #e1b56e;
	line-height: 54px;
	font-weight: bold;
	margin-top: 25px;
}
.list li {
	width: 1158px;
	font-size: 20px;
	color: #959595;
	line-height: 40px;
	padding-left: 42px;
	float: left;
	position: relative;
}
.list li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 40px;
	background: url(../images/bg.png) no-repeat;
}
.list .list1 span {
	background-position: -510px -80px;
}
.list .list2 span {
	background-position: -510px -120px;
}
.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;
}
.table {
	font-size: 20px;
	color: #8e8e8e;
	line-height: 35px;
	margin-top: 12px;
}
.table th, .table td {
	padding: 10px 20px;
}
.table th {
	width: 10%;
	color: #555;
}

/*
分页
*/
.pagination1 {
	width: 100%;
	margin-top: 40px;
}
.pagination1 .fl { float:left; width:35%; line-height:40px; font-size:20px;height:45px; overflow:hidden}
.pagination1 .fr { float:right; width:35%; text-align:right; line-height:40px; font-size:20px; height:45px; overflow:hidden}

.pagination1 .fl a,.pagination1 .fr a{ border-bottom: 2px solid #fff;color: #555;}
.pagination1 .fl a:hover,.pagination1 .fr a:hover{ border-bottom: 2px solid #e1b56e;color: #e1b56e;}

/*.pagination1 .prev, .pagination1 .next {
	margin: 18px 5px 0;
	display: inline;
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	display: block;
	border-bottom: 2px solid #fff;
	color: #555;
	padding: 0 3px;
}
.pagination1 .prev:hover, .pagination1 .next:hover {
	color: #e1b56e;
	border-color: #e1b56e;
}*/
.pagination1 .back {	
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 0 auto;
}
.pagination1 .back:hover {
	border-color: #555;
}
.pagination1 .back a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
.pagination1 .back:hover a {
	background-color: #555;
}