.search-list{
	border-radius: 0.011312rem;
    border: solid 0.00226rem #2fabb2;
    border-top: 0;
    width: 76%;
    background-color: #fff;
    padding: 0 0 0.1012rem 0;
    position: absolute;
}
.list-group-item {
	cursor: pointer;
    font-size: 0.0366742rem;
    position: relative;
    display: block;
    padding: 0.0226244rem 0.034rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0.0026rem solid #ddd;
}
.list-group-item >strong{
	color:#3088f3;
}
.list-group-item>.ent-info{
	background-color: #3088f3;
	color: #bef5f6;
}
.list-group-item:last-child{
	border-radius:0;
}
.list-group-item>.cy-info{
	background-color: #2fabb2;
	color: #bef5f6;
}
.list-group-item>.na-info{
	background-color: #e4645d;
	color: #bef5f6;
}
.list-group-item>.leftType{
    padding: 0 0.023122rem;
    margin-right: 0.0226244rem;
    font-size: 0.033674rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0 0 0.0226244rem 0;
}

.bg_current{
	background-color: #ddd;
}