.dbw{
	width: 1423px;
	height: auto;
}

.dbw .lb{
	float: left;
	width: 350px;
	height: auto;
	padding-bottom: 80px;
}

.dbw .lb dl{
	width: 250px;
	height: auto;
	margin-top: 20px;
	border: 1px solid #D9D9D9;
}


.dbw .lb dl dt{
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	background:#00A2E9;
}

.dbw .lb ul li{
	list-style-image: url(../images/li.png);
	line-height: 320%;
	margin-left: 20px;
	padding-left: 10px;
}

.dbw .lb ul li a{
	display: block;
	color:#6F6F6F;
	font-size: 16px;
	text-decoration: none;
}

.dbw .lb ul li:hover{
	list-style-image: url(../images/lil.png);
}

.dbw .lb ul li a:hover{
	color: #00A2E9;
	font-weight: bold;	
}

.lr{
	float: right;
	padding-top: 40px;
	width: 75%;
	height: auto;
	padding-bottom: 80px;
}

.lr ul li{
	width:95%;	
	margin-bottom:5px;
	border-bottom:1px #CCCCCC dashed;
	list-style: none;
	margin-right: 5%;
	}
	
.lr ul li a{
	font-size:16px;
	color:#666666;
	line-height:30px;
	text-decoration: none;
	}
	
.lr ul li a:hover{
	color:#00A2E9;
	}	
	
.lr ul li span{
	float:right;
	width:155px;
	height:30px;
	overflow:hidden;
	}
	
	
.lr p{
	clear:both;
	width:90%;
	margin-left:65px;
	padding-top:50px;
	margin-bottom:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
}

.lr p a{
	text-decoration:none;
	text-align:center;
	color:#333333;
	font-size:14px;
	padding:2px 3px 2px 10px;
	background:#DDDDDC;
	margin-left:4px;
	margin-right:4px;
}

.lr p a:hover{
	color:#FFFFFF;
	background:#00A2E9;
}