/*海报*/
.haibao{
	width: 100%;
}
.haibao img{
	display: block;
	width: 100%;
}
/*团队*/
.team-title{
	text-align: center;
}
.team-title p:first-child{
	color: #F9BE00;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}
.team-title p:last-child{
	font-size: 12px;
	margin: 5px 0px 15px;
	color: #666;
}
.team-content ul{
	width: 97%;
	margin: 0 auto;
}
.team-content ul li{
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.team-content ul li p:first-child img{
	display: block;
	width: 100%;
}
.team-content ul li p:last-child span{
	display: block;
}
.team-content ul li p:last-child span:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: #494949;
	padding-left: 10px;
}
.team-content ul li p:last-child span:nth-child(2){
	font-size: 14px;
	margin-top: 5px;
	color: #666;
	padding-left: 10px;
}
.team-content ul li p:last-child span:nth-child(3) a{
	display: block;
	position: absolute;
	height: 30px;
	width: 85px;
	background-color: #A8CC2B;
	right: 15px;
	bottom: 0px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size:14px ;
}