@charset "utf-8";
.nav_box {
  background: linear-gradient(180deg, var(--primary-color) 11%, rgba(0, 0, 0, 0))
}
.second-content {
  background: #fff;
}
.second-content .header-img {height: calc(300 / var(--rem) * 1rem);}
.second-content .header-img img{height: 100%;width: 100%;}

.erji-box {
  width: 100%;
  padding: 0 7.5vw 0 6.84vw;
}
.erji-box .time {
  color: #a3a3a3 !important;
}
.crumb {
  height: calc(87 / var(--rem) * 1rem);
  /* background: url(../img/erm.png) top right no-repeat; */
  background-size: auto 100%;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.pl10 span {
  font-size: calc(20 / var(--rem) * 1rem);
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding: calc(10 / var(--rem) * 1rem) 0;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}
/*线条*/
.line_top {
	border-top: 1px solid #ededed;
}

.line_bottom {
	border-bottom: 1px solid #ededed;
}

.line_left {
	border-left: 1px solid #ededed;
}

.line_right {
	border-right: 1px solid #ededed;
}

.text-center{
	text-align: center;
}

/*按钮*/
.btn_gray {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
	padding: 0 16px;
}

.btn_gray:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_green {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
	padding: 0 16px;
}

.btn_green:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_green_big {
	padding: 8px 24px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}

.btn_green_big:active {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_app_box {
	float: left;
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

/* 首页 */
.index-content {
	padding: 0;
}

.index-content1 {
	width: 100%;
	float: left;
	padding: 0rem 0 0px 0;
}

.index-txt {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.index-txt .txt_1 {
	width: 100%;
	font-size: 32px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

/* 首页按钮 */
.index_bnt_box {
	position: absolute;
	width: 100%;
	margin-top: 48.4375rem;
	z-index: 99;
}

.index_bnt_bj {
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 1.125rem;
	color: #073f7c;
	z-index: 99;
	border-radius: 16px;
	text-align: center;
	font-weight: bold;
	animation: .5s linear 0s 1 normal none running key;
}

.index_bnt_bj img {
	width: calc(61 / var(--rem) * 1rem);
	height: calc(61 / var(--rem) * 1rem);
}

.index_bnt_bj_6 {
	transition: all .4s;
	width: calc(206 / var(--rem) * 1rem);
	height: calc(166 / var(--rem) * 1rem);
	/* padding-top: calc(20 / var(--rem) * 1rem); */
	background: var(--primary-color);
	color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.index_bnt_bj_6:first-child {
	border-radius: 10px 0 0 10px;
}

.index_bnt_bj_6:last-child {
	border-radius: 0 10px 10px 0;
}

.index_bnt_bj_6:nth-child(2n) {
	background: #fff;
	color: var(--primary-color);
}

.index_bnt_bj_6:hover {
	transform: scale(1.1);
	/* color: #fff; */
}

.index_bnt_bj_6 p {
	/* font-family: Microsoft YaHei; */
	/* font-weight: bold; */
	font-size: 1.25rem;
	/* color: #333333; */
}

.index_bnt_bj_6:hover p {
	/* color: var(--primary-color); */
	cursor: pointer;
}

.index_bnt_box .sticky {
	display: none;
}

.skeu .index_bnt_bj {
	padding: 10px;
}

.skeu .index_bnt_bj_6 {
	background: transparent;
	box-shadow: none;
	width: calc(134 / var(--rem) * 1rem);
	height: calc(134 / var(--rem) * 1rem);
	position: relative;
}

.skeu .index_bnt_bj_6::after {
	content: '';
	position: absolute;
	right: -1px;
	height: 50%;
	width: 1px;
	background: #cccccc57;
	top: 50%;
	transform: translateY(-50%);
}

.skeu .index_bnt_bj_6:last-child::after {
	content: none;
	position: absolute;
	right: -1px;
	height: 50%;
	width: 1px;
	background: #cccccc57;
	top: 50%;
	transform: translateY(-50%);
}

.skeu .static {
	display: none;
}

.skeu .sticky {
	display: inline;
	width: calc(60 / var(--rem) * 1rem);
	height: calc(60 / var(--rem) * 1rem);
}


/* 资讯中心 */

.news-wrap_box {
	background: url(../img/icon_32.png);
	height: auto;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-top: calc(0 / var(--rem) * 1rem);
}

.news-wrap {
	width: calc(var(--context_width) / var(--rem) * 1rem);
	margin: 0 auto;
	/* overflow: hidden; */
}

.news-wrap-title .title {
	font-weight: bold;
	font-size: calc(36 / var(--rem) * 1rem);
	color: #222222;
	line-height: calc(36 / var(--rem) * 1rem);
	text-align: center;
	margin-bottom: calc(12 / var(--rem) * 1rem)
}

.news-wrap-title .sub_title {
	font-weight: 400;
	font-size: calc(26 / var(--rem) * 1rem);
	color: #0064B0;
	line-height: 25px;
	opacity: .5;
	text-align: center;
	font-style: italic;
	text-transform: uppercase
}

.tabs {
	width: var(--context_width);
	height: calc(54 / var(--rem) * 1rem);
	border-bottom: 1px solid #DDDDDD;
	margin-top: calc(53 / var(--rem) * 1rem);
	display: flex;
	align-items: center;
	justify-content: center
}

.tabs .tab {
	margin: 0 calc(100 / var(--rem) * 1rem);
	font-weight: bold;
	font-size: calc(24 / var(--rem) * 1rem);
	line-height: calc(45 / var(--rem) * 1rem);
	height: 100%;
	color: #000;
	border-bottom: 3px solid transparent;
	padding: 0 .5rem;
	cursor: pointer
}

.tabs .tab:hover {
	color: var(--primary-color);
	border-bottom: 3px solid var(--primary-color)
}

.tabs .tab.on {
	border-bottom: 3px solid var(--primary-color);
	color: var(--primary-color)
}


/* 详情页 */
.content_box {
	width: 100%;
	float: left;
}

.content_box1 {
	padding: 40px 30px;
}

.content_box2 {
	padding: 10px;
}

.content_box p {

	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 8px;
}

.content_box .biaoti_top {
	width: 100%;
	margin: 0 0 24px 0;
}

.content_box .biaoti_top h3 {
	font-size: 35px;
	color: #292929;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
}

.content_box .biaoti_top p {
	font-size: 13px;
	color: #666;
}

.content_box .biaoti_top .biaoti_top_txt {
	font-size: 18px;
	color: #747474;
	/* background: #f6f6f6; */
	padding: 10px;
	line-height: 20px;
	text-align: center;
	margin: 20px 0;
}

/* 二级-内容 */
.erji_content {
	padding: 0;
}

.shuangshi_01 {
	/* box-shadow: 0 0 12px #eee; */
}

.erji_content_left {
	float: left;
	width: 300px;
}

/* 二级-左侧导航*/
.erji_content_left {
	float: left;
	width: calc(240/ var(--rem) * 1rem);
}

.erji_content_left .content_left_nva {
	width: 100%;
}

.erji_content_left .content_left_nva .left_nva_top {
	position: absolute;
	width: calc(240/ var(--rem) * 1rem);
	height: calc(75/ var(--rem) * 1rem);
	background: var(--primary-color);
	/* border-radius: 10px 10px 0 0; */
	margin-top: calc(-75/ var(--rem) * 1rem);
	z-index: 9;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(30/ var(--rem) * 1rem);
	font-weight: 600;
}

.erji_content_left .content_left_nva .left_nva_top p {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0 10px 20px;
	line-height: 40px;
}

.erji_content_left .content_left_nva ul {
	float: left;
	width: 100%;
	margin-top: calc(-1/ var(--rem) * 1rem);
	border-left: calc(13/ var(--rem) * 1rem)solid var(--primary-color);
}

.erji_content_left .content_left_nva ul li {
	background: #f6f6f6;
	height: calc(55/ var(--rem) * 1rem);
	line-height: calc(55/ var(--rem) * 1rem);
	text-align: center;
	font-size: calc(20/ var(--rem) * 1rem);
	color: #000;
	margin-bottom: 0;
	float: left;
	width: 100%;
	display: inline;
}

.erji_content_left .content_left_nva ul li a {
	display: block;
}

.erji_content_left .content_left_nva ul li a:hover {
	display: block;
	background: url(../img/erac.png) no-repeat;
	font-weight: bold;
	color: var(--primary-color);
	font-weight: bold;
}

.erji_content_left .content_left_nva ul li .on {
	background: url(../img/erac.png) no-repeat;
	color: var(--primary-color);
}

/* 二级-右侧内容*/
.erji_content_right {
	width: 100%;
	padding: 0 0 0 calc(270/ var(--rem) * 1rem);
}

/* 二级-图片*/
.erji_bannner {
	width: 100%;
	height: calc(305/ var(--rem) * 1rem);
	position: relative;
	margin-top: 0;
}

.erji_bannner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(23, 78, 232, 0.3), rgba(0, 0, 255, 0));
	z-index: 1;
}

.erji_bannner img {
	width: 100%;
	height: calc(305/ var(--rem) * 1rem);
	object-fit: cover;
}

/* 二级-上页下页*/
.erji_fanye {
	width: 100%;
	padding-top: 20px;
}

.erji_fanye p {
	line-height: 40px;
	font-size: 15px;
}

.erji_fanye p a {
	color: #666;
}

.erji_fanye p a:hover {
	color: var(--primary-color);
}

/* 二级分类按钮 */
.erji_btn_box {
	width: 100%;
}

.erji_btn_box li {
	float: left;
	margin: 0 4px;
}

.erji_btn_box .erji_btn {
	float: left;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: 1px solid #eee;
	padding: 0 16px;
	margin-bottom: 4px;
}

.erji_btn_box .erji_btn:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.erji_btn_box .on {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

/* 多行式面包屑导航-默认竖线分隔 */
.m-crumb {
	overflow: hidden;
	line-height: 1.5;
	/* border-bottom: 1px dashed #ddd; */
	/* margin-bottom: 25px; */
	padding-top: 7px;
}

.m-crumb ul {
	margin-right: -20px;
	float: right;
	font-size: 12px;
	color: var(--primary-color);
}

.m-crumb li {
	float: left;
	word-wrap: normal;
	white-space: nowrap;
}

.m-crumb li a {
	color: #A3A3A3;
}

.m-crumb li a:hover {
	color: var(--primary-color);
}

.m-crumb li:after {
	display: inline-block;
	width: 20px;
	text-align: center;
	content: '|';
	font-size: 13px;
	color: #ccc;
	font-family: \5b8b\4f53;
}

/* 箭头分隔 */
.m-crumb-arr li:after {
	content: '\3E';
}

/* 空白分隔 */
.m-crumb-blank ul {
	margin-left: -10px;
}

.m-crumb-blank li:after {
	width: 10px;
	content: '';
}

/* 普通翻页器-默认居中 */
.m-page-box_bj {
	width: 100%;
	float: left;
}

.m-page {
	margin: 20px 0;
	text-align: center;
	line-height: 32px;
	font-size: 0;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-page a,
.m-page i {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	text-shadow: 0 1px #fff;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.m-page a,
.m-page a:hover {
	text-decoration: none;
	color: #7B7B7B;
	background: #E4E4E4;
}

.m-page a:first-child {
	margin-left: 2;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.m-page a:last-child {
	margin-right: 2;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.m-page a.pageprv:before,
.m-page a.pagenxt:after {
	font-weight: bold;
	font-family: \5b8b\4f53;
	vertical-align: top;
}

.m-page a.pageprv:before {
	margin-right: 3px;
	content: '\3C';
}

.m-page a.pagenxt:after {
	margin-left: 3px;
	content: '\3E';
}

.m-page a:hover {
	background: #f5f5f5;
}

.m-page a:active {
	background: #f0f0f0;
}

.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
	cursor: default;
	color: #ccc;
	background: #fff;
}

.dreamer-ul {
	display: flex;
	margin: 24px 0 0 20px;
}

.dreamer-ul li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 13px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	text-shadow: 0 1px #fff;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.dreamer-ul li,
.dreamer-ul li:hover {
	text-decoration: none;
	color: #666;
}

.dreamer-ul li:first-child {
	margin-left: 2;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.dreamer-ul li:last-child {
	margin-right: 2;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.dreamer-ul li:hover {
	background: #f5f5f5;
}

.dreamer-ul li:active {
	background: #f0f0f0;
}

.dreamer-ul li.active,
.dreamer-ul li.active:hover,
.dreamer-ul li.active:active {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

.dreamer-ul li.active a,
.dreamer-ul li.active:hover a,
.dreamer-ul li.active:active a {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

/* 居左 */
.m-page-lt {
	text-align: left;
}

/* 居右 */
.m-page-rt {
	text-align: right;
}

/* 较小 */
.m-page-sm {
	line-height: 22px;
}

.m-page-sm a,
.m-page-sm i {
	padding: 0 8px;
}

/* 分离 */
.m-page-sr a,
.m-page-sr i {
	margin: 0 3px;
	border-radius: 2px;
}

.m-page-sr i {
	border: 0;
}

.m-page-sr a:first-child,
.m-page-sr a:last-child {
	border-radius: 2px;
}


/* 二级学校专业 */
.erji_xxzy {
	width: 100%;
}

.erji_xxzy li {
	float: left;
	width: 33%;
}

.erji_xxzy li .erji_xxzy_bj:hover {
	box-shadow: 0 0 12px #eee;
}

.erji_xxzy li .erji_xxzy_bj {
	float: left;
	width: 94%;
	background: #fff;
	border: 1px solid #ededed;
	padding: 10px;
	margin: 10px 3%;
}

.erji_xxzy li .erji_xxzy_bj img {
	float: left;
	width: 75px;
	margin: 20px;
}

.erji_xxzy li .erji_xxzy_bj .erji_xxzy_bj_txt {
	margin: 44px 20px 0 95px;
	font-size: 16px;
}

.erji_xxzy li .erji_xxzy_bj:hover {
	box-shadow: 0 0 12px #eee;
}

/* 二级招生动态 */
.wxlb_list {
	width: 100%;
}

.wxlb_list li {
	width: 100%;
	padding: calc(30/ var(--rem) * 1rem) calc(20/ var(--rem) * 1rem);
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 10px;
}

.wxlb_list li a {}

.wxlb_list li a:hover {
	/* color: var(--primary-color); */
}

.wxlb_list li h3 {
	font-weight: bold;
	font-size: calc(18/ var(--rem) * 1rem);
	margin-bottom: 10px;
}

.wxlb_list li p {
	font-size: calc(16/ var(--rem) * 1rem);
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/* 二级文章列表2 */
.wxlb_list2 {
	width: 100%;
}

.wxlb_list2 li {
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}

.wxlb_list2 li a {}

.wxlb_list2 li a:hover {
	color: var(--primary-color);
}

.wxlb_list2 li .time_box {
	float: left;
	width: 80px;
	background: var(--primary-color);
	line-height: 24px;
	margin-right: 15px;
}

.wxlb_list2 li .time_box_1 {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	line-height: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.wxlb_list2 li .time_box_2 {
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
}

.wxlb_list2 li .txt_box {
	width: 100%;
	padding: 0 0 0 100px;
}

.wxlb_list2 li .txt_box h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.wxlb_list2 li .txt_box p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
           min-height: 20px;
}
.wxlb_list_box_img_text {
  display: flex;
  justify-content: space-between;
  padding: 0 calc(20 / var(--rem) * 1rem);
}
.wxlb_list_box_img_text .wxlb_list_box_img_box {
  height: calc(172 / var(--rem) * 1rem);
  width: calc(140 / var(--rem) * 1rem);
  overflow: hidden;
}
.wxlb_list_box_img_text .wxlb_list_box_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.wxlb_list_box_img_text .wxlb_list_box_text_box {
  padding-left: calc(30 / var(--rem) * 1rem);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.wxlb_list_box_img_text .wxlb_list_box_text_box span {
  color: #a3a3a3;
  font-size: calc(16 / var(--rem) * 1rem);
}
.wxlb_list li {
  transition: all 0.3s;
}
.wxlb_list li:hover {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  transform: scale(1.02) translateX(20px);
}
.wxlb_list li:hover .wxlb_list_box_img_box img {
  transition: all 0.3s;
  transform: scale(1.1);
}

/* 二级视觉海工大 */
.wxlb_tp_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(24%, 1fr)); /* 自适应列宽 */
	gap: 10px; /* 间距 */
}

.wxlb_tp_list li {
	float: left;
	padding: 0;
	margin-bottom: 20px;
	overflow:hidden;
}

.wxlb_tp_list li .wxlb_tp_bj {
	/* padding: 10px; */
	background: #fff;
	/* border: 1px solid #ededed; */
}

.wxlb_tp_list li .wxlb_tp_bj:hover {
	/* box-shadow: 0 0 12px #eee; */
	img{
		  transform: scale(1.05);
	}
}
.wxlb_tp_list li .wxlb_tp_bj .wxlb_tp_img {
	width: 100%;
	height: calc(200/ var(--rem) * 1rem);
	overflow: hidden;
	position: relative;
}

.wxlb_tp_list li .wxlb_tp_bj img {
	width: 100%;
	height: calc(200/ var(--rem) * 1rem);
	transition: all 0.3s;
}
.wxlb_tp_list li .wxlb_tp_bj img.play {
	/* 椭圆形 */
width:calc(42/ var(--rem) * 1rem);
	height: calc(42/ var(--rem) * 1rem);
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.wxlb_tp_list li .wxlb_tp_bj p {
	line-height: 20px;
	margin: 5px;
	font-size: calc(13/ var(--rem) * 1rem);
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wxlb_tp_list li a:hover {
	color: var(--primary-color);
}

/* 二级中外办学 */
.wxlb_zw_list {
	width: 100%;
}

.wxlb_zw_list li {
	float: left;
	width: 50%;
	padding: 20px;
	margin-bottom: 20px;
}

.wxlb_zw_list li .wxlb_zw_bj {
	padding: 10px;
	background: #fff;
	border: 1px solid #ededed;
}

.wxlb_zw_list li .wxlb_zw_bj:hover {
	box-shadow: 0 0 12px #eee;
}

.wxlb_zw_list li .wxlb_zw_bj img {
	width: 100%;
	height: 264px;
}

.wxlb_zw_list li .wxlb_zw_bj p {
	line-height: 20px;
	margin: 5px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wxlb_zw_list li a:hover {
	color: var(--primary-color);
}

.wxlb_zw_list li .wxlb_zw_bj h3 {
	line-height: 20px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wxlb_zw_list li a:hover {
	color: var(--primary-color);
}


/* 招生专业 */
.zszy_box_top {
	width: 100%;
	line-height: 48px;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	font-size: 24px
}

.zszy_box {
	float: left;
	width: 50%;
	padding: 5px;
}
.zszy_title {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0px 0 20px;
}
.zszy_box_top {
  margin: 5px;
  width: 100%;
  line-height: 48px;
  background: radial-gradient(300px 1000px ellipse at 50% 51%, #8f56a9, var(--primary-color));
  color: #fff;
  text-align: center;
  font-size: 24px;
display: none;
}
.zszy_box {
  float: left;
  width: 50%;
  padding: 5px;
}

.accordion dl,
.accordion-list {
	width: 100%;
	float: left;
	background: #fff;
	margin: 5px 0;
}

.accordion dl {
	/* width: 100%; */
	/* display: flex; */
	flex-wrap: wrap;
}

.accordion dl>div {
	    width: 50%;
    float: left;
}

.accordion dd,
.accordion__panel {
	background-color: #fff;
	margin-inline-start: 0px;
	margin: -5px 5px 5px 5px;
	border: 1px solid #ededed;
}

.accordion dd a:hover {
	color: #004ea1;
}

.accordion h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.accordion p {
	font-size: 15px;
	padding: 10px 0;
}

.accordion p span {
	width: 100%;
	float: left;
}

.accordion {
	width: 100%;
}

.container {
	width: 100%;
}

.accordionTitle,
.accordion__Heading {
	background-color: #f5f5f5;
	text-align: center;
	padding: 15px;
	margin: 5px;
	font-size: 16px;

	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;

}

.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 20px;
	line-height: 1.2em;
	float: right;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #f3eff5;
	color: var(--primary-color);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #f3eff5;
	color: var(--primary-color);
	font-weight: bold;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.accordionItem {
	height: auto;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;

}

.accordionItem.is-collapsed {
	max-height: 0;
}

.no-js .accordionItem.is-collapsed {
	max-height: auto;
}

.img_text_nav {
  margin-bottom: 10px;
min-height: 400px;
overflow: auto;
}
.img_text_nav img {max-width: 100%;}


@media screen and (max-width: 768px) {

	/* 二级-内容 */
	.erji_content {
		padding: 10px 10px 20px;
                       overflow: auto;
	}

	/* 二级分类按钮 */
	.erji_btn_box {
		width: 100%;
	}

	.erji_btn_box li {
		float: left;
		margin: 0 4px;
	}

	.erji_btn_box .erji_btn {
		float: left;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
		background: #fff;
		color: #888;
		border: 1px solid #eee;
		padding: 0 16px;
	}

	.erji_btn_box .erji_btn:hover {
		border: 1px solid var(--primary-color);
		background: var(--primary-color);
		color: #fff;
	}

	.erji_btn_box .on {
		border: 1px solid var(--primary-color);
		background: var(--primary-color);
		color: #fff;
	}


	/* 首页按钮 */
	.index_bnt_box {
		width: 100%;
		margin-top: 48.4375rem;
	}

	.index_bnt_bj {
		background: #fff;
		box-shadow: 0px 5px 5px 0 #ccc;
		width: 94%;
		height: 180px;
		padding: 0;
		margin: 0 3%;
		font-size: 14px;
		color: #073f7c;
		background: #fff;
		box-shadow: 0px 5px 5px 0 #ccc;
		flex-wrap: wrap;
		align-content: space-around;
		overflow: hidden;
	}

	.index_bnt_bj img {
		width: 35px;
		height: 35px;
	}

	.index_bnt_bj_6 {
		width: 33.3%;
		/* padding-top: 5px; */
		height: 90px;
	}

	.index_bnt_bj_6 p {
		font-size: 14px;
		font-size: 12px;
	}

	.index_bnt_bj_6 {
		border-radius: 0 !important;
	}
	.second-content {padding-top: 72px;}
	.second-content .header-img {height: 150px;}

	.erji-box {
    padding: 10px;
  }

	/* 二级-右侧内容*/
	.erji_content_right {
		width: 100%;
		padding: 0 0 0 0px;
	}

	.content_box1 {
		padding: 0px;
	}

	.content_box2 {
		padding: 0px;
	}

	.erji_bannner {
		width: 100%;
		height: auto;
	}

	.erji_bannner::after {
		background: none;
	}

	.erji_bannner img {
		width: 100%;
	}
	.crumb {
    height: 30px;
  }
  .crumb .m-crumb ul {
    float: left;
  }
  .crumb span {
    display: none;
  }


	/* 二级学校专业 */
	.erji_xxzy li {
		width: 100%;
	}

	/* 二级视觉 */
	.wxlb_tp_list li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	/* 二级中外办学 */
	.wxlb_zw_list li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.wxlb_list_box_img_text {
    padding: 0;
  }
  .wxlb_list_box_img_text .wxlb_list_box_img_box {
    height: 90px;
    width: 100px;
    overflow: hidden;
  }
  .wxlb_list_box_img_text .wxlb_list_box_text_box h3 {
    font-size: 16px;
  }
  .wxlb_list_box_img_text .wxlb_list_box_text_box p {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .wxlb_list_box_img_text .wxlb_list_box_text_box span {
    font-size: 12px;
  }
  .wxlb_tp_list {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)) !important;
  }
  .wxlb_tp_list li .wxlb_tp_img {
    height: 120px !important;
  }
  .wxlb_tp_list li .wxlb_tp_bj img {
    height: 120px !important;
  }
  .wxlb_tp_list li .wxlb_tp_bj .play {
    width: 30px !important;
    height: 30px !important;
  }
  .wxlb_tp_list li .wxlb_tp_bj p {
    font-size: 12px !important;
  }
	.wxlb_list li h3{
		font-size: 14px;
	}
	.wxlb_list li p{
		font-size: 12px;
	}


	/* 招生专业 */
	.accordion dl,
	.accordion-list {
		width: 100%;
		float: left;
		background: #fff;
		margin: 5px 0;
	}

	.accordion p span {
		width: 100%;
	}

	.content_box .biaoti_top h3 {font-size: 18px;}
	.content_box .biaoti_top .biaoti_top_txt {font-size: 14px;}
	.content_box .img_text_nav p{font-size: 14px;}

	.wxlb_list2 li {
		padding: 0;
                min-height: 80px;
	}
	.wxlb_list2 li .txt_box h3 {font-size: 14px;}
	.wxlb_list2 li .txt_box p {font-size: 12px;}
	.wxlb_list_box_img_text .wxlb_list_box_text_box {padding-left: 10px;}
	.wxlb_list_box_img_text .wxlb_list_box_text_box h3 {font-size: 14px;}
	.wxlb_list_box_img_text .wxlb_list_box_text_box p {font-size: 12px;}

        .wp_paging{
              display: block;
    line-height: 40px;
       }


.accordion dl>div {
	    width: 100%;
}

}