.team_structure{
	text-align:center;
	width:760px;
}


.team_row{
	border-top:1px solid #ddd;
	padding-left:3.5em;
	margin-left:-3.5em;
}
.team_col{ 
	display:inline-block;
	border-left:1px solid #ddd;
	vertical-align: top;
	margin-right:3.5em;
	position:relative;
}
.team_col span{
	display:block;
	background:#fff;
	padding:5px 0px;
	margin-top:10px;
	border:1px solid #1E94D4;
	width:7em;
	-moz-border-radius: 6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
}
.team_col span.item_col_tit{
	background:#ddd;
	border:none;
}
.team_col_stay{
	margin-left:-3.5em;
}


.team_col span.team_item_head{
	margin-left:-3.5em;
	margin-top:0px;
}
.branch_col{
	border:none;
	margin-bottom:15px;
	/*border-top:1px solid #ddd;*/
}
.team_col span.branch_span{
	display:inline-block;
}
.team_col span.special_span{
	position:absolute;
	top:0px;
	right:-7.5em;
}

@media screen  and (max-width:680px){
  .team_structure{
  	width:100%;
  	text-align:left;
  	font-size:0px;
  }
  .team_col{
  	display:block;
  	border:none;
  	margin:0px;
  	/*margin-bottom:10px;*/
  	border-bottom:1px solid #ddd;
  	border-left:1px solid #ddd;
  	border-right:1px solid #ddd;
  }
  .team_col span{ 
  	/*display:table-cell;*/
  	display:inline-block;
  	text-align:center;
  	font-size:12px;
  	-moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  border:none;
	  border-left:1px solid #ddd;
	  margin:0px;
	  width:20%;
	  background:none;
	  box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align: middle;
  }
  .admin_col span{
  	width:25%;
  }
  .team_col span.item_col_tit{
  	border:none;
  	background:none;
  	width:56px;
  }
  .team_row{
  	border:none;
  	padding:0px;
  	margin:0px;
  }
  .team_col_stay{
  	margin:0px;
  	/*display:table;*/
  	width:100%;
  }
  .team_col span.team_item_head{
  	margin:0px;
  	width:100%;
  	display:block;
  	border-top:1px solid #ccc;
  	border-bottom:1px solid #ccc;
  }
  .branch_col{
  	border:none;
  }
  .team_col span.branch_span{
  	width:50%;
  	border:none;
  }
  .team_col span.special_span{
  	position:static;
  }
}