﻿.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;
}
.mid-detail{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mid-detail-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	border-bottom: 1px dashed #333333;
}
.mid-detail-top p{
	font-size: 24px;
	font-weight: 400;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin-top: 36px;
}
.mid-detail-top span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin: 20px 0;
}
.detai-main{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #333;
	padding-bottom: ;
}
.detai-main p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: left;
	text-indent: 30px;
	margin: 10px 0;
	line-height: 28px;
}
.detai-main img{
	display: block;
	margin: 10px 0;
}