.search {
	min-width: 1200px;
	width: 100%;
	background-image: url(../images/szk_top_bg.png);
	background-size: 100% 544px;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 800px;
	overflow: hidden;
}

.ss_wrapers {
	width: 1200px;
	margin: 0 auto;
}

.search_top {
	margin: 40px auto;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.search_top img {
	width: 48px;
	height: 48px;
}

.search_top_right {
	display: flex;
	flex-direction: column;
	gap: 5px;

}

.search_top_right h3 {
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}

.search_top_right span {
	color: #FFFFFF;
	font-family: PingFang SC;
	font-size: 12px;
}

.index_kcsz_center_top {
	position: relative;
}

/* 搜索内容 */
.search_list {
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.search_list_left {
	width: 224px;
	height: 540px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF8 100%);
	border-radius: 8px;
	overflow: hidden;
}

.search_list_right {
	width: 956px;
	height: 540px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF8 100%);
	border-radius: 8px;
	padding: 0 10px;

}

.search_list_left_top {
	width: 224px;
	height: 50px;
	background: #FFF8EA;
	color: #B3853F;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	font-weight: 600;

}

.search_list_left_item {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	cursor: pointer;
}

.search_list_left_item span:first-child {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ffb845;
}

.search_class_text {
	font-family: PingFang SC;
	font-size: 14px;
	color: #000000;
	flex: 1;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.search_list_left_item img {
	width: 16px;
	height: 16px;
}

.span_class {
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	background-color: #fff8ea;
	border-radius: 8px;
	color: #B3853F;
	font-family: PingFang SC;
	font-size: 12px;
}
.my_page{
	text-align: center;
}
.active_rid .search_class_text{
	color: #A00C00 !important;
}
.active_rid span{
	background-color: #A00C00 !important;
}
.resouce_title{

	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.resouce_title:hover{
	color: #B3853F;
	font-weight: 600;
}
.el-table tr{
	cursor: pointer;
	background-color: #fffdf9;
}
.el-table, .el-table__expanded-cell{
	background-color: #fffdf9;
}
.el-table th.el-table__cell{
	background-color: #fffdf9;
}
.search_list_left_list{
	width: 100%;
	height: 490px;
	overflow-y: scroll;
}


  ::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
  }
  ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d3e3fd;
  }
  .index_kcsz_center_top_left{
	cursor: pointer;
  }
  .index_kcsz_center_top_left:hover{
	font-weight: 800;
	color: #ebf8ea;
  }