@charset "gb2312";
/*
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;
}
.position, .position a {
	color: #3e3e3e;
}
.position a:hover, .position span {
	color: #e1b56e;
}

/*
文章
*/
.title1 {
	width: 100%;
	border-bottom: 1px solid #eee;
	display: table;
	padding-bottom: 23px;
	position: relative;
}
.title1 .time {
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #555;
	line-height: 30px;
	padding: 4px 0;
	margin-bottom: 22px;
	position: relative;
}
.title1 .time span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
.title1 h1 {
	width: 1056px;
	font-size: 24px;
	line-height: 38px;
	display: block;
	color: #555;
}
.title1 .share {
	position: absolute;
	bottom: 23px;
	right: 0;
	width: 85px;
	height: 25px;
	font-size: 18px;
	color: #222325;
	line-height: 34px;
	border: 2px solid #b9b9b9;
	border-radius: 3px;
	background: url(../images/bg.png) no-repeat -500px -170px;
	padding-left: 28px;
	text-align: center;
	line-height:30px;
	 padding-top:10px;
	  overflow:hidden
}
.title1 .share:hover {
	color: #fff;
	border-color: #e1b56e;
	background-color: #e1b56e;
	background-position: -500px -210px;
}

.title1 .share a { display:block
}
.article {
	width: 100%;
	font-size: 14px;
	line-height:180%;
	margin-top: 30px;
}
.article, .article a {
	color: #555;
}
.article a:hover {
	color: #e1b56e;
}
.article img {
	max-width: 100%;
	height: auto;
}

/*
分页
*/
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.pagination li {
	margin: 5px 5px 0;
	display: inline-block;
	*display: inline;
	font-size: 20px;
	line-height: 28px;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;  
}
.pagination li a {
	height: 28px; 
	display: block;
	border-bottom: 2px solid #fff;
	color: #555;
	padding: 0 3px;
}
.pagination li a:hover {
	color: #e1b56e;
	border-color: #e1b56e;
}
