@charset "utf-8";
#body_l {
	height: auto;
	width: 200px;
	float: left;
}

#body_r {
	height: auto;
	width: 760px;
	float: left;
}

#body_l .introduction {
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	background-color: #0E9906;
	font-weight: bold;
	font-family: "宋体", "Times New Roman";
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #042617;
	width: 170px;
	float: left;
}

#body_l .introduction_r {
	background-color: #0E9906;
	font-family: "宋体", "Times New Roman";
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #042617;
	float: left;
	width: 30px;
}


#body_l .introduction a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#body_l .introduction a:hover {
	color: #042617;
}
#title_l {
	height: 50px;
	width: 220px;
	background-color: #0E9906;
	line-height: 50px;
	float: left;
	font-size: 22px;
	color: #FFF;
	font-family: "Times New Roman";
	font-weight: bold;
	text-align: center;
}

#title_r {
	background-color: #0E9906;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
	font-family: "宋体", "Times New Roman";
}
#body_r #title_r a {
	color: #FFF;
	text-decoration: none;
}
#body_r #title_r a:hover {
	font-weight: bold;
	color: #042617;
}

#team1 table {
	line-height: 25px;
	font-family: "宋体", "Times New Roman";
	font-size: 14px;
}
#team1 table tr td div {
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#team1 table a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#team1 table a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

