﻿
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    cursor: pointer;
}
.bhApp_list{
	width:99%;
	height:auto;
	background:#FFF;
	padding:0.625em 0 2.25em 0;
}
.bhApp_list ul{
	float:left;
	padding:0 0.625em;
}

.bhApp_list ul li{
	width:100%;
	float:left;
	font-size:0.93em;
	color:#90000a;
	background:url(../images/jt.png) no-repeat left 0.8em;
	padding:0.2em 0 0.2em 0.7em;
	border-bottom:1px dotted #c2c2c2;
}
.bhApp_list ul li a{
	width:100%;
	line-height:1.9em;
	font-size:1.125em;
	float:left;
	color:#333;
}

.bhApp_more {
    width: 40%;
    height: 2.25em;
    background: #e5e5e5;
    line-height: 2.25em;
    text-align: center;
    font-size: 1em;
    color: #90000a;
	margin:0 auto;
    margin-top: 1.25em;
	clear:both;
}