.kernel_content{
	background: #fff;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
}
.forum_list{
	width: 100%;
	margin-top: 20px;
}
.forum_list thead{
	line-height:38px;
	background:rgba(248,248,248,1);
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,0,0,1);
}

.forum_list thead th{
	padding-left: 18px;
}

.forum_list tbody tr{
	height: 60px;
	border-bottom: 1px solid #F2F2F2;
}

.forum_list tbody tr td{
	text-align: left;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	padding-left: 18px;
}

.forum_list tbody tr td a{
	color:rgba(0,0,0,1);
	text-decoration: none;
	display: block;
}
.category_text{
	font-size:14px!important;
	font-family:PingFangSC-Regular,PingFang SC!important;
	font-weight:400!important;
}

.category_text a{
	color:rgba(71,149,247,1)!important;
}

.private_models_num{
	font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,1);
    text-align: center;
    margin-top: 20px;
}
.forklist_img{
	margin-right: 4px;
	width: 22px;
	margin-top: -1px;
}