

/* 课程信息/留学相关 */
.fn-courseNameBg,
.fn-abroadNameBg,
.fn-areaBg,
.fn-teachingBg,
.fn-academicBg,
.fn-sealedBg,
.fn-honorBg {
	width: 100%;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
}

.fn-courseMain {
	background: #F8F8F8;
	padding-bottom: 40px;
}

.fn-courseTitlt,
.fn-abroadTitlt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.fn-abroadLoyout {
	width: 23%;
	transition: all .5s;
}

.fn-courseLoyout {
	flex: 1;
	margin-left: 30px;
}

.fn-courseLoyout:nth-of-type(1) {
	margin-left: 0;
}

.fn-courseBtn,
.fn-abroadBtn {
	width: 100%;
	padding: 12px 0;
}

.fn-abroadBtn {
	text-align: center;
	background-image: url('../images/abroad.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% 100%;
	height: 38px;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	line-height: 14px;
	color: #944B06;
	font-size: 18px;
	font-weight: bold;
}

.fn-courseBtn {
	height: 40px;
	background-image: url('../images/course.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: -8px;
	font-size: 18px;
	line-height: 14px;
	color: #8C4400;
	font-weight: bold;
	cursor: pointer;
}
.fn-abroadNameBg {
	background-image: url('../images/abroadTitle.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
}

.courseActive {
	background-image: url(../images/courseActive.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.fn-courseNameBg {
	height: 45px;
	background-image: url(../images/courseTitle.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

.fn-itemTitle {
	font-size: 16px;
	font-weight: bold;
}
h2{
	font-weight: normal;
}
.fn-newsBg {
	background-image: url('../images/news/news-title.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 182px 45px;
	height: 45px;
	margin-bottom: 20px;
}
/* .fn-courseCon,
.fn-abroadCon {
	padding: 5px 10px;
	width: 100%;
	height: 720px;
	text-align: left;
	border-radius: 8px;
	border: 1px solid #f39800;
	margin-top: 20px;
	line-height: 22px;
} */
.fn-abroadCon {
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	line-height: 22px;
	padding: 50px 20px 20px 20px;
	background: linear-gradient(to bottom, #FFEDC8, #fff);
}

.fn-abroadBgOne {
	background: linear-gradient(to bottom, #f6ceb1 40%, #fff 80%);
}

.fn-abroadBgTwo {
	background: linear-gradient(to bottom, #c7dff6 40%, #fff 80%);
}

.fn-abroadBgThree {
	background: linear-gradient(to bottom, #d4e0c4 40%, #fff 80%);
}
.fn-abroadBgFour {
	background: linear-gradient(to bottom, #f4dea5 40%, #fff 80%);
}


.fn-courseDelCon {
	margin-top: 40px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 23%);
	grid-gap: 5px;
}

.fn-courseDetail {
	width: 100%;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	line-height: 24px;
	transition: all .5s;
}

.fn-classTitle {
	min-height: 100px;
	border-bottom: 1px dashed #9B5839;
}

.fn-courseBg {
	border-radius: 10px;
	padding: 30px 20px;
	width: 100%;
	height: 100%;
}

.fn-courseOne {
	background: linear-gradient(to bottom, #f6ceb1 40%, #fff 80%);
}

.fn-courseTwo {
	background: linear-gradient(to bottom, #c7dff6 40%, #fff 80%);
}

.fn-courseThree {
	background: linear-gradient(to bottom, #d4e0c4 40%, #fff 80%);
}

.fn-courseFour {
	background: linear-gradient(to bottom, #f4dea5 40%, #fff 80%);
}


.fn-status {
	color: #f39800;
	font-weight: bold;
}

.fn-courseCon li {
	position: relative;
	min-height: 164px;
}

.fn-abroadCon li>div {
	text-align: left;
	line-height: 30px;
	min-height: 150px;
}

.fn-courseCon a {
	position: absolute;
	right: 10px;
	bottom: 0px;
	padding: 2px 5px;
	color: #f39800;
	font-size: 14px;
}

.fn-courseCon p {
	font-size: 14px;
}

.fn-className {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
}

.fn-classNameOne {
	color: #704801;
}

.fn-classNameTwo {
	color: #8F4700;
}

.fn-classNameThree {
	color: #652800;
}

.fn-classNameFour {
	color: #3C5300;
}

.fn-courseName {
	padding-bottom: 8px;
}

.fn-statusCon {
	height: 100px;
	margin-top: 8px;
	font-size: 14px;
}

.fn-statusTitle {
	font-weight: bold;
	font-size: 16px;
}



/* 精湛教学 */
.fn-teachingBg {
	height: 45px;
	background-image: url(../images/teaching/teachingTitle.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fn-teachingMain {
	margin-top: 50px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 50px;
}
.fn-teachingCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 340px;
}
.fn-teachingCenter {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/* 学术支持 */
.fn-academicBg {
	height: 45px;
	background-image: url(../images/academic/academicTitle.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fn-academicTitle {
	display: flex;
	justify-content: space-around;
	font-size: 22px;
	font-weight: bold;
}
.fn-academicTitle div {
	cursor: pointer;
}
.academicActive {
	color: #F68644;
}
.fn-academicCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 285px;
	margin-top: 50px;
}
/* .fn-academicImg {
	width: 38%;
	height: 100%;
} */

.fn-academicImg img{
	width: 100%;
	height: 100%;
}
.fn-academicCenter {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/* .fn-academicCenter img:nth-of-type(1) {
	height: 60%;
}
.fn-academicCenter img:nth-of-type(2) {
	height: 30%;
} */
.fn-academicBtn {
	margin-top: 50px;
	padding: 8px 100px;
	border-radius: 10px;
}
.fn-academicBtn .btnbg-x {
	border-radius: 10px;
}

/* 封闭班教学 */
.fn-sealedBg {
	height: 45px;
	background-image: url(../images/sealed/sealedTitle.png);
	background-repeat: no-repeat;
	background-position: center;
}

.timeline-container {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}

.timeline {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-around;
	width: 90%;
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}

.timeline::before {
	content: "";
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	height: 20px;
	background: #C8C8C8;
	z-index: -1;
	transform: translateY(-50%);
}

.timeline::after {
	content: "▶";
	position: absolute;
	right: -32px;
	top: 33%;
	font-size: 43px;
	color: #ccc;
	transform: translateY(-50%);
}

.event {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	line-height: 10px;
}

.event span {
	margin-top: 5px;
	font-size: 14px;
}

/* 颜色样式 */
.blue {
	background: #4577F4;
}

.cyan {
	background: #0ACEBC;
}

.orange {
	background: #FCAF00;
}

.red {
	background: #FE7A01;
}

.purple {
	background: #E64054;
}

.green {
	background: #6C4496;
}

.brown {
	background: #62AA25;
}

.lastView {
	background: #954743;
}

/* .fn-sealedMain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 500px;
	margin-top: 50px;
} */
.fn-sealedMain {
	margin-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.fn-sealedCity {
	height: 220px;
	padding: 50px 50px 0px 50px;
	background: #EEEEEE;
}

.fn-sealedDetail {
	padding: 100px 50px 30px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fn-sealedDtlCon {
	width: 32%;
}

.fn-sealedDtlCon img {
	margin-bottom: 10px;
	height: 249px;
}

.fn-sealedCityBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fn-sealedCityShow {
	position: relative;
	width: 17%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
}

.fn-sealedBtnLeft {
	position: absolute;
	left: 0;
}

.fn-sealedHeadingOne {
	width: 260px;
	letter-spacing: 16px;
	margin: 5px auto;
	border-radius: 20px;
	color: #fff;
	margin-top: 40px;
	background: #F7986B;
	text-indent: 16px;
}

.fn-sealedHeadingTwo {
	letter-spacing: 16px;
	text-indent: 16px;
}

.fn-sealedBtnRight {
	position: absolute;
	right: 0;
}

.fn-sealedCityShowActive {
	font-weight: bold;
	color: #F6833D;
}

.fn-sealedLeft {
	width: 30%;
	height: 100%;
	border-radius: 8px;
	margin-right: 30px;
	border: 1px solid #f39800;
	padding: 20px;
}

.fn-sealedTitle {
	font-size: 24px;
	color: #f39800;
}

.fn-sealedLeft {
	text-align: left;
}

.fn-sealedLeft ul {
	line-height: 40px;
	margin-top: 50px;
	font-size: 20px;
}

.fn-sealedLeft ul li {
	list-style: inside;
}

.fn-sealedRight {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fn-sealedRight>div {
	border-radius: 8px;
	height: 32%;
	border: 1px solid #f39800;
	padding: 10px 20px;
	display: flex;
	height: 32%;
}

.fn-sealedManage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.fn-sealedManageCon {
	padding-left: 20px;
	font-size: 18px;
	line-height: 26px;
}

.fn-sealedManageCon2 {
	padding-right: 20px;
	padding-left: 0px;
	font-size: 18px;
	line-height: 26px;
}

.fn-sealedManageImg {
	width: 70%;
	height: 100%;
}

.fn-sealedManageImg>img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

.fn-width24 {
	width: 24%;
	font-size: 18px;
	line-height: 26px;
}

.fn-width50 {
	width: 50%;
	height: 100%;
}

.fn-width50>img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.fn-sealedBtn {
	padding: 15px 100px;
	margin-top: 40px;
}

/* 权威奖项 */
.fn-honorBg {
	height: 45px;
	background-image: url(../images/honorTitle.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fn-honorMain {
	width: 100%;
	margin-top: 20px;
	padding: 50px 0;
	margin-top: 50px;
}

.fn-honorMain img {
	width: 100%;
}


.fn-honorImgs {
	width: 65%;
	height: 100%;
}

.fn-honorImgs img {
	width: 100%;
	height: 100%;
}

.fn-honorCon,
.fn-classCon {
	width: 30%;
}

.fn-classCon {
	text-align: left;
	font-size: 20px;
}

/* 五花八门 */
.fn-problemMain {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.fn-problemBtn {
	width: 48%;
}

.fn-serviceBtn {
	width: 22%;
}

.fn-serviceBtn a {
	width: 100%;
	padding: 8px 0;
}
.fn-newsList {
	/*width: 100%;
	background: #fff;*/
}

.fn-homeNewsContent {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 576px;
	gap: 46px;
	align-items: center;
	width: 100%;
	padding: 22px 8px 0 0;
	background: #fff;
	box-sizing: border-box;
}

.fn-homeNewsItems {
	min-width: 0;
}

.fn-homeNewsItem {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	min-height: 89px;
}

.fn-homeNewsDate {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 89px;
	background: #eee;
	color: #bbb;
	text-align: center;
	flex-direction: column;
	box-sizing: border-box;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.fn-homeNewsDate::after {
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #eee;
	content: "";
	transform: translateY(-50%);
}

.fn-homeNewsDate strong {
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

.fn-homeNewsDate span {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 1;
}

.fn-homeNewsDate.active {
	background: #f39800;
	color: #fff;
}

.fn-homeNewsDate.active::after {
	border-left-color: #f39800;
}

.fn-homeNewsText {
	min-width: 0;
	padding: 14px 0 0 28px;
	box-sizing: border-box;
	text-align: left;
}

.fn-homeNewsText h3 {
	margin: 0 0 5px;
	color: #ff8a00;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
}

.fn-homeNewsText h3 a {
	color: inherit;
	text-decoration: none;
	text-align: left;
}

.news-hero{
	background: #f4f4f4;
}
.fn-homeNewsText p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fn-homeNewsMore {
	display: inline-block;
	margin-top: 5px;
	color: #ff8a00;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
}

.fn-homeNewsImage {
	position: relative;
	display: block;
	width: 100%;
	height: 385px;
	overflow: hidden;
}

.fn-homeNewsSwiper {
	position: relative;
	width: 100%;
	height: 100%;
}

.fn-homeNewsSwiper .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
}

.fn-homeNewsSwiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fn-homeNewsPagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .65);
	opacity: 1;
}

.fn-homeNewsPagination .swiper-pagination-bullet-active {
	width: 20px;
	background: #f39800;
	border-radius: 10px;
}

@media (max-width: 1200px) {
	.fn-homeNewsContent {
		grid-template-columns: minmax(0, 1fr) 48%;
		gap: 28px;
	}
}

@media (max-width: 768px) {
	.fn-homeNewsContent {
		grid-template-columns: 1fr;
		padding: 16px 0 0;
	}

	.fn-homeNewsImage {
		height: auto;
		aspect-ratio: 576 / 385;
	}
}
/* fixed-nav 样式已统一到 public.css，此处不再重复定义 */
.fn-homeNewsText h3,
.fn-homeNewsText h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fn-homeNewsText h3 a {
	display: block;
}
.fn-homeNewsContent {
	align-items: flex-start;
}

.fn-homeNewsItems {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fn-homeNewsImage {
	align-self: flex-start;
}

@media (max-width: 768px) {
	.fn-homeNewsItems {
		min-height: auto;
	}
}
.fn-homeNewsItems {
	justify-content: flex-start !important;
	gap: 2px;
}

.fn-homeNewsItem {
	margin-bottom: 0;
}

.fn-homeNewsItemSkeleton {
	align-items: stretch;
}

.fn-homeNewsDateSkeleton {
	flex-direction: column;
	gap: 12px;
	padding: 18px 16px;
	background: #f4f7fb;
}

.fn-homeNewsDateSkeleton::after {
	border-left-color: #f4f7fb;
}

.fn-homeNewsDateDaySkeleton {
	width: 56px;
	height: 28px;
	margin: 0 auto;
}

.fn-homeNewsDateMonthSkeleton {
	width: 72px;
	height: 12px;
	margin: 0 auto;
}

.fn-homeNewsTitleSkeleton {
	width: 78%;
	height: 18px;
}

.fn-homeNewsDescSkeleton {
	width: 100%;
}

.fn-homeNewsDescSkeletonShort {
	width: 68%;
}

.fn-homeNewsMoreSkeleton {
	width: 72px;
	height: 12px;
	margin-top: 16px;
}

.fn-homeNewsSwiperSkeleton {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/* 最新资讯加载失败提示 */
.fn-homeNewsError {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 48px 16px;
	text-align: center;
}

.fn-homeNewsErrorText {
	margin: 0;
	font-size: 14px;
	color: #888;
}

.fn-homeNewsRetry {
	border: 1px solid #235b8a;
	background: #fff;
	color: #235b8a;
	border-radius: 20px;
	padding: 8px 22px;
	font-size: 14px;
	cursor: pointer;
	transition: all .2s ease;
}

.fn-homeNewsRetry:hover {
	background: #235b8a;
	color: #fff;
}

@media (max-width: 768px) {
	.fn-homeNewsSwiperSkeleton {
		aspect-ratio: 576 / 385;
	}
}


/* 首页南京校区单独展示模块 */
.fn-nanjingCampus .fn-nanjingTitle {
	font-size: 32px;
	color: #235b8a;
	text-align: center;
	font-weight: 700;
	margin: 0 0 30px;
	position: relative;
}
.fn-nanjingCampus .fn-nanjingTitle::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #235b8a;
	border-radius: 2px;
	margin: 14px auto 0;
}
@media (max-width: 768px) {
	.fn-nanjingCampus .fn-nanjingTitle { font-size: 24px; }
}

/* ===== 图片标题改为文字（覆盖旧 text-indent + background-image） ===== */
.fn-courseNameBg,
.fn-abroadNameBg,
.fn-teachingBg,
.fn-academicBg,
.fn-newsBg,
.fn-honorBg {
	height: auto;
	background-image: none;
	text-indent: 0;
	white-space: normal;
	overflow: visible;
	text-align: center;
	font-size: 46px;
	font-weight: 1000;
	line-height: 1.2;
	background: linear-gradient(92deg, #95b6d7, #0d497f);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

@media (max-width: 768px) {
	.fn-courseNameBg,
	.fn-abroadNameBg,
	.fn-teachingBg,
	.fn-academicBg,
	.fn-newsBg,
	.fn-honorBg { font-size: 28px; }
}
