@charset "utf-8";
/* CSS Document */

.chairman-box{
	width:100%;
	height:auto;
	margin-top:40px;
	overflow:hidden;
}
.chairman-box-left{
	width:440px;
	height:auto;
	float:left;
}
.chair-title{
	width:100%;
	margin-bottom:10px;
	color:#777777;
	font-size:16px;
	font-weight:bold;
}
.chairman-box-left p{
	font-size:14px;
	color:#777777;
	line-height:30px;
}
.chairman-box-right{
	width:212px;
	height:auto;
	float:right;
}
.chairman-box-right img{
	width:212px;
	height:260px;
}
.chairman-box-right p{
	font-size:14px;
	color:#777777;
	margin-top:10px;
}