* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img img {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #B2B2B2;
}

.img {
	overflow: hidden;
	width: 240px;
	height: 135px;
	margin-right: 23px;
}

.paging_list li {
	height: 150px;
	padding: 10px 0;
	overflow: hidden;
	cursor: pointer;
}

.paging_container {
	width: 100%;
	margin: 50px auto;
}

.paging_container h1 {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #333333;
}

.paging_container .time {
	font-size: 12px;
}

.paging_container .box {
	padding: 3px;
	width: 80%;
	border-bottom: dashed #ccc 1px;
}

.paging_container .text {
	font-size: 18px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 14px;
}

/* .paging_container .text:hover,
.time:hover,
h1:hover {
	color: red;
} */

.time {
	font-size: 14px;
	color: #777777;
}

.paging_btn {
	display: flex;
	justify-content: space-around;
}

.paging_btn span:hover {
	background: #00D59C;
	color: #FFFFFF;
}

.paging_active {
	background: #00D59C;
	color: #FFFFFF;
}

.paging_btn span {
	width: 28px;
	height: 28px;
	background: #F4F4F5;
	color: #859295;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	border-right: 0;
	border-radius: 3px;
	margin-right: 5px;
}

span:nth-last-child {
	border: 1px solid #ccc;
}

.paging_content {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.paging_first,
.paging_last,
.paging_up,
.paging_down {
	width: 56px;
	height: 28px;
	background: #F4F4F5;
	border-radius: 3px;
	line-height: 28px;
	color: #B2B2B2;
	cursor: pointer;
	text-align: center;
	border-right: 0;
	font-size: 13px;
	margin-right: 5px;
}

.paging_last {
	/* border: 1px solid #ccc; */
	margin-right: 10px;
}

.paging_first:hover,
.paging_last:hover,
.paging_up:hover,
.paging_down:hover {
	background-color: #00D59C;
	color: #fff;
}

.paging_Btn p {
	color: red;
}

.paging_textBox {
	margin-right: 10px;
	font-size: 13px;
	color: #6E6F7B;
}

.paging_textBox input {
	margin: 0 2px;
	width: 28px;
	height: 28px;
	background: #F4F4F5;
	border-radius: 3px;
	outline: none;
	border: none !important;
}

.paging_textBox button {
	width: 56px;
	height: 28px;
	background: #00D59C;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 28px;
	transition: .5s;
	margin-left: 10px;
	outline: none;
	border: none !important;
}

/* .paging_textBox button:hover {
	background: #b6b6b6;
} */

.paging_max {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8b8b8b;
}

/* 注意!! 这个两个样式是一些效果必备的! */
.paging_none {
	display: none !important;
}

.paging_btn_none_block {
	display: block !important;
}
