.tool_box {
	position: relative;
	left: 50%;
	top: -0.45rem;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1400px;
	height: 0.9rem;
	display: flex;
	column-gap: 0.1rem;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 0.2rem;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-sizing: border-box;
}

@media screen and (max-width: 1400px) and (min-width: 800px) {
	.tool_box {
		width: calc(100% - 1.2rem);
	}
}
@media screen and (max-width: 800px) {
	.tool_box {
		width: calc(100% - 0.6rem);
		top: 0;
		box-shadow: none;
	}
}

/* 搜索工具栏 */
.tool_search_box {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 0;
}

.tool_box input {
	width: calc(100% - 1.05rem);
	height: 0.5rem;
	padding-top: 0;
	padding-bottom: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tool_btn {
	display: inline-block;
	width: 1.05rem;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: center;
	font-size: 0.16rem;
	white-space: nowrap;
	color: #fff;
}
.tool_btn_search {
	background: var(--yjw-common-color);
}
.tool_btn_register {
	background: var(--yjw-primary-color);
}
.tool_btn_login {
	background: var(--yjw-info-color);
}
a.tool_btn:hover {
	color: #fff;
}
.tool_search_ico {
	width: 0.25rem;
	height: 0.25rem;
}

/* 响应式区域 */
.reactbox {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	box-sizing: border-box;
}
.reactbox_item {
	width: 3.2rem;
	height: 4.46rem;
}

.reactbox_swiper {
	flex: 1;
}

@media screen and (max-width: 800px) {
	.reactbox {
		flex-direction: column;
		row-gap: 0.3rem;
	}
	.reactbox_item {
		height: auto;
		width: 100%;
	}
}

/* 列表展示 */
.list_title_meta {
	border-bottom: 1px solid #c8c8c8;
}
.list_title_meta .title_meta_bold {
	font-size: 0.24rem;
	font-weight: bold;
	color: var(--yjw-common-color);
	border-bottom: 4px solid var(--yjw-common-color);
}
.list_more {
	font-size: 0.16rem;
	color: #999;
}
.xgzc_list li {
	width: 3.2rem;
	height: 0.71rem;
	margin-top: 0.1rem;
	background: #f5f5f5;
	padding: 0.14rem 0.17rem;
	box-sizing: border-box;
}

ul.xgzc_list li a {
	display: block;
	color: #333;
	font-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.tzgg_list li a {
	display: block;
	width: 100%;
	height: 0.82rem;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
}
ul.tzgg_list li:last-of-type a {
	border-bottom: none;
}
.list_time {
	width: 0.52rem;
	height: 0.48rem;
	margin-right: 0.15rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: 0.04rem;
	overflow: hidden;
}
.list_time span:first-of-type {
	color: var(--yjw-common-color);
	font-size: 0.18rem;
	font-weight: bold;
	background-color: #fff8ea;
}
.list_time span:nth-of-type(2) {
	color: #fff;
	font-size: 0.12rem;
	white-space: nowrap;
	background-color: var(--yjw-common-color);
}
.list_desc {
	flex: 1;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	box-sizing: border-box;
}

/* 轮播图 */
.swiper {
	width: 7.18rem;
	margin: 0 0.2rem;
	/* height: 4.46rem; */
	position: relative;
	overflow: hidden;
}
.swiper img {
	width: 100%;
	height: 4.3rem;
	object-fit: cover;
	/* height: 100%; */
}

@media screen and (max-width: 800px) {
	.swiper {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.swiper img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
.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;
}
.mobile_swiper {
	margin: 0 0 0.3rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
}

.jydt {
	display: flex;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.jydt_tool {
	margin-right: 0.16rem;
}
.jydt_list {
	display: flex;
}

@media screen and (max-width: 768px) {
	.jydt {
		flex-direction: column;
		align-items: flex-start;
	}
	.jydt_tool {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.jydt_tool a img {
		margin: 0 0.1rem 0;
	}
	.jydt_label_meta {
		margin-bottom: 0 !important;
	}
	.jydt_list {
		width: 100%;
		padding-top: 0.3rem;
		flex-direction: column;
		row-gap: 0.3rem;
	}
	.jydt ul li a:hover {
		/* border-left: 6px solid var(--yjw-common-color); */
	}
}
/* .jydt_tool a {} */

.jydt_label_meta {
	width: 1.66rem;
	height: 0.8rem;
	/* margin-right: 0.16rem; */
	margin-bottom: 0.3rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	background: var(--yjw-common-color);
}
.jydt_tool span {
	font-size: 0.18rem;
}
.jydt_tool img {
	width: 0.25rem;
	height: 0.19rem;
}
.jydt ul li {
	flex: 1;
	/* width: 2.98rem; */
	height: 2.2rem;
	margin-right: 0.09rem;
	box-sizing: border-box;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.jydt ul li a {
	height: 100%;
	display: block;
	padding: 0.22rem 0.16rem;
	box-sizing: border-box;
}
.jydt ul li a:hover {
	border-bottom: 6px solid var(--yjw-common-color);
}

.jydt_title {
	min-height: 0.55rem;
	font-weight: bold;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jydt_content {
	max-height: 0.75rem;
	margin: 0.14rem 0;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.jydt_timestamp {
	color: var(--yjw-content-color);
}

.suit_banner {
	padding-bottom: 0.5rem;
}
.suit_banner a {
	display: block;
}
.suit_banner img {
	width: 100%;
	/* height: 1.2rem; */
}

.zpzw {
	position: relative;
	padding-top: 0.66rem;
	padding-bottom: 0.4rem;
	background: #f5f5f5;
}
.zpzw .pad {
	position: absolute;
	top: -0.09rem;
	left: 50%;
	transform: translateX(-50%);
}
.pad img {
	width: 1.94rem;
	height: 0.55rem;
}
.zpzw .pad span {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0.55rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.24rem;
	color: #ffffff;
}
.zw_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(4.52rem, 1fr));
	row-gap: 0.2rem;
	column-gap: 0.2rem;
}
.zw_item {
	padding: 0.17rem 0.2rem;
	background: #fff;
}
.zw_item .zw_college {
	width: 79px;
	height: 79px;
	margin-right: 0.2rem;
}
.zw_item div {
	flex: 1;
}
.zw_title {
	display: block;
	max-width: 2.8rem;
	font-size: 0.18rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zw_info {
	margin-top: 0.2rem;
	font-size: 0.16rem;
	color: #999;
}
.zpzw_more {
	display: block;
	margin: 0.28rem auto 0;
	width: 1.4rem;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	font-size: 0.18rem;
	background: #dbdbdb;
}
.article_lks {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 0.3rem;
}
.lks_list {
	flex: 1;
	min-width: 6.85rem;
}
.lks_list li {
	position: relative;
	width: 100%;
	margin: 0.2rem 0;
}
.lks_list li::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	background: #f69600;
}
.lks_list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lks_list li span:nth-of-type(2) {
	max-width: 6rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	/* border: 1px solid red; */
}
.lks_list li span:nth-of-type(3) {
	width: 0.85rem;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #999;
	text-align: right;
}
.lks_list .list_style {
	display: none;
	width: 0.05rem;
	height: 0.05rem;
	background: #f69600;
}

@media screen and (max-width: 800px) {
	.article_lks {
		flex-direction: column;
	}
	ul.xgzc_list li {
		width: 100%;
		height: auto;
	}
	ul.xgzc_list li a {
		font-size: 14px;
	}
	.reactbox_item {
		margin-bottom: 0;
	}

	.lks_list {
		min-width: 100%;
	}
	.lks_list li a {
		padding: 8px 0;
		border-bottom: 1px dashed #eee;
	}
	.lks_list li span:nth-of-type(2) {
		margin-right: 10px;
		font-size: 14px;
		width: 100%;
	}
	.lks_list li span:nth-of-type(3) {
		font-size: 12px;
	}

	.tool_box input,
	.tool_btn {
		font-size: 14px;
	}
	.tzgg_list .list_time span {
		font-size: 14px;
	}
	.tzgg_list .list_time {
		display: flex;
		flex-direction: column;
		width: 52px;
		height: 48px;
	}
	.tzgg_list .list_time span {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tzgg_list .list_time span:last-of-type {
		font-size: 10px;
	}
	.tzgg_list .list_desc {
		font-size: 14px;
	}

	.jydt_list li {
		height: auto;
	}
	.jydt_list .jydt_title {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}
	.jydt_list .jydt_content {
		-webkit-line-clamp: 2;
		font-size: 14px;
	}
	.jydt_list .jydt_timestamp {
		font-size: 12px;
	}
}
