a{
	text-decoration: none;
}
.list{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 99;
	position: relative;
	justify-content: space-between;
}
.listtit{
	width: 260px;
	height: 70px;
	background: #004098;
	box-shadow: -0.98px 2.84px 8.73px 0.09px rgba(51,51,51,0.10); 
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	color: #ffffff;
}
.listcon{
	width: 900px;
	/* height: 610px; */
	background: #ffffff;
	box-shadow: -0.98px 2.84px 8.73px 0.09px rgba(51,51,51,0.10);
	padding: 30px;
	padding-top: 0;
}
.list_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dashed #eeeeee;
	padding-bottom: 29px;
	margin-top: 30px;
}
.list_tit{
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
	display: inline-block;
	width: 560px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_time{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #999999;
	margin-right: 10px;
}
.pageDiv{
	margin-top: 30px;
	font-size: 0;
	/* margin-bottom: 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageDiv a{
	display: inline-block;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #aaaaaa;
}
.pageDiv .active{
	background: #015293;
	color: #fafafa;
}
.pageDiv span{
	display: inline-block;
	
}
.pageDiv .pagePrev,.pageNext{
	/* width: 70px; */
	height: 30px;
	line-height: 30px;
	/* border: 1px solid #aaaaaa; */
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	text-align: center;
	color: #aaaaaa;
	position: relative;
	margin-right: 30px;
}
.pageDiv .pagePrev{
	margin-right: 16px !important;
}
.pageNext{
	margin-right: 0;
	margin-left: 30px;
}