.content-center {
  width: 1200px;
  margin: 0 auto;
}
.content-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.backImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.title {
  display: block;
  width: 100%;
  text-align: center;
}
.desc {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tl,
.tl-s,
.desc-tl,
.desc-s {
  display: block;
  text-align: center;
}
#wrap {
  width: 100% !important;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
#wrap #header {
  width: 100%;
  height: 580px;
}
#wrap #header .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 90px;
  z-index: 999;
}
#wrap #header .header-nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  padding: 10px 0;
}
#wrap #header .header-nav .nav .logo {
  width: 175px;
  padding: 10px 0;
  line-height: 100%;
  cursor: pointer;
}
#wrap #header .header-nav .nav .logo img {
  width: 100%;
}
#wrap #header .header-nav .nav .nav-bar {
  width: 880px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#wrap #header .header-nav .nav .nav-bar li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
#wrap #header .header-nav .nav .nav-bar li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  text-decoration: none;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 100%);
  width: 140px;
  padding-top: 30px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div a {
  line-height: 40px;
  text-align: center;
  color: #858585;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div:nth-last-child(1) {
  border: none;
}
#wrap #header .header-nav .nav .nav-bar li:hover {
  border-color: #ffffff;
}
#wrap #header .header-nav .nav .nav-bar li:hover .nav-model {
  display: block;
}
#wrap #header .header-nav .nav .nav-bar .active {
  border-bottom: 4px solid #ffffff;
}
#wrap #header .banner {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
#wrap #header .banner .swiper-container {
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
#wrap #header .banner .swiper-container .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/teachingResearchAndTeachers/images/center_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1200px;
  height: 580px;
}
#wrap #header .banner .swiper-container .swiper-slide .center .list {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#wrap #header .banner .swiper-container .swiper-slide .center .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 398px;
  height: 120px;
  background-color: rgba(150, 13, 255, 0.5);
  cursor: pointer;
}
#wrap #header .banner .swiper-container .swiper-slide .center .list .item .tl {
  display: block;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
#wrap #header .banner .swiper-container .swiper-slide .center .list .item .desc-tl {
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding-top: 18px;
  color: #ffffff;
}
#wrap #header .banner .swiper-container .swiper-pagination {
  margin-bottom: 26px;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.3;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
#wrap #content .curriculum-research-institute .institute {
  height: 498px;
  background: #ffffff;
}
#wrap #content .curriculum-research-institute .institute .title {
  margin: 0 auto 42px;
  padding-top: 94px;
  width: 150px;
  font-size: 30px;
  line-height: 40px;
  color: #3a3a3a;
  border-bottom: 2px solid #960dff;
}
#wrap #content .curriculum-research-institute .institute .desc {
  margin: 0 auto;
  width: 927px;
  font-size: 16px;
  line-height: 28px;
  color: #292929;
}
#wrap #content .curriculum-research-institute .institute .line-tl {
  margin: 65px auto 0;
  width: 834px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .curriculum-research-institute .institute .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #292929;
}
#wrap #content .curriculum-research-institute .institute .line-tl .tl {
  width: 80px;
  font-size: 20px;
  line-height: 20px;
  color: #292929;
}
#wrap #content .curriculum-research-institute .institute .swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-container {
  margin: 0 auto;
  width: 1107px;
  height: 394px;
  padding: 42px 16px;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-container .swiper-slide {
  min-width: 250px;
  max-width: 250px;
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-container .swiper-slide .content img {
  display: block;
  margin: 34px auto 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-container .swiper-slide .content .tl {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #292929;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-container .swiper-slide .content .desc-tl {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 190px;
  font-size: 14px;
  line-height: 26px;
  color: #292929;
}
#wrap #content .curriculum-research-institute .institute .swiper .prev,
#wrap #content .curriculum-research-institute .institute .swiper .next {
  position: absolute;
  font-size: 24px;
  width: 46px;
  height: 46px;
  color: #007aff;
  background-color: #ffffff;
  font-weight: bolder;
  border-radius: 4px;
  opacity: 0.3;
  z-index: 9;
  transition: 0.5s;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-button-prev:after,
#wrap #content .curriculum-research-institute .institute .swiper .swiper-button-next:after {
  content: '' !important;
}
#wrap #content .curriculum-research-institute .institute .swiper .swiper-button-prev,
#wrap #content .curriculum-research-institute .institute .swiper .swiper-button-next {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .curriculum-research-institute .institute .swiper .prev:hover,
#wrap #content .curriculum-research-institute .institute .swiper .next:hover {
  opacity: 0.8;
}
#wrap #content .curriculum-research-institute .institute .swiper .prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#wrap #content .curriculum-research-institute .institute .swiper .next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#wrap #content .curriculum-research-institute .research-findings {
  height: 1284px;
  background-image: url("../images/teachingResearchAndTeachers/images/01banner_02.png");
}
#wrap #content .curriculum-research-institute .research-findings .line-tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 834px;
  margin: 0 auto;
  padding-top: 297px;
  padding-bottom: 42px;
}
#wrap #content .curriculum-research-institute .research-findings .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #ffffff;
}
#wrap #content .curriculum-research-institute .research-findings .line-tl .tl {
  width: 80px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .curriculum-research-institute .research-findings .list {
  display: flex;
  margin: 0 auto;
  width: 1100px;
  justify-content: space-between;
  height: 323px;
}
#wrap #content .curriculum-research-institute .research-findings .list .item img {
  display: block;
  width: 180px;
  height: 288px;
}
#wrap #content .curriculum-research-institute .research-findings .list .item span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
#wrap #content .curriculum-research-institute .research-findings .btn {
  display: block;
  margin: 82px auto 0;
  width: 291px;
  height: 75px;
  background: #ffffff;
  background: url("../images/teachingResearchAndTeachers/images/jinglintu_01.png");
  background-position: -26px -956px;
  font-size: 26px;
  line-height: 73px;
  text-align: center;
  color: #b92e0a;
  cursor: pointer;
}
#wrap #content .curriculum-research-institute .research-findings .mt52 {
  margin-top: 52px;
}
#wrap #content .product-RD-center .RD {
  height: 497px;
  background: #ffffff;
}
#wrap #content .product-RD-center .RD .title {
  padding-top: 96px;
  margin: 0 auto 38px;
  width: 180px;
  border-bottom: 2px solid #960dff;
  font-size: 30px;
  line-height: 38px;
  color: #3a3a3a;
}
#wrap #content .product-RD-center .RD .desc {
  margin: 0 auto;
  width: 928px;
  font-size: 16px;
  line-height: 28px;
  color: #292929;
  text-align: justify;
  text-align-last: center;
}
#wrap #content .product-RD-center .RD .line-tl {
  margin: 65px auto 0;
  width: 834px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .product-RD-center .RD .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #292929;
}
#wrap #content .product-RD-center .RD .line-tl .tl {
  width: 80px;
  font-size: 20px;
  line-height: 20px;
  color: #292929;
}
#wrap #content .product-RD-center .RD .swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container {
  margin: 0 auto;
  width: 1107px;
  height: 394px;
  padding: 42px 16px;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container .swiper-slide {
  min-width: 250px;
  max-width: 250px;
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container .swiper-slide .content {
  height: 100%;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container .swiper-slide .content img {
  display: block;
  margin: 34px auto 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container .swiper-slide .content .tl {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #292929;
}
#wrap #content .product-RD-center .RD .swiper .swiper-container .swiper-slide .content .desc-tl {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 190px;
  font-size: 14px;
  line-height: 26px;
  color: #292929;
}
#wrap #content .product-RD-center .RD .swiper .prev,
#wrap #content .product-RD-center .RD .swiper .next {
  position: absolute;
  font-size: 24px;
  width: 46px;
  height: 46px;
  color: #007aff;
  font-weight: bolder;
  background-color: #ffffff;
  border-radius: 4px;
  opacity: 0.3;
  z-index: 9;
  transition: 0.5s;
}
#wrap #content .product-RD-center .RD .swiper .swiper-button-prev:after,
#wrap #content .product-RD-center .RD .swiper .swiper-button-next:after {
  content: '' !important;
}
#wrap #content .product-RD-center .RD .swiper .swiper-button-prev,
#wrap #content .product-RD-center .RD .swiper .swiper-button-next {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .product-RD-center .RD .swiper .prev:hover,
#wrap #content .product-RD-center .RD .swiper .next:hover {
  opacity: 0.8;
}
#wrap #content .product-RD-center .RD .swiper .prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#wrap #content .product-RD-center .RD .swiper .next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#wrap #content .product-RD-center .research-findings {
  height: 2053px;
  background-image: url("../images/teachingResearchAndTeachers/images/02banner_02.png");
}
#wrap #content .product-RD-center .research-findings .line-tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 834px;
  margin: 0 auto;
  padding-top: 297px;
  padding-bottom: 42px;
}
#wrap #content .product-RD-center .research-findings .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #ffffff;
}
#wrap #content .product-RD-center .research-findings .line-tl .tl {
  width: 80px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .product-RD-center .research-findings .list {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 0 46px;
  height: 360px;
}
#wrap #content .product-RD-center .research-findings .list .item {
  position: absolute;
}
#wrap #content .product-RD-center .research-findings .list .item img {
  top: 0;
  display: block;
  width: 430px;
  height: 334px;
}
#wrap #content .product-RD-center .research-findings .list .item span {
  margin-top: 0px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
#wrap #content .product-RD-center .research-findings .list .l339 {
  left: 385px;
}
#wrap #content .product-RD-center .research-findings .list .l678 {
  left: 724px;
}
#wrap #content .product-RD-center .research-findings .photos {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 589px;
}
#wrap #content .product-RD-center .research-findings .photos .photo {
  position: absolute;
}
#wrap #content .product-RD-center .research-findings .photos .photo img {
  top: 0;
  display: block;
  width: 250px;
  height: 554px;
}
#wrap #content .product-RD-center .research-findings .photos .photo span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
#wrap #content .product-RD-center .research-findings .photos .l339 {
  left: 339px;
}
#wrap #content .product-RD-center .research-findings .photos .l678 {
  left: 678px;
}
#wrap #content .product-RD-center .research-findings .photos .l286 {
  left: 286px;
}
#wrap #content .product-RD-center .research-findings .photos .l572 {
  left: 572px;
}
#wrap #content .product-RD-center .research-findings .photos .l858 {
  left: 858px;
}
#wrap #content .product-RD-center .research-findings .btn {
  display: block;
  margin: 60px auto 0;
  width: 332px;
  height: 75px;
  background-image: url("../images/teachingResearchAndTeachers/images/jinglintu_01.png");
  background-position: -26px -1130px;
  font-size: 26px;
  line-height: 64px;
  color: #b92e0a;
  text-align: center;
  cursor: pointer;
}
#wrap #content .product-RD-center .research-findings .mt80 {
  margin-top: 80px;
}
#wrap #content .teaching-staff {
  height: 1200px;
  background: #ffffff;
}
#wrap #content .teaching-staff .title {
  padding-top: 96px;
  margin: 0 auto 38px;
  width: 120px;
  border-bottom: 2px solid #960dff;
  font-size: 30px;
  line-height: 38px;
  color: #3a3a3a;
}
#wrap #content .teaching-staff .desc {
  margin: 0 auto;
  width: 928px;
  font-size: 16px;
  line-height: 28px;
  color: #292929;
  text-align: justify;
  text-align-last: center;
}
#wrap #content .teaching-staff .line-tl {
  margin: 65px auto 42px;
  width: 894px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .teaching-staff .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #292929;
}
#wrap #content .teaching-staff .line-tl .tl {
  width: 160px;
  font-size: 20px;
  line-height: 20px;
  color: #292929;
}
#wrap #content .teaching-staff .cards {
  margin: 13px auto 0;
  width: 928px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .teaching-staff .cards .card {
  position: relative;
  width: 290px;
  height: 150px;
  background: #6b5fff;
  border-radius: 10px;
}
#wrap #content .teaching-staff .cards .card .bg {
  position: absolute;
  top: -8px;
  right: -6px;
  height: 74px;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  opacity: 0.1;
}
#wrap #content .teaching-staff .cards .card .tl {
  padding: 36px 0 26px;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
}
#wrap #content .teaching-staff .cards .card .desc-tl {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
#wrap #content .teaching-staff .cards .card:nth-child(2) {
  background: #0acb8e;
}
#wrap #content .teaching-staff .cards .card:nth-child(3) {
  background: #fa8da3;
}
#wrap #content .teaching-staff .process {
  margin: 80px auto 74px;
  width: 928px;
  height: 174px;
}
#wrap #content .teaching-staff .process img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .teaching-staff .strip {
  margin: 19px auto 0;
  display: flex;
  justify-content: space-between;
  width: 928px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(32, 32, 32, 0.35);
  border-radius: 10px;
  border: solid 2px #249bff;
  overflow: hidden;
}
#wrap #content .teaching-staff .strip .tl {
  display: block;
  width: 221px;
  height: 50px;
  background-color: #249bff;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
}
#wrap #content .teaching-staff .strip .icon {
  border-top: 25px solid transparent;
  border-left: 20px solid #249bff;
  border-bottom: 25px solid #249bff;
  border-right: 20px solid transparent;
}
#wrap #content .teaching-staff .strip .desc-tl {
  width: 672px;
  font-size: 16px;
  line-height: 50px;
  color: #292929;
}
#wrap #content .teaching-staff .rt {
  flex-direction: row-reverse;
}
#wrap #content .teaching-staff .rt .icon {
  border-top: 25px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 25px solid #249bff;
  border-right: 20px solid #249bff;
}
#wrap #content .teaching-staff .mt70 {
  margin-top: 70px;
}
#wrap #content .teaching-staff .mb30 {
  margin-bottom: 30px;
}
#wrap #content .teaching-staff .list {
  margin-bottom: 40px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .teaching-staff .list .item {
  width: 280px;
  height: 420px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 2px rgba(104, 104, 104, 0.28);
  border-radius: 10px;
  overflow: hidden;
}
#wrap #content .teaching-staff .list .item img {
  display: block;
  width: 280px;
  height: 241px;
}
#wrap #content .teaching-staff .list .item .tl {
  padding-top: 18px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
  color: #292929;
}
#wrap #content .teaching-staff .list .item .desc-tl {
  margin: 0 auto;
  width: 232px;
  font-size: 12px;
  line-height: 22px;
  color: #292929;
  text-align: justify;
  text-align-last: center;
}
#wrap #content .student-stories {
  position: relative;
  height: 1180px;
  background-image: url("../images/teachingResearchAndTeachers/images/03banner_04.png");
}
#wrap #content .student-stories .line-tl {
  margin: 0 auto 42px;
  padding-top: 70px;
  width: 944px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .student-stories .line-tl .line {
  width: 360px;
  height: 2px;
  background-color: #ffffff;
}
#wrap #content .student-stories .line-tl .tl {
  width: 189px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .student-stories .desc {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 19px;
}
#wrap #content .student-stories .list .lf .tl {
  text-align: left;
  padding-left: 120px;
  padding-right: 37px;
}
#wrap #content .student-stories .list .lf .desc-tl {
  padding-left: 160px;
  text-align: justify;
  padding-right: 37px;
}
#wrap #content .student-stories .list .rt {
  margin-left: 204px;
}
#wrap #content .student-stories .list .rt .tl {
  text-align: right;
  padding-right: 120px;
  padding-left: 37px !important;
}
#wrap #content .student-stories .list .rt .desc-tl {
  text-align: justify;
  padding-right: 160px;
  padding-left: 37px !important;
}
#wrap #content .student-stories .list .item {
  width: 996px;
  height: 124px;
  margin-bottom: 29px;
  background-image: url("../images/teachingResearchAndTeachers/images/jinglintu_01.png");
}
#wrap #content .student-stories .list .item .tl {
  padding-left: 120px;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 37px;
  color: #ffffff;
}
#wrap #content .student-stories .list .item .desc-tl {
  padding-left: 160px;
  font-size: 14px;
  line-height: 26px;
  color: #774bf9;
}
#wrap #content .student-stories .list .item:nth-child(1) {
  background-position: -18px -20px;
}
#wrap #content .student-stories .list .item:nth-child(2) {
  background-position: -224px -172px;
}
#wrap #content .student-stories .list .item:nth-child(3) {
  background-position: -18px -406px;
}
#wrap #content .student-stories .list .item:nth-child(4) {
  padding-top: 13px;
  background-position: -224px -546px;
}
#wrap #content .student-stories .list .item:nth-child(5) {
  background-position: -18px -690px;
}
#wrap #content .student-stories .list .h204 {
  height: 204px;
}
#wrap #content .student-stories .list .h120 {
  height: 120px;
}
#wrap #content .student-stories .list .h124 {
  height: 124px;
}
#wrap #content .student-stories .btn {
  position: absolute;
  left: 50%;
  bottom: 71px;
  transform: translateX(-50%);
  width: 291px;
  height: 75px;
  background-image: url("../images/teachingResearchAndTeachers/images/jinglintu_01.png");
  background-position: -16px -1280px;
  font-size: 26px;
  line-height: 63px;
  text-align: center;
  color: #b92e0a;
  cursor: pointer;
}
#wrap #footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-image: linear-gradient(-13deg, #6c07c5 0%, #19369c 100%), linear-gradient(#5e05ac, #5e05ac);
}
#wrap #footer .info {
  /*width: 540px;*/
  font-size: 15px;
  color: #ffffff;
}
#wrap #footer .info span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 24px;
  letter-spacing: 3px;
}
/*# sourceMappingURL=teachingResearchAndTeachers.css.map */
