.header-container {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #14346d;
	color: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.header-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	height: 80px;
}

.logo {
	height: 60px;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.logo {
		height: 36px;
	}
}

.nav {
	flex: 1;
}

.nav-item {
	white-space: nowrap;
	position: relative;
	padding: 0 15px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}

.nav-item a {
	color: #fff;
}

.nav-item:hover .sub-menu {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	width: 130px;
	margin-left: -65px;
	background-color: #fff;
}

.sub-menu-item {
	width: 130px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
}

.sub-menu-item a {
	color: #333;
}

.sub-menu-item.active,
.sub-menu-item:hover {
	background-color: #f3f6fa;
}

.sub-menu-item.active a,
.sub-menu-item:hover a {
	color: #14346d;
	font-weight: bold;
}

.menu-icon {
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.menu-icon span {
	margin: 5px 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}

.menu-icon.active span:first-child {
	transform: translateY(12px) rotate(45deg);
}

.menu-icon.active span:nth-child(2) {
	opacity: 0;
}

.menu-icon.active span:last-child {
	transform: translateY(-12px) rotate(-45deg);
}

.nav-mobile {
	display: none;
	position: fixed;
	width: 100%;
	height: calc(100vh - 80px);
	background-color: #14346d;
	top: 80px;
	left: 0;
	z-index: 999;
	overflow-y: auto;
}

.nav-mobile .nav {
	width: 100%;
}

.nav-mobile .nav-item {
	height: auto;
	line-height: 56px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.nav-mobile .main-nav .icon {
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.nav-mobile .main-nav+.sub-menu {
	display: none !important;
}

.nav-mobile .main-nav.active .icon {
	transform: rotate(90deg);
}

.nav-mobile .main-nav.active+.sub-menu {
	display: block !important;
}

.nav-mobile .sub-menu {
	position: initial !important;
	display: none;
	width: 100%;
	margin-left: 0;
	background: none;
}

.nav-mobile .sub-menu .sub-menu-item {
	width: 100%;
	height: auto;
	line-height: 56px;
	text-align: left;
}

.nav-mobile .sub-menu .sub-menu-item a {
	display: inline-block;
	color: #b8c2ce;
}

.nav-mobile .sub-menu .sub-menu-item.active,
.nav-mobile .sub-menu .sub-menu-item:hover {
	color: #b8c2ce;
	background: none;
}

.banner-img {
	width: 100%;
	max-height: 500px;
}

.swiper-slide a {
	display: block;
}

.swiper-slide .title {
	background-color: rgba(0, 0, 0, .1);
	padding: 12px;
	text-align: center;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.swiper-pagination {
	bottom: 60px !important;
}

.home-main-container {
	padding: 0 25px;
}

@media screen and (max-width: 768px) {
	.home-main-container {
		padding: 0;
	}
}

.news-container {
	background-color: #14346d;
	border-radius: 12px;
	padding: 27px 32px;
	font-size: 12px;
	color: #979db3;
}

.news-container .pic {
	width: 100%;
}

.news-container .time {
	padding-top: 38px;
}

.news-container .title {
	padding-top: 16px;
	font-size: 16px;
	color: #fff;
}

.news-container .desc {
	padding-top: 30px;
	line-height: 1.25;
}

.new-list {
	margin-left: -12px;
	border-radius: 0 12px 12px 0;
}

.new-list .new-item {
	padding: 16px 28px;
	border-radius: 0 12px 0 0;
	cursor: pointer;
}

.new-list .new-item .time {
	align-items: center;
	color: #333;
}

.new-list .new-item .title {
	padding-top: 12px;
	font-size: 14px;
	color: #333;
}

.new-list .new-item.active {
	background-color: #14346d;
}

.new-list .new-item.active .time {
	color: #fff;
}

.new-list .new-item.active .title {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.new-list {
		margin-left: 0;
	}
}

.academic-trend-container .item {
	margin-bottom: 12px;
	padding: 16px 24px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	border-bottom: solid 2px #14346d;
}

.academic-trend-container .item a {
	display: flex;
	align-items: center;
}

.academic-trend-container .item .time-container {
	width: 53px;
	height: 56px;
	border: solid 1px #f4f4f4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0;
}

.academic-trend-container .item .day {
	line-height: 36px;
	font-size: 20px;
	font-weight: 600;
	color: #14346d;
}

.academic-trend-container .item .time {
	width: 100%;
	line-height: 18px;
	font-size: 8px;
	background-color: #14346d;
	color: #fff;
	justify-content: center;
}

.academic-trend-container .item .title {
	flex: 1;
	font-size: 16px;
	padding-left: 24px;
	overflow: hidden;
	color: #333;
}

.academic-trend-container .item.active {
	background-color: #14346d;
}

.academic-trend-container .item.active .time-container {
	background-color: #fff;
}

.academic-trend-container .item.active .title {
	color: #fff;
	text-decoration: underline;
}

.exchange-container .item {
	margin-bottom: 12px;
	cursor: pointer;
}

.exchange-container .content {
	padding: 21px 18px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	border-bottom: solid 2px #14346d;
}

.exchange-container .title {
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 48px;
	overflow: hidden;
}

.exchange-container .item.active .content {
	background-color: #14346d;
}

.exchange-container .item.active .title {
	color: #fff;
	text-decoration: underline;
}

.exchange-img {
	width: 100%;
	max-height: 405px;
}

@media screen and (max-width: 768px) {
	.exchange-box {
		flex-direction: column-reverse;
	}

	.exchange-container .item .title {
		font-size: 14px;
	}

	.exchange-img {
		margin-bottom: 12px;
	}
}

.notice-container {
	margin-left: -24px;
	margin-right: -24px;
}

.notice-container>div {
	padding: 0 24px;
}

.notice-container .notice-item {
	padding: 24px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	border-bottom: solid 2px #14346d;
}

.notice-container .title {
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.notice-container .desc {
	margin: 16px 0;
	font-size: 14px;
	line-height: 1.75;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.notice-container .pic {
	margin: 20px 0;
	width: 100%;
	height: 200px;
}

.notice-container .bottom-container {
	color: #6f6f6f;
}

.notice-container .bottom-container .icon {
	height: 25px;
}

.notice-container .notice-item {
	display: block;
}

.notice-container .notice-item.active,
.notice-container .notice-item:hover {
	background-color: #14346d;
}

.notice-container .notice-item.active .title,
.notice-container .notice-item:hover .title,
.notice-container .notice-item:hover .description {
	color: #fff;
}

.notice-container .notice-item.active .bottom-container,
.notice-container .notice-item:hover .bottom-container {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.notice-container {
		margin-left: -5px;
		margin-right: -5px;
	}

	.notice-container>div {
		padding: 0 5px;
	}

	.notice-container .notice-item {
		padding: 16px 10px;
		margin-bottom: 12px;
	}

	.notice-container .notice-item .pic {
		width: 100%;
		height: 90px;
	}
}

.achienement-container-box {
	width: 100%;
	overflow-x: auto;
}

.achienement-container {
	flex-wrap: nowrap;
}

.achienement-container .item {
	width: 100%;
	min-width: 700px;
	padding: 24px;
	border-radius: 12px 12px 0 0;
	background-color: #fff;
	border-bottom: solid 2px #14346d;
}

.achienement-container .item:not(:last-child) {
	margin-right: 40px;
}

.achienement-container .item .pic {
	width: 430px;
	max-width: 100%;
	height: 280px;
	margin-right: 24px;
}

.achienement-container .item .right-container {
	padding-top: 60px;
}

.achienement-container .item .right-container .line {
	border-bottom: solid 1px #d9d9d9;
}

.achienement-container .item .right-container .title {
	padding: 24px 0;
	color: #c90b17;
}

.achienement-container .item .right-container .desc {
	color: #4f4f4f;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.achienement-container .item .right-container .bottom {
	margin-top: 30px;
	color: #4f4f4f;
}

.achienement-container .item .right-container .bottom .icon {
	height: 25px;
}

@media screen and (max-width: 768px) {
	.achienement-container-box {
		width: 100%;
		overflow: auto;
	}

	.achienement-container {
		flex-wrap: wrap;
	}

	.achienement-container .item {
		min-width: auto;
		width: 100%;
	}

	.achienement-container .item:not(:last-child) {
		margin-right: 0;
	}

	.achienement-container .item .pic {
		width: 430px;
		max-width: 100%;
		height: 160px;
		margin-right: 24px;
	}

	.achienement-container .item .right-container {
		padding-top: 24px;
		max-width: 100%;
	}
}

.detail-main-container .left-container {
	margin-right: 60px;
	width: 300px;
}

.detail-main-container .left-container .main-title {
	background-color: #14346d;
	line-height: 110px;
	font-size: 32px;
	text-indent: 32px;
	color: #fff;
}

.detail-main-container .left-container .nav-list {
	border: solid 1px #d8d8d8;
}

.detail-main-container .left-container .nav-list .item {
	padding: 0 25px 0 60px;
	line-height: 70px;
	border-bottom: solid 1px #d8d8d8;
}

.detail-main-container .left-container .nav-list .item a {
	color: #333;
}

.detail-main-container .left-container .nav-list .item .icon {
	display: none;
	width: 16px;
	height: 16px;
}

.detail-main-container .left-container .nav-list .item:last-child {
	border-bottom: none;
}

.detail-main-container .left-container .nav-list .item.active {
	background-color: #14346d;
}

.detail-main-container .left-container .nav-list .item.active a {
	color: #fff;
}

.detail-main-container .left-container .nav-list .item.active .icon {
	display: block;
}

.detail-main-container .right-container {
	flex: 1;
}

@media screen and (max-width: 992px) {
	.right-container {
		margin: 0 25px;
		width: calc(100% - 50px);
	}
}

.introduction-container {
	width: 100%;
}

.article-list li {
	margin-bottom: 20px;
	padding: 0 70px;
	line-height: 90px;
	background-color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.article-list li a {
	color: #333;
}

.article-list li:hover {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	.article-list li {
		padding: 0 20px;
	}
}

.article-detail-container {
	width: 100%;
	border-top: solid 2px #14346d;
	padding: 30px 20px;
	background-color: #fff;
	color: #333;
}

.article-detail-container .content {
	min-height: 500px;
	border-bottom: solid 2px #d9d9d9;
	line-height: 1.75;
}

.article-detail-container .content h3 {
	text-align: center;
	padding-bottom: 20px;
}

.article-detail-container .content p {
	text-indent: 32px;
	margin-bottom: 12px;
}

.article-detail-container .content h4 {
	text-indent: 32px;
	margin-bottom: 12px;
}

.article-detail-container .content img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	margin-bottom: 12px;
}

.article-detail-container .content p a {
	color: #ccc;
}

.article-detail-container .content p a:hover {
	color: #db0010;
	text-decoration: underline;
}

.article-detail-container .btn-group {
	column-gap: 20px;
}

.article-detail-container .btn {
	padding: 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
	cursor: pointer;
}

.article-detail-container .btn .icon {
	display: none;
	width: 24px;
	height: 24px;
}

.article-detail-container .btn .icon.show {
	display: block;
}

.article-detail-container .btn:first-child .icon {
	margin-right: 5px;
}

.article-detail-container .btn:last-child .icon {
	margin-left: 5px;
}

.article-detail-container .btn.active {
	color: #14346d;
}

.search-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 400px;
	height: 50px;
	border-radius: 30px;
	background-color: white;
	border: solid 2px #d9d9d9;
	overflow: hidden;
}

.search-bar input {
	border: none;
	height: 50px;
	padding: 0 30px;
	outline: none;
}

.search-bar .icon-box {
	width: 70px;
	height: 50px;
	background-color: #14346d;
}

.search-bar .icon-box .icon {
	width: 24px;
	height: 24px;
}

.filters {
	padding: 30px 0 20px;
	display: flex;
	column-gap: 20px;
	border-bottom: solid 2px #e1e1e1;
}

.filters name {
	font-size: 14px;
	color: #333;
}

.filters ul {
	gap: 20px;
}

.filters ul li {
	cursor: pointer;
}

.filters ul li.active {
	color: #14346d;
}

.job-list {
	display: flex;
	flex-direction: column;
	margin: 30px auto;
	width: 100%;
}

.job-item {
	border-bottom: 1px solid #ddd;
	padding: 20px 60px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:768px) {
	.job-item {
		padding: 20px 30px;
	}
}

.job-item div {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

.job-item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.job-item p {
	font-size: 14px;
	color: #666;
}

.recruitment-info-container {
	padding: 30px;
	background-color: #fff;
	height: auto;
	color: #666;
}

.time-container {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #666;
}

.time-container p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recruitment-info-container .bottom-container {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.apply-btn {
	border: none;
	height: 45px;
	background-color: #14346d;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
}

.back-btn {
	height: 45px;
	border: solid 2px #14346d;
	background: #fff;
	color: #14346d;
	border-radius: 6px;
	cursor: pointer;
}

.exchange-swiper-container a,
.academic-swiper-container a {
	display: block;
	width: 100%;
	position: relative;
}

.exchange-swiper-container a .title,
.academic-swiper-container a .title {
	position: absolute;
	width: 100%;
	padding: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}