* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
}

#app {
  overflow-x: hidden;
}

.nav {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(35, 73, 122, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .navContain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.nav .navContain .navLeft {
  width: 168px;
  height: 46px;
}
.nav .navContain .navLeft img {
  width: 100%;
  height: 100%;
}
.nav .navContain .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav .navContain .navRight a {
  display: block;
  text-decoration: none;
}
.nav .navContain .navRight a .navItem {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-left: 84px;
}
.nav .navContain .navRight a .active {
  color: #495AFF;
}
.nav .navContain .navRight a .navItem:hover {
  color: #495AFF;
}

.footer {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21282D;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
}
.footer span {
  padding: 0 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
}

.section {
  width: 100%;
  background-color: #F4F7F9;
}
.section .list {
  width: 1200px;
  margin: 0 auto;
  padding: 74px 0 112px;
  box-sizing: border-box;
}
.section .list .listTitle {
  width: 100%;
  text-indent: 24px;
  position: relative;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1B215D;
  margin-bottom: 42px;
}
.section .list .listTitle::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #0DC945;
  border-radius: 50%;
}
.section .list .listItem {
  display: inline-block;
  vertical-align: top;
  width: 266px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(17, 56, 100, 0.1);
  border-radius: 8px;
  padding: 16px 16px 21px;
  box-sizing: border-box;
  margin-right: 45px;
  margin-bottom: 32px;
}
.section .list .listItem-img {
  width: 234px;
  height: 132px;
  position: relative;
  margin: 0 auto;
}
.section .list .listItem-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.section .list .listItem-img p {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 50px;
  height: 17px;
  background: #000000;
  opacity: 0.5;
  border-radius: 2px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
}
.section .list .listItem-title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  margin: 18px 0 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section .list .listItem-message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section .list .listItem-message .listItem-course {
  width: 63px;
  height: 23px;
  background: #F7F8FA;
  border-radius: 2px;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #50596B;
  margin-right: 12px;
}
.section .list .listItem-message .listItem-teacher {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 19px;
  color: #828997;
}
.section .list .listItem:hover {
  transition: 500ms ease;
  transform: scale(1.1);
}
.section .list .listItem:nth-of-type(4n) {
  margin-right: 0;
}
.section .collaborate {
  width: 100%;
  padding: 66px 0 330px;
  background-color: #FFFFFF;
}
.section .collaborate-title {
  width: 1200px;
  margin: 0 auto;
  text-indent: 24px;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  color: #1B215D;
  position: relative;
}
.section .collaborate-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #34AEFF;
  border-radius: 50%;
}
.section .collaborate-text {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #5E6577;
  margin-top: 40px;
  white-space: pre-line;
}

/*# sourceMappingURL=resource.css.map */
