@charset "utf-8";
/* CSS Document */

.box {
	width: 1172px;
	height: auto;
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	}
.box_con{ width:1170px; margin:20px 0 20px 0;	border: 1px solid #dcdcdc;
}
.rightNav {
	width: 100%;
	height: 58px;
	background: #f6f6f6;
	border-bottom: 2px solid #dcdcdc;
}
.rightNav h3 {
	width: 110px;
	height: 58px;
	line-height: 58px;
	margin-left: 20px;
	display: inline;
	border-left: 4px solid #0057a4;
	padding-left: 15px;
	font-size: 18px;
	color: #db3232;
	font-weight: bold;
}
.box ul {
	width: 1150px;
	margin: 0 auto;
	height: auto;
	border-bottom: 1px dashed #d7d5d5;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.box ul li {
	width: 1150px;
	height: 36px;
	line-height: 36px;
	float: left;
}
.box ul li a {
	font-size: 16px;
	color: #333333;
	background: url(../image/tb_icon05.jpg) no-repeat left;
	padding-left: 10px;
}
.box ul li a:hover {
	color: #0057a4;
}
.box ul li span {
	float: right;
	font-size: 16px;
	color: #a1a1a1;
}
