.main-news {
	margin-top: 145px;
	padding-bottom: 0.8rem;
}

.gp-container {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	width: 78.2vw;
}

.gp-clearFix:after {
	content: ' ';
	display: block;
	clear: both;
}

.main-news .mode1 {
	position: relative;
	z-index: 50;
}

.main-news .lf {
	float: left;
	width: 46.86%;
}

.main-news .rt {
	float: right;
	width: 49.5%;
}

.listTitle {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.listTitle h2 {
	padding: 43px 0 13px;
	line-height: 1;
	position: relative;
	/* border-bottom: 1px solid #e5e5e5; */
	font-weight: normal;
	font-size: 26px;

}

/* .listTitle h2::before {
    content: '';
    width: 42px;
    height: 3px;
    background-color: #004a99;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    z-index: 1;
} */
.more1 {
	float: right;
	padding-top: 55px;
	color: #999;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.titleColumn {
	display: inline-block;
}

.item_info7 {
	position: relative;
	padding: 10px 0 0 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.item_info7::before {
	content: '';
	width: 70%;
	height: 50%;
	transform: skew(-12deg);
	background-color: #006dcc;
	position: absolute;
	left: -40px;
	top: 0;
	z-index: 0;
}

.item_img7 {
	position: relative;
	z-index: 5;
}

.item_txt7 {
	position: absolute;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 0 15px;
	bottom: 20px;
	left: 10px;
	z-index: 10;
	color: #fff;
}

.item_txt7 a {
	font-size: 20px;
	color: #fff;
}

.item_info7::after {
	background-color: rgba(0, 0, 0, 0.6);
	height: 60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	z-index: 6;
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0;
	width: calc(100% - 10px);
}

.USTB_list8 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.USTB_list8>li {
	width: 33.3%;
	margin: 0 11px;
}

.USTB_list8>li:last-of-type {
	margin-right: 0;
}

.USTB_list8>li>a {
	display: block;
}

.item_txt8 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 20px;
}

.USTB_list1_wrap {
	position: relative;
	padding: 0 10px 10px 0;
}

.USTB_list1_wrap::after {
	content: '';
	width: 10px;
	height: calc(100% - 10px);
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #dee5ec;
}

.USTB_list1_wrap::before {
	content: '';
	width: 98%;
	height: 10px;
	position: absolute;
	bottom: 0;
	background-color: #dee5ec;
	left: 10px;
}

.USTB_list1 {
	position: relative;
	padding: 20px;
	background-color: #fff;
}

.USTB_list1::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #004a99;

	background: linear-gradient(to right, #004a99 76%, #f39800);
	position: absolute;
	left: 0;
	top: 0;
}

.USTB_list1 li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.USTB_list1 li>a {
	display: block;
	padding: 0.45vw 0;
}

.default-img {
	width: 14px;
	height: 14px;
}

.hover-img {
	width: 14px;
	height: 14px;
	display: none;
}

.USTB_list1 li:hover {
	color: #004a99;
	text-decoration: none;

}

.USTB_list1 li>a:hover {
	transform: translateX(10px);
}

.USTB_list1 li:hover .hover-img {
	display: block;
}

.USTB_list1 li:hover .default-img {
	display: none;
}

.USTB_list1 li:hover .date {
	color: #f39800;
}

.USTB_list1 li:hover .title {
	color: #004a99;
}

.USTB_list1 li:hover::after {
	width: 100%;
}

.USTB_list1 li .date {
	/* margin-bottom: 8px; */
	display: block;
	line-height: 30px;
	margin-left: 10px;
}

.USTB_list1 li .title {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.USTB_list1 li::after {
	content: '';
	width: 0;
	height: 1px;
	background-color: #004a99;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.36s ease-in-out;
}

.USTB_list1 li:last-of-type {
	border-bottom: none;
}

.date {
	color: #004a99;
	font-family: 'Optima';
}

.date i {
	margin-right: 5px;
	color: #004a99;
}

.main-swiper {
	padding: 0.8rem 0;
	background: #fff;
}

.main-swiper-container {
	background: #e9eef2;
	margin: 0 auto;
	padding: 0.5rem 0.5rem 0.8rem;
	box-sizing: border-box;
	max-width: 14.4rem;
	position: relative;
}

.main-swiper-container h4 {
	font-size: 0.2rem;
	font-weight: bold;
	margin-top: 0.3rem;
	line-height: 1.4em;
}

.main-swiper-container .hdtool {
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #014a99;
	color: #fff;
	position: absolute;
	right: 0.5rem;
	bottom: -0.2rem;
}

.main-swiper-container .hdtool a {
	color: #fff;
	display: block;
	height: 0.4rem;
	width: 0.6rem;
	text-align: center;
}

.main-swiper-container .hdtool .pagHb {
	color: #fff;
	width: auto;
	font-size: 16px;
}

.main-swiper-container .hdtool .pagHb .swiper-pagination-current {
	color: #fff;
	font-weight: bold;
}

.main-swiper-container .hdtool .pagHb .swiper-pagination-total {
	color: #fff;
	font-weight: bold;
}

.main-list {
	/* padding: 0.8rem 0; */
	background: #fff;
}

.main-list-container {
	margin: 0 auto;
	padding: 0.5rem 0.5rem 0.8rem;
	max-width: 14.4rem;
	display: flex;
}

.main-list-container .fBox {
	margin-top: 0.58rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.main-list-container .lf {
	min-width: 50%;
}

.main-list-container .rt {
	padding-left: 0.5rem;
	min-width: 40%;
}

.fBox .box {
	background-color: #e9eef2;
	padding: 0.5rem 0.2rem 0.46rem;
	position: relative;
}

.fBox .box h4 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.24rem;
	color: #333333;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.fBox .box:hover h4 {
	color: #004a99;
}

.fBox .box .dis {
	margin-top: 0.3rem;
	color: #666666;
	font-size: 0.18rem;
	line-height: 0.24rem;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.fBox .box .date {
	position: absolute;
	right: 0.2rem;
	top: -0.2rem;
	color: #fff;
	font-size: 0.14rem;
	background: #014a99;
	padding: 0.1rem;
}

.date i {
	color: #fff;
}

.main-list-container .tBox {
	margin-top: 0.38rem;
	/* display: grid; */
	/* gap: 30px; */
}

.tBox .item {
	padding: 0.3rem;
	background-color: #e9eef2;
	font-size: 0.18rem;
	position: relative;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 50px;
	box-sizing: border-box;
}

.tBox .item a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 75%;
}

.tBox .item .date {
	position: absolute;
	right: 0.2rem;
	top: -0.2rem;
	color: #fff;
	font-size: 0.14rem;
	background: #014a99;
	padding: 0.1rem;
}

.main-show {
	height: 5rem;
	/* background: url(showBg.jpg) no-repeat top center / cover; */
	background: url(wsztBg.png) no-repeat center;
	background-size: 14.4rem auto;
	margin: 0 auto;
}

.main-show .main-show-swiper {
	max-width: 14.4rem;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-show-swiper .leftbox {
	width: 35%;
}

.main-show-swiper .leftbox img {
	width: 5rem;
}

.main-show-swiper .rightbox {
	width: 60%;
	overflow: hidden;
	margin-right: 30px;
	margin-top: -50px;
}

.main-link {
	background-color: #fff;
}

.main-link-container {
	margin: 0 auto;
	padding: 0.5rem 0.5rem 0.8rem;
	max-width: 14.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-link-container .link-title {
	font-size: 0.2rem;
	margin-bottom: 0.3rem;
	margin-right: 0.3rem;
	color: #004a99;
	font-weight: 700;
}

.main-link-container .link-title::after {
	width: 0.6rem;
	height: 3px;
	background: #f39800;

	content: ' ';
	display: block;
	margin-top: 0.15rem;
}

.main-link-container ul li {
	min-width: 13%;
	margin-right: 1%;
	line-height: 0.35rem;
	border-bottom: 1px solid #eee;
	font-size: 0.16rem;
	margin-bottom: 0.1rem;
	width: auto;
}

.rightbox .swiper-slide {}

.rightbox .swiper-slide img {
	border-radius: 15px;
	border: 8px solid #ebd19c;
	width: 2.5rem;
	/* width: 2.55rem; */
	height: 2rem;
}

.trans-mask img {
	max-width: 100%;
	max-height: 100%;
}

.main-lkrw {
	max-width: 14.4rem;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 850px) {
	.main-news {
		margin-top: 0px;
	}

	.gp-container {
		width: auto !important;
		margin-left: 3vw;
		margin-right: 3vw;
		padding-left: 0;
		padding-right: 0;
	}

	.gp-container>.lf,
	.gp-container>.rt {
		float: none !important;
		width: 100% !important;
	}

	.gp-container>.rt {
		margin-top: 30px;
	}

	.main-swiper {
		padding: 0;
	}

	.main-list-container {
		flex-direction: column;
	}

	.main-list-container .fBox {
		grid-template-columns: 1fr;
	}

	.main-list-container .rt {
		padding-left: 0;
		min-width: 50%;
	}

	.main-link-container ul li {
		min-width: 31%;
	}

	.main-show {
		height: auto;
		background: none;
		/* 移除背景 */
		padding: 20px 0;
	}

	.main-show .main-show-swiper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
	}

	.main-show-swiper .leftbox {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.main-show-swiper .rightbox {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	/* 确保在移动端Swiper容器居中 */
	.rightbox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rightbox .swiper-wrapper {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.rightbox .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100% !important;
	}

	.rightbox .swiper-slide img {
		width: 100%;
		height: auto;
		max-width: 300px;
		border: none;
		/* 移除边框 */
		border-radius: 10px;
		/* 保持圆角 */
	}

}