@charset "UTF-8";

.list_li {
	width: 995px;
	margin-top: 5px;
	margin-left: 2px;
	list-style: none;
	height: 37px;
	background: url(../../images/list_bg.jpg) left top no-repeat;
}

.list_li li {
	float: left;
}

.run_box {
	width: 671px;
	height: 211px;
	position: relative;
	margin-top: 30px;
	padding: 23px 0 0 31px;
	background: url(../images/top_bg.jpg) no-repeat;
}

.run_box .rightimg {
	position: absolute;
	top: 51px;
	right: 25px;
}

.run_box ul {
	margin-top: 10px;
}

.run_box li {
	list-style: none;
	margin-bottom: 1px;
}

.run_box li a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content .compa_dl {
	width: 550px;
	line-height: 18px;
	float: left;

}
#content .compa_dl dt{
	width: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	float: left;

}
#content .compa_dl dd {
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}