@charset "UTF-8";
/* 关于我们
-------------------------------------------------- */
.aboutus .active {
  display: block;
}
.aboutus-tab0 {
  padding: 30px 30px 15px;
}
.aboutus-tab0 .video-box {
  width: 656px;
  height: 370px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
}
.aboutus-tab0 .video-box .video-js {
  width: 100%;
  height: 100%;
}
.aboutus-tab0 .video-des {
  margin-top: 50px;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.aboutus-tab1 {
  padding: 30px;
}
.aboutus-tab1 .hm-img {
  width: 654px;
  height: 369px;
  margin: auto;
  background: url("../images/hm.jpg") no-repeat;
  border-radius: 15px;
}
.aboutus-tab1 .hm-title {
  margin: 54px auto 38px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.aboutus-tab1 .hm-txt {
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.aboutus-tab2 {
  margin: 0 -12px;
}
.aboutus-tab3-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.aboutus-tab3 .ewm-box {
  width: 158px;
  margin: 0 20px;
}
.aboutus-tab3 .ewm-img {
  box-sizing: border-box;
  width: 158px;
  height: 158px;
  padding: 12px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
}
.aboutus-tab3 .ewm-des {
  padding: 10px 0;
  text-align: center;
}

/* 课程
-------------------------------------------------- */
.course-title {
  text-align: center;
}
.course-title-main {
  margin-bottom: 26px;
  font-size: 50px;
  letter-spacing: 3px;
}
.course-title-sub {
  font-size: 16px;
}
.course-content {
  margin-top: 50px;
}

/* 校区分布
-------------------------------------------------- */
.campus-tabs-content {
  padding: 40px 36px;
}

.campus-content {
  display: flex;
  flex-wrap: wrap;
}
.campus-item {
  width: 410px;
  margin: 17px;
  overflow: hidden;
}
.campus-item:hover img {
  transform: scale(1.05);
}
.campus-item:hover .campus-item-title {
  color: #ffc21d;
}
.campus-item:hover .campus-item-title::after {
  background-color: #ffc21d;
}
.campus-item-img {
  width: 410px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.campus-item-img img {
  width: 100%;
}
.campus-item-title {
  display: flex;
  align-items: center;
  margin-top: 18px;
  font-size: 20px;
  transition: color 0.2s ease;
}
.campus-item-title::after {
  flex: 1;
  height: 1px;
  background-color: #b8b8b8;
  content: "";
}
.campus-item-title span {
  flex: none;
  max-width: 100%;
  margin-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.campus-item-address {
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nc-dialog {
  position: fixed;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  inset: 0;
}
.nc-dialog-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nc-dialog-close {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 10;
  color: #fff;
  font-weight: 100;
  font-size: 40px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nc-dialog-close:hover {
  color: #ffc21d;
}
.nc-dialog-swiper {
  width: 678px;
  margin-top: 40px;
  padding-bottom: 10px;
}
.nc-dialog-swiper .campus-item {
  margin: 0;
}
.nc-dialog-swiper .campus-item:hover img {
  transform: none;
}
.nc-dialog-swiper .campus-item-img {
  width: 678px;
  height: 462px;
}
.nc-dialog-swiper .campus-item-title {
  width: 558px;
  color: #ffc21d;
}
.nc-dialog-swiper .campus-item-title::after {
  background-color: #ffc21d;
}
.nc-dialog-swiper .swiper-button-next,
.nc-dialog-swiper .swiper-button-prev {
  top: 497px;
  z-index: 10;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 38px;
}
.nc-dialog-swiper .swiper-button-prev {
  right: 66px;
  left: auto;
}
.nc-dialog-swiper .swiper-button-next::after,
.nc-dialog-swiper .swiper-rtl .swiper-button-prev::after,
.nc-dialog-swiper .swiper-button-prev::after,
.nc-dialog-swiper .swiper-rtl .swiper-button-next::after {
  width: 38px;
  height: 38px;
  background: url("../images/icon_arrow_prev.png") no-repeat;
  content: "";
}
.nc-dialog-swiper .swiper-button-next::after {
  background: url("../images/icon_arrow_next.png") no-repeat;
}

/* 新闻活动
-------------------------------------------------- */
.news-tabs-content {
  padding: 40px;
}
.news-tabs-content .nc-card {
  height: 190px;
  border-radius: 0;
}
.news-tabs-content .nc-card-content {
  padding: 32px 20px 0 36px;
}
.news-tabs-content .nc-card-img {
  width: 390px;
}
.news-tabs-content .nc-card-img img {
  width: auto;
  height: 100%;
}
.news-tabs-content .nc-card-title {
  margin-bottom: 0;
}
.news-tabs-content .nc-card-title h4 {
  width: 310px;
  height: 30px;
  font-size: 18px;
}
.news-tabs-content .nc-card-title h4::after {
  content: inherit;
}
.news-tabs-content .nc-card-btn {
  width: 97px;
  height: 25px;
  font-size: 12px;
}
.news-tabs-content .nc-card-time {
  margin-bottom: 34px;
  font-size: 12px;
}
.news-tabs-content .nc-card-des {
  font-size: 12px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}

/* 文章详情
-------------------------------------------------- */
.detail {
  padding: 45px 0 70px;
}
.detail .title {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail .info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.detail .info-item {
  margin-left: 40px;
}
.detail .content {
  padding: 26px 0 50px;
}
.detail .content p {
  line-height: 34px;
}
.detail .page {
  display: flex;
  justify-content: space-between;
}
.detail .page-item {
  width: 48%;
  padding-bottom: 5px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail .page-item span {
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
}
.detail .page-item a {
  transition: color 0.2s ease;
}
.detail .page-item a:hover {
  color: #ffc21d;
}
.detail .recommend {
  margin-top: 80px;
}
.detail .recommend-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .recommend-title span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
}
.detail .recommend-title span::before {
  width: 4px;
  height: 20px;
  margin-right: 8px;
  background: #ffc21d;
  content: "";
}
.detail .recommend-title .more {
  color: #7c7d81;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 2px solid #dedfe0;
  transition: all 0.2s ease;
}
.detail .recommend-title .more:hover {
  color: #ffc21d;
  border-bottom-color: currentcolor;
}
.detail .recommend-content {
  display: flex;
  margin: 15px 0;
}
.detail .recommend-item {
  width: 380px;
  margin-right: 30px;
  transition: all 0.2s ease;
}
.detail .recommend-item:last-child {
  margin-right: 0;
}
.detail .recommend-item-img {
  box-sizing: border-box;
  width: 380px;
  height: 186px;
  overflow: hidden;
}
.detail .recommend-item-img img {
  width: 100%;
}
.detail .recommend-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail .recommend-item:hover {
  color: #ffc21d;
}
.detail .recommend-item:hover img {
  transform: scale(1.05);
}

/* 加入我们
-------------------------------------------------- */
.joinus {
  padding-bottom: 0;
}
.joinus-item {
  margin-bottom: 50px;
}
.joinus-item-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.joinus-item-title::after {
  flex: 1;
  height: 1px;
  margin-left: 20px;
  background-color: #dcdcdc;
  content: "";
}
.joinus-item-tag {
  display: inline-block;
  height: 24px;
  margin: 15px 2px 10px;
  padding: 0 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background-color: #ffc21d;
  border-radius: 12px;
}
.joinus-item-content {
  margin: 0 8px;
  font-size: 12px;
  line-height: 20px;
  white-space: pre;
}