@charset "gb2312";
/*
copyright: 成都哺恩堂养老护理中心
author: 成都全时云信息技术有限公司
date: 2017-03
for: 新闻列表
*/
/* CSS Document */
/*
主体
*/
#main {
	width: 100%;
	padding: 60px 0;
	display: table;
}
.header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../images/indexSec1Bg.gif) repeat-x 0 center;
}
.header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #fff;
}
.main {
	margin-top: 30px;
}
.headNews {
	width: 1200px;
	margin: 0 auto;
}
.headNews a {
	width: 100%;
	height: 280px;
	overflow: hidden;
	display: block;
}
.headNews .right, .headNews .more {
	width: 720px;
}
.headNews .time {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	position: relative;
}
.headNews .time span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
.headNews h1 {
	width: 100%;
	height: 42px;
	margin-top: 19px;
	font-size: 20px;
	color: #555;
	line-height: 42px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.headNews a:hover h1 {
	color: #e1b56e;
}
.headNews .brief {
	width: 100%;
	height: 75px;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.headNews .brief:after {
	content: "...";
}
.headNews .more {
	margin-top: 20px;
}
.headNews .more .border {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 0 auto;
}
.headNews .more .border:hover {
	border-color: #555;
}
.headNews .more .border div {
	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;
}
.headNews .more .border:hover div {
	background-color: #555;
}
.list {
	width: 1230px;
	margin: 0 auto;
}
.list li {
	width: 615px;
	margin-top: 30px;
	float: left;
}
.list li a {
	width: 600px;
	height: 128px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.list li a h1, .list li a div {
	width: 378px;
}
.list li a h1 {
	height: 40px;	
	margin-top: 8px;
	font-size: 18px;
	color: #555;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list li a:hover h1 {
	color: #e1b56e;
}
.list li a .brief {
	height: 50px;
	font-size: 14px;
	color: #555;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list li a .brief:after {
	content: "...";
}
.list li a .info {
	font-size: 12px;
	line-height: 26px;
}
.list li a .info .time {
	padding-left: 32px;
	color: #a9a9a9;
	background: url(../images/bg.png) no-repeat 0 -80px;
}
.list li a .info .more {
	color: #e1b56e;
}
.list li a:hover .info .more {
	color: #555;
}

/*
分页
*/
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.pagination li {
	margin: 5px 5px 0;
	display: inline-block;
	*display: inline;
	font-size: 20px;
	line-height: 28px;
}
.pagination li a {
	height: 28px;
	display: block;
	border-bottom: 2px solid #fff;
	color: #555;
	padding: 0 3px;
}
.pagination li a:hover, .pagination li.active a {
	color: #e1b56e;
	border-color: #e1b56e;
}