#hbresults_tabs{}
#hbresults_tabs li .count{
	background: #8427A6;
	color: #FFF;
	border-radius: 3px;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 11px;
}
#hbresults_cont{
	/*border: 1px solid #ddd;*/
	border-top: none;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	/*margin-bottom: 40px;*/
}
#hbresults_cont .item{
	/*border: 1px #eeeeee solid;*/
	/*padding: 10px;*/
	margin-bottom: 10px;
}
#hbresults_cont .item .img{
	width: 100px;
	height: 100px;
	float:left;
	overflow: hidden;
	border-radius: 7px;
}
#hbresults_cont .item .img img{
	width: 100%;
	height: auto;
}
#hbresults_cont .item .title{
	width: calc( 100% - 110px);
	float: right;
}
#hbresults_cont .item .title .type_color{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	margin-right: 5px;
}
/*
.type_o0{
	background: linear-gradient(139.83deg, #E524DE 14.98%, #C527D2 66.74%), #E524DE!important;
}
.type_s3{
	background: linear-gradient(139.83deg, #C51515 14.98%, #9E0505 66.74%), #A61212!important;
}
.type_s1{
	background: linear-gradient(139.83deg, #4C49D2 14.98%, #24119A 66.74%), #4C49D2!important;
}
.type_s7{
	background: linear-gradient(139.83deg, #4C49D2 14.98%, #24119A 66.74%), #4C49D2!important;
}
.type_s2{
	background: linear-gradient(63.27deg, rgba(242, 242, 242, 0.18) 27.39%, rgba(163, 163, 163, 0.18) 87.08%), #A3A3A3!important;
}
.type_p0{
	background: linear-gradient(237.82deg, #00824B 39.17%, rgba(18, 108, 70, 0) 91.16%), #126C46!important;
}
*/
#hbresults_cont .item .title a{
	font-size: 20px;
}
#hbresults_cont .item .info{
	margin-top: 5px;
	width: calc( 100% - 110px);
	float: right;
}
#hbresults_cont .item .info .info_item{
	font-size: 12px;
	color: #9f9f9f;
	/*border-bottom: 1px #ddd dashed;*/
	margin-bottom: 3px;
}