/* CSS Document */
body {
	background: #fff;
}

input,button,select,textarea {
	outline: none;
}

ul,li,dl,ol {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

.box {
	width: 980px;
	margin: 0 auto;
}

.bcon {
	width: 270px;
	border: 1px solid #eee;
	margin: 30px auto;
}

.bcon h1 {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
}

.bcon h1 b {
	font: bold 14px/40px '����';
	border-top: 2px solid #3492D1;
	padding: 0 8px;
	margin-top: -1px;
	display: inline-block;
}

.list_lh {
	height: 600px;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-left: 1%;
	font-size: 18px;
}

.list_lh1 {
	height: 400px;
	overflow: hidden;
	width: 47%;
	float: left;
	margin-left: 1%;
}

.list_lh li {
	padding: 10px;
}

.list_lh1 li {
	padding: 10px;
}

.list_lh li.lieven {
	background: #F0F2F3;
}

.list_lh1 li.lieven {
	background: #F0F2F3;
}

.list_lh li p {
	height: 24px;
	line-height: 24px;
}

.list_lh1 li p {
	height: 24px;
	line-height: 24px;
}

.list_lh li p a {
	float: left;
}

.list_lh1 li p a {
	float: left;
}

.list_lh li p em {
	width: 80px;
	font: normal 12px/24px Arial;
	color: #FF3300;
	float: right;
	display: inline-block;
}

.list_lh1 li p em {
	width: 80px;
	font: normal 12px/24px Arial;
	color: #FF3300;
	float: right;
	display: inline-block;
}

.list_lh li p span {
	color: #999;
	float: right;
}

.list_lh1 li p span {
	color: #999;
	float: right;
}

.list_lh li p a.btn_lh {
	background: #28BD19;
	height: 17px;
	line-height: 17px;
	color: #fff;
	padding: 0 5px;
	margin-top: 4px;
	display: inline-block;
	float: right;
}

.list_lh1 li p a.btn_lh {
	background: #28BD19;
	height: 17px;
	line-height: 17px;
	color: #fff;
	padding: 0 5px;
	margin-top: 4px;
	display: inline-block;
	float: right;
}

.btn_lh:hover {
	color: #fff;
	text-decoration: none;
}

.btm p {
	font: normal 12px/24px 'Microsoft YaHei';
	text-align: center;
}