@charset "UTF-8";
.color-red {
  color: #C9413A;
}

.color-grey {
  color: #909090;
}

.color-orange {
  color: #F6B125;
}

.color-black {
  color: #222;
}

.color-link {
  color: #4367B4;
}

.color-green {
  color: #00B97D;
}

.color-white {
  color: #fff;
}

.color-75 {
  color: #757575;
}

.color-22 {
  color: #222;
}

.color-00 {
  color: #000;
}

.bg-red {
  background: #C9413A;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-select: none;*/
  font-family: Arial, "Microsoft YaHei", "Helvetica Neue", "PingFang SC", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
  padding: 0;
  margin: 0;
  min-width: 640px;
  word-break: break-word;
  background: #f2f1f6;
  color: #222;
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
}

input:-internal-autofill-selected {
  background-color: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.underline {
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

.ub {
  display: flex-box !important;
  display: -webkit-box !important;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between;
}

.ub.ub-ver {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.ub.ub-ac {
  -webkit-box-align: center;
  align-items: center !important;
  -webkit-align-items: center !important;
}

.ub.ub-ad {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.ub.ub-ae {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.ub.ub-ast {
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.ub.ub-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ub.ub-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.ub.ub-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.ub.ub-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.ub.ub-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.ub.ub-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.ub.ub-cs {
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.ub.ub-ce {
  align-content: flex-end;
  -webkit-align-content: flex-end;
}

.ub.ub-cc {
  align-content: center;
  -webkit-align-content: center;
}

.ub.ub-ca {
  align-content: space-around;
  -webkit-align-content: space-around;
}

.ub.ub-cst {
  align-content: stretch;
  -webkit-align-content: stretch;
}

.ub.ub-cst {
  align-content: stretch;
  -webkit-align-content: stretch;
}

.ub > * {
  display: block;
}

.ub.ub-cb {
  align-content: space-between;
  -webkit-align-content: space-between;
}

.ub .ub-f1 {
  -webkit-box-flex: 1 !important;
  flex: 1 !important;
  -webkit-flex: 1 !important;
  position: relative;
  width: 0;
}

.ub .ub-f1 > .scrollbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ub .ub-f1 .noOver {
  position: absolute;
  width: 100%;
}

.ub.ub-ac .ub-f1 .noOver {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}

.ub .ub-f2 {
  -webkit-box-flex: 2 !important;
  flex: 2 !important;
  -webkit-flex: 2 !important;
  position: relative;
  width: 0;
}

.clearfix:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.ub .self-start {
  align-self: flex-start;
}

/* header */
header {
  height: 72px;
  box-sizing: border-box;
  background: #C9413A;
  color: white;
  z-index: 1000;
  top: 0;
}
header .nav-box {
  height: 100%;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
header .nav-box .logo {
  height: 60px;
  display: block;
}
header .nav-box .nav {
  margin: 0 64px;
  cursor: pointer;
}
header .nav-box .nav .nav-item {
  color: white;
  font-size: 22px;
  padding: 0 30px;
  line-height: 72px;
  position: relative;
  white-space: nowrap;
}
header .nav-box .nav .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
header .nav-box .nav .nav-item.active {
  background-color: rgba(0, 0, 0, 0.15);
}
header .nav-box .nav .nav-item .arrow {
  margin-left: 4px;
}
header .nav-box .nav .nav-item .sub-nav {
  position: absolute;
  top: 72px;
  left: 0;
  background: white;
  display: none;
  box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  z-index: 999;
  padding: 20px 20px 30px 10px;
}
header .nav-box .nav .nav-item .sub-nav .col {
  flex: 1;
  position: relative;
}
header .nav-box .nav .nav-item .sub-nav .col a {
  display: flex;
  align-items: center;
  color: #222;
  padding: 15px 40px;
  line-height: 24px;
}
header .nav-box .nav .nav-item .sub-nav .col a .icon {
  margin-right: 10px;
}
header .nav-box .nav .nav-item .sub-nav .col a span {
  font-size: 16px;
  white-space: nowrap;
}
header .nav-box .nav .nav-item .sub-nav .col a:hover {
  background: rgba(0, 0, 0, 0.15);
}
header .nav-box .nav .nav-item .sub-nav .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #eaeaea, transparent 100%);
}
header .nav-box .nav .nav-item .sub-nav .col:first-child::after {
  width: 0;
}
header .nav-box .nav .nav-item:hover .arrow {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
header .nav-box .nav .nav-item:hover .sub-nav {
  display: block;
}
header .nav-box .search {
  height: 34px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  width: 230px;
}
header .nav-box .search .iconfont {
  font-size: 20px;
  color: #ACACAC;
  margin-left: 8px;
  font-size: 14px;
}
header .nav-box .search input {
  flex: 1;
  line-height: 34px;
  border: none;
  padding: 0 8px;
  font-size: 14;
  width: 100px;
  color: #222;
}
header .nav-box .search .search-btn {
  background-color: #EAEAEA;
  text-align: center;
  color: #222;
  line-height: 34px;
  font-size: 14;
  width: 70px;
  border: none;
  cursor: pointer;
}

.toapp {
  cursor: pointer;
}

.icon {
  background: url("../images/icons.png");
  width: 20px;
  height: 20px;
}
.icon.icon-1-1 {
  background-position: 0 0;
}
.icon.icon-1-2 {
  background-position: 0 -40px;
}
.icon.icon-1-3 {
  background-position: 0 -80px;
}
.icon.icon-1-4 {
  background-position: 0 -120px;
}
.icon.icon-2-1 {
  background-position: -40px 0;
}
.icon.icon-2-2 {
  background-position: -40px -40px;
}
.icon.icon-2-3 {
  background-position: -40px -80px;
}
.icon.icon-2-4 {
  background-position: -40px -120px;
}
.icon.icon-3-1 {
  background-position: -80px 0;
}
.icon.icon-3-2 {
  background-position: -80px -40px;
}
.icon.icon-3-3 {
  background-position: -80px -80px;
}

.toast {
  max-width: 500px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  line-height: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 8px;
}

/* footer */
footer {
  background: #101010;
  font-size: 14px;
  padding: 30px 50px;
}
footer .links a {
  margin-right: 30px;
  display: inline-block;
  color: white;
}
footer .line {
  background: #565656;
  height: 20px;
  width: 1px;
}
footer .copyright span, footer .copyright a {
  margin-left: 30px;
  display: inline-block;
  color: #acacac;
}

.page-box {
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 140px);
  box-sizing: border-box;
}

.main-box {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 文章  */
.aside {
  width: 350px;
  margin-left: 60px;
}
.aside .Ymzy {
  margin: 40px 0;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
}
.aside .article-list .article-item {
  padding: 16px 0;
  display: flex;
  border-top: 1px solid #EAEAEA;
}
.aside .article-list .article-item:first-child {
  border-top: none;
}
.aside .article-list .article-item:last-child {
  padding-bottom: 0;
}
.aside .article-list .article-item img {
  width: 110px;
  height: 68px;
  border-radius: 8px;
  margin-right: 16px;
}
.aside .article-list .article-item .title {
  flex: 1;
  line-height: 22px;
  font-size: 16px;
  text-align: justify;
  height: 90px;
  height: 60px;
}

.article-box .main .article-list .article-item {
  padding: 20px 0;
  display: flex;
}
.article-box .main .article-list .article-item img {
  width: 144px;
  height: 90px;
  margin-right: 20px;
  border-radius: 8px;
}
.article-box .main .article-list .article-item .info {
  flex: 1;
  line-height: 30px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.article-box .main .article-list .article-item .info .title {
  font-size: 18px;
  flex: 1;
  line-height: 26px;
}
.article-box .main .article-list .article-item .info .author {
  color: #909090;
  font-size: 14px;
  line-height: 20px;
}
.article-box .article-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.article-box .article-header h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
}
.article-box .article-header .author {
  color: #909090;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.article-box article p, .article-box article h1, .article-box article h2, .article-box article h3, .article-box article h4, .article-box article h5, .article-box article h6, .article-box article label, .article-box article strong, .article-box article span, .article-box article b, .article-box article font, .article-box article code {
  font-size: 18px !important;
  line-height: 34px;
  color: #222;
}
.article-box article.font-16 p, .article-box article.font-16 h1, .article-box article.font-16 h2, .article-box article.font-16 h3, .article-box article.font-16 h4, .article-box article.font-16 h5, .article-box article.font-16 h6, .article-box article.font-16 label, .article-box article.font-16 strong, .article-box article.font-16 span, .article-box article.font-16 b, .article-box article.font-16 font, .article-box article.font-16 code {
  font-size: 16px !important;
  line-height: 32px;
}
.article-box article.font-18 p, .article-box article.font-18 h1, .article-box article.font-18 h2, .article-box article.font-18 h3, .article-box article.font-18 h4, .article-box article.font-18 h5, .article-box article.font-18 h6, .article-box article.font-18 label, .article-box article.font-18 strong, .article-box article.font-18 span, .article-box article.font-18 b, .article-box article.font-18 font, .article-box article.font-18 code {
  font-size: 18px !important;
  line-height: 34px;
}
.article-box article.font-20 p, .article-box article.font-20 h1, .article-box article.font-20 h2, .article-box article.font-20 h3, .article-box article.font-20 h4, .article-box article.font-20 h5, .article-box article.font-20 h6, .article-box article.font-20 label, .article-box article.font-20 strong, .article-box article.font-20 span, .article-box article.font-20 b, .article-box article.font-20 font, .article-box article.font-20 code {
  font-size: 20px !important;
  line-height: 40px;
}
.article-box article p, .article-box article h3 {
  margin: 24px 0px;
}
.article-box article img {
  max-width: 100%;
}
.article-box article > img {
  max-width: 100%;
  margin: 0px 0px 10px;
  vertical-align: middle;
}
.article-box article p > img {
  max-width: 100%;
  padding: 0px 0px 10px;
  vertical-align: middle;
}
.article-box article table {
  border-collapse: collapse;
}
.article-box article a[href] {
  color: #467fcf;
}
.article-box article a[href]:hover {
  text-decoration: underline;
}
.article-box article a.color-white {
  color: white;
}
.article-box article table td {
  border: 1px solid #ddd;
  padding: 0 10px;
}
.article-box article blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.article-box article code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.article-box article .ym-article-table {
  width: 100%;
  margin: 20px 0;
}
.article-box article .ym-article-table thead th {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
  font-size: 14px !important;
}
.article-box article .ym-article-table tbody {
  /*background-image: url(../images/Watermark.png);*/
  background-repeat: repeat;
}
.article-box article .ym-article-table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.03);
}
.article-box article .ym-article-table td,
.article-box article .ym-article-table th {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ddd;
  font-size: 14px !important;
}
.article-box article .ym-article-table th {
  border: 1px solid #cdcdcd;
}

.article-toolbar {
  position: fixed;
  left: calc(50% - 700px);
  top: 320px;
  z-index: 103;
}
.article-toolbar .tool-item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.article-toolbar .tool-item .icon-box {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  border: 1px solid #EAEAEA;
}
.article-toolbar .tool-item .icon-box .iconfont {
  font-size: 20px;
}
.article-toolbar .tool-item .name {
  margin-top: 6px;
  font-size: 12px;
}
.article-toolbar .tool-item.disabled .icon-box {
  background: #F6F6F6;
}
.article-toolbar .tool-item.disabled .icon-box .iconfont {
  color: #909090;
}
.article-toolbar .tool-item.disabled .name {
  color: #909090;
}
.article-toolbar .tool-item:hover .icon-box .iconfont {
  color: #909090;
}
.article-toolbar .tool-item:hover .sub-menu {
  display: block;
}
.article-toolbar .tool-item .sub-menu {
  position: absolute;
  left: 99%;
  top: 0;
  z-index: 102;
  padding-left: 20px;
  display: none;
}
.article-toolbar .tool-item .sub-menu .menu-list {
  position: relative;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  padding: 8px;
}
.article-toolbar .tool-item .sub-menu .menu-list::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -4px;
  top: 20px;
  transform: rotate(45deg);
  background: white;
  background-color: white;
  z-index: 101;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 8px 6px;
  border-radius: 8px;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu:hover {
  background-color: #f2f2f2;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu .iconfont {
  font-size: 32px;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu p {
  font-size: 12px;
  margin-top: 4px;
  white-space: nowrap;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu .qrcode {
  position: absolute;
  left: 100%;
  top: -18px;
  padding: 10px;
  display: none;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu .qrcode .qrcode-box {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  padding: 8px;
  margin-left: 10px;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu .qrcode .qrcode-box img {
  width: 96px;
  height: 96px;
  display: block;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu .qrcode .qrcode-box p {
  font-size: 12px;
  margin-top: 8px;
  padding-bottom: 8px;
}
.article-toolbar .tool-item .sub-menu .menu-list .menu:hover .qrcode {
  display: block;
}

.dot-title {
  padding-bottom: 14px;
  position: relative;
  display: flex;
  padding-left: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.dot-title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 3px solid #C9413A;
  left: 0;
  border-radius: 50%;
  bottom: 22px;
}
.dot-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  flex: 1;
}
.dot-title .change {
  font-size: 14px;
  color: #909090;
  display: flex;
  align-items: center;
  color: #909090;
  cursor: pointer;
  color: #4367B4;
}
.dot-title .change .iconfont {
  font-size: 14px;
  margin-right: 4px;
}
.dot-title .link {
  font-size: 14px;
  color: #4367B4;
}

.article-list-2 {
  display: grid;
  row-gap: 20px;
  column-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.article-list-2 .article {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  cursor: pointer;
  height: 120px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  background: white;
}
.article-list-2 .article img {
  width: 190px;
  height: 120px;
  display: block;
  margin-right: 20px;
  border-radius: 8px;
}
.article-list-2 .article .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.article-list-2 .article .info .title {
  font-size: 18px;
  color: #222;
  line-height: 26px;
  flex: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.article-list-2 .article .info .author {
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  margin-top: 4px;
}
.article-list-2 .article:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.article-list-2 .article:hover .title {
  color: #C9413A;
}

.tab-controller .item {
  cursor: pointer;
}

.tab-container .item {
  display: none;
}
.tab-container .item.active {
  display: block;
}

.home-page .title {
  margin-bottom: 22px;
  font-size: 22px;
}
.home-page h3 {
  font-weight: normal;
  font-size: 22px;
  color: #000;
}
.home-page .hot-school, .home-page .job-report, .home-page .hot-article, .home-page .volunteer, .home-page .teaching-report {
  padding: 46px 0 60px;
}
.home-page .tab-controller {
  display: flex;
  margin: 0 30px;
}
.home-page .tab-controller .item {
  width: 76px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #f2f1f6;
  font-size: 14px;
  margin-right: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-page .tab-controller .item.active {
  background-color: #C9413A;
  color: white;
}
.home-page .original {
  padding: 46px 0 60px;
}
.home-page .original #original-swiper {
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 384px;
  margin: 0 auto;
}
.home-page .original #original-swiper .swiper-btn {
  background-color: #f2f1f6;
  position: absolute;
  z-index: 10;
  width: 30px;
}
.home-page .original #original-swiper .swiper-btn.swiper-prev {
  left: 0;
  top: 0;
  bottom: -1px;
  padding-right: 20px;
}
.home-page .original #original-swiper .swiper-btn.swiper-next {
  right: 0;
  top: 0;
  bottom: -1px;
  padding-left: 20px;
}
.home-page .original #original-swiper .swiper-btn .iconfont {
  font-size: 36px;
  color: #5B6A92;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.home-page .original #original-swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.home-page .original #original-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-page .hot-article .tab-controller {
  margin-left: 0;
}
.home-page .hot-article .tab-controller .item {
  font-size: 22px;
  margin-right: 46px;
  position: relative;
  background: none;
  line-height: 30px;
  width: auto;
  overflow: visible;
  color: #757575;
}
.home-page .hot-article .tab-controller .item.active {
  color: #000;
}
.home-page .hot-article .tab-controller .item.active::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #C9413A;
  position: absolute;
  top: -4px;
  right: -16px;
}
.home-page .school-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}
.home-page .school-list .school {
  border: 1px solid #E5E5E5;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 8px;
  cursor: pointer;
  height: 60px;
  align-items: center;
}
.home-page .school-list .school .logo {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}
.home-page .school-list .school .name {
  font-size: 18px;
  color: #222;
  line-height: 24px;
}
.home-page .school-list .school:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.home-page .school-list .school:hover .name {
  color: #C9413A;
}
.home-page .report-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, 1fr);
}
.home-page .report-list .report img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #E5E5E5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  cursor: pointer;
  height: 260px;
  overflow: hidden;
}
.home-page .report-list .report .school-name {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin-top: 22px;
}
.home-page .report-list .report:hover img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.home-page .report-list .report:hover .school-name {
  color: #C9413A;
}
.home-page .teaching-report-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.home-page .teaching-report-list .report {
  border: 1px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  cursor: pointer;
  height: 196px;
  overflow: hidden;
}
.home-page .teaching-report-list .report img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-page .teaching-report-list .report:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.list-page .category {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  gap: 50px;
}
.list-page .category a {
  line-height: 60px;
  font-size: 20px;
  position: relative;
}
.list-page .category a.active {
  font-weight: bold;
}
.list-page .category a.active::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 5px;
  background: #C9413A;
  bottom: -2px;
  left: 20%;
  border-radius: 3px;
}

.Ymzy-box {
  border: 1px solid white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 40px 0;
}
.Ymzy-box.large {
  padding: 35px;
  margin: 60px 0;
}

.qrcode-box {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}
.qrcode-box img {
  width: 126px;
  display: block;
  margin: 0 auto;
}
.qrcode-box p {
  font-size: 14px;
  margin-top: 14px;
}

.more {
  color: #757575;
  font-size: 16px;
}

.min-h {
  min-height: calc(100vh - 140px);
  box-sizing: border-box;
}

.pager {
  padding-top: 40px;
  text-align: center;
}
.pager .page {
  background-color: white;
  height: 32px;
  border: 1px solid #dbdbdb;
  color: #444444;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  width: 32px;
  margin: 1px;
  display: inline-block;
}
.pager .page.active,
.pager .page:hover {
  background: #C9413A;
  color: white;
}
.pager .page:first-child {
  margin-left: 0;
}
.pager .page:last-child {
  margin-right: 0;
}
.pager .page.w-80 {
  width: 80px;
}
.pager .page.w-100 {
  width: 100px;
}

.bg-white {
  background: white;
}

.bg-f2 {
  background: #f2f1f6;
}

.error {
  padding: 120px 40px;
  text-align: center;
}

.error .word {
  padding: 50px 0 32px;
}

.error .btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  background: #C9413A;
}

.site-map {
  margin-bottom: 20px;
  margin-top: 32px;
}
.site-map.white {
  padding-top: 32px;
  color: #ACACAC;
  margin-top: 0;
}
.site-map.white a {
  color: #ACACAC;
}

.about-box {
  padding: 90px 0 120px;
  width: 1200px;
  margin: 0 auto;
}
.about-box .zizhi-box {
  display: flex;
  gap: 22px;
}
.about-box .zizhi-box .item {
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 50px;
  background: white;
}
.about-box .zizhi-box .item img {
  width: 100%;
  height: 140px;
}
.about-box .zizhi-box .item p {
  text-align: center;
  padding: 34px;
  font-size: 16px;
  line-height: 36px;
}

.contact-box {
  display: grid;
  gap: 36px 40px;
  grid-template-columns: repeat(2, 1fr);
}
.contact-box .item {
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.contact-box .item img {
  width: 100%;
  height: 150px;
}
.contact-box .item .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.contact-box .item .desc p {
  font-size: 16px;
  line-height: 26px;
}

.site-map, .site-map a {
  font-size: 14px;
  color: #444444;
}

.related-links {
  color: #222;
  font-size: 14px;
  padding: 26px 0;
  width: 1200px;
  margin: 0 auto;
}

.related-links a {
  color: #222;
  font-size: 14px;
}

.bb-1 {
  border-bottom: 1px solid #efefef;
}

.m-left20 {
  margin-left: 20px;
}

.about {
  padding: 32px 40px;
}

.about h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  margin-bottom: 22px;
  font-size: 34px;
}

.about h2 {
  line-height: 34px;
  margin-top: 28px;
  color: #222;
  font-size: 18px;
}

.about p {
  margin: 6px 0;
  line-height: 34px;
  color: #222;
  font-size: 18px;
}

.about img {
  display: block;
  max-width: 100%;
  margin: 32px auto;
}

.search-bar h1 {
  font-size: 34px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}
.search-bar form {
  width: 650px;
  display: flex;
  border: 2px solid #4367B4;
  margin: 30px auto 30px;
  background: white;
  align-items: center;
  border-radius: 4px;
}
.search-bar form input {
  flex: 1;
  border: none;
  margin: 0 10px;
  font-size: 18px;
}
.search-bar form .icon-sousuo {
  margin-left: 18px;
  color: #acacac;
}
.search-bar form .icon-chacha_chacha {
  margin-right: 30px;
  cursor: pointer;
  color: #313131;
}
.search-bar form button {
  background: #4367B4;
  color: white;
  font-size: 18px;
  width: 118px;
  line-height: 56px;
  border: none;
  cursor: pointer;
}

.hot-search {
  width: 650px;
  margin: 0 auto;
}
.hot-search b {
  font-size: 16px;
  color: #000;
  font-weight: bolder;
  margin-right: 10px;
  line-height: 30px;
}
.hot-search a {
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  color: #222;
  margin: 0 10px 18px 0;
  background-color: #F6F6F6;
}

.no-data {
  padding: 120px 0;
  text-align: center;
  color: #757575;
  font-size: 16px;
}
.no-data .iconfont {
  font-size: 80px;
  color: #D5D5D5;
  padding-bottom: 22px;
  display: inline-block;
}

.shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.content-box .list-box {
  background: white;
  border-radius: 8px;
  flex: 1;
  padding: 30px 30px 30px;
}
.content-box form {
  margin: 0;
}

aside.box-style-aside {
  width: 410px;
  margin-left: 30px;
}
aside.box-style-aside section {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
aside.box-style-aside section:last-child {
  margin-bottom: 0;
}
aside.box-style-aside section.articles {
  padding: 30px 30px 10px;
}
aside.box-style-aside .article-list {
  box-shadow: none;
  padding: 0;
}
aside.box-style-aside .Ymzy-box {
  margin: 0 0 30px;
  box-shadow: none;
}

.filter-box {
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
  background: white;
}
.filter-box .title {
  color: #4367B4;
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 16px;
}
.filter-box .filter {
  display: flex;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0;
  border-top: 1px solid #EAEAEA;
}
.filter-box .filter span {
  color: #757575;
  margin-right: 8px;
  margin-top: 4px;
}
.filter-box .filter .items {
  flex: 1;
}
.filter-box .filter .items a, .filter-box .filter .items span {
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  margin: 4px;
  border: 1px solid white;
  color: #222222;
  display: inline-block;
  cursor: pointer;
}
.filter-box .filter .items a.active, .filter-box .filter .items span.active {
  border: 1px solid #4367B4;
  color: #4367B4;
}
.filter-box .filter:last-child {
  padding: 12px 0 10px;
}

.schools.start .school {
  align-items: flex-start;
}
.schools .school {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
  align-items: center;
}
.schools .school img {
  width: 64px;
  height: 64px;
}
.schools .school .info {
  flex: 1;
  padding: 0 20px;
}
.schools .school .info .file-name {
  font-size: 18px;
}
.schools .school .info .title {
  font-size: 20px;
  color: #4367B4;
  font-weight: bold;
}
.schools .school .info .school-name {
  font-size: 20px;
  color: #4367B4;
}
.schools .school .info .desc {
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 5px;
}
.schools .school .info .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.schools .school .info .tags .tag {
  border-radius: 3px;
  background-color: #F6F6F6;
  padding: 0 8px;
  color: #909090;
  font-size: 12px;
  line-height: 20px;
}
.schools .school .detail {
  color: #4367B4;
  font-size: 14px;
}

.card {
  background: white;
  border-radius: 8px;
  margin-bottom: 20px;
}
.card:last-child {
  margin-bottom: 0;
}

.school-header {
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #EAEAEA;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 20px;
}
.school-header img {
  width: 64px;
  height: 64px;
}
.school-header .info {
  flex: 1;
  padding-left: 20px;
}
.school-header .info .title {
  font-size: 24px;
  font-weight: bolder;
}
.school-header .info .school-name {
  font-size: 20px;
  color: #4367B4;
}
.school-header .info .desc {
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 5px;
}
.school-header .info .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.school-header .info .tags .tag {
  border-radius: 3px;
  background-color: #F6F6F6;
  padding: 0 8px;
  color: #909090;
  font-size: 12px;
  line-height: 20px;
}
.school-header .stars {
  background-color: #FDF6F0;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 15px;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 16px;
}
.school-header .stars .star-icons {
  margin: 0 4px;
}
.school-header .stars .iconfont {
  margin: 0 1px;
  font-size: 12px;
}

.school-box {
  padding: 22px 16px 40px;
  background-color: white;
  border-radius: 8px;
}
.school-box .dot-title {
  border-bottom: 0;
}

.school-tab {
  padding: 0px 0 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}
.school-tab a {
  line-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.school-tab a.active {
  background-color: #C9413A;
  color: white;
}

.br-8 {
  border-radius: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.school-desc {
  position: relative;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  height: 120px;
  text-align: justify;
}
.school-desc .more {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, transparent 0%, white 20px);
  padding-left: 30px;
  color: #4367B4;
  font-size: 14px;
}

.sort-box {
  background-color: #ECF3FF;
  margin-right: 18px;
  border-radius: 6px;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.sort-box.orange {
  background-color: #FDF7F0;
}
.sort-box .num {
  font-size: 22px;
  font-weight: bold;
}
.sort-box .name {
  font-size: 14px;
  color: #909090;
  margin-top: 4px;
}
.sort-box:last-child {
  margin-right: 0;
}

.table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.table thead {
  background-color: #F6F6F6;
  color: #909090;
  text-align: center;
}
.table thead td {
  padding: 12px 16px;
}
.table tbody {
  color: #222;
}
.table td {
  padding: 12px 16px;
  border: 1px solid #EAEAEA;
}
.table.text-left td {
  text-align: left;
}

.school-data-tab {
  height: 50px;
  background: linear-gradient(to bottom, transparent 4px, #ECF3FF 4px, #ECF3FF 46px, transparent 46px);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.school-data-tab .item {
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 32px;
}
.school-data-tab .item.active {
  background: #547ACD;
  color: white;
}

.school-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.school-selects .select {
  background: #ECF3FF;
  border: 1px solid #96AFE6;
  line-height: 32px;
  border-radius: 18px;
  padding: 0 24px 0 34px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.school-selects .select span {
  font-size: 16px;
}
.school-selects .select .iconfont {
  font-size: 14px;
  margin-left: 4px;
  color: #4483BE;
}

.line-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.school-content {
  padding: 0 14px;
}
.school-content section {
  margin-top: 50px;
}
.school-content section:first-child {
  margin-top: 30px;
}
.school-content h1 {
  font-size: 24px;
  color: #000;
  margin: 40px 0 30px;
  text-align: center;
}
.school-content .abstract {
  line-height: 34px;
  margin: 30px 0 50px;
  font-size: 18px;
}
.school-content h3 {
  font-size: 18px;
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}
.school-content h3::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 3px solid #C9413A;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.school-content h4 {
  font-size: 16px;
  margin-top: 24px;
}
.school-content h4.mt-0 {
  margin-top: 0px;
}
.school-content .sub-title, .school-content .intro {
  color: #757575;
  font-size: 16px;
  margin-top: 6px;
  line-height: 34px;
}
.school-content .intro {
  margin-top: 16px;
}
.school-content .describe, .school-content .describe p {
  margin: 16px 0;
  color: #222222;
  line-height: 34px;
  text-align: justify;
}
.school-content .article-content p {
  margin: 24px 0;
  color: #222222;
  line-height: 34px;
  text-align: justify;
}
.school-content .school-intro, .school-content .school-intro p {
  margin: 24px 0;
  color: #222222;
  line-height: 34px;
  text-align: justify;
}
.school-content .small-matter {
  background: #f6f6f6;
  padding: 16px;
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
}
.school-content .bottom-link {
  margin-top: 32px;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.school-content .bottom-link.blue {
  background-color: #EEF6FF;
}
.school-content .bottom-link.green {
  background-color: #EDF7F4;
}

.bg-blue-light {
  background-color: #EEF6FF;
}

.bg-green-light {
  background-color: #EDF7F4;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.display-ib {
  display: inline-block;
}

.br-4 {
  border-radius: 4px;
}

.font-48 {
  font-size: 48px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.line-h-18 {
  line-height: 18px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-22 {
  line-height: 22px;
}

.line-h-24 {
  line-height: 24px;
}

.line-h-26 {
  line-height: 26px;
}

.line-h-28 {
  line-height: 28px;
}

.line-h-30 {
  line-height: 30px;
}

.line-h-32 {
  line-height: 32px;
}

.line-h-34 {
  line-height: 34px;
}

.line-h-36 {
  line-height: 36px;
}

.line-h-38 {
  line-height: 38px;
}

.p-2 {
  padding: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.p-tb-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-lr-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.p-tb-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-lr-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.p-6 {
  padding: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.p-tb-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-lr-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.p-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-lr-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.p-tb-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-lr-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.p-14 {
  padding: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.p-tb-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.p-lr-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.p-tb-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-lr-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.p-18 {
  padding: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.p-tb-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-lr-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-22 {
  padding: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.p-tb-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.p-lr-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.p-tb-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-lr-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.p-26 {
  padding: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.p-tb-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-lr-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.p-28 {
  padding: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.p-tb-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.p-lr-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.p-tb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-lr-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.p-34 {
  padding: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.p-tb-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.p-lr-34 {
  padding-left: 34px;
  padding-right: 34px;
}

.p-36 {
  padding: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.p-tb-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-lr-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.p-38 {
  padding: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.p-tb-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-lr-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-42 {
  padding: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.p-tb-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.p-lr-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.p-44 {
  padding: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.p-tb-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.p-lr-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.p-46 {
  padding: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.p-tb-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.p-lr-46 {
  padding-left: 46px;
  padding-right: 46px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.p-tb-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-lr-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-52 {
  padding: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.p-tb-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.p-lr-52 {
  padding-left: 52px;
  padding-right: 52px;
}

.p-54 {
  padding: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.p-tb-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.p-lr-54 {
  padding-left: 54px;
  padding-right: 54px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.p-tb-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.p-lr-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.p-58 {
  padding: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.p-tb-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.p-lr-58 {
  padding-left: 58px;
  padding-right: 58px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-62 {
  padding: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.p-tb-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.p-lr-62 {
  padding-left: 62px;
  padding-right: 62px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.p-tb-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-lr-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.m-2 {
  margin: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.m-tb-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-lr-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.m-tb-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-lr-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-6 {
  margin: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.m-tb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-lr-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.m-tb-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-lr-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.m-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-lr-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.m-14 {
  margin: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.m-tb-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.m-lr-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.m-tb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-lr-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.m-18 {
  margin: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.m-tb-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-lr-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-22 {
  margin: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.m-tb-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.m-lr-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.m-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-lr-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.m-26 {
  margin: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.m-tb-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-lr-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.m-28 {
  margin: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.m-tb-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-lr-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.m-tb-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-lr-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.m-34 {
  margin: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.m-tb-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.m-lr-34 {
  margin-left: 34px;
  margin-right: 34px;
}

.m-36 {
  margin: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.m-tb-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.m-lr-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.m-38 {
  margin: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.m-tb-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-lr-38 {
  margin-left: 38px;
  margin-right: 38px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-lr-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-42 {
  margin: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.m-tb-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.m-lr-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.m-44 {
  margin: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.m-tb-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.m-lr-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.m-46 {
  margin: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.m-tb-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.m-lr-46 {
  margin-left: 46px;
  margin-right: 46px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.m-tb-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-lr-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-lr-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-52 {
  margin: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.m-tb-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.m-lr-52 {
  margin-left: 52px;
  margin-right: 52px;
}

.m-54 {
  margin: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.m-tb-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.m-lr-54 {
  margin-left: 54px;
  margin-right: 54px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.m-tb-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.m-lr-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.m-58 {
  margin: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.m-tb-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.m-lr-58 {
  margin-left: 58px;
  margin-right: 58px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-lr-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-62 {
  margin: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.m-tb-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.m-lr-62 {
  margin-left: 62px;
  margin-right: 62px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.m-tb-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-lr-64 {
  margin-left: 64px;
  margin-right: 64px;
}

@media screen and (max-width: 1240px) {
  header .nav-box, .related-links, .main-box, .about-box {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .page-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-page .original #original-swiper {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .home-page .original #original-swiper .swiper-btn.swiper-next, .home-page .original #original-swiper .swiper-btn.swiper-prev {
    display: none;
  }
}