body{
	background-color: #f6f7fa;
}
.page_top{
	width: 100%;
}
.page_top img{
	width: 100%;
	vertical-align: middle;
}
.page_box{
	width: 100%;
	margin-top: 50px;
}
.page_list{
	width: 100%;
	margin-bottom: 50px;
}
.page_item{
	width: 100%;
	height: 210px;
	display: flex;
	justify-content: flex-start;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.item_left{
	width: 360px;
	min-width: 360px;
	height: 170px;
	border-radius: 12px;
	overflow: hidden;
}
.item_left img{
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
}
.item_right{
	flex-grow: 1;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 10px 0;
	width: 770px;
}
.item_name{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 683px;
}
.item_time{
	font-size: 16px;
	color: #333333;
}
.item_desc{
	min-height: 48px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_btn{
	width: 100px;
	height: 44px;
	color: #1E50AE;
	border:1px solid #1E50AE;
	text-align: center;
	line-height: 44px;
	border-radius: 44px;
	cursor: pointer;
	font-size: 16px;
}
.page_content{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 16px;
	margin-bottom: 50px;
	min-height: 200px;
}
.page_content img{
	width: 100%;
}
.item_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.dataTables_paginate .pagination {
	overflow:hidden;
	margin-right:-5px;
	float:right
}
.dataTables_paginate .pagination li {
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#333;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	background-repeat:repeat-x
}
.dataTables_paginate .pagination li a {
	height:36px;
	line-height:36px;
	padding:0 14px;
	display:block
}
.dataTables_paginate .pagination .paginate_button {
	cursor:pointer
}
.dataTables_paginate .pagination .paginate_button:hover {
	background:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .paginate_button:hover a {
	color:white
}
.dataTables_paginate .pagination .active {
	background-color:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .active a {
	color:white
}
.dataTables_paginate .pagination .next a {
	color:#ccc
}