
@media screen and (max-width:1025px) {
#nuxt {
	display: block;
}
.header {
	display: none;
}
.mba-mobile-header {
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	left: 0;
	padding: 20px 12px;
	position: fixed;
	top: 0;
	z-index: 2000;
}
.mba-mobile-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.mba-mobile-header .project {
	background-color: #fff;
	margin-right: 10px;
	min-height: 40px;
	overflow: hidden;
}
.mba-mobile-header .project h1 {
	background-color: #fff;
	color: var(--mba-primary-color);
	line-height: 40px;
	overflow: hidden;
	z-index: 4;
}
.mba-mobile-header .project h1 i {
	color: var(--mba-primary-color);
	transition: all .3s linear;
}
.fa {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.mba-mobile-header .logo {
	align-items: center;
	display: flex;
	justify-content: center;
	/*    left: 50%;
    margin-left: -55px;*/
	position: absolute;
	width: 110px;
}
.mba-mobile-header .logo a {
	display: block;
	width: 100%;
}
.mba-mobile-header .logo a img {
	width: 170px;
}
.mba-mobile-header .options {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
.mba-mobile-header .options .o-item {
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 2px 11px 0 rgba(58, 133, 248, .16);
	display: flex;
	height: 33px;
	justify-content: center;
	width: 33px;
}
.van-tabs--line .van-tabs__wrap {
	height: 56px;
}
.van-tabs__wrap {
	position: relative;
}
.van-tabs__wrap {
	overflow: hidden;
}
.van-tabs__nav--line.van-tabs__nav--complete {
	padding-left: 8px;
	padding-right: 8px;
}
.van-tabs__wrap--scrollable .van-tabs__nav {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
}
.van-tabs__nav--line {
	box-sizing: initial;
	height: 100%;
	padding-bottom: 15px;
}
.van-tabs__nav {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}
.van-tabs__wrap--scrollable .van-tab {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 12px;
}
.van-tab--active {
	font-size: 21px;
	font-weight: 600;
}
.van-tab {
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	color: #646566;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1;
	flex: 1;
	font-size: 20px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 20px;
	padding: 0 4px;
	position: relative;
}
.van-grid-item {
	box-sizing: border-box;
	position: relative;
}
.van-grid-item__content--center {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.van-grid-item__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 16px 8px;
}
.van-grid-item__icon {
	font-size: 28px;
}
.van-icon, .van-icon:before {
	display: inline-block;
}
.van-icon {
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px / 1 vant-icon;
	font: normal normal normal 14px / 1 var(--van-icon-font-family, "vant-icon");
	font-size: inherit;
	position: relative;
	text-rendering: auto;
}
.van-icon__image {
	display: block;
	height: 2em;
	object-fit: contain;
	width: 2em;
}
.van-grid-item__icon+.van-grid-item__text {
	margin-top: 8px;
}
.van-grid-item__text {
	color: #646566;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
	font-weight: 500;
}
.van-grid, .van-tabbar-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.info, .cp-cont, .cp-cont-centerul, .school, .speciality, .video, .flow, .channel-new, .footer, .cp-cont-centertop {
	display: none;
}
.van-tabbar--fixed {
	bottom: 0;
	left: 0;
	position: fixed;
}
.van-tabbar {
	background-color: #fff;
	box-sizing: initial;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 80px;
	padding-bottom: env(safe-area-inset-bottom);
	width: 100%;
	z-index: 2;
}
.van-tabbar-item--active {
	background-color: #fff;
	color: #1989fa;
}
.van-tabbar-item--active {
	background-color: #fff;
	color: #1989fa;
}
.van-tabbar-item {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	color: #646566;
	cursor: pointer;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 2;
}
.van-tabbar-item--active {
	background-color: #fff;
	color: #1989fa;
}
.van-tabbar-item__icon .van-icon {
	display: block;
}
.van-icon {
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px / 1 vant-icon;
	font: normal normal normal 14px / 1 var(--van-icon-font-family, "vant-icon");
	font-size: inherit;
	position: relative;
	text-rendering: auto;
}
.van-tabbar-item__icon img {
	display: block;
	height: 24px;
}
.index-top-list {
	padding: 0 13px;
}
.index-top-list li:nth-child(-n+3) {
	color: #333;
	font-weight: 800;
}
.index-top-list li {
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 17px;
	line-height: 26px;
	margin-top: 17px;
	padding-bottom: 15px;
}
.index-top-list .topListA a {
	color: #333;
	font-size: 18px;
}
.common-default {
	background: white;
	position: relative;
}
.college-list-wrapper {
	box-sizing: border-box;
	padding: 13px;
	width: 100%;
}
.college-list-wrapper>div {
	background: #fff;
	box-shadow: 0 2px 11px 0 rgba(58, 133, 248, .16);
	box-sizing: border-box;
	overflow-x: auto;
	padding: 11px;
}
.college-list-wrapper ul {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.college-list-wrapper ul li {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 6px;
}
.el-image, .image-slot, .mba-image {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}
.el-image {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.el-image__inner {
	transition: all .4s ease 0s !important;
}
.el-image__inner {
	vertical-align: top;
}
.el-image__error, .el-image__inner, .el-image__placeholder {
	height: 100%;
	width: 100%;
}
.insert-box {
	margin-top: 28px;
	padding: 0 13px;
}
.insert-box .header {
	display: flex;
}
.insert-box .header h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.insert-box .insert-list {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 28px;
	overflow-y: auto;
}
.insert-box .insert-list li {
	display: flex;
	flex-direction: column;
	margin-right: 11px;
	width: 172px;
}
.insert-box .insert-list li h4 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	margin-top: 14px !important;
}
.ellipsis_three, .ellipsis_two {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.itemNews {
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 0 13px;
}
.itemNews a {
	display: flex;
	flex-direction: column;
}
.itemNews a .content {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}
.itemNews a .content .mba-image {
	margin-right: 18px;
}
.el-image__inner {
	transition: all .4s ease 0s !important;
}
.itemNews a .content h3 {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
}
.itemNews .item-options {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.itemNews .item-options>div {
	display: flex;
	justify-content: flex-start;
}
.itemNews a {
	display: flex;
	flex-direction: column;
}
.round {
	border-radius: 50%;
	overflow: hidden;
}
.itemNews .item-options>div {
	display: flex;
	justify-content: flex-start;
}
.itemNews .item-options .time {
	color: #999;
	flex: 1;
	font-size: 13px;
	margin-left: 10px;
	text-align: right;
}
.van-swipe {
	cursor: grab;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	user-select: none;
	margin: 0 0.6rem;
}
.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%
}
.van-swipe__track--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}
.van-swipe__indicators {
	bottom: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.van-swipe__indicators--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	bottom: auto;
	-webkit-flex-direction: column;
	flex-direction: column;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
	margin-bottom: 6px
}
.van-swipe__indicator {
	background-color: #ebedf0;
	border-radius: 100%;
	height: 6px;
	opacity: .3;
	-webkit-transition: opacity .2s, background-color .2s;
	transition: opacity .2s, background-color .2s;
	width: 6px
}
.van-swipe__indicator:not(:last-child) {
	margin-right: 6px
}
.van-swipe__indicator--active {
	background-color: #1989fa;
	opacity: 1
}
.van-swipe-item {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	width: 100%
}
.van-image-preview {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
}
.van-image-preview__swipe {
	height: 100%
}
.schedule-countdown {
	margin-top: 4.267vw;
	width: calc(100% - 1.2rem);
	height: 3.2rem;
	background: url(../images/bg_counttime.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0.8rem 0.4rem;
	font-size: 1.1rem;
	color: #333333;
	font-weight: bold;
	align-items: center;
	margin: 0 0.6rem;
	text-align: center;
}
.schedule-countdown .countdown-red {
	color: #FF1100;
}
.schedule-countdown .countdown-time {
	width: 2.8rem;
	height: 1.6rem;
	background: url(../images/bg_countdown.png) no-repeat;
	background-size: 100% 100%;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.6rem;
	text-align: center;
	margin-left: 0.1rem;
	display: inline-block;
}
.hot-school {
	width: 100%;
	background: #FFFFFF;
	border-radius: 1.333vw;
	margin-top: 4vw;
	box-sizing: border-box;
	padding: 0.6rem;
}
.main-title-more {
	justify-content: space-between;
}
.main-title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: center;
}
.main-title a {
	font-size: 0.82rem;
	color: #C2C2C2;
}
.hot-school .swiper-school, .hot-major .swiper-major {
	width: 100%;
	margin-top: 4.533vw;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hot-school .swiper-school .swiper-school-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.8rem;
	width: calc(25% - 1.6rem);
	padding: 0 0.8rem;
}
.swiper-school .swiper-school-item img {
	width: 100%;
	height: auto;
	border-radius: 1.333vw;
}
.swiper-school .swiper-school-item span {
	font-size: .86rem;
	color: #333333;
	margin-top: 2.667vw;
}
.hot-school .swiper-school .swiper-slide, .hot-major .swiper-major .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}
.hot-major {
	width: calc(100% - 0rem);
	background: #FFFFFF;
	border-radius: 1.333vw;
	margin-top: 4vw;
	box-sizing: border-box;
	padding: 0.6rem;
}
.hot-major .swiper-major-item img {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
}
.hot-major .swiper-major .swiper-major-item {
	width: calc(50% - .8rem);
	height: 4.2rem;
	background: #FFFFFF;
	border-radius: 1.333vw;
	border: 0.267vw solid #DBDBDB;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 3.2vw 1.6vw;
	margin-bottom: 2.667vw;
	margin: .4rem;
}
.hot-major .swiper-major-item div>span:last-child {
	font-size: 0.8rem;
	color: #999999;
}
.hot-major .swiper-major-item div>span:first-child {
	font-size: 0.88rem;
	color: #333333;
}
.hot-major .swiper-major-item div {
	display: flex;
	flex-direction: column;
	margin-left: 1.867vw;
}
.index-pagelist {
	width: 100%;
	background: #FFFFFF;
	border-radius: 1.333vw;
	margin-top: 4vw;
	box-sizing: border-box;
	padding: 0.6rem;
	position: relative;
}
.index-pagelist .index-pagelist-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-pagelist .index-pagelist-title li.light-pagetitle {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	color: #333;
}
.index-pagelist .index-pagelist-title li {
	font-size: 18px;
	color: #999999;
}
.index-pagelist .index-pagelist-box {
	margin-top: 5.333vw;
}
.index-pagelist .index-pagelist-box .index-pagelist-item a {
	display: flex;
}
.index-pagelist-box .index-pagelist-item a img {
	width: 36vw;
	height: 21.333vw;
}
.index-pagelist-box .index-pagelist-item a div {
	margin-left: 2.4vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-pagelist-box .index-pagelist-item a div span:first-child {
	font-size: 18px;
	color: #333333;
}
.index-pagelist-box .index-pagelist-item a div span:last-child {
	font-size: 14px;
	color: #7A7D8B;
}
.index-pagelist-box .index-pagelist-item2 {
	margin-top: 1.6rem;
}
.index-pagelist-box .index-pagelist-item2 a {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.index-pagelist-box .index-pagelist-list {
	display: none;
}
.index-pagelist-box .index-pagelist-list.active {
	display: block;
}
.index-pagelist-item2 a::before {
	content: "";
	width: 1.333vw;
	height: 1.333vw;
	background: #F65742;
	border-radius: 50%;
	position: absolute;
	left: 0vw;
	top: auto;
}
.index-pagelist .index-pagelist-more {
	display: block;
	width: 26.667vw;
	height: 8vw;
	background: #FFFFFF;
	border-radius: 4vw;
	border: 0.267vw solid #C3C3C3;
	margin: 3vw auto 0;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 8vw;
}
.index-pagelist-item2 a span:first-child {
	font-size: 18px;
	color: #333333;
	margin-left: 3.2vw;
}
.footer-center {
	width: 100%;
	box-sizing: border-box;
	padding: 0 3.467vw;
	display: block;
}
.footer-codebox {
	width: 100%;
	background: #FFFFFF;
	border-radius: 1.333vw;
	margin: 4vw auto 0;
	box-sizing: border-box;
	padding: 3.467vw 8vw 0vw;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.footer-codebox .swiper-wrapper {
	min-height: 41.333vw;
}
.footer-codebox .swiper-codebox-item .swiper-codebox-pic {
	min-width: 10rem;
	height: 10rem;
	background: url(../images/bg_footer.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.footer-codebox .swiper-codebox-item .swiper-codebox-pic img {
	width: 9.2rem;
	height: 9.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer-codebox .swiper-codebox-item .swiper-codebox-infos {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 10px;
}
.footer-codebox .swiper-codebox-item .swiper-codebox-infos span:first-child {
	width: 12.4rem;
	height: 3rem;
	background: url(../images/bg_footer_code.png) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 3rem;
}
.footer-codebox .swiper-codebox-item .swiper-codebox-infos span:last-child {
	font-size: 16px;
	color: #333333;
	margin-top: 2.933vw;
	text-align: center;
}
.foot-copyright {
	width: 100%;
	background: #FFFFFF;
	border-radius: 1.333vw;
	margin: 4vw auto 24vw;
	box-sizing: border-box;
	padding: 4.8vw 8vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.foot-copyright small {
	font-size: 14px;
	color: #333;
	text-align: center;
}
.footer-codebox .swiper-codebox-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-headlines-left img {
	width: 1.4rem;
	height: 1.4rem;
}
.index-headlines-right {
	width: calc(100% - 0.8rem);
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0.4rem;
}
.index-headlines-title {
	max-width: 100%;
	font-size: 18px;
	color: #414455;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.index-headlines-official {
	font-size: .61rem;
	line-height: 1.2rem;
	color: #ffffff;
	background: #df152f;
	border-radius: .2rem;
	margin-left: .4rem;
	margin-top: .01rem;
	padding: 0 .3rem;
}
.index-headlines-left {
	font-size: .8rem;
	color: #c5c5c4;
	margin-top: .01rem;
	width: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-headlines-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.o-item img {
	width: 1.4rem;
	height: auto;
}
.index_line {
	border-bottom: 1px solid #f7f7f7;
	width: calc(100% - 1.2rem);
	margin: 0.6rem;
}
.slider {
	position: relative;
	width: calc(100% - 1.2rem);
	height: 250px;
	margin: 0rem 0.6rem;
	border: 1px solid #f4f4f4;
}
.slider img {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
	border-radius: .6rem;
}
.slider img.active {
	opacity: 1;
}
.button-container {
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 34px);
}
.button {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	background-color: #cbcbcb;
	border-radius: 50%;
}
.button.active {
	background-color: #bc0000;
}
.van-overlay {
	background-color: rgba(0, 0, 0, .7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.van-popup--left {
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.van-popup {
	display: none;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	max-height: 100%;
	overflow-y: auto;
	position: fixed;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.head-back {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
}
.head-back .van-icon {
	font-size: 17px;
}
.van-icon, .van-icon:before {
	display: inline-block;
}
.van-icon {
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px / 1 vant-icon;
	font: normal normal normal 14px / 1 var(--van-icon-font-family, "vant-icon");
	font-size: inherit;
	position: relative;
	text-rendering: auto;
}
.content h2 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px !important;
	padding-left: 20px !important;
	font-weight: 600;
}
.content .item {
	margin-bottom: 35px;
}
.content .item h3 {
	background-image: url(../images/navdh.png);
	color: #3a85f8;
	font-size: 20px;
	font-weight: 800;
	padding: 8px 20px !important;
	width: 100%;
}
.content .item .item-content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-left: 20px;
}
.content .item .item-content ul {
	flex: 3;
	margin-right: 5px;
}
.content .item .item-content ul li {
	font-size: 18px;
	line-height: 20px;
	width: 100%;
}
.content .item .item-content ul li a {
	display: block;
	height: 20px;
	padding: 14px 0;
}
.head-back .van-icon img {
	width: 22px;
}
.navcolumn-header-cont, .breadnav, .navcolumn-cont-right {
	display: none;
}
.header_nav {
	display: block;
}
.header_nav .van-tabs__wrap {
	height: 56px;
}
.navcolumn-cont-left {
	width: calc(100% - 1.6rem);
	margin: 0 0.8rem;
}
.navcolumn-footer-cont {
	width: 100%;
	margin: 0 auto;
	padding-top: 24px;
	display: block;
	align-items: center;
	justify-content: space-between;
}
.navcolumn-cont {
	width: 100%;
	margin: 0 auto;
}
.navcolumn-cont-name {
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 1.2rem;
	color: #404040;
	font-weight: 600;
}
.navcolumn-cont-other {
	border-bottom: 1px #eeeeee solid;
	padding: 10px 0;
}
.navcolumn-cont-center .pageline {
	border-top: 1px #eeeeee solid;
	margin: 10px 0;
}
.navcolumn-footer-list {
	width: 100%;
	height: 320px;
	background: #ffffff;
	border-radius: 10px;
	padding: 1.4rem;
	box-sizing: border-box;
}
.navcolumn-footer-info {
	width: 80%;
}
.page {
	padding-top: 40px;
	font-size: 13px;
}
.page ul li:nth-child(2) {
	display: none;
}
.page ul li:nth-child(6) {
	display: none;
}
.page ul li a {
	display: block;
	padding: 0 12px;
}
.navcolumn-footer {
	background: #F7F8FC;
	margin-bottom: 6rem;
}
.fixed {
	position: fixed;
	top: 70px;
	left: 0px;
	z-index: 2;
	width: 100%;
}
.details-cont {
	width: calc(100% - 1.6rem);
	margin: 0 0.8rem;
	padding-top: 24px;
}
.details-label {
	display: none;
}
.details-center {
	width: 100%;
}
.details-right {
	display: none;
}
.details-center-editorcont img {
	max-width: 100%;
}
.details-center-neckcont {
	width: 100%;
}
.details-center-necklist {
	width: 30.33%;
	padding: 0 6px;
}
.p-r-20 {
	background: #fff;
	padding-top: 0px;
	width: calc(100% - 1.2rem);
	margin: 0 0.6rem;
}
.zx-list4 li {
	border: 1px solid #dfdfdf;
	width: calc(25% - 1.8rem);
	float: left;
	text-align: center;
	padding: 0.4rem;
	margin-bottom: 20px;
	margin: 0.4rem;
}
.m-t-20 ul li a img {
	width: 100%;
	height: 80px;
	margin-left: 0;
}
.m-t-20 ul li a {
	color: #545454;
	font-size: 0.8rem;
}
#hx_zkzy {
	padding-bottom: 20px;
	width: calc(100% - 1.2rem);
	margin: 0 0.6rem;
}
.zkzy_titel {
	width: 100%;
	height: 36px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	background: url(../images/zkzy_title.jpg) no-repeat center;
	margin: 0.4rem 0;
}
.school_p {
	font-size: 1rem;
	width: 100%;
	margin: 0px auto 20px;
	text-align: center;
}
.testlist-yx {
	width: calc(100% - 0px);
	border-collapse: collapse;
	margin: 0;
}
.testlist-yx td {
	border: 1px solid #b5c2cb;
	font-size: 0.8rem;
	text-align: center;
	color: #343434;
}
.box {
	width: calc(100% - 1.6rem);
	margin: 0 0.8rem;
}
.column_box {
	padding-top: 10px;
	margin-bottom: 38px;
	position: relative;
}
.columnr {
	display: none;
}
.yx_left {
	float: left;
	width: 100%;
}
.yy_fl {
	float: none;
}
.width38 {
	width: 100%;
}
.width58 {
	width: 100%;
	margin-top: 20px;
}
.yy_fr {
	float: none;
}
.yy_sc_menu li {
	width: 14.1%;
	line-height: 1.4rem;
	float: left;
	font-size: 1.1rem;
	text-align: center;
}
.yy_sc_menu li a {
	display: block;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 4px 10px;
	border-top: 1px solid #f4f4f4;
}
.sc_cont_jfzl li {
	width: calc(33.33% - 24px);
	height: 160px;
	float: left;
	text-align: center;
	color: #999;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 10px 5px;
}
#scroll_begin ul {
	height: auto;
}
#scroll_begin ul li {
	width: calc(33.33% - 36px);
	height: auto;
	border: 1px solid #ddd;
	margin: 10px 5px;
}
#ksjl {
	display: none;
}
.specialtyCon {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 0;
}
.zy_info {
	padding: 0;
	margin-top: 20px;
}
.specialtyImg, .pl305 {
	display: none;
}
.content-block-title, .zy_img {
	display: block;
}
#MyZyContent {
	display: block;
	padding: 0;
}
.content-block-title {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	color: #ffffff;
	margin: 0.2rem 0 1rem;
	background-color: #2590d4;
	padding: 0.4rem 0.75rem 0.4rem 10px;
	border-bottom: 0px #87b1f9 solid;
}
.zy_img img {
	width: 60%;
	margin-left: 20%;
}
#MyZyContent p img {
	width: 20px;
}
#MyZyContent p {
	margin: 1em 0;
	vertical-align: middle;
	display: flex;
}
.course_nav .tab_top {
	background: #ff4b54;
	width: 100%;
	background-size: auto;
	height: 240px;
	overflow: hidden;
}
.course_nav .tab_top h1 {
	font-size: 2rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 6rem;
	text-align: center;
	margin-top: 28px;
}
.course_nav .tab_top p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}
.zg_mainLet {
	display: none;
}
.zg_mainRet {
	height: auto;
	width: calc(100% - 1.6rem);
	border: 1px solid #e4e4e4;
	margin: 1rem 0.8rem;
}
.zg_jieshao_let {
	width: 20%;
	border-right: dashed 1px #e6e6e6;
	height: 83px;
	text-align: center;
	color: #f12d37;
	font: bold 18px / 30px 'Microsoft Yahei';
	padding-top: 10px;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.zg_jieshaoNr {
	width: calc(100% - 0px);
	display: flex;
}
.zg_jieshao_ret {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
}
.zg_bmTop {
	height: 440px;
	margin-bottom: 10px;
	width: 100%;
}
.zg_bmTopRet {
	background: #fff5f4;
	height: 250px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.zg_bmTopLet {
	width: 100%;
	background-size: 100%;
}.zhuanye_img {
    display: inline;
	}
	.zy_jj {
    padding: 0;
}.zhuanye_img div p:nth-child(2) {
    width: 300px;
    margin-right: 0;
    margin-left: calc(50% - 150px);
}.zhuanye_img p:nth-child(2) {
    margin-top: 14px;
    text-indent: 2rem;
}.ecv2_container {
    width: 100%;
    margin: 0 auto;
    /* position: relative; */
}.ecv2_province .choice {
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
    width: 80px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}.ecv2_province .provUl {
    display: block;
    flex-wrap: wrap;
    margin-right: 25px;
    width: 100%;
	margin-left: 10px;
}.ecv2_province {
    display: inline;
    /* align-items: flex-start; */
    margin: 30px auto 0px auto;
    padding: 20px 0;
    background: #f7f8fc;
}.ecv2_province .provUl div {
    width: 50px;
    height: 34px;
    margin-right: 0px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    cursor: pointer;
    float: left;
}#hx_zkzy .zt-cont {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    background: #f7f8fc;
    padding: 20px 20px;
}#hx_zkzy .zt-cont .allbox {
    width: calc(33.330% - 10px);
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}    .zhuanye_img div p:nth-child(1) {
        position: absolute;
        width: 380px;
        line-height: 124px;
        text-align: center;
        font-size: 18px;
        margin-left: calc(50% - 200px);
        font-weight: 600;
    }
}
