.middle{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.middle-list{
	width: 100%;
}
.list-top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E7E7E7;
}
.list-top span{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	position: relative;
	line-height: 40px;
}
.list-top span::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #015390;
}
.weiz{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
}
.weiz a{
	color: #999999;
}
.weiz a:hover{
	color: #0168B5;
}

.list-mid{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-mid-ul{
	height: auto;
	display: flex;
	flex-direction: column;
}
.list-mid-li{
	height: 114px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #E7E7E7;
}
.list-mid-li-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.list-mid-li:hover .list-mid-li-text a{
	color: #0168B5;
}
.list-mid-li:hover .list-mid-li-text span{
	color: #0168B5;
}
.list-mid-li-text a{
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.list-mid-li-text span{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}
.list-mid-mesg{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}


