	@charset "UTF-8";
	/**
 * [xLarge Screen for PC]
 * >=1200
 */

	@media screen and (min-width: 1200) {

	}

	/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */

	@media screen and (max-width: 1199px) {
		.foot-shares {
			right: 2%;
		}
	}

	/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */

	@media screen and (max-width: 1100px) {
		.wp-wrapper .wp-inner {
			padding: 0 10px;
		}
		.wp-navi .wp-menu .menu-item {
			width: 11%;
			text-align: center;
			font-size: 17px;
		}
		.wp-navi .wp-menu .menu-item.i1 a.menu-link {
			padding: 0 !important;
		}
		.wp-navi .wp-menu .menu-item a.menu-link {
			padding: 0;
		}
		.link_icon .news_list li.news .news_box {
			margin: 0;
			padding: 0;
		}
		.wp-wrapper .wp-inner {
			padding: 0 10px;
		}
		.link_icon .news_list li.news {
			width: 14.2%;
			padding: 0;
			margin: 0;
		}
		.foot-shares {
			bottom: 50px;
			right: 10px;
		}
		.wp-container2 .wp-inner {
			/* padding: 20px 0 0 0; */
			margin: 0 auto;
		}
		.post-21 .post-body .mod-1, .post-21 .post-body .mod-3 {
			width: 100%;
		}
		.post-21 .post-body .mod-2, .post-21 .post-body .mod-4 {
			width: 100%;
			padding-top: 0px;
		}
		.post-21 .post-body {
			padding-top: 5px;
		}
		.wp-post .post-head {
			padding-bottom: 5px;
		}
		.post-21 {
			padding: 15px;
		}
		.rili {
			margin-bottom: 10px;
		}
		.wp-banner .wp-inner {
			padding: 0;
		}
		.wp-footer .foot-nav .wp-inner {
			padding: 15px 30px;
		}
		.wp-footer .foot-nav .wp-inner ul.wp-menu.clearfix {
			/* padding-left: 80px; */
		}
		.sudy-tit2-1 {
			float: left;
			padding-left: 20px;
			width: 75%;
		}
	}

	/**
 * [Medium Screen for Pad]
 * 768~959
 */

	@media screen and (max-width: 959px) {
		.main-nav-panel .wp-menu .menu-item a.menu-link {
			padding: 0 4px;
		}
		.focus-navigation {
			visibility: hidden;
		}
		.wp-footer .wp-inner .footer .copyright, .wp-footer .wp-inner .footer .address {
			display: block;
		}
		/**主体布局**/
		.wp-main-page .content, .wp-main-page .sidebar {
			width: 100%;
			float: none;
		}
		.wp-post .post-head .head-bar, .wp-post .post-body {
			margin: 0 6px;
		}
		/**栏目列表**/
		.wp-column-menu {
			width: 278px;
			float: left;
			margin-right: 20px;
		}
		.wp-column-news {
			float: right;
			width: calc(100% - 300px);
		}
		.wp-column-news .column-news-box {
			margin: 0 6px;
		}
		.column-head .column-anchor {
			padding: 6px;
		}
		.column-head .column-anchor .column-switch {
			display: block;
		}
		.column-head .column-anchor h3.anchor-title {
			font-size: 16px;
		}
		.column-list-wrap li a {
			background-position: 10px 14px;
		}
		.column-list-wrap li a, .column-list-wrap li.selected a.selected {
			background-position: 10px 14px;
		}
		.column-list-wrap li a span {
			padding-top: 6px;
			padding-bottom: 6px;
		}
		.column-body {
			display: block;
		}
		.list-meta .column-title {
			font-size: 16px;
		}
		.info-box {
			margin: 0 14px;
		}
		.article {
			padding: 10px 0;
		}
		.article h1.arti-title {
			padding: 5px 0;
		}
		.list-head {
			margin-top: 0;
			position: inherit;
		}
		.list-meta .column-path {
			position: inherit;
			top: 0;
		}
		.wp-footer .footer p span {
			display: block;
		}
	}

	/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

	@media screen and (max-width: 767px) {
		/* 基础文字大小 */
		body, p {
			font-size: 16px;
			line-height: 1.6;
		}
		a {
			font-size: 16px;
		}
		
		/* 头部优化 */
		.wp-header .wp-inner {
			margin: 0 6px;
			padding: 10px 0 !important;
		}
		.wp-post .post-head .post-title {
			font-size: 18px;
			font-weight: bold;
		}
		
		/* 新闻列表优化 */
		.post-news .news-item {
			height: auto;
			min-height: 44px;
			line-height: 1.5;
			padding: 8px 0;
			border-bottom: 1px dashed #ccc;
		}
		.post-news .news-item .meta-title, .column-news-list .column-news-item .column-news-title {
			margin-right: 0;
			white-space: normal;
			overflow: visible;
			text-overflow: clip;
		}
		.post-news .news-item .news-date-hide, .column-news-list .column-news-item .news-date-hide {
			display: none;
		}
		
		/* 导航优化 */
		.wp-header {
			padding: 0;
		}
		.wp-navi {
			display: none;
		}
		.wp-navi-slide {
			display: block;
			background-color: #eee;
		}
		.wp-navi-slide .navi-slide-head {
			display: none;
		}
		.wp-navi-slide .wp-menu {
			display: none;
		}
		.main-nav-panel .wp-menu .menu-item {
			display: block;
			float: none;
			border-top: 1px solid #ddd;
			overflow: hidden;
		}
		.main-nav-panel .wp-menu .menu-item a.menu-link {
			display: block;
			min-height: 44px;
			height: auto;
			line-height: 1.5;
			padding: 12px 18px;
			color: #222;
			font-size: 15px;
			background-color: #fff;
		}
		.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
			text-decoration: none;
			color: #fff;
			background-color: #0C3C74
		}
		
		/* 布局优化 */
		.wp-main-page .content .cbox-left, .wp-main-page .content .cbox-right {
			width: 100%;
			float: none;
		}
		.wp-header .wp-panel {
			margin: 0;
			float: none;
			clear: both;
			width: auto;
			position: absolute;
			top: 0;
			right: 15px;
			padding: 4.6% 0;
		}
		.wp-header .search-panel {
			margin-bottom: 10px;
			display: none;
		}
		.wp-header .logo-panel {
			position: relative;
			padding: 3.4% 0;
		}
		.wp-header .navi-aside-toggle-show {
			display: block;
		}
		
		/* Logo优化 */
		.logo-window {
			width: auto;
			margin: 0 20px;
			padding: 0;
			text-align: center;
		}
		.logo-window img {
			width: 100%;
			max-width: 100%;
			height: auto;
			padding: 10px 5%;
		}
		
		/* 隐藏不必要元素 */
		.lang-panel, .top-nav-panel {
			display: none;
		}
		.wp-info-page .search-panel, .wp-info-page .top-nav-panel, .wp-column-page .search-panel, .wp-column-page .top-nav-panel {
			display: none;
		}
		
		/* Banner优化 */
		.wp-banner {
			border-top: 1px solid #DFBA5D;
			margin-bottom: 10px;
		}
		.wp-banner .column-name {
			display: block;
			font-size: 18px;
			padding: 10px;
		}
		.wp-banner .wp-inner .banners img {
			width: 100%;
			height: auto;
		}
		
		/* 面包屑导航优化 */
		.list-meta .column-path, .list-meta .column-title {
			float: none;
		}
		.list-meta .column-title {
			display: none;
		}
		.list-meta .column-path {
			padding-left: 24px;
			background: url(img/sitemap-icon.png) no-repeat 0 4px;
			font-size: 14px;
		}
		.list-meta .column-path .path-name {
			display: none;
		}
		
		/* 分页优化 */
		.wp_paging {
			float: none !important;
			text-align: center;
			padding: 20px 10px;
			width: 100%;
			display: flex;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
			gap: 6px;
		}
		.wp_paging li {
			margin: 0 !important;
			height: auto !important;
			float: none !important;
		}
		.wp_paging li span,
		.wp_paging li a {
			min-width: 40px !important;
			min-height: 44px !important;
			line-height: 44px !important;
			height: 44px !important;
			padding: 0 10px !important;
			margin: 0 !important;
			font-size: 15px !important;
			display: flex !important;
			align-items: center;
			justify-content: center;
			border: 1px solid #ddd;
			border-radius: 4px;
			background: #fff;
			box-sizing: border-box;
			text-decoration: none;
			white-space: nowrap;
		}
		.wp_paging li a:hover {
			background: #f0f0f0;
			color: #333;
		}
		.wp_paging li.active span,
		.wp_paging li.current span,
		.wp_paging li.active a,
		.wp_paging li.current a {
			background: #72c8c9;
			color: #fff;
			border-color: #72c8c9;
			font-weight: bold;
		}
		/* 隐藏中间页码，只显示首尾和当前页附近 */
		.wp_paging li:nth-child(n+5):nth-last-child(n+5):not(.active):not(.current) {
			display: none !important;
		}
		.wp_paging .pages_count {
			display: none !important;
		}
		.wp_paging .page_jump {
			display: none !important;
		}
		.wp_paging li input {
			display: none !important;
		}
		/* 分页栏右浮动取消 */
		.list-pagebar {
			float: none !important;
			width: 100%;
			text-align: center;
		}
		/* 文章页分页（上一页下一页） */
		.article p[align="right"] {
			text-align: center !important;
			padding: 15px 10px;
			display: flex;
			flex-wrap: nowrap;
			justify-content: center;
			gap: 6px;
		}
		.article p[align="right"] a,
		.article p[align="right"] span {
			min-width: 40px !important;
			min-height: 44px !important;
			line-height: 44px !important;
			padding: 0 12px !important;
			font-size: 15px !important;
			display: inline-flex !important;
			align-items: center;
			justify-content: center;
			border: 1px solid #ddd;
			border-radius: 4px;
			background: #fff;
			box-sizing: border-box;
			text-decoration: none;
			color: #333;
			white-space: nowrap;
		}
		.article p[align="right"] a:hover {
			background: #f0f0f0;
		}
		.article p[align="right"] span[style*="font-weight:bold"] {
			background: #72c8c9;
			color: #fff;
			border-color: #72c8c9;
		}
		/* 隐藏中间页码 */
		.article p[align="right"] a:nth-child(n+5):nth-last-child(n+5),
		.article p[align="right"] span:nth-child(n+5):nth-last-child(n+5):not([style*="font-weight:bold"]) {
			display: none !important;
		}
		
		/* 内容区域优化 */
		.info-box {
			margin: 0 10px;
		}
		.article {
			padding: 10px 0;
		}
		.article .arti-metas span {
			font-size: 14px;
		}
		.article .arti-metas .read-options {
			display: inline-block;
		}
		.wp_entry, .wp_entry p, .article .entry, .article .entry p {
			font-size: 16px;
			line-height: 1.8;
		}
		
		/* 图片响应式 */
		.wp_entry img, .article .entry img {
			max-width: 100% !important;
			height: auto !important;
			width: auto !important;
		}
		
		/* 图标链接优化 */
		.link_icon .news_list {
			flex-wrap: wrap;
			margin: 0 -5px;
		}
		.link_icon .news_list li.news {
			width: 50%;
			padding: 5px;
		}
		.link_icon .news_list li.news .news_box {
			margin: 0;
		}
		.link_icon .news_list li.news .link_con {
			height: auto;
			min-height: 44px;
			line-height: 1.4;
			padding: 5px 0;
			font-size: 14px;
		}
		
		/* 栏目菜单优化 */
		.wp-column-menu {
			width: 100%;
			float: none;
			margin-right: 0;
			margin-bottom: 15px;
		}
		.wp-column-news {
			width: 100%;
			float: none;
		}
		.wp-column-news .column-news-box {
			margin: 0 10px;
		}
		
		/* 栏目新闻列表优化 */
		.column-news-list .column-news-item {
			padding: 12px 0 12px 15px;
		}
		.column-news-list .column-news-item .column-news-title {
			margin-right: 0;
			white-space: normal;
			font-size: 15px;
			line-height: 1.6;
		}
		.column-news-list .column-news-item .column-news-date {
			position: static;
			transform: none;
			text-align: left;
			width: auto;
			margin-top: 5px;
			font-size: 13px;
		}
		
		/* 师资队伍卡片优化 */
		.piclist {
			margin-bottom: 20px;
		}
		.pic {
			padding-top: 120%;
		}
		.pictitle h3 {
			font-size: 18px;
			line-height: 1.4;
			padding: 12px 10px;
		}
		.pictitle p {
			padding: 0 10px 12px;
			font-size: 14px;
			line-height: 1.5;
		}
		
		/* 列表样式2优化 */
		.list2 {
			flex-direction: column;
			padding: 15px;
		}
		.list2-info {
			width: 100%;
			order: 2;
		}
		.list2-img {
			width: 100%;
			padding-top: 56%;
			order: 1;
			margin-bottom: 15px;
		}
		.list2-date {
			width: 100%;
			order: 3;
			padding: 10px;
			margin-top: 10px;
		}
		.first .list2-info {
			width: 100%;
		}
		
		/* 表格响应式 */
		table {
			display: block;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		
		/* 触摸目标最小尺寸 */
		button, .btn, input[type="submit"], input[type="button"] {
			min-height: 44px;
			min-width: 44px;
			padding: 10px 15px;
		}
		
		/* 隐藏站点标题图片 */
		img.site-title {
			display: none;
		}
		
		/* 日历和发布日期优化 */
		.pubdate-Cprofile {
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.rili {
			flex-direction: column;
			align-items: flex-start;
		}
		.sudy-pubdate {
			width: 100%;
			margin-bottom: 10px;
		}
		
		/* 页脚优化 */
		.wp-footer .footer p span {
			display: block;
			margin: 5px 0;
		}
		.foot-nav .wp-menu {
			text-align: center;
		}
		.foot-nav .wp-menu li.menu-item {
			float: none;
			display: inline-block;
			margin: 5px;
		}
	}

	/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */

	@media screen and (max-width: 679px) {
		.rizi {
			width: 16%;
			height: auto;
		}
		.sudy-tit2-1 {
			width: 77%;
		}
		.sudy-tit2-1 {
			height: auto;
		}
		.sudy-tit2-2 {
			width: 77%;
		}
		.sudy-tit2-2 {
			height: auto;
		}
		.rili {
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
		}
		.sudy-pubdate {
			width: 100%;
			height: auto;
			padding: 5px;
		}
		.post-21 .post-body {
			margin: 0 !important;
		}
		.pubdate-day {
			font-size: 25px;
		}
		.pubdate-time {
			font-size: 15px;
		}
	}

	/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */

	@media screen and (max-width: 479px) {
		/* 内容区域优化 */
		.info-box {
			margin: 0 8px;
		}
		
		/* 图标链接单列显示 */
		.link_icon .news_list li.news {
			width: 100%;
			padding: 8px 0;
		}
		.link_icon .news_list li.news .link_icon .icon {
			width: 60px;
			height: 60px;
			margin: 8px 0;
		}
		.link_icon .news_list li.news .link_con {
			font-size: 15px;
			line-height: 1.5;
		}
		
		/* 标题优化 */
		.sudy-tit2-1 {
			width: 100%;
			padding-left: 0;
			margin-top: 10px;
		}
		.sudy-tit2-2 {
			width: 100%;
			padding-left: 0;
		}
		
		/* 发布日期标题 */
		.pubdate-title a {
			font-size: 16px;
			line-height: 1.5;
		}
		a {
			font-size: 16px;
		}
		
		/* 日历优化 */
		.rizi {
			width: 100%;
			margin-bottom: 10px;
		}
		.sudy-pubdate {
			padding: 10px;
			width: 100%;
		}
		.pubdate-day {
			font-size: 22px;
			padding: 5px 0;
		}
		.pubdate-time {
			font-size: 14px;
		}
		
		/* 师资队伍卡片优化 */
		.pictitle h3 {
			font-size: 16px;
			padding: 10px 8px;
		}
		.pictitle p {
			font-size: 13px;
			padding: 0 8px 10px;
		}
		
		/* 按钮优化 */
		.link-button {
			width: 100%;
			max-width: 280px;
			height: 48px;
		}
		.link-button a {
			font-size: 20px;
			margin-left: -80px;
		}
		
		/* 栏目样式3优化 */
		.column3 {
			margin: 10px 0;
			padding: 15px 10px;
		}
		.column3-content {
			padding: 15px 0;
		}
		
		/* 列表2优化 */
		.list2 {
			padding: 12px;
		}
		.list2-info h4 {
			font-size: 16px;
			margin-bottom: 8px;
		}
		.list2-info p {
			font-size: 14px;
			line-height: 1.6;
		}
		
		/* 页脚优化 */
		.wp-footer .footer p span {
			font-size: 13px;
			line-height: 1.8;
		}
		.foot-nav .wp-menu li.menu-item a {
			font-size: 13px;
			padding: 5px 8px;
		}
		
		/* 确保所有图片响应式 */
		img {
			max-width: 100%;
			height: auto;
		}
		
		/* 表单元素优化 */
		input[type="text"],
		input[type="email"],
		input[type="tel"],
		input[type="number"],
		textarea,
		select {
			width: 100%;
			min-height: 44px;
			font-size: 16px;
			padding: 10px;
			box-sizing: border-box;
		}
		
		/* 防止iOS自动缩放 */
		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="number"]:focus,
		textarea:focus,
		select:focus {
			font-size: 16px;
		}
		
		/* 分页组件进一步优化 */
		.wp_paging {
			padding: 15px 5px;
			gap: 5px;
		}
		.wp_paging li span,
		.wp_paging li a {
			min-width: 38px !important;
			min-height: 40px !important;
			line-height: 40px !important;
			height: 40px !important;
			padding: 0 8px !important;
			font-size: 14px !important;
		}
		/* 文章页分页优化 */
		.article p[align="right"] {
			padding: 12px 5px;
			gap: 5px;
		}
		.article p[align="right"] a,
		.article p[align="right"] span {
			min-width: 38px !important;
			min-height: 40px !important;
			line-height: 40px !important;
			padding: 0 10px !important;
			font-size: 14px !important;
		}
		
		/* pb_sys_common 分页样式优化 */
		.pb_sys_common {
			padding: 15px 10px !important;
		}
		.pb_sys_common .p_pages {
			display: flex !important;
			flex-wrap: nowrap !important;
			gap: 6px;
			justify-content: center;
			align-items: center;
		}
		.pb_sys_common .p_pages span {
			min-width: 40px !important;
			min-height: 44px !important;
			line-height: 44px !important;
			padding: 0 10px !important;
			font-size: 15px !important;
			display: inline-flex !important;
			align-items: center;
			justify-content: center;
			border: 1px solid #ddd;
			border-radius: 4px;
			background: #fff;
			box-sizing: border-box;
			white-space: nowrap;
			margin: 0 !important;
		}
		.pb_sys_common .p_pages span a {
			color: #333;
			text-decoration: none;
			display: block;
		}
		.pb_sys_common .p_pages span:hover {
			background: #f0f0f0;
		}
		.pb_sys_common .p_pages .p_no_d {
			background: #72c8c9 !important;
			color: #fff !important;
			border-color: #72c8c9 !important;
			font-weight: bold;
		}
		.pb_sys_common .p_pages .p_first_d,
		.pb_sys_common .p_pages .p_prev_d,
		.pb_sys_common .p_pages .p_next_d,
		.pb_sys_common .p_pages .p_last_d {
			background: #f5f5f5 !important;
			color: #999 !important;
		}
		.pb_sys_common .p_pages .p_dot {
			border: none !important;
			background: transparent !important;
			min-width: 30px !important;
		}
		/* 隐藏中间页码，只显示首尾和当前页附近 */
		.pb_sys_common .p_pages span:not(.p_first):not(.p_prev):not(.p_next):not(.p_last):not(.p_no_d):not(.p_dot):nth-child(n+5):nth-last-child(n+5) {
			display: none !important;
		}
	}

	/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */

	@media screen and (max-width: 319px) {
		.top-nav-panel .wp-menu .menu-item a.menu-link {
			font-size: 14px;
			height: 28px;
			line-height: 28px;
		}
		.wp-footer .wp-inner .footer .address, .wp-footer .wp-inner .footer .zipcode {
			display: inline;
		}
		.wp-footer .wp-inner .footer .icp {
			display: block;
		}
		.foot-nav .wp-menu li.menu-item a {
			border-left: 0px solid #fff;
			padding: 0;
		}
	}