body{
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Fraction, "微軟正黑體";
	color: #333;
}
.org_charBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/org_top_bg_tr.jpg) right top no-repeat, url(../images/org_top_bg_l.jpg) left bottom no-repeat, url(../images/org_top_bg_r.jpg) right bottom no-repeat;
	padding: 0 0 30px 0;
}
.org_char{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.org_weiBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	height: 317px;
	background: url(../images/org_wei_bg.png) repeat-x;
}
.org_wei{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.org_teamBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/org_team_bg_tl.png) left top no-repeat, url(../images/org_team_bg_bl.png) left bottom no-repeat, url(../images/org_team_bg_tr.png) right top no-repeat;
}
.org_team{
	width: 1200px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}
.org_team .info{
	position: relative;
	width: 280px;
	height: 370px;
	float: left;
	text-align: right;
}
.org_team .dgm .info{
	width: 350px;
}
.org_team img{
	position: absolute;
	left: -10px;
	top: 0;
}
.org_team .name{
	width: 260px;
	padding: 0;
	float: right;
	font-size: 16px;
	font-weight: 600;
}
.org_team .name span{
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}
.org_team .text{
	width: 55%;
	float: right;
	text-align: left;
	position: absolute;
	right: 0;
	top: 190px;
	background: rgba(255,255,255,0.6);
	padding: 5px;
}
.org_team .btn_more{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 73px;
	height: 38px;
	background: url(../images/chc_btn_more.png) no-repeat;
}
.org_team a:hover .btn_more{
	background: url(../images/chc_btn_more_h.png) no-repeat;
}

.team {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.org_charBg{
	min-width: 1000px;
}
.org_char{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_char img{
	width: 100%;
	height: auto;
}
.org_weiBg{
	min-width: 1000px;
}
.org_wei{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_teamBg{
	min-width: 1000px;
}
.org_team{
	width: 90%;
	margin: 0 5%;
	height: auto;
	padding: 15px 0;
	
}
.org_team .team{
	width: 560px;
	margin: 0 auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.org_charBg, .org_weiBg, .org_teamBg{
	min-width: 320px;
}
.org_char, .org_wei, .org_team{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_char img{
	width: 100%;
	height: auto;
}
}