/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.6);
		z-index: 1000000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		position: absolute;
  height: 80%;
  width: 80%;
  z-index: 1000001;
  top: 0;
  left: 10%;
  top: 10%;
  background: #fff;
  border: #891314 6px solid;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  -box-shadow: 0 0 10px rgba(0,0,0,.2);
		}
	.teams_more{display: table;vertical-align: middle; background-color:#FFF; width:100%; height:100%;}
.teams_people{vertical-align: middle;
    display: table-cell;
    width: 50%; height:100%; background-size:cover}
.teams_people img{ width:100%;}
.fonts_r_con{vertical-align: middle;
    display: table-cell;
    width: 50%; text-align:left; padding:0 5%;}
.fonts_r_con .names{ color:#000; font-size:0.42rem; line-height:1; padding-bottom:0.22rem;font-weight: 400;}
.fonts_r_con .zhiwei{ color:#666; font-size:0.16rem; line-height:1; padding-bottom:0.25rem;}
.fonts_r_con .lines{ background-color:#891314; width:0.3rem; height:3px; margin-bottom:0.3rem;}
.fonts_r_con .descipes{ line-height:2; max-height:3rem; overflow-y:scroll;color:#333; font-size:0.17rem;}
.fonts_r_con .wenzhang{ font-size:14px;}
.fonts_r_con .wenzhang p{ max-height:180px; overflow-y:scroll}
.fonts_r_con .wenzhang a{ padding:5px 10px; font-size:14px; color:#1a2259;border-radius:5px; margin-right:10px; display:inline-block; border:#1a2259 1px solid; margin-bottom:10px;}
.fonts_r_con .wenzhang a:hover{border:#1a2259 1px solid; background-color:#1a2259; color:#FFFFFF;}
.fonts_r_con .wenzhang h2{line-height:1; font-weight:bold; color:#1f86b7; margin-bottom:20px; font-size:20px;}
.fonts_r_con .wenzhang h2 span{ position:relative; padding-left:10px;}
.fonts_r_con .wenzhang h2 span::after {
    content: '';
    top:5px;
    position: absolute;
    left: 0;
    width:4px;
    height: 15px;
    background:  #1f86b7;
}

	
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 0.16rem;
  line-height: 1;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  color: #333;
		} 
		
@media screen and (max-width:768px){
	.teams_more {
  display: block;}
.teams_people {
  vertical-align: middle;
  display: block;
  width: auto;
  height: 45%;
  background-size: cover;
}
.fonts_r_con {
  vertical-align: middle;
  display: block;
  width: auto;
  text-align: left;
  padding: 5%;
}
.fonts_r_con .descipes{ font-size:0.2rem}


}

