main {
	position: relative;
	padding: 0.4rem 0;
}

.bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.atitle {
	text-align: center;
	font-weight: bold;
	font-size: 0.5rem;
	color: #c30108;
	margin-bottom: 0.3rem;
}
.ap {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: 0.3rem;
}
.swiper {
	width: 100%;
	max-height: 700px;
	position: relative;
	margin-bottom: 0.3rem;
	overflow: hidden;
}

.swiper img {
	width: 100%;
	max-height: 700px;
	object-fit: cover;
}

.swiper_tool {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 0.15rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.6rem;
	padding-right: 0.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.sq_label {
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
}
.label_center {
	width: 100%;
	display: flex;
	align-items: center;
}
.label_center a {
	width: 100%;
	display: flex;
	justify-content: center;
}
.lks_row {
	margin: 0.3rem 0;
	/* display: flex;
	column-gap: 0.4rem; */
}
.lks_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.4rem;
}
.lks_list li {
	width: calc((100% - 0.4rem) / 2);
}
.lks_list a {
	width: 100%;
	display: flex;
	column-gap: 0.4rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	padding: 0.12rem 0 0.12rem 0.15rem;
}
.lks_list a:hover {
	color: var(--yjw-content-color);
}
.lks_list li {
	position: relative;
	list-style: none;
}
.lks_list li::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--yjw-content-color);
}
.lks_list a span {
	display: inline-block;
}
.lks_list a span:first-child {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lks_list a span:last-child {
	width: 1.1rem;
	text-align: right;
	color: var(--yjw-content-color);
}
.ls_row {
	margin: 0.3rem 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.4rem;
	row-gap: 0.4rem;
}
.ls_row li {
	width: calc((100% - 0.4rem) / 2);
}
.ls_row a {
	width: 100%;
	display: block;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #f3f3f3;
}
.ls_row a .ls_title {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ls_row a p {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 800px) {
	.swiper-slide img {
		width: 100%;
		height: auto;
	}
	.lks_list {
		flex-direction: column;
		column-gap: 0;
		row-gap: 10px;
	}
	.lks_list li {
		width: 100%;
		border-bottom: 1px dashed var(--yjw-border-color);
	}
	.lks_list {
		width: 100%;
	}
	.atitle {
		font-size: 20px;
	}
	.ap {
		font-size: 16px;
	}
	.sq_label {
		width: 100%;
		max-width: 100%;
	}
	.lks_list a {
		font-size: 14px;
	}
	.lks_list a span:last-child {
		font-size: 12px;
	}
	.ls_row {
		flex-direction: column;
	}
	.ls_row li {
		width: 100%;
	}

	.ls_row a .ls_title {
		font-size: 16px;
	}
	.ls_row a p {
		font-size: 14px;
	}
}
