ｃ.content-tab{margin: 0 10px 20px;}
.content-tab .tabs { list-style: none;}
.content-tab .tabs li { color:#fff; display: inline-block; 	padding: 13px 60px;
	font-size:16px;
 text-align: center; cursor: pointer; background: #88d3ff;
    border-top-left-radius: 10px; border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;}

.content-tab .tabs li.current { background: #5ebafd;}
.content-tab .tab-pane { display: none; margin: 0 auto;}
.content-tab .tab-pane.current { display: block;}
.content-tab .tab-contents{ border-top: 2px solid #5ebafd; padding: 12px; background: #fff; font-weight: normal;}

.staff{ display: flex; flex-wrap: wrap;}
.staff .thumb-staff{ display: inline-block; width: 29%; margin: 2%; position: relative;}
.staff .thumb-staff .images{background: #eeeeee; border: 1px solid #28aefd; width: 100%; height: 194px;}
.staff .thumb-staff .images::before{ content: url('../images/bg-left.png'); position: absolute; left: -4px; top: -3px;}
.staff .thumb-staff .images::after{ content: url('../images/bg-right.png'); position: absolute; right: -4px; top: -3px;}
.staff .thumb-staff .images div{ overflow: hidden; width: 90%; margin: 8px auto; text-align: center; display: flex; height: 176px;}
.staff .thumb-staff .images img{ width: 100%; height: 100%; max-width: 300px; object-fit: contain;}
.staff .thumb-staff .text{ margin: 24px auto 12px;}
.staff .thumb-staff .text .name{ color: #31389b; font-weight: bold; font-size: 20px;}
.staff .thumb-staff .text .name strong{ font-size: 25px;}
.staff .thumb-staff .text .comment{ background:url(../images/bg-comment.png); padding: 12px; margin: 12px auto;}
.staff .thumb-staff .text ul li{ line-height: 1.5; display: table;}
.staff .thumb-staff .text ul li span{ color: #28aefd; display: table-cell; white-space: nowrap;}
.staff .thumb-staff .text ul li span::after{ content: ':'; margin: 4px;}


@media(max-width:768px){
  .staff .thumb-staff{ width: 46%; }
}
@media(max-width:480px){
  .staff .thumb-staff{ width: 100%; }
}
