.banner{
	width: 100%;
	/*height: 107px;*/
	background: #df9145;
	background-size: 100%;
	position: relative;
	padding: 12px 0;
}
.banner-img{
	position: absolute;
	bottom: 0;
	font-size: 0;
}
.personal-img{
	width: 20%;
	margin: 0 auto;
	font-size: 0;
	padding: 2px;
	background: #fff;
	border-radius: 50%;
}
.personal-img img{
	position: relative;
	border-radius: 50%;
}
.nick-name{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
	text-shadow: 1px 1px 2px rgba(145,94,7,0.35);
}
.content{
	background: #fff;
	padding:0 10px;
	margin-top: 10px;
}
.exhibition{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	position: relative;
}
.exhibition:last-of-type{
	border-bottom: 0 none;
}
.exhibition span{
	display: inline-block;
}
.person-icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.icon1{
	width: 16px;
	
}
.icon-word{
	font-size: 14px;
	color: #333;
	margin-left: 30px;
}
.arrow{
	width: 6px;
	right: 5px;
}
.contact{
	color: #666;
	font-size: 10px;
	line-height: 24px;
	float: right;
	margin-right: 40px;
}
