@charset "utf-8";
/*------------------------------
international
------------------------------*/
.international table tbody tr th,
.international table tbody tr td{
	padding:15px 5px;
	border-bottom:1px solid #ddd;
}
.international table tbody tr:last-child th,
.international table tbody tr:last-child td{
	border-bottom:0;
}
.international table tbody tr th{
	text-align:left;
	vertical-align:top;
	font-size:16px; color:#ec6ca5; font-weight:400;
}
.international table tbody tr.chairman th{
	
}
.international table tbody tr.chairman td{
	color:#111; font-weight:700;
}
	.person{
		display:inline-block;
		width:49%;
		vertical-align:top;
		margin-bottom:15px;
		color:#111; line-height:18px;
	}
		.person .photo{
			margin:0 10px 0 0;
			width:100px;
			height:120px;
			border-radius:5px;
			overflow:hidden;
			float:left;
		}
			.person img{
				width:100%;
			}
		.person .country{
			display:block;
			font-size:13px; color:#999;
			margin-left:5px; margin-top:5px;
		}
		.person .chineseName{
			display:block;
			font-size:13px; color:#999;
			margin-left:5px; margin-top:5px;
		}

/*------------------------------
organizing
------------------------------*/
.organizing table tbody tr th,
.organizing table tbody tr td{
	line-height:2;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.organizing table tbody tr th{
	text-align:left;
	vertical-align:top;
	font-size:16px; color:#ec6ca5; font-weight:400; line-height:24px;
}

