a:hover .div-block {
	color: #333;
}

.imitate_ellipsis {
	/*position: relative;*/
	overflow: hidden;
	width: 100%;
	height: 78px;
	text-align: justify;
	text-justify: inter-cluster;
	margin-bottom: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;/*文字占几行*/
	-webkit-box-orient: vertical;
}
.imitate_ellipsis p {
	color: #333;
	margin: 0;
	line-height: 1.4em;
}

/*.imitate_ellipsis::after {
	content: "...";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 30px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: -o-linear-gradient(right, transparent, #fff 62%);
	background: -moz-linear-gradient(right, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%);
}*/

.div-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.div-block {
	border: 1px solid #D8D8D8;
	padding: 0;
	margin-bottom: 60px;
	width: 380px;
}

.div-date {
	padding: 14px 0 16px;
	border-top: 1px solid #D4D4D4;
	color: #333;
}

.page-div {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	position: relative;
}

.page-select {
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	line-height: 32px;
}

.page-select select {
	/*
	padding: 0 15px 0 0;
	text-align:center;
	text-align-last:center；*/
	width:65px;
	height: 30px;
	text-align:center;
	text-align-last:center;
	padding-left:6px;
	margin:-0.6rem 0;
}

.pagination > li > a {
	/*margin-right: 55px;*/
	border: none;
	color: #8A8A8A;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0871b9;
	border-color: #0871b9;
}

.pagination > li > a:hover, .pagination > li > a:focus {
	background-color: transparent;
	color: #4594EF;
}