.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;	
}

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

.dbw .lr img{
	width: 450px;
	height: auto;
}

.dbw .lr h2{
	margin-bottom: 20px;
	font-size: 16px;
	color: #4D4D4D;
}

.dbw .lr p{
	text-align: left;
	margin-left: 305px;
}

.dbw .lr h3{
	margin-top: 50px;
	margin-right: 100px;	
	text-align: right;
}

.dbw .lr h3 a{
	font-size: 14px;
	color: #646363;	
	text-decoration: none;
}

.dbw .lr h3 a:hover{
	color: #00A2E9;
	font-weight: bold;
}