body{
	background-color: #f6f7fa;
}
.page_top{
	width: 100%;
}
.page_top img{
	width: 100%;
	vertical-align: middle;
}
.page_box{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page_content{
	display: flex;
	justify-content: space-between;
}
.page_content_list{
	width: 900px;
	min-width: 900px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px 6px 6px 6px;
}
.page_content_list_item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}
.page_content_list_item:last-child{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	border-bottom: none;
}
.page_content_list_item_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #e6e6e6;
	flex-grow: 1;
}
.page_content_list_item_left .day{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}
.page_content_list_item_left .month{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.page_content_list_item_right{
	width: 725px;
	min-width: 725px;
	height: 66px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.page_content_list_item_right .page_content_list_item_name{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page_content_list_item_right .page_content_list_item_content{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page_content_list_item:hover .page_content_list_item_name,.page_content_list_item:hover .day{
	color: #1E50AE !important;
}

.hot_box{
	width: 280px;
}
.hot_title{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #1E50AE;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.hot_content{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.hot_content .hot_item{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
.hot_content .hot_item:last-child{
	margin-bottom: 0 !important;
}
.hot_content .hot_item:hover{
	color: #1E50AE !important;
}



.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
}