a:hover {
	color: #008dda;
}
.page-list{
	margin-bottom: 20px;
}
.list-con{
	width: 1224px;
	max-width: unset;
	margin: 0 auto;
	overflow: hidden;
}
.list-con .left{
	width: 852px;
	float: left;
	background: #fff;
	padding: 1rem;
	margin-top: 1rem;
}
.list-con .right{
	float: right;
	width: 332px;
}
.list-con .left .line1 a{
	color: #adb5bd;
	font-size: 12px;
}
.list-con .left h1{
    font-size: 26px;
    border-left: 5px solid #00a1ff;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.list-con .left .ul li{
	display: flex;
	align-items: center;
	border-bottom:1px solid #adb5bd;
}
.list-con .left .ul li .text{
	flex: 1;
	padding: 1.5rem
}
.list-con .left .ul li .text h3{
	margin-bottom: 0.5rem;
}
.list-con .left .ul li .text h3 a{
	font-size: 20px;
}
.list-con .left .ul li .text .text_line{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	color: #6c757d;
}
.pageNav{
	padding:1rem 0;
}
.pageNav .pagination{
	display: flex;
	padding-left: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	padding: 2px 10px;
	border: 0;
}
.right-top{
	background: #fff;
	padding: 1rem;
}
.right-top h3{
	font-size: 1.25rem;
	padding-bottom: 1rem;
}
.right-top ul{
	display: flex;
	flex-wrap: wrap;
}
.right-top ul li{
	flex: 0 0 auto;
	width: 50%;
}
.right-top ul li .small{
	display: block;
	color: #343a40;
}
.zuijin{
	background: #fff;
	padding: 1rem;
	margin-top: 1rem;
}
.zuijin h3{
    font-size: 20px;
    color: #000;
    position: relative;
}
.zuijin h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 68px;
    background: linear-gradient(90deg, #2875FE 0%, #309CFF 100%);
    border-top: 4px solid #008dda;
    border-right: 5px solid #fff;
}
.small{
    font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}
.zuijin ul li{
	display: flex;
	padding:0.5rem 0;
}
.zuijin ul li .text{
	flex:1;
}
.zuijin ul li .text span{
	display: block;
	font-size: 12px;
	color:#6c757d;
}
.showpage{
	text-align: center;
	margin-top: 10px;
}
.showpage .total_page{
	background: #008dda;
	padding: 2px 5px;
	color: #fff;
}
.showpage .pages,.next_page,.last_page{
	display:inline-block;
	border: 1px solid #008dda;
	margin: 0 5px;
	width: 25px;
}
.showpage .current{
	width: 25px;
	border: 1px solid #008dda;
	margin: 0 5px;
	display:inline-block;
	background: #008dda;
	color: #fff;
}