*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
li{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear20{
	clear: both;
	margin-bottom: 20px;
}

.page{
	width: 960px;
	margin: 30px auto;
	background-color: #fbfbfb;
	overflow: hidden;
	border-radius: 10px;
}

.mid{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.left{
	width: 300px;
	margin-right: 20px;
}
.right{
	width: 620px;
}
p.title{
	width: 100%;
	line-height: 38px;
	text-indent: 1em;
	background-color: #92c9ee;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.jj{
	width: 260px;
	margin: 0 auto;
}
.jj img{
	display: block;
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #9288a3;
	margin: 0;
}
.jj p{
	line-height: 26px;
	margin-bottom: 5px;
}

.wz{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
	color:#000;
	line-height: 38px;
}

.wz b{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

.wz p{
	text-indent: 2em;
	line-height: 35px;
	margin-bottom: 10px;
}

.wz>img{
	display: block;
	margin: 10px auto;
}

.wz p>img{
	display: inline-block;
	margin: 10px;
}