*{
	padding: 0;
	margin: 0;
}
.dz-main{
	width: 1000px;
	margin: 0 auto;
}
.dz-cell-item{
	display: flex;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px solid #999;
  cursor: pointer;
}
.dz-cell-item-left{
	margin: 10px;
	box-sizing: border-box;
	height: 70px;
	width: 76px;
	flex: 0 0 76px;
	background-color: #dfdfdf;
	color: #8b8b8b;
	margin-right: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.dz-cell-item-left-title{
	color: #239e52;
	font-size: 20px;
	font-weight: bold;
}
.dz-cell-item:hover{
	
}
.dz-content{
	color: #999;
	padding: 10px 0;
}
.dz-content-title{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	max-width: 800px;
}



@media only screen and (max-width: 600px) {
	.dz-main{
		width: 10.8rem;
		font-size: 0.45rem;
		padding: 8px;
		box-sizing: border-box;
	}
	.dz-content{
		font-size: 12px;
		line-height: 1.45;
	}
	.dz-content-title{
		width: 260px;
		margin-bottom: 6px;
	}
	
}





.dz_pagination {
	height: 30px;
	display: flex;
	margin: 10px auto;
}

.dz_pagination li {
	list-style: none;
	height: 30px;
}

.dz_pagination a {
	text-decoration: none;
	border: solid 1px #c0d3e6;
	color: #333;
	border-left-width: 0;
	height: 30px !important;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dz_pagination .active {
	background-color: #6babdd;
	color: #fff;
	border-color: #5c95c1;
}

.dz_pagination .next {
	border-left-width: 0;
	border-right-width: 1px;
}

.dz_pagination .active.prev,
.dz_pagination .active.next {
	color: #dcdcdc;
	border-color: #efefef;
	background: #fff;
}

.dz_pagination a:hover {
	background-color: #cde4f8;
}

.dz_pagination .active:hover {
	background-color: #6babdd;
}

.dz_pagination a.disabled {
	display: none;
}
