.sbcatmain {
	font-size: 0.18rem;
	height: 50px;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	background-color: #FFF !important;
	position: relative;
}

.sbcatmain .sbscroll {
	display: flex;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	padding-top: 5px;
	position: relative;
}

.sbcatmain .sbscroll::-webkit-scrollbar {
	display: none;
}

.sbcatmain a {
	display: block;
	line-height: 0.3rem;
	font-size: 0.18rem;
	padding: 0 10px;
	text-align: center;
	color: #6c7582;
}
.sbscroll .cur{
	color: #01479d;
}
.shebeicss{
	padding: 0 2%;
	margin-bottom: 10px;
}
.shebeicss .sblist {
	font-size: 0.16rem;
	margin-top: 10px;
}
.shebeicss .sbitem{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.shebeicss .sbitem:nth-child(2n+2){
		margin-right: 0%;
}
.shebeicss .sbimg{
	
}
.shebeicss .sbimg img{
	display: block;
	width: 100%;
	border-radius:3px ;
}
.shebeicss .sbname{
	text-align: center;
	line-height: 0.36rem;
}