.xksj_head{
	position: relative;
	width:100%;
	height:360px;
	z-index: -1;
}
.xksj_head .xksj_bj{
	position: absolute;
	width:100%;
	height:360px;
	top:0;
	left:0;
	object-fit: cover;
	z-index: -1;
}
.xksj_timg{
	position: absolute;
	width:986px;
	height:80px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}
.xksj_timg img{
	width:986px;
	height:80px;
}
.xksj_content{
	width:1200px;
	margin: 0 auto;
}
.data-box{
	width: 1200px;
	margin:40px auto;
	/* height: 200px; */
	margin-top: -92px;
	/* background-color: #fff; */
}
.type_box{
	display: flex;
	align-items: baseline;
	border-radius: 12px;
}
.type_box_item{
	z-index: 10;
	cursor: pointer;
	color: #fff;
	padding: 10px 28px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 16px;
}
.box-list{
	border-radius: 16px;
	border-top-left-radius: 0;
	padding: 24px;
	box-sizing: border-box;
	background-color: #fff;
}
.history{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.titles{
	color: #000;
	font-size: 16px;
	margin-right: 10px;
}
.history_box{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.history_label{
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 12px;
	border: 1px solid #999999;
	padding: 3px 16px;
	color: #999;
	border-radius: 16px;
}
.remove{
	cursor: pointer;
	margin-left: 8px;
}
.label{
	display: flex;
	flex-wrap: wrap;
}
.label_items{
	width:1000px;
	height:39px;
	overflow: hidden;
}
.label_itemss{
	width:1000px;
	height:auto;
	overflow: hidden;
}
.label_items1{
	width:1000px;
	height:39px;
	overflow: hidden;
}
.label_items2{
	width:1000px;
	height:39px;
	overflow: hidden;
}
.label_item{
	display: inline-block;
	cursor: pointer;
	margin-bottom: 12px;
	margin-right: 12px;
	border-radius: 16px;
	padding: 4px 16px;
	font-size: 14px;
}
.label_btn{
	color:#CB171D;
}
.xksj_list{
	font-size: 0px;
}
.xksj_li{
	display: inline-block;
	width: 228px;
	height: 190px;
    border:1px solid #DCDCDC;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 24px;
	margin-right: 15px;
}
.xksj_li:nth-child(5n){
	margin-right: 0px;
}
	
.xksj_limg{
	width: 228px;
	height: 137px;
}
.xksj_limg img{
	width: 228px;
	height: 137px;
}
.xksj_text{
	padding: 14px 14px;
}
.xksj_text p{
	width:200px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
}
.xksj_tap{
	font-size: 14px;
	color: #999999;
	margin-right: 8px;
}