/**
* 作品：mixin.less
* 更新：2017年12月14日
* 简介：1. 一个基于 Less 的样式工具库，封装了常用 mixin，帮助您更轻松地书写 Less 代码。
*       2. 只在调用时才输出代码，减少代码冗余，避免样式污染
*       3. 不自带兼容前缀，减少代码量，而建议采用工具生成，如 postcss、Autoprefixer、less-plugin-autoprefix 等
*       4. 附带 IE 各类 Hack
*/
/*-------------------------------------
├   布局                              ┆
└------------------------------------*/
/*-------------------------------------
├   字体                              ┆
└------------------------------------*/
/*-------------------------------------
├   图像                              ┆
└------------------------------------*/
/*-------------------------------------
├   动效                              ┆
└------------------------------------*/
/*-------------------------------------
├   功能                              ┆
└------------------------------------*/
/*-------------------------------------
├   图形                              ┆
└------------------------------------*/
/*-------------------------------------
├   组件                              ┆
└------------------------------------*/
.main {
  margin-top: 180px;
}
.banner {
  margin-top: -180px;
}
.edu-banner {
  padding: 1px 0 20px;
}
.faq-banner {
  padding: 50px 0 20px;
}
.faq-banner .big-title b i {
  color: #a79582;
  font-style: normal;
}
.faq-search-section .search-panel label {
  width: 300px;
}
.edu-list-section {
  margin-top: 80px;
}
.edu-list-section .edu-item {
  margin-bottom: 60px;
}
.edu-list-section .edu-item.edu-item-green .edu-swiper .swiper-slide {
  background-color: #00c3a3;
  color: #FFFFFF;
}
.edu-list-section .edu-item.edu-item-green .edu-swiper .swiper-slide a {
  color: #FFFFFF;
  display: block;
}
.edu-list-section .edu-item.edu-item-green .edu-swiper .swiper-slide a span::after {
  background-image: url(../../img/resources/item-arrow-white.png);
}
.edu-list-section .edu-item.edu-item-green .edu-swiper .swiper-slide:hover {
  background-color: #34a78b;
  color: #FFFFFF;
}
.edu-list-section .edu-item .edu-item-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.edu-list-section .edu-item .edu-item-header .edu-page {
  width: auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 55;
  padding-left: 20px;
}
.edu-list-section .edu-item .edu-item-header h6 {
  position: relative;
  font-size: 24px;
}
.edu-list-section .edu-item .edu-item-header h6::after {
  position: absolute;
  content: '';
  width: 950px;
  height: 1px;
  background-color: #dcdcdc;
  bottom: 10px;
  left: 110%;
}
.edu-list-section .edu-item .edu-item-header h6.small-hr::after {
  left: 120%;
  width: 1030px;
}
.edu-list-section .edu-item .edu-swiper {
  margin-top: 53px;
  height: 200px;
  position: relative;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide {
  width: 360px;
  height: 200px;
  background-color: #f2f3f6;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide:hover {
  background-color: #3c83d7;
  color: #FFFFFF;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide:hover a {
  color: #FFFFFF;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide:hover a span::after {
  background-image: url(../../img/resources/item-arrow-white.png);
}
.edu-list-section .edu-item .edu-swiper .swiper-slide p {
  margin-bottom: 30px;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide a {
  color: #3c83d7;
  display: block;
  padding: 60px 40px;
}
.edu-list-section .edu-item .edu-swiper .swiper-slide a span::after {
  content: '';
  background-image: url(../../img/resources/item-arrow.png);
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.edu-list-section .edu-item .edu-swiper .swiper-button-next::after,
.edu-list-section .edu-item .edu-swiper .swiper-button-prev::after {
  font-size: 30px;
}
.edu-list-section .edu-item .edu-swiper .swiper-button-prev {
  left: -58px;
}
.edu-list-section .edu-item .edu-swiper .swiper-button-next {
  right: -58px;
}
.edu-detail-section {
  padding: 85px 0 0;
}
.edu-detail-section .edu-detail-header {
  padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu-detail-section .edu-detail-header .prev-link {
  display: flex;
  flex-direction: column;
}
.edu-detail-section .edu-detail-header .prev-link span {
  color: #a79582;
}
.edu-detail-section .edu-detail-header .prev-link a {
  margin-top: 5px;
  color: #5c5b5b;
  line-height: 30px;
}
.edu-detail-section .edu-detail-header .prev-link a:hover {
  color: #3c83d7;
}
.edu-detail-section .edu-detail-header .prev-link:last-child {
  text-align: right;
}
.edu-detail-section .edu-detail-header .edu-detail-title {
  font-size: 30px;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.edu-detail-section .edu-detail-main {
  padding: 90px 90px 90px 50px;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.edu-detail-section .edu-detail-main .edu-detail-body {
  display: flex;
  justify-content: space-between;
}
.edu-detail-section .edu-detail-main .edu-detail-body .edu-detail-text {
  width: 540px;
}
.edu-detail-section .edu-detail-main .edu-detail-body .edu-detail-text p {
  margin-bottom: 30px;
  line-height: 36px;
  color: #5c5b5b;
  word-break: break-all;
  text-align: justify;
}
.edu-detail-section .edu-detail-main .arrow {
  position: absolute;
  top: 50%;
  background-image: url(../../img/resources/arrow.png);
  width: 16px;
  height: 27px;
  transform: translateY(-50%);
  cursor: pointer;
}
.edu-detail-section .edu-detail-main .arrow.next {
  right: -45px;
}
.edu-detail-section .edu-detail-main .arrow.prev {
  left: -45px;
  transform: translateY(-50%) rotate(180deg);
}
.guide-section {
  margin-top: 80px;
}
.guide-section .title {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6eef7;
  font-weight: 600;
  font-size: 20px;
}
.guide-section .guide-news-list {
  padding-top: 85px;
}
.guide-section .guide-news-list::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #e5e5e5;
  height: 90%;
  position: absolute;
  left: 125px;
  top: 78px;
}
.guide-section .guide-news-list .guide-news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left {
  width: 125px;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time {
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #5c5b5b;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time span {
  font-size: 20px;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time::before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 24px);
  background-color: #FFFFFF;
  z-index: 6;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time::after {
  content: '';
  display: block;
  position: absolute;
  width: 68px;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time.guide-time-more {
  cursor: pointer;
  color: #3c83d7;
}
.guide-section .guide-news-list .guide-news-item .guide-item-left .guide-time.guide-time-more i {
  background-image: url(../../img/resources/item-more.png);
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-top: 10px;
}
.guide-section .guide-news-list .guide-news-item .guide-item-right {
  width: 1034px;
  padding: 50px;
  height: 181px;
  background-color: #f7f8f9;
  overflow: hidden;
}
.guide-section .guide-news-list .guide-news-item .guide-item-right a {
  color: #3c83d7;
  display: block;
  font-weight: 600;
  font-size: 20px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide-section .guide-news-list .guide-news-item .guide-item-right p {
  margin-top: 10px;
  line-height: 36px;
  color: #5c5b5b;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.how-start-section {
  border-bottom: 1px solid #dcdcdc;
}
.how-start-section h1 {
  padding: 80px 0 100px;
  text-align: center;
}
.how-start-section h1 b {
  color: #a79582;
  margin-right: 20px;
  display: inline-block;
}
.how-start-section h2 {
  font-size: 20px;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.how-start-section .detail-content {
  line-height: 34px;
  color: #5c5b5b;
  font-size: 18px;
  padding: 80px 0;
  margin-bottom: 30px;
}
.download-file-section {
  padding: 60px 0 30px;
}
.download-file-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download-file-section ul li {
  width: 315px;
  text-align: center;
  margin-bottom: 50px;
}
.download-file-section ul li h5 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-file-section ul li img {
  display: inline-block;
  margin: 0px 0 35px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
}
.download-file-section ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-file-section ul li p a {
  white-space: nowrap;
  margin-bottom: 30px;
  color: #3c83d7;
  display: flex;
  align-items: center;
}
.download-file-section ul li p a i {
  background-image: url(../../img/resources/pdf.png);
  width: 42px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}
.download-file-section ul li.mtx-item p {
  align-items: flex-start;
  padding-left: 30px;
}
.download-file-section ul li.mtx-item img {
  box-shadow: none;
}
.search-section {
  margin-bottom: 100px;
  padding: 100px 45px 0;
  color: #7b7e88;
}
.search-section label {
  width: 200px;
}
.search-section .search-panel {
  display: flex;
  align-items: center;
}
.search-section .search-panel .search-input {
  margin-bottom: 0;
}
.search-input {
  flex: 1;
  position: relative;
  margin-bottom: 60px;
}
.search-input input {
  width: 100%;
  border: 1px solid #9ba0b4;
  border-radius: 5px;
  height: 58px;
  font-size: 16px;
  line-height: 58px;
  padding-left: 10px;
  padding-right: 60px;
  outline: none;
  color: #7b7e88;
}
.search-input i {
  background-image: url(../../img/resources/search-icon.png);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.faq-tabs-section {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}
.faq-tabs-section .faq-tabs-hd ul {
  height: 77px;
  display: flex;
  align-items: center;
}
.faq-tabs-section .faq-tabs-hd ul li {
  width: 25%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
}
.faq-tabs-section .faq-tabs-hd ul li.cur {
  background-color: #e6eef7;
}
.faq-tabs-section .faq-tabs-bd {
  padding: 25px;
}
.faq-tabs-section .faq-tabs-bd li:last-child .faq-tabs-title {
  border-bottom: none;
}
.faq-tabs-section .faq-tabs-bd li .faq-tabs-title {
  padding-left: 37px;
  border-bottom: 1px solid #eaeaea;
  line-height: 61px;
  cursor: pointer;
}
.faq-tabs-section .faq-tabs-bd li .faq-tabs-title.cur {
  background-color: #f2f5f8;
  color: #3c83d7;
}
.faq-tabs-section .faq-tabs-bd li p {
  padding: 20px 70px;
  line-height: 41px;
  color: #505050;
  display: none;
}
.news-banner .news-header {
  height: 257px;
  background: url(../../img/resources/news-bg.png) no-repeat center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px;
  color: #FFFFFF;
}
.news-banner .news-header h1 i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../img/resources/news-novox.png);
  width: 226px;
  height: 45px;
  margin-right: 20px;
}
.news-banner .news-header p {
  margin-top: 20px;
}
.news-banner .news-nav-list {
  margin-top: 20px;
}
.news-banner .news-nav-list a {
  color: #141414;
  font-size: 20px;
}
.news-banner .news-nav-list a.cur {
  color: #3c83d7;
}
.news-banner .news-nav-list span {
  padding: 0 18px;
}
.news-section .news-list-item {
  padding-top: 45px;
}
.news-section .news-list-item .news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-section .news-list-item .news-title h4 {
  font-size: 35px;
  padding-right: 50px;
  font-size: 24px;
}
.news-section .news-list-item .news-title span {
  flex: 1;
  height: 1px;
  background: #3b98e7;
}
.news-section .news-list-item .news-list {
  padding-top: 50px;
}
.news-section .news-list-item .news-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-section .news-list-item .news-list > ul li {
  width: 268px;
  height: 370px;
  margin-bottom: 40px;
}
.news-section .news-list-item .news-list > ul li a {
  display: flex;
  flex-direction: column;
  line-height: 26px;
}
.news-section .news-list-item .news-list > ul li img {
  height: 171px;
  width: 100%;
}
.news-section .news-list-item .news-list > ul li .time {
  font-size: 18px;
  color: #5c5b5b;
  margin-top: 15px;
}
.news-section .news-list-item .news-list > ul li .link {
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #141414;
  transition: all 0.3s ease;
  font-weight: 500;
}
.news-section .news-list-item .news-list > ul li .link:hover {
  color: #3c83d7;
}
.news-section .news-list-item .news-list > ul li .info {
  color: #5c5b5b;
  font-size: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-section .news-list-item .news-list.news-list-cur {
  display: flex;
  justify-content: space-between;
}
.news-section .news-list-item .news-list.news-list-cur > ul {
  width: 790px;
}
.news-section .news-list-item .news-list.news-list-cur > ul li {
  width: 370px;
  height: 340px;
}
.news-section .news-list-item .news-list.news-list-cur > ul li .info {
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-section .news-list-item .news-right-bar {
  width: 360px;
}
.news-section .news-list-item .news-right-bar .search-input input {
  border-color: #dcdcdc;
  color: #a3a3a3;
}
.news-section .news-list-item .news-right-bar .search-input input:-moz-placeholder {
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
}
.news-section .news-list-item .news-right-bar .search-input input:-ms-input-placeholder {
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
}
.news-section .news-list-item .news-right-bar .search-input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
}
.hot-news {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  padding: 25px;
  width: 358px;
}
.hot-news ul li {
  padding: 20px 0;
  color: #5c5b5b;
  border-bottom: 1px solid #e2e2e2;
}
.hot-news ul li:last-child {
  border-bottom: none;
}
.hot-news ul li .time {
  font-size: 16px;
}
.hot-news ul li a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5c5b5b;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.hot-news ul li a:hover {
  color: #3c83d7;
}
.news-detail-section {
  padding: 45px 0;
}
.news-detail-section .news-detail-body {
  display: flex;
  justify-content: space-between;
}
.news-detail-section .news-detail-body .news-detail-panel {
  width: 750px;
}
.news-detail-section .news-detail-body .news-detail-panel .back {
  color: #3c83d7;
  margin-top: 30px;
  display: block;
}
.news-detail-section .news-detail-body .news-detail-panel .back i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../img/resources/item-arrow.png);
  width: 16px;
  height: 12px;
  margin-left: 10px;
}
.news-detail-section .news-detail-body h1 {
  font-size: 28px;
  margin-bottom: 40px;
}
.news-detail-section .news-detail-body p {
  color: #5c5b5b;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;
}
.news-detail-section .news-detail-body img {
  margin: 25px 0;
  width: 100%;
  object-fit: cover;
}
