@charset "gb2312";
.page-list {
	width: 100%;
}
.page-list-holder {
	width: 100%;
	height: 200px;
	margin-bottom: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid #EEE;
}
.page-list-holder:hover .content .title {
	color: #3dae6c;
}
.page-list-holder .img {
	float: left;
	width: 320px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-list-holder .content {
	margin-left: 350px;
	height: 180px;
}
.page-list-holder .content .title {
	display: block;
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-list-holder .content .time {
	display: block;
	width: 100%;
	height: 25px;
	text-align: left;
	font-size: 14px;
	color: #999;
}
.page-list-holder .content .text {
	display: block;
	width: 100%;
	height: 125px;
	text-align: justify;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
}