@charset "UTF-8";
/* ============ 移动端样式 ============ */
@media screen and (max-width: 1024px) {
	/* 头部 */
	.header-top-box {
		height: 64px;
	}
	.logo {
		flex: 1;
		-webkit-flex: 1;
		margin-right: 15px;
	}
	.logo img {
		max-height: 40px;
		width: auto;
		height: auto;
	}
	.school-link {
		display: none;
	}
	.search-btn {
		margin-right: 5px;
	}
	/* 汉堡按钮 */
	.menu-btn {
		display: block;
		position: relative;
		z-index: 1003;
	}
	/* 打开菜单时锁定滚动 + 遮罩 */
	body.menu-open {
		overflow: hidden;
	}
	body.menu-open::after {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		z-index: 1000;
	}
	/* 导航抽屉层 */
	.header-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 75%;
		max-width: 320px;
		height: 100%;
		background-color: #3356cd;
		border-top: 0;
		z-index: 1001;
		padding: 80px 0 30px;
		overflow-y: auto;
		box-sizing: border-box;
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
	}
	.header-nav.show {
		right: 0;
		box-shadow: -5px 0 20px rgba(0, 0, 0, .3);
	}
	.header-nav .w {
		width: 100%;
		max-width: none;
	}
	.nav {
		display: block;
	}
	.nav > li {
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	.nav > li > a {
		display: block;
		line-height: 50px;
		font-size: 16px;
		padding: 0 25px;
	}
	/* 隐藏PC端下划线 */
	.nav > li > a::after {
		display: none;
	}
	/* 下拉箭头位置 */
	.nav > li.has-sub > a {
		padding-right: 45px;
	}
	.nav > li.has-sub > a::before {
		right: 25px;
	}
	.nav > li.has-sub.open > a::before {
		margin-top: -2px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	/* 二级栏目（JS控制展开收起） */
	.sub-nav,
	.nav > li.has-sub:hover .sub-nav {
		position: static;
		min-width: 0;
		padding: 0 0 10px;
		background-color: rgba(0, 0, 0, .12);
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		-webkit-transform: none;
		-webkit-transition: none;
		transition: none;
	}
	.sub-nav {
		display: none;
	}
	.sub-nav li a {
		line-height: 42px;
		font-size: 15px;
		color: rgba(255, 255, 255, .85);
		text-align: left;
		padding-left: 40px;
	}
	.sub-nav li a:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, .1);
	}
	/* 移动端专用栏目 */
	.nav > li.m-school {
		display: block;
	}
	/* 搜索弹层 */
	.search-box {
		padding: 12px 0;
	}
	.search-input {
		height: 40px;
		font-size: 14px;
	}
	.search-submit {
		width: 80px;
		height: 40px;
		font-size: 15px;
	}
	/* 新闻动态 + 通知公告 */
	.sec1 {
		padding: 30px 0;
	}
	.sec1-box {
		display: block;
	}
	.sec1-left {
		width: 100%;
	}
	.sec1-right {
		width: 100%;
		margin-top: 30px;
	}
	.slide-info {
		height: auto;
		padding: 12px 110px 14px 15px;
	}
	.slide-info h3 {
		font-size: 16px;
	}
	.slide-info p {
		font-size: 14px;
		margin-top: 5px;
	}
	.news-swiper .swiper-pagination {
		right: 15px;
		bottom: 15px;
	}
	.news-swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 3px;
	}
	.sec-title h3 {
		font-size: 24px;
	}
	.sec-title h3 em {
		font-size: 14px;
	}
	.sec-title .more {
		bottom: 10px;
	}
	.notice-list li a {
		padding: 15px 0;
	}
	.notice-list .date {
		width: 56px;
		height: 56px;
		padding: 8px 0 0;
		margin-right: 15px;
	}
	.notice-list .date b {
		font-size: 20px;
	}
	.notice-list .date span {
		font-size: 12px;
	}
	.notice-list .date::after {
		width: 10px;
		top: 5px;
		height: calc(100% - 5px);
	}
	.notice-list li p {
		font-size: 15px;
	}
	/* 新闻 + 系列讲座 */
	.sec2 {
		padding-bottom: 30px;
	}
	.sec2-box {
		display: block;
	}
	.sec2-left {
		width: 100%;
	}
	.sec2-right {
		width: 100%;
		margin-top: 30px;
	}
	.news-top {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.news-top .pic {
		width: 38%;
	}
	.news-top .info {
		padding-left: 15px;
	}
	.news-top .info h4 {
		font-size: 16px;
	}
	.news-top .date {
		margin: 8px 0;
		font-size: 14px;
	}
	.news-top .info p {
		font-size: 14px;
		line-height: 1.7;
	}
	.news-top .detail {
		font-size: 14px;
		margin-top: 10px;
	}
	.news-list {
		margin-top: 15px;
	}
	.news-list li a {
		padding: 10px 0 10px 26px;
	}
	.news-list li p {
		font-size: 15px;
	}
	.news-list li span {
		font-size: 14px;
		margin-left: 12px;
	}
	.lecture-list {
		margin-top: 20px;
	}
	.lecture-list li a {
		padding: 14px 15px;
	}
	.lecture-list h4 {
		font-size: 15px;
	}
	.lecture-list p {
		font-size: 13px;
	}
	/* 页脚 */
	.links-box {
		display: block;
		padding: 15px 0;
	}
	.links-box b {
		display: block;
		font-size: 18px;
		margin: 0 0 8px;
	}
	.links-box .links li {
		line-height: 2;
		margin-right: 18px;
	}
	.links-box .links li a {
		font-size: 14px;
	}
	.links-box .links li + li::before {
		content: none;
	}
	.links-arrow {
		display: none;
	}
	.footer-box {
		display: block;
		padding: 25px 0 30px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-left p {
		font-size: 14px;
		line-height: 1.7;
		margin-top: 12px;
	}
	.footer-left p + p {
		margin-top: 8px;
	}
	.footer-left p em {
		display: block;
		margin-left: 0;
		margin-top: 6px;
	}
	.footer-ewm {
		margin: 20px 0 0;
	}
	.footer-ewm p {
		font-size: 14px;
		margin-top: 8px;
	}
	/* 列表页 */
	.ny-banner {
		height: 160px;
	}
	.ny-main {
		padding: 25px 0 35px;
	}
	.ny-box {
		display: block;
	}
	.ny-side {
		width: 100%;
		margin: 0 0 20px;
	}
	.side-title {
		height: auto;
		font-size: 20px;
		padding: 12px 15px;
	}
	/* 菜单改横向：二级一行 + 三级一行 */
	.side-menu {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.side-menu > li {
		display: contents;
	}
	.side-menu > li > a {
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		font-size: 15px;
		padding: 12px 18px;
		white-space: nowrap;
	}
	/* 激活条改到底部 */
	.side-menu > li > a::before {
		left: 50%;
		top: auto;
		bottom: 0;
		width: 40px;
		height: 2px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	/* 三级栏目：独占一行横向滑动 */
	.side-sub {
		order: 99;
		width: 100%;
		display: flex;
		display: -webkit-flex;
		overflow-x: auto;
		border-top: 1px solid #e6e9f6;
	}
	.side-sub li {
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		border-top: none;
	}
	.side-sub li a {
		font-size: 14px;
		padding: 11px 15px;
		white-space: nowrap;
	}
	.ny-title {
		display: block;
		padding-bottom: 12px;
	}
	.ny-title::after {
		width: 48px;
		height: 2px;
		bottom: -1px;
	}
	.ny-title h3 {
		max-width: 100%;
		font-size: 24px;
	}
	.crumbs {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
		padding-top: 8px;
	}
	.ny-content .news-top {
		margin-top: 20px;
	}
	.ny-content .news-list {
		margin-top: 10px;
	}
	/* 分页 */
	.paging {
		justify-content: center;
		margin-top: 15px;
	}
	.paging a {
		height: 28px;
		margin: 10px 0 0 6px;
	}
	.paging .num {
		min-width: 28px;
	}
	.paging .dots {
		margin: 10px 0 0 6px;
	}
	.paging .jump {
		margin: 10px 0 0 10px;
	}
	.jump-input {
		height: 28px;
		margin: 0 5px;
	}
	/* 详情页 */
	.article {
		padding-top: 20px;
	}
	.article-title {
		font-size: 20px;
	}
	.article-meta {
		font-size: 13px;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	.article-meta span + span {
		margin-left: 12px;
	}
	.article-body {
		padding-top: 18px;
	}
	.article-body p {
		font-size: 15px;
		line-height: 1.9;
		margin-bottom: 12px;
	}
}
/* 小屏手机 */
@media screen and (max-width: 480px) {
	.header-top-box {
		height: 56px;
	}
	.logo img {
		max-height: 32px;
	}
	.header-nav {
		width: 80%;
	}
	/* 轮播文字条：小屏隐藏简介，圆点回到右下角 */
	.slide-info {
		padding: 10px 15px 12px;
	}
	.slide-info p {
		display: none;
	}
	.slide-info h3 {
		font-size: 15px;
		padding-right: 90px;
	}
	.news-swiper .swiper-pagination {
		bottom: 14px;
	}
	.sec-title h3 {
		font-size: 20px;
	}
	/* 头条新闻：小屏改上下堆叠 */
	.news-top {
		display: block;
	}
	.news-top .pic {
		width: 100%;
	}
	.news-top .info {
		padding-left: 0;
		margin-top: 12px;
	}
	.news-list li span {
		font-size: 13px;
		margin-left: 10px;
	}
	/* 页脚 */
	.links-box b {
		font-size: 16px;
	}
	.links-box .links li a {
		font-size: 13px;
	}
	.footer-left p {
		font-size: 13px;
	}
	/* 列表页 */
	.ny-banner {
		height: 120px;
	}
	.side-title {
		font-size: 18px;
	}
	.side-menu > li > a {
		font-size: 14px;
		padding: 10px 14px;
	}
	.side-sub li a {
		font-size: 13px;
		padding: 10px 12px;
	}
	.ny-title h3 {
		max-width: 100%;
		font-size: 20px;
	}
	.crumbs {
		display: none;
	}
	/* 分页：只保留上一页/当前页/下一页 */
	.paging .num {
		display: none;
	}
	.paging .num.on {
		display: flex;
		display: -webkit-flex;
	}
	.paging .dots {
		display: none;
	}
	.paging .jump {
		display: none;
	}
	/* 详情页 */
	.article-title {
		font-size: 17px;
	}
	.article-meta {
		font-size: 12px;
	}
	.article-body p {
		font-size: 14px;
	}
}
/* ============ end 移动端样式 ============ */
