@charset "utf-8";
/* CSS Document */

/*配色*/
header, .topLink{
	/*background:rgba(12,157,123,0.6);*/
	background:#6dc4b0;
}
.fixed header{background:#6dc4b0;}

.subTitle p{
	margin:30px 0 0;
	text-align:center;
	font-size:0.8em;
	color:#999;
}

.list{
	overflow:hidden;
	text-align:center;
}
.list li{
	width:300px;
	margin:40px 20px 40px 40px;
	background:#baa4cb;
	border-radius:50px 0 0 50px;
	padding:10px;
	height:100px;
	box-sizing:border-box;
	
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.name{
	width:76px;
	height:76px;
	border-radius:50%;
	background:url(../images/team/people.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
	line-height:76px;
	border:#8c67a9 solid 2px;
	float:left;
	margin-right:10px;
}
.list p{
	color:#FFF;
	font-size:0.8em;
	text-align:left;
}
.list li::after{
	position:absolute;
	right:-20px;
	bottom:10px;
	content:'';
	width:80px;
	height:2px;
	background:#8c67a9;
}


@media screen and (max-width:1280px){
.list li{margin:20px 0 20px 20px;}
}
@media screen and (max-width:1200px){
.list{
	text-align:left;
	max-width:690px;
	margin:0 auto;
}
}
@media screen and (max-width:760px){
.list li{
	display:block;
	width:auto;
	height:auto;
	min-height:100px;
	margin:20px 20px 20px 0;
}
}
@media screen and (max-width:720px){
/*配色*/
.mainMenu{background:rgba(12,157,123,1);}
}

@media screen and (max-width:480px){

}