.divbf{
	background-color: #fff;
}
.c_cf{
	color: #ff3000;
}
.partClassifyMain{
	padding-top: 20px;
	padding-bottom: 75px;
}
.partClassifyNavTop{
	width: 300px;
	height: 100px;
	padding:0px 20px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.partClassifytit{
	padding: 12px 0px;
	font-weight: 700;
	font-size: 14px;
}
.bd{
	border-bottom: 1px solid #EBEBEB;
}
/* 2023-12-22 zhangyp 添加跟随效果 */
.partClassifyFixed{
	width: 300px;
    margin-right: 20px;
    position: relative;
}
.partClassifyFixed .partClassifyNav{
	position: sticky;
	top:0;
	left:0;
}
.partClassifyNav{
	width: 300px;
	margin-right: 20px;
}
.partClassifyrcont{
	width: 1180px;
}
.partClassify_search{
	display: flex;
	box-sizing: border-box;
	padding: 0px 15px;
	width: 260px;
	height: 35px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
}
.pcsinput{
	width: 195px;
	height: 32px;
	background-color: #F8F8F8;
}
.pcsinputsc{
	width: 32px;
	height: 32px;
	background: #f8f8f8;
}
.pcsinput::placeholder{
	color:#999999 !important;
}
.partClassifyNavc{
	padding: 0px 20px;
}
.navlist{
	height: 20px;
	padding: 6px 0px;
	overflow: hidden;
}
.navlist a{
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.navlist a:hover,.navlist .active{
	color: #0070BC;
}
.navlistm{
	padding-top: 5px;
	padding-bottom: 15px;
    margin: 0;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    box-sizing: border-box;
    background: #fff;
}
.pCrcontItemtit{
	display: flex;
    align-items: center;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    line-height: 35px;
    background: #F3F3F3;
    padding-left: 20px;
}
.pCrcontItemtit::before{
	content:'';
	display: inline-block;
	width:4px;
	height:18px;
	margin-right:10px;
	background:#00A0E8;
}
.pCrcontItemul{
	padding: 15px 20px 10px 20px;
	display: flex;
	font-size: 12px;
	flex-wrap: wrap;
}
.pCrcontItemul .table_list_loading{
	width: 100%;
}
.splbgd{
	display: inline-block;
	width: 5px;
height: 5px;
vertical-align: middle;
background: #CCCCCC;
border-radius: 50%;
margin-right: 5px;
}
.pCrcontItemul li{
	width: 33%;
	padding-right: 0.3%;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 20px;
}
.pCrcontItemul li a:hover ,.pCrcontItemul .aed a{
	font-weight: 700;
	color: #0070BC;
}
.pCrcontItem_no_search{
	height: 900px;
    background: #ffffff;
    display: flex;
    align-items: center;
}