html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1180px;
	min-height: 800px;
}

.body-container {
	height: 100%;
	width: 100%;
}

.head-container {
	padding: 24px 0 0;
}

.logo-box {
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-width {
	width: 80%;
	min-width: 1180px;
	margin: 0 auto;
}

.logo-box {
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-box {
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-box>a>img {
	min-height: 64px;
}

.search-box {
	display: flex;
	align-items: center;
	max-width: 500px;
	width: 100%;
}

.search-input {
	background-color: #fff;
	border: 1px solid #7EAED6;
	border-radius: 4px;
	flex: 1;
	padding: 10px;
	font-size: 16px;
	outline: none;
}

.search-input::placeholder {
	color: #888;
}

.search-button {
	padding: 10px 20px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.tabs-container {
	background-color: #005BAC;
	margin: 20px auto;
}

.tabs-container .tabs {
	padding: 0;
	margin: 0 auto;
	color: #FEFEFE;
	list-style: none;
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1.5fr 1fr 1fr 1fr;
}

.tabs-container .tabs .tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 540;
	letter-spacing: 0.02rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: relative;
}

.tabs-container .tabs .tab>a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	font-size: 0.9rem;
	color: #fff;
	height: 100%;
	width: 100%;
}

.tabs-container .tabs .tab img {
	width: 18px;
	height: 18px;
	margin-right: 6px;
}

.tabs-container .tabs .tab:hover {
	background-color: #007bff;
	color: #fff;
}

.tabs-container .tabs .tab .active {
	background-color: #007bff;
	color: #fff;
	border-bottom: 2px solid #007bff;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #317BBC;
	opacity: 0.9;
	z-index: 1000;
}

.dropdown-menu li {
	padding: 14px;
	border-bottom: 2px solid #7AABD6;
}

.dropdown-menu li a {
	text-decoration: none;
	color: #FEFEFE;
	display: block;
}

.dropdown-menu li:hover {
	background-color: #007bff;
	font-weight: 540;
	color: #fff;
}

.tab.dropdown:hover .dropdown-menu {
	display: block;
}

.tabs-container .top-banner-line {
	height: 28px;
	background-color: #D9EBFF;
}

.tabs-container .top-banner-box {
	min-height: 420px;
}

.tab-content {
	padding: 20px 0 0;
	background-color: #fff;
	position: relative;
}

/* 新闻动态 */
.tab-content .news {
	width: 80%;
	min-width: 1180px;
	margin: auto;
}

.tab-content .news .news-tit-box {
	display: flex;
	padding: 4px 16px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.tab-content .news .news-tit-box .news-tit-left {
	width: 260px;
}

.tab-content .news .news-tit-box .news-tit-left .news-tit_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.tab-content .news .news-tit-box .news-tit-left .news-tit_2 {
	width: 80%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.tab-content .news .news-tit-box .news-tit-right {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.tab-content .news .news-tit-box .news-tit-right .news-right-line {
	width: 90%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.tab-content .news .news-tit-box .news-tit-right .news-tit-more {
	width: 160px;
	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
	padding-bottom: 6px;
}

.tab-content .news .news-tit-box .news-tit-right .news-tit-more>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.tab-content .news .news-info-box {
	min-width: 1180px;
	display: flex;
	margin: 32px auto;
}

.tab-content .news .news-info-box .news-info-left {
	box-sizing: border-box;
	min-height: 390px;
	min-width: 580px;
	/* 调整为50%宽度 */
	/* padding-right: 20px; */
	/* 增加右侧间距 */
}

.tab-content .news .news-info-box .news-info-right {
	box-sizing: border-box;
	min-height: 390px;
	width: 100%;
	min-width: 580px;
	padding-left: 20px;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container {
	width: 100%;
	min-height: 100px;
	max-height: 102px;
	display: flex;
	flex-wrap: wrap;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box {
	width: 47%;
	margin: auto;
	box-sizing: border-box;
	text-decoration: none;
	padding: 6px 4px;
	min-height: 98px;
	max-height: 102px;
	border-bottom: 1px solid #e1e1e1;
	color: #000;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box:hover {
	color: #0067B2;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box>h3 {
	font-size: 16px;
	word-break: break-all;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: nowrap;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box .item-right-news-date {
	display: flex;
	align-items: center;
	font-family: Arial;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box .item-right-news-date>img {
	margin-right: 4px;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box {
	height: 64px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #343434;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box:hover {
	width: 100%;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1.1);
	color: #fff;
	transform-origin: left center;
	background-color: #005BAA;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left {
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left .news-day_1 {
	font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 6px;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left .news-day_2 {
	font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-line {
	width: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 70%;
	font-size: 26px;
	margin-right: 16px;
}

.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-right {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.05rem;
	width: 100%;
	font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 4px;
}

/* 通知公告与招聘信息 */
.tab-content .noticeAndRecruitment .bj {
	width: 200px;
	position: absolute;
	height: 251px;
	background: #e5eef7;
}

.tab-content .noticeAndRecruitment .zyContent {
	display: flex;
	/* overflow: hidden; */
}

.tab-content .noticeAndRecruitment .zyContent .NRZ {
	background-color: #e5eef7;
	width: 55%;
	transform: skew(-17deg);
	min-height: 360px;
	min-width: 620px;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb {
	width: 83%;
	margin: auto 30px auto auto;
	min-width: 620px;
	display: flex;
	padding: 24px 0px;
	justify-content: space-between;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .zzb {
	display: flex;
	flex-direction: column;
	transform: skew(17deg);
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xws .nfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005bac;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xwx {
	display: flex;
	margin: -8px 0px 0px 14px;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xwx .ywfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: rgba(0, 91, 172, 0.3);
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .yyb {
	padding-right: 35px;
	display: flex;
	align-items: center;
	color: #1065b0;
	transform: skew(17deg);
	font-weight: 540;
	font-size: 16px;
	letter-spacing: 0.03rem;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .zb .yyb .yyb-more {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #1065b0;
	font-size: 19px;
	z-index: 9999;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .xbContent {
	width: 80%;
	margin: -12px 40px auto auto;
	display: flex;
	flex-direction: column;
	transform: skew(17deg);
	min-height: 260px;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .xbContent .xb {
	display: flex;
	align-items: center;
	margin-left: 16px;
	margin-right: 30px;
	color: #343434;
	text-decoration: none;
	min-height: 40px;

}

.tab-content .noticeAndRecruitment .zyContent .NRZ .xbContent .xb .xbz {
	font-size: 16px;
	color: #fff;
	background: #015cad;
	margin: 0px 22px;
	border-radius: 16px;
	padding: 0px 4px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .xbContent .xb .xby {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-size: 18px;
}

.tab-content .noticeAndRecruitment .zyContent .NRZ .xbContent .xb .xby:hover {
	color: #015cad;
	font-weight: 550;
}



.tab-content .noticeAndRecruitment .zyContent .NRY {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
	position: relative;
	left: -72px;
	width: 45%;
	/* width: 660px; */
}

.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP {
	display: flex;
	margin-left: 80px;
	margin-top: 50px;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP .zzb {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 30px;
}


.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xws .nfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005bac;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xwx .ywfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: rgba(0, 91, 172, 0.3);
}

.tab-content .noticeAndRecruitment .zyContent .NRY .NRYP .yyb {
	padding-right: 35px;
	display: flex;
	align-items: center;
	color: #1065b0;
	font-weight: 540;
	font-size: 16px;
	letter-spacing: 0.03rem;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content {
	width: 78%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 100;
	margin-top: 60px;
	margin-left: 96px;
	height: 70%;
	min-height: 80px;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content .nry-tit-box {
	min-height: 64px;
	width: 100%;
	position: relative;
	overflow: hidden;
	top: 24px;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content .nry-tit-box .nry-tit_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	left: 10px;
	top: 0;
	color: #005AAB;
	z-index: 9999;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content .nry-tit-box .nry-tit_2 {
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	left: 20px;
	top: 25px;
	color: #A0C1E0;
	z-index: 999;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content .nry-item {
	display: inline-block;
	text-decoration: none;
	width: 48%;
}

.tab-content .noticeAndRecruitment .zyContent .NRY .nry-content .nry-item>img {
	width: 94% !important;
	margin: auto;
}

.tab-content .noticeAndRecruitment .zyContent .NRY::before {
	content: '';
	position: absolute;
	top: 68px;
	left: 32px;
	bottom: 0;
	background-color: #f0f5fa;
	width: 1400px;
	transform: skewX(-17deg);
	height: 87%;
	min-width: 560px;
}

.tab-content .noticeAndRecruitment {
	height: 420px;
	overflow: hidden;
	position: relative;
}


.tab-content .notice-container {
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-width: 1180px;
	min-height: 430px;
	margin: auto;
	position: relative;
}

.tab-content .notice-container .notice-left-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58%;
	min-height: 430px;
	background-color: #F2F7FB;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.tab-content .notice-container .notice-left-box .notice-tit-box {
	width: 90%;
	margin: 16px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
}

.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left {
	min-width: 240px;
	width: 100%;
	position: relative;
	min-height: 60px;
}


.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left .notice-tit-box_1 {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}


.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left .notice-tit-box_2 {
	position: absolute;
	left: 3%;
	bottom: 14px;
	width: 94%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-right {
	text-decoration: none;
	width: 160px;
	text-align: right;
	margin-left: 16px;
	font-weight: 540;
	font-size: 18px;
	color: #015AAD;
}

.tab-content .notice-container .notice-left-box .notice-info-box {
	width: 90%;
	margin: auto;
}


.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box {
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 16px;
}

.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box .item-notice-tip {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 16px;
	background-color: #005CAC;
	color: #FDFEFF;
	margin-right: 16px;
}

.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box .item-notice-value {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	letter-spacing: 0.05rem;
	width: 80%;
	font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	color: #343434;
}


.tab-content .notice-container .notice-right-box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48%;
	min-width: 560px;
	min-height: 340px;
	background-color: #E5EEF7;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tab-content .notice-container .notice-right-box .research-tit-box {
	width: 75%;
	margin: 16px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
}

.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left {
	min-width: 240px;
	width: 100%;
	position: relative;
	min-height: 60px;
}

.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left .research-tit-box_1 {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left .research-tit-box_2 {
	position: absolute;
	left: 3%;
	bottom: 14px;
	width: 94%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.tab-content .notice-container .notice-right-box .research-info-box {
	width: 80%;
	min-height: 220px;
	margin: 12px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tab-content .notice-container .notice-right-box .research-info-box .item-research-box {
	text-decoration: none;
	width: 45%;
}

.tab-content .notice-container .notice-right-box .research-info-box .item-research-box>img {
	width: 100%;
	min-width: 120px;
	height: 90px;
}

/* 管理与服务 */
.tab-content .manager-container .manager-tit-box {
	width: 80%;
	min-width: 1180px;
	min-height: 70px;
	position: relative;
	overflow: hidden;

}

.tab-content .manager-container .manager-tit-box .tit-box_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	left: 12%;
	top: 9px;
	color: #FFFEFF;
	z-index: 9999;
}

.tab-content .manager-container .manager-tit-box .tit-box_2 {
	width: 80%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	left: 13%;
	top: 31px;
	color: #4E8DC3;
	z-index: 999;
}

.tab-content .manager-container .manager-tit-box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 60px;
	width: 99%;
	height: 100%;
	background-color: #005BAC;
	transform: skewX(24deg);
	transform-origin: bottom right;
	z-index: 99;
}

.tab-content .manager-container .manager-content {
	display: flex;
	align-items: center;
	width: 80%;
	min-width: 1180px;
	margin: 60px auto;
}

.tab-content .manager-container .manager-content .manager-item-box {
	text-decoration: none;
	width: 23%;
	min-width: 160px;
	margin: auto;
	height: 88px;
	font-family: "黑体", Arial, sans-serif;
	background-color: #005BAC;
	border-radius: 12px;
	color: #FFFEFF;
	font-weight: bold;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-content .manager-container .manager-content .manager-item-box>img {
	width: 28px;
	height: 28px;
	margin-right: 24px;
}


/* 友情链接 */
.tab-content .link-container {
	background-color: #EBF2F8;
	padding: 30px 0;
}

.tab-content .link-container .link-tit-box {
	width: 80%;
	min-width: 1180px;
	height: 60px;
	margin: auto;
	position: relative;
}

.tab-content .link-container .link-tit-box .tit-box_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: 2px;
	color: #005bac;
	z-index: 999;
}

.tab-content .link-container .link-tit-box .tit-box_2 {
	width: 80%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	left: 0%;
	top: 26px;
	color: rgba(0, 91, 172, 0.3);
	z-index: 99;
}

.tab-content .link-container .link-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
	width: 80%;
	min-width: 1180px;
	margin: 20px auto 0;
}

.tab-content .link-container .link-content .link-item-box {
	box-sizing: border-box;
	text-decoration: none;
	min-height: 120px;
	font-family: "黑体", Arial, sans-serif;
	border-radius: 12px;
	color: #FFFEFF;
	font-weight: bold;
	font-size: 28px;
	position: relative;
}

.tab-content .link-container .link-content .link-item-box>img {
	width: 100% !important;
	/* margin: 0 10px 20px; */
	min-width: 120px;
	min-height: 96px;
}

.newList {
	margin-left: 24px;
	position: relative;
	display: flex;
	/* margin-bottom: 16px; */
	text-decoration: none;
	/* 去除下划线 */
	width: 96%;
	/* background-color: #005BAC; */
	/* 深蓝色背景 */
	color: #FFFFFF;
	/* 白色字体 */
	font-weight: bold;
	/* 字体加粗 */
	padding: 10px 0;
	/* 增加内边距 */
	border-radius: 4px;
	/* 圆角 */
	transition: all 0.3s ease;
	background-color: transparent;
	/* 初始背景透明 */
	color: #333;
	/* 初始文字颜色为深色 */
	/* 过渡效果 */
}

.dates {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	position: relative;
	/* 添加相对定位 */
	padding-right: 10px;
	/* 调整右侧间距 */
	background-color: rgba(255, 255, 255, 0.1);
	padding: 8px 0;
	border-radius: 4px;
	font-weight: bold;
	color: #333;
	min-width: 80px;
}

.dates::after {
	content: "|";
	color: #ccc;
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}

.dates .s {
	font-size: 24px;
}

.newList .listContent {
	display: flex;
	/* flex-direction: column; */
	margin-left: 40px;
	width: 100%;
	min-width: 528px;
	justify-content: center;
	align-items: center;
	color: black;

}

.listContent .sContent {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	min-width: 300px;
	transition: background-color 0.3s ease;
	font-size: 16px;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	/* font-size: 22px; */
	/* color: #005bac; */
	color: inherit;
	/* 继承newList的颜色 */
	font-weight: inherit;
}

.newList:hover {
	background-color: #004A9D;
	border-bottom: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	color: #FFFFFF;
}

.newList .listContent,
.newList .sContent,
.dates {
	color: inherit;
	font-weight: inherit;
}

.jszx {
	width: 82%;
	min-width: 1180px;
	margin: auto;
	/* height: 70px; */
	/* border: 1px solid blue; */
}

.jszx .news-tit-box {
	display: flex;
	padding: 4px 16px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.jszx .news-tit-box .news-tit-left {
	width: 260px;
}

.jszx .news-tit-box .news-tit-left .news-tit_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.jszx .news-tit-box .news-tit-left.news-tit_2 {
	width: 80%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.jszx .news-tit-box .news-tit-right {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.jszx .news-tit-box .news-tit-right .news-right-line {
	width: 90%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.jszx .news-tit-box .news-tit-right .news-tit-more {
	width: 160px;
	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
	padding-bottom: 6px;
}

.jszx .news-tit-box .news-tit-right .news-tit-more>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.jszx .column {
	width: 50%;
	min-width: 590px;
}

.jszx .xbContent {
	margin: 20px -5px;
	width: 100%;
	/* margin: auto 40px auto auto; */
	display: flex;
	flex-direction: column;
	/* transform: skew(17deg); */
	min-height: 260px;
}

.jszx .xbContent .xb {
	display: flex;
	align-items: center;
	/* margin-left: 16px; */
	/* margin-right: 30px; */
	color: #343434;
	text-decoration: none;
	min-height: 40px;
}

.jszx .xbContent .xb .xbz {
	font-size: 16px;
	color: #fff;
	background: #015cad;
	margin: 0px 22px;
	border-radius: 16px;
	padding: 0px 4px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.jszx .xbContent .xb .xby {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;

	font-size: 18px;
	transition: all 0.1s ease;
}

.jszx .xbContent .xb .xby.xby:hover {
	color: #015cad;
	font-weight: 550;

}

.link-container .link-content .imageBg {
	position: absolute;
	bottom: 0px;
	left: 0;
	background: linear-gradient(to top, #005BAC 10%, #005bac1c 90%);
	width: 100%;
	height: 32px;
	overflow: hidden;
	color: white;
	display: flex;
	align-items: center;
}

.link-container .link-content .imageBg .name {
	width: 96%;
	margin: auto;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
}

/* 显示数据 */
.tab-content .info-content {
	position: relative;
	top: -120px;
	width: 70%;
	margin: auto;
	min-height: 700px;
	display: flex;
}

.tab-content .info-content .left-box {
	min-width: 240px;
	height: 700px;
	position: relative;
	overflow: hidden;
	z-index: 9999;
}

.tab-content .info-content .left-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #0861B1, #247AC7, #4092DB);
	transform: skewY(-8deg);
	transform-origin: top right;
	z-index: -9999;
}

.tab-content .info-content .left-box .left-tit {
	height: 110px;
	text-align: right;
	font-family: "黑体", sans-serif;
	display: flex;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.1rem;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 30px;
}

.tab-content .info-content .left-box .menu-box {
	color: #FFFEFF;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

.tab-content .info-content .left-box .menu-box .item-menu {

	height: 40px;
	line-height: 40px;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: relative;
}

.tab-content .info-content .left-box .menu-box .item-menu>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFD;
}

.tab-content .info-content .left-box .menu-box .item-menu>a:hover {
	color: #0861B1;
}

.tab-content .info-content .left-box .menu-box .item-menu:hover {
	background-image: url("../images/department/menu-act.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #0861B1;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.tab-content .info-content .left-box .menu-box .item-menu .active {
	background-color: #007bff;
	color: #fff;
	border-bottom: 2px solid #007bff;
}

.tab-content .info-content .right-box {
	margin-left: 20px;
	min-width: 80%;
}

.tab-content .info-content .right-box .right-tit {
	font-family: "黑体", sans-serif;
	margin-top: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #333333;
}

.tab-content .info-content .right-box .right-img-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.tab-content .info-content .right-box .right-img-box .img-box_1 {
	width: 34%;
	height: 68px;
	background-image: url("../images/policy/1.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.1rem;
	color: #FFFFFD;
}

.tab-content .info-content .right-box .right-img-box .img-box_1>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 100%;
	text-align: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.1rem;
	color: #FFFFFD;
}

.tab-content .info-content .right-box .right-img-box .img-box_2 {
	width: 30%;
	height: 50px;
	background-image: url("../images/policy/2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1rem;
	color: #005BAA;
}

.tab-content .info-content .right-box .right-img-box .img-box_2>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 100%;
	text-align: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1rem;
	color: #005BAA;
}

.tab-content .info-content .right-box .right-img-box .img-box_3 {
	width: 30%;
	height: 50px;
	background-image: url("../images/policy/2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1rem;
	color: #005BAA;
}

.tab-content .info-content .right-box .right-img-box .img-box_3>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 100%;
	text-align: center;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1rem;
	color: #005BAA;
}


.tab-content .info-content .right-box .menu-content {
	background-color: #F2F7FB;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box {
	padding: 24px 24px 24px 36px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-tit {
	font-family: "黑体", sans-serif;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 6px 0 20px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 18;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	color: black;
	letter-spacing: 0.03rem;
	font-weight: 540;
	line-height: 24px;
	text-indent: 2rem;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-desc>p {
	margin: 0 8px;
}


.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box {
	text-decoration: none;
	display: inline-block;
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	font-size: 16px;
	color: black;
	font-weight: 540;
	letter-spacing: 0.03rem;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box .left-list-box {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 80%;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box .right-list-box {
	width: 160px;
	text-align: right;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 14px;
	bottom: 13px;
	width: 4px;
	background-color: #005BAC;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box:hover {
	background-color: #005BAC;
	padding: 0 6px;
	color: #FFFEFF;
	cursor: pointer;
}


/* 底部 */
.footer {
	height: 330px;
	background-image: url('../images/footer_bg.png');
	background-color: rgb(0, 91, 172);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 底部样式调整 */
.footer .content {
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	padding: 50px 0 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.footer .contentTop {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.footer .contentBottom {
	width: 100%;
	margin-top: 20px;
}

.footer .item-tip {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
	color: white;
	font-weight: 550;
}

.address-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 16px;
	color: white;
	font-weight: 550;
}

.copyright {
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: 440;
}

.link-tit {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.footer-right{
	padding-top: 35px;
}

.link-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.link-container .link-content-box {
	width: 100%;
	height: 55px;
	overflow: hidden;
}

.link-container .link-content-box img {
	width: 100%;
	height: 100%;
}