@font-face {
	font-family: 'iconfont';
	/* Project id 274560 */
	src: url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff2?t=1645693686375') format('woff2'),
		url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff?t=1645693686375') format('woff'),
		url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.ttf?t=1645693686375') format('truetype');
}

.banner-swiper {
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 4px;
	overflow: hidden;
}

.banner-swiper .swiper-wrapper,
.banner-swiper .swiper-wrapper .swiper-slide,
.banner-swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.banner-swiper .swiper-wrapper .swiper-slide img{
	object-fit: cover;
	object-position: 50% 50%;
}
.banner-swiper{
	max-width: 1920px;
}
.banner-swiper .swiper-wrapper a{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.banner-swiper .swiper-wrapper img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	object-position: 50% 50%;
}
.banner-swiper .swiper-button {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
}

.banner-swiper .swiper-button div {
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background-image: none;
	right: 20px;
	display: none;
}
.banner-swiper .swiper-button .swiper-banner-prev{
	left: 20px;
}

.banner-swiper .swiper-button div:hover {
	background-color: rgba(0, 0, 0, .6);
}

.banner-swiper .swiper-button div i {
	color: #FFFFFF;
}

.banner-swiper:hover .swiper-button div {
	display: block;
}
.banner-swiper .swiper-pagination-bullet-active{background:#FEDD00}

/* 相册 */
.modular {
	width: 1220px;
	background: #fff;
	margin: 16px auto 0;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
	padding-top: 32px;
}

.album-mauto {
	padding: 0px 30px 32px;
}

.album-mauto .album-con-tab {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}

.album-mauto .album-con-tab li {
	margin: 0 12px;
	position: relative;
	padding-bottom: 7px;
	cursor: pointer;
}

.album-mauto .album-con-tab li span {
	font-size: 14px;
	color: #8C8C8C;
	line-height: 20px;
}

.album-mauto .album-con-tab .active span {
	font-weight: 600;
	color: #262626;
}

.album-mauto .album-con-tab .active i {
	display: block;
	width: 100%;
	height: 3px;
	background: #FEDD00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.album-mauto .album-list {
	width: 100%;
	height: 164px;
}

.album-mauto .album-list .active {
	z-index: 1 !important;
	opacity: 1 !important;
}

.album-mauto .album-list .album-item {
	width: 100%;
	position: relative;
	z-index: -1;
	opacity: 0;
}

.album-mauto .album-list .album-item .swiper-father {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img {
	height: 164px;
	padding-top: 8px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-button-prev {
	left: -22px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-button-next {
	right: -22px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img {
	width: 100%;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item:hover img {
	transform: scale(1.1);
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item:hover>span {
	color: #1A8CFF;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item {
	border: 0 !important;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item {
	height: 156px !important;
	padding: 0 !important;
	overflow: hidden;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item img {
	width: 278px !important;
	height: 156px !important;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>span {
	display: block;
	height: 18px !important;
	text-align: center;
	font-size: 14px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item {
	width: 278px;
	height: 156px;
	padding: 15px 15px 10px;
	border-radius: 4px;
	border: 1px solid #F2F2F2;
	margin-right: 16px;
	transition: all 0.25s;
	cursor: pointer;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item img {
	width: 206px;
	height: 125px;
	border-radius: 4px;
	transition: all 0.5s;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>span {
	width: 100%;
	height: 36px;
	margin-bottom: 7px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>div>span {
	font-size: 12px;
	color: #1A8CFF;
	line-height: 17px;
	padding: 0 4px;
	background: rgba(241, 251, 255, 0.6);
	border-radius: 2px;
	border: 1px solid #BDE7FF;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>div>div>i {
	font-size: 12px;
	color: #595959;
	margin-right: 4px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item>div>div>span {
	font-size: 13px;
	color: #595959;
	line-height: 18px;
}

.album-mauto .album-list .album-item .swiper-father .swiper-album-img .swiper-slide .album-item-item:last-child {
	margin-right: 0;
}

.swiper-prev,
.swiper-next {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.2);
	background-image: none;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s;
}

.swiper-prev i,
.swiper-next i {
	color: #fff;
	font-size: 12px;
}

.swiper-prev:hover {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-next:hover {
	background: rgba(0, 0, 0, 0.6);
}

.model-tit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.model-tit span {
	display: block;
	position: relative;
	font-size: 28px;
	color: #262626;
	line-height: 39px;
}

.model-tit::before {
	content: '';
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	position: absolute;
	bottom: 12px;
}

.album-center .model-tit::before {
	background-image: url(../../img/stand/sy_01xc_img@2x.png);
	width: 154px;
}

/* 活动 */
.activity-container {
	padding: 0 30px;
}

.activity-container .model-tit::before {
	background-image: url(../../img/stand/sy_02hd_img@2x.png);
	width: 195px;
}

.activity-container .activity-list li {
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
}

.activity-container .activity-list li:first-child {
	padding-top: 24px;
}

.activity-container .activity-list li:last-child {
	border: 0;
}

.activity-container .activity-list .hd-img {
	width: 278px;
	height: 167px;
	flex-shrink: 0;
	margin-right: 60px;
}

.activity-container .activity-list .hd-img img {
	width: 100%;
	height: 100%;
	border: 2px;
}

.activity-container .activity-list li img:hover {
	opacity: 0.6;
}

.activity-container .activity-list li:hover a {
	color: #1A8CFF;
}

.activity-container .activity-list .hd-r {
	max-width: calc(100% - 338px);
	padding-top: 10px;
}

.activity-container .activity-list .hd-r-label span {
	font-size: 13px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #1A8CFF;
	padding: 1px 4px;
	border-radius: 2px;
	opacity: 1;
	border: 1px solid #1A8CFF;
	margin-right: 6px;
}

.activity-container .activity-list .hd-r-tit {
	display: block;
	font-size: 24px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #262626;
	line-height: 34px;
	margin: 8px 0;
}

.activity-container .activity-list .hd-r-label,
.activity-container .activity-list .hd-infor {
	font-size: 0;
}

.activity-container .activity-list .hd-infor span {
	font-size: 15px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #595959;
	line-height: 21px;
}

.activity-container .activity-list .hd-infor span::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #8C8C8C;
	margin: 0 8px;
}

.activity-container .activity-list .hd-infor span:last-child::after {
	content: '';
	width: 0;
}

.activity-container .activity-list .sign-infor {
	font-size: 0;
	margin-top: 28px;
}

.activity-container .activity-list .sign-infor .sign-infor-num {
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	line-height: 20px;
	margin-left: 4px;
}

.activity-container .activity-list .sign-infor .sign-infor-symbol {
	font-size: 14px;
}

.activity-container .activity-list .sign-infor span {
	color: #FF5C34;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
}

.activity-container .activity-list .sign-infor .sign-infor-price {
	font-size: 24px;
	line-height: 34px;
}

.modular .more-view {
	border-top: 1px solid #EBEBEB;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	cursor: pointer;
}

.modular .more-view i {
	width: 18px;
	height: 18px;
	color: #8C8C8C;
	font-size: 14px;
	margin-left: 2px;
}

.modular .more-view a {
	color: #8C8C8C;
}

.modular .more-view a:hover,
.modular .more-view a:hover i {
	color: #1A8CFF;
}

/* 师资 */
.teacher-container {
	padding: 0 30px;
}

.teacher-container .model-tit::before {
	background-image: url(../../img/stand/sy_03sz_img@2x.png);
	width: 208px;
}

.index-teacher-list {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-teacher-list li {
	width: 48%;
	height: 130px;
	padding: 0 0 27px 0;
}

.index-teacher-list li:nth-child(n+3) {
	margin-top: 26px;
}

.index-teacher-item-img {
	width: 100px;
	height: 100px;
}

.index-teacher-item-img img {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.index-teacher-item-right {
	width: calc(100% - 120px);
	margin-left: 20px;
}

.index-teacher-item-right h4 {
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	color: #262626;
}

.index-teacher-list a:hover h4 {
	color: #1a8cff;
}

.index-teacher-item-right span {
	height: 20px;
	margin-top: 7px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #8c8c8c;
}

.index-teacher-item-right em {
	margin-left: 5px;
	font-style: normal;
}

.index-teacher-item-right p {
	max-height: 48px;
	margin-top: 7px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	color: #262626;
}

/* 动态 */
.dynamic-container {
	padding: 0 30px;
}

.dynamic-container .model-tit::before {
	background-image: url(../../img/stand/sy_04dt_img@2x.png);
	width: 203px;
}

.info-list li {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
	justify-content: space-between;
}

.info-list li:last-child {
	border-bottom: 0;
}

.info-list li a {
	width: 100%;
	display: block;
}

.info-list li a:hover h3 {
	color: #1a8cff;
}

.info-list li h2,
.info-list li span {
	width: 100%;
	display: block;
}

.info-list li p {
	width: 100%;
}

.info-list li h3 {
	height: 26px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	line-height: 26px;
	letter-spacing: 0;
	color: #262626;
}

.info-list li p {
	max-height: 44px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	color: #666;
}

.info-list li span {
	height: 18px;
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #8c8c8c;
}

.info-list-left {
	width: calc(100% - 188px);
	height: 100%;
}

.info-list-left-no-img {
	width: 100%;
}

.info-list-right {
	width: 0;
	height: 100%;
}

.info-list li .info-list-img {
	width: 158px;
	height: 95px;
	margin-left: 30px;
	flex-shrink: 0;
}

.info-list li .info-list-img img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
}

.info-list-right img {
	width: 100%;
	height: 100%;
	display: block;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* 划片范围 */
.scribing-range .model-tit::before {
	background-image: url(../../img/stand/sy_05hp_img@2x.png);
	width: 153px;
}

.scribe {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 32px;
	background: #FFFFFF;
}

.scribe .scribe-foot {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scribe .scribe-foot span:first-child {
	margin-right: 20px;
}

.scribe .scribe-foot span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 17px;
}

.scribe .scribe-foot span em {
	color: #576B95;
}

.cont-editor {
	margin-top: 20px;
	font-size: 15px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
}

.cont-editor img {
	max-width: 550px;
	height: auto;
	margin: 10px auto;
	display: block;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.cont-editor>p+p {
	margin-top: 15px;
}

.cont-editor b {
	font-weight: bold;
}

.cont-editor i {
	font-style: italic;
}

.cont-editor u {
	text-decoration: underline;
}

.cont-editor strike {
	text-decoration: line-through;
}

.cont-scribe>p {
	text-align: center;
}

/* 对口小学 */
.count-primary-school .model-tit::before {
	background-image: url(../../img/stand/sy_06dk_img@2x.png);
	width: 330px;
}

.count-primary-school,
.count-nearby-school {
	margin: 0 auto;
	padding: 0 30px 12px;
	background: #FFFFFF;
	border-radius: 4px;
}

.count-primary-school .nearby-con-tab,
.count-nearby-school .nearby-con-tab {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}

.count-primary-school .nearby-con-tab li,
.count-nearby-school .nearby-con-tab li {
	margin: 0 12px;
	position: relative;
	padding-bottom: 7px;
	cursor: pointer;
}

.count-primary-school .nearby-con-tab li span,
.count-nearby-school .nearby-con-tab li span {
	font-size: 14px;
	color: #8C8C8C;
	line-height: 20px;
}

.count-primary-school .nearby-con-tab .active span,
.count-nearby-school .nearby-con-tab .active span {
	font-weight: 600;
	color: #262626;
}

.count-primary-school .nearby-con-tab .active i,
.count-nearby-school .nearby-con-tab .active i {
	display: block;
	width: 100%;
	height: 3px;
	background: #FEDD00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.count-primary-school .nearby-out .active,
.count-nearby-school .nearby-out .active {
	display: flex !important;
}

.count-primary-school .nearby-out .sl-item-ul,
.count-nearby-school .nearby-out .sl-item-ul {
	display: none;
}

.count-primary-school .more-school,
.count-nearby-school .more-school {
	width: 100%;
	height: 59px;
	border-top: 1px solid #EBEBEB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.count-primary-school .more-school a,
.count-nearby-school .more-school a {
	font-size: 14px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
}

.sl-item-ul {
	margin-top: -4px;
	display: flex;
	flex-wrap: wrap;
}

.sl-item-ul li {
	width: 50%;
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0;
}

.sl-item-ul li:nth-child(2n) a {
	border-right: unset;
}

.sl-item-ul li:last-child {
	border-bottom: unset;
}

.sl-item-ul li:last-child a {
	border-right: unset;
}

.sl-item-ul li:nth-last-child(-n+2):nth-child(2n-1) {
	border-bottom: unset;
}

.sl-item-ul a {
	display: flex;
	background: #FFFFFF;
	border-right: 1px solid #EBEBEB;
	margin-right: 20px;
}

.sl-item-ul a:hover .r h3 {
	color: #1A8CFF;
}

.sl-item-ul a .l {
	height: 68px;
	width: 68px;
	flex: 1;
}

.sl-item-ul a .l img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #EBEBEB;
}

.sl-item-ul a .r {
	margin-left: 12px;
	width: calc(100% - 80px);
}

.sl-item-ul a .r h3 {
	position: relative;
	font-size: 18px;
	color: #262626;
	font-weight: bold;
	max-width: calc(100% - 45px);
}

.sl-item-ul a .r .item-info {
	margin-top: 4px;
	color: #8C8C8C;
	font-size: 14px;
}

.sl-item-ul a .r .phase-tel {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #8C8C8C;
	margin-top: 4px;
}

.sl-item-ul a .r .phase-tel .phase i,
.sl-item-ul a .r .phase-tel .tel i {
	font-size: 14px;
	margin-right: 1px;
}

.sl-item-ul a .r .phase-tel .tel {
	margin-left: 15px;
}

.sl-item-ul a .r .location {
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	width: calc(100% - 60px);
}

.sl-item-ul a .r .location i {
	font-size: 14px;
	margin-right: 2px;
}

.sl-item-ul .item-title {
	display: flex;
	align-items: center;
}

.sl-item-ul .item-title span {
	display: inline-block;
	height: 18px;
	padding: 0 4px;
	background: #FEDD00;
	border-radius: 2px;
	font-size: 12px;
	color: #262626;
	transform: scale(0.91);
	margin-left: 4px;
}

.sl-item-ul .item-title .private-label {
	background: #4295fd;
	color: #fff;
}
.sl-item-ul .item-title .international-label {
	background: #814cf9;
	color: #fff;
}
/* 问答 */
.QA-container {
	padding: 0 30px;
}

.QA-container .model-tit::before {
	background-image: url(../../img/stand/sy_07wd_img@2x.png);
	width: 96px;
}

.QA-container .QA-container-tit {
	display: flex;
	position: relative;
}

.QA-container .QA-container-tit button {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #FFFFFF;
	width: 112px;
	height: 36px;
	border-radius: 4px;
	opacity: 1;
	border: 1px solid #595959;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #262626;
	cursor: pointer;
}

.hot-QA-main {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 7px;
	margin-top: 20px;
}

.hot-QA-main li {
	position: relative;
	width: 572px;
	height: 148px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	margin: 0 10px 13px 0;
}

.hot-QA-main li:nth-child(2n) {
	margin-right: 0;
}

.hot-QA-main li a {
	border: 1px solid #EBEBEB;
	border-radius: 4px 4px 4px 4px;
	display: block;
	height: 100%;
	padding: 20px;
}

.hot-QA-main li a:hover {
	border-color: #1A8CFF;
}

.hot-QA-main li a:hover .qa-title,
.hot-QA-main li a .r {
	color: #1a8cff;
}

.hot-QA-main li a:hover .r {
	color: #1a8cff;
}

.hot-QA-main li .qa-title {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
}

.hot-QA-main li .qa-title::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(//www.jiaoyubao.cn/channelfile/image/pd_w_icon@2x.png);
	background-size: 100% 100%;
	vertical-align: bottom;
	margin-right: 4px;
}

.hot-QA-main li .qa-a {
	display: flex;
	margin-top: 8px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}

.hot-QA-main li .qa-a i {
	flex-shrink: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: url(//www.jiaoyubao.cn/channelfile/image/pd_d_icon@2x.png);
	background-size: 100% 100%;
	margin-right: 4px;
	transform: translateY(-2px);
}

.hot-QA-main li .qa-info {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 12px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hot-QA-main li .qa-info .l {
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
}

.hot-QA-main li .qa-info .l img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	margin-right: 8px;
}

.hot-QA-main li .qa-info .l span {
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
	white-space: nowrap;
}

.hot-QA-main li .qa-info .r {
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}

.hot-QA-main li .qa-info .r:hover {
	color: #1a8cff;
}

.hot-QA-main li .no-answer p {
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	margin-top: 16px;
}

.hot-QA-main li .no-answer a {
	border: 0;
	color: #1A8CFF;
	text-align: right;
	padding: 0;
	margin-top: 16px;
}

.QA-container .more-view {
	border: 0;
	height: auto;
	padding-bottom: 20px;
}

/* 简介 */
.sch-info .model-tit::before {
	background-image: url(../../img/stand/sy_08jj_img@2x.png);
	width: 256px;
}

.sch-info {
	margin: 0 auto;
	padding: 0 30px 32px;
	background: #FFFFFF;
	border-radius: 4px;
}

.sch-info .sch-label {
	width: 100%;
	height: 67px;
	margin-top: 20px;
	background: #FAFBFC;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sch-info .sch-label li::after {
	content: '';
	width: 1px;
	height: 28px;
	background: #EBEBEB;
	position: absolute;
	right: 0px;
	top: 8px;
}

.sch-info .sch-label li:last-child:after {
	width: 0;
}

.sch-info .sch-label li {
	width: 114px;
	padding: 0 10px;
	position: relative;
}

.sch-info .sch-label li span {
	display: block;
	font-size: 16px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #262626;
	text-align: center;
	line-height: 22px;
	margin-bottom: 3px;
}

.sch-info .sch-label li em {
	display: block;
	font-size: 13px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
	text-align: center;
	line-height: 18px;
}
.sch-info  .cont-editor {
	margin-top: 20px;
	font-size: 15px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
	max-height: 440px;
	overflow: hidden;
	position: relative;
}
.sch-info  .sch-info-mask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
}
.sch-info .view-details {
	width: 120px;
	height: 36px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #595959;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #262626;
	line-height: 36px;
	display: block;
	margin: 32px auto 0;
	text-align: center;
}

/* 联系方式 */
.contact .model-tit::before {
	background-image: url(../../img/stand/sy_09lx_img@2x.png);
	width: 215px;
}

.contact {
	margin: 0 auto;
	padding: 0 30px 32px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
}

.contact .campusMap {
	width: 100%;
	height: 234px;
	margin-top: 20px;
}

.contact .school-map-foot {
	padding: 14px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact .school-map-foot .map-foot-l .address-tel:last-child {
	margin-bottom: 0;
}

.contact .school-map-foot .map-foot-l .address-tel {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
}

.contact .school-map-foot .map-foot-l .address-tel i {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	font-size: 14px;
	color: #FEDD00;
}

.contact .school-map-foot .map-foot-l .address-tel span {
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 20px;
}

.contact .school-map-foot .map-foot-r .navigation {
	width: 80px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #D9D9DA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.contact .school-map-foot .map-foot-r .navigation i {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	font-size: 14px;
	color: #595959;
	line-height: 18px;
}

.contact .school-map-foot .map-foot-r .navigation span {
	font-size: 14px;
	font-weight: 400;
	color: #595959;
}

.feedback-out {
	width: 100%;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback-out span {
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
}

.feedback-out .feedback {
	height: 36px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D9D9DA;
	margin-left: 8px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 36px;
	cursor: pointer;
}

/* 附近学校 */
.count-nearby-school .model-tit::before {
	background-image: url(../../img/stand/sy_10fj_img@2x.png);
	width: 179px;
}

.school-info-con{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: #FAFBFC;
	margin-top: 12px;
}
.school-info-con .school-info-name{
	width: 100%;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #262626;
	line-height: 28px;
	padding: 16px 0 13px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.school-info-con .sch-label{
	margin-top: 0;
}

/* 时间轴 */
.time-axis{
	padding: 32px 30px 30px;
}
.time-axis .model-tit::before {
	background-image: url(../../img/time_axis@2x.png);
	width: 215px;
	bottom: 4px;
	height: 62px;
}
.time-axis-container{
	background: #FAFBFC;
	border-radius: 4px;
	padding: 28px 30px 18px;
	margin-top: 20px;
}
.time-axis-container ul{
	display: flex;
	align-items: flex-end;
	cursor: pointer;
}
.time-axis-container ul .swiper-slide{
	width: auto;
}
.time-axis-container ul .swiper-slide:last-child .time-event,
.time-axis-container ul .swiper-slide:last-child .time-axis-time{
	margin-right: 5px;
}
.time-axis-container ul .time-event{
	max-width: 123px;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #262626;
	line-height: 20px;
	word-break: break-word;
	position: relative;
	margin-right: 70px;
}
.time-axis-container ul .time-axis-line{
	width: 100%;
	height: 1px;
	background: #FEDD00;
	margin: 19px 0 14px;
}
.time-axis-container ul .time-event::before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	opacity: 1;
	border: 1px solid #FEDD00;
	border-radius: 50%;
	left: 50%;
	bottom: -26px;
	transform: translateX(-50%);
}
.time-axis-container ul .time-event::after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #FEDD00;
	border-radius: 50%;
	left: 50%;
	bottom: -23px;
	transform: translateX(-50%);
}
.time-axis-container ul .time-axis-time{
	max-width: 126px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	line-height: 20px;
	margin-right: 70px;
}

/* 招生 */
.recruit-students{
	padding: 32px 30px 0;
}
/* 简版去掉.model-tit::before样式 */
.recruit-students .model-tit::before {
	background-image: url(../../img/admissions@2x.png);
	width: 268px;
}
.recruit-students-con{
	margin-top: 20px;
}
.recruit-students-data dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 66px;
	border-bottom: 1px solid #F5F6F7;
	height: 44px;
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #595959;
	line-height: 20px;
}
.recruit-students-data dl:first-child{
	height: 40px;
	background: rgba(254, 221, 0, .06);
	border-radius: 4px 4px 4px 4px;
	border: 0;
}
.recruit-students-data dl dt,.recruit-students-data dl dd{
	font-weight: normal;
	min-width: 70px;
	text-align: center;
}
.recruit-students-data dl:first-child dt,
.recruit-students-data dl:first-child dd{
	font-family: PingFang SC-中粗体, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 20px;
}
.recruit-students .info-list{
	padding-top: 3px;
}
