/* ==================== 平板端（<= 992px） ==================== */
@media (max-width: 992px) {

	.newsSwiper,
	.newsSwiper .carousel-item,
	.newsSwiper .carousel-item img {
		height: 380px;
	}

	.newsSwiper .carousel-caption h3 {
		font-size: 1.8rem;
	}

	.newsSwiper .carousel-caption p {
		font-size: 1rem;
	}
}

/* ==================== 手机端（<= 767px） ==================== */
@media (max-width: 767px) {

	/* 基础布局 */
	.mainBox {
		min-width: 100%;
	}

	.mainBox > .mainCont {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.zzl-swiper > div {
		width: 100%;
	}

	/* 顶部新闻轮播图 */
	.mainBox > .mainCont > .newsSwiper {
		width: calc(100% - 20px);
		min-height: 200px;
		height: auto;
	}

	.newsSwiper,
	.newsSwiper .carousel-item,
	.newsSwiper .carousel-item img {
		height: 320px;
	}

	.newsSwiper .carousel-caption {
		padding: 110px 1.5rem 0.5rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.newsSwiper .carousel-caption h3 {
		font-size: 1.5rem;
		margin: 0;
	}

	.newsSwiper .carousel-caption p {
		display: none;
	}

	.newsSwiper .carousel-indicators {
		margin-bottom: 3rem;
	}

	/* 右侧Tab区域 */
	.newsBox {
		padding: 10px 10px;
	}

	.newsBox > .nav-underline > .nav-item > .nav-link {
		font-size: 16px;
		padding: 6px 14px;
		position: relative;
		z-index: 2;
	}

	.newsNoteWidth {
		width: 100%;
		min-height: 475px;
	}

	/* 通知公告列表 */
	.note-ul {
		padding-right: 0px;
	}

	.note-ul > li > a {
		width: calc(100% - 105px);
	}

	.note-ul > li > span {
		width: 100px;
	}

	/* 第二行：招生简章/计划 + 招生政策/院系专业 */
	.secondWidth {
		width: 100%;
		height: auto;
		min-height: 300px;
		box-shadow: none;
	}

	.secondWidth .note-ul-no-date {
		padding-right: 0;
	}

	.secondWidth .note-ul-no-date > li {
		padding-left: 8px;
	}

	.secondWidth .note-ul-no-date > li > a {
		width: 100%;
		font-size: 16px;
	}

	/* 学院及专业介绍 */
	.quickEntry > .mainCont {
		padding-left: 15px;
		padding-right: 15px;
	}

	.quickEntryList {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.quick-item {
		padding: 10px 8px;
		min-height: 42px;
		width: 100%;
	}

	.quick-item span {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
}

/* ==================== 小屏手机（<= 576px） ==================== */
@media (max-width: 576px) {

	.newsSwiper,
	.newsSwiper .carousel-item,
	.newsSwiper .carousel-item img {
		height: 250px;
	}

	.newsSwiper .carousel-caption h3 {
		font-size: 1.2rem;
		margin: 0;
	}

	.newsSwiper .carousel-indicators {
		margin-bottom: 2.5rem;
	}

	.newsSwiper .carousel-control-prev,
	.newsSwiper .carousel-control-next {
		width: 40px;
		height: 40px;
		margin: 0 15px;
	}

	.topSearch {
		display: none;
	}
}
