main {
	padding-top: 0.2rem;
	padding-bottom: 0.4rem;
	background-color: #fff;
}

.swiper {
	width: 7.18rem;
	/* margin: 0 0.2rem; */
	height: 4.46rem;
	position: relative;
	overflow: hidden;
}

.swiper img {
	width: 100%;
	height: 100%;
}

.swiper_tool {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 0.15rem;
	box-sizing: border-box;
	color: #fff;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.45rem;
	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;
}

.flex_row {
	display: flex;
	justify-content: space-between;
	column-gap: 0.3rem;
}

.info_list {
	width: 6.52rem;
}
.info_list .list_label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c8c8c8;
}
.list_label_title {
	font-weight: bold;
	font-size: 0.24rem;
	color: var(--yjw-common-color);
	border-bottom: 4px solid var(--yjw-common-color);
}
.list_label_more {
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--yjw-content-color);
}
ul.ls {
	display: flex;
	flex-direction: column;
}
ul.ls li {
	position: relative;
	list-style: none;
	padding: 0.1rem 0 0.1rem 0.1rem;
	box-sizing: border-box;
}
ul.ls li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.ls li span {
	display: inline-block;
}
ul.ls li span:first-of-type {
	flex: 1;
	padding-right: 0.2rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
ul.ls li span:last-of-type {
	color: var(--yjw-content-color);
	font-size: 0.16rem;
}

ul.ls li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f69600;
}

.notice_view {
	display: flex;
	column-gap: 0.2rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	background: #f4f4f4;
}
.notice_view ul.ls {
	width: 100%;
	max-width: calc(100% - 0.7rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	align-self: center;
	padding-right: 0.2rem;
	column-gap: 0.4rem;
	box-sizing: border-box;
}
.notice_view ul.ls li {
	width: 6.35rem;
	padding-right: 0;
}
.notice_bar {
	width: 0.5rem;
	height: 1.41rem;
	font-weight: bold;
	font-size: 0.24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	writing-mode: vertical-rl;
	background: var(--yjw-common-color);
}

.grid_auto {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*grid-template-rows: repeat(2, 1fr);*/
	column-gap: 0.3rem;
	row-gap: 0.3rem;
}
.grid_auto .info_list {
	width: 4.46rem;
}

@media screen and (max-width: 800px) {
	.flex_row {
		flex-direction: column;
		column-gap: 0;
		row-gap: 0.3rem;
	}
	.flex_row .swiper {
		width: 100%;
		height: 216px;
	}
	.flex_row .info_list {
		width: 100%;
	}
	.list_label_title {
		font-size: 18px;
	}
	ul.ls li {
		padding: 10px 0 10px 10px;
	}
	ul.ls li span:first-of-type {
		font-size: 14px;
	}
	ul.ls li span:last-of-type {
		font-size: 12px;
	}
	.notice_view {
		width: 100%;
		flex-direction: column;
		row-gap: 20px;
		column-gap: 0;
		padding-bottom: 20px;
	}
	.notice_bar {
		height: 50px;
		width: 141px;
		font-size: 18px;
		flex-direction: column;
		align-items: center;
		writing-mode: horizontal-tb;
	}
	.notice_view ul.ls {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		box-sizing: border-box;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.notice_view ul.ls li {
		width: 100%;
	}

	.grid_auto {
		display: flex;
		flex-direction: column;
		column-gap: 0;
		row-gap: 0.3rem;
	}
	.info_list {
		width: 100%;
	}
	.grid_auto .info_list {
		width: auto;
	}
}
