﻿html,
body {
  width: 100%;
  background: url(../images/indexImg/bottomShelfBg.png) repeat;
  background-size: 100% 100%;
  overflow-x: hidden;
  font-size: calc(10/1920*100vw);
  position: relative;
}

.construction {
  width: 100%;
  height: 56rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.construction .const-img {
  width: 32rem;
  height: 20rem;
}

.construction h4 {
  font-size: 2rem;
  color: #6d7278;
  margin-top: 4rem;
}

.breadcrumbs .version .matter {
  display: flex;
  justify-content: space-between;
}

.breadcrumbs .version .matter .useBtn {
  width: 13.8rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 2rem;
  color: #53b77f;
  border: 0.1rem solid #53b77f;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 2.4rem;
  text-align: center;
}

.Description {
  margin-top: 10rem;
  margin-bottom: 12rem;
  position: relative;
}

.Description .aveiroBg {
  width: calc(100% - 26rem);
  height: 86.8rem;
  background: #fff;
  border-radius: 0 10rem 0 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10rem;
}

.Description .aveiroBg:before {
  position: absolute;
  content: "";
  width: 34rem;
  height: 70.4rem;
  display: block;
  top: 4.8rem;
  left: 0;
  background: url(../images/childrenSiteImgBg.png) no-repeat;
}

.Description .descriptionDetail {
  width: 164.8rem;
  height: 86.8rem;
  position: absolute;
  right: 0;
  top: 10rem;
}

.Description .descriptionDetail .left {
  width: 82rem;
  height: auto;
  float: left;
}

.Description .descriptionDetail .left .specialTitle {
  width: 82rem;
  height: 12rem;
  border-bottom: 0.1rem solid #45b175;
  position: relative;
}

.Description .descriptionDetail .left .specialTitle:before {
  content: "";
  width: 19.6rem;
  height: 0.6rem;
  background: #45b175;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
}

.Description .descriptionDetail .left .specialTitle .title {
  width: 135rem;
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-family: STSongti-SC-Black, STSongti-SC;
  font-weight: bold;
  color: #091b14;
}

.Description .descriptionDetail .left .specialTitle .time {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #191f26;
  margin-top: 1.6rem;
}

.Description .descriptionDetail .left .unionsUni {
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
}

.Description .descriptionDetail .left .unionsUni span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #53b77f;
  margin-right: 1.6rem;
}

.hasBorderTag {
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.6rem;
  padding: 0.8rem 2rem;
  color: #53b77f;
  border-radius: 2rem;
  border: 0.1rem solid #53b77f;
  margin-right: 1.6rem;
  cursor: pointer;
}

.Description .descriptionDetail .left .des {
  height: 37rem;
  overflow-y: auto;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #777c84;
  padding: 0 2rem;
  box-sizing: border-box;
  text-align: justify;
}

.Description .descriptionDetail .left .des::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.6rem;
}

.Description .descriptionDetail .left .des::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}

.Description .descriptionDetail .left .des::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}

.Description .descriptionDetail .right {
  width: 72rem;
  height: 48.5rem;
  margin-top: 12rem;
  float: right;
}

.Description .descriptionDetail .right img {
  width: 72rem;
  height: 48.5rem;
  object-fit: contain;
  border-radius: 1rem 0 0 1rem;
}

.Description .contact {
  width: 100%;
  height: 45.4rem;
  padding: 10rem 0;
  box-sizing: border-box;
  background: #467262;
}

.institute {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}

.institute .left {
  width: 20rem;
  height: auto;
  float: left;
}

.institute .left h4 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 5.6rem;
}

.institute .left .attention {
  margin-top: 4rem;
  width: 100%;
  height: 6rem;
}

.institute .left .attention h5 {
  font-size: 1.6rem;
  color: #90aaa0;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}

.institute .left .attention .icon {
  width: 100%;
  height: 3rem;
  position: relative;
}

.institute .left .attention .icon span {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-right: 1rem;
  cursor: pointer;
}

.institute .left .attention .icon span.icon1 {
  background: url(../images/facebook.png) no-repeat;
  background-size: 100% 100%;
}

.institute .left .attention .icon span.icon2 {
  background: url(../images/twitter.png) no-repeat;
  background-size: 100% 100%;
}

.institute .left .attention .icon span.icon3 {
  background: url(../images/roundWechat.png) no-repeat;
  background-size: 100% 100%;
}

.institute .left .attention .icon span.icon4 {
  background: url(../images/weibo.png) no-repeat;
  background-size: 100% 100%;
}

.institute .left .attention .iconImg {
  width: 27rem;
  height: 27rem;
  position: absolute;
  top: -350%;
  right: -150%;
}

body[data-lang="EN"] .institute .left .attention .iconImg {
  right: -115%;
}

.institute .left .attention .iconImg>div>div {
  width: 27rem;
  height: 27rem;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  display: none;
}

.institute .left .attention .iconImg img {
  max-width: 100%;
  max-height: 100%;
}

.institute .right {
  width: 78.4rem;
  height: auto;
  float: right;
}

.institute .right ul li {
  width: 36rem;
  height: auto;
  border-bottom: 0.1rem solid #6b8e81;
  padding-bottom: 1.4rem;
  margin-right: 6.4rem;
  margin-bottom: 2.4rem;
  float: left;
}

.institute .right ul li:nth-child(2n) {
  margin-right: 0;
}

.institute .right ul li:last-child {
  border: none;
}

.institute .right ul li p:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  color: #90aaa0;
  line-height: 2.4rem;
  margin-bottom: 0.6rem;
}

.institute .right ul li p:last-child {
  font-size: 2rem;
  color: #ffffff;
  line-height: 2.4rem;
}

.specialProject .spWidth {
  width: 155rem;
  height: auto;
  margin: 11rem auto 0;
}

.specialProject .spWidth .CommonTitle {
  width: 100%;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  color: #091b14;
  margin-bottom: 8rem;
}

.specialProject .spWidth .itemSmallWidth {
  width: 100%;
  height: 62.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.specialProject .spWidth .itemSmallWidth span {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 5.6rem;
  transition: all 0.3s;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specialProject .spWidth .itemSmallWidth span i {
  width: 2rem;
  height: 2rem;
  background: url(../images/specialLeftHover.png) no-repeat;
  background-size: 100% 100%;
}

.specialProject .spWidth .itemSmallWidth span.next i {
  background: url(../images/specialRightHover.png) no-repeat;
  background-size: 100% 100%;
}

.specialProject .spWidth .itemSmallWidth span:hover {
  background: #53b77f;
}

.specialProject .spWidth .itemSmallWidth span.prev:hover i {
  background: url(../images/specialLeftArrow.png) no-repeat;
  background-size: 100% 100%;
}

.specialProject .spWidth .itemSmallWidth span.next:hover i {
  background: url(../images/specialRightArrow.png) no-repeat;
  background-size: 100% 100%;
}

.specialProject .spWidth .itemSmallWidth .item {
  width: 140rem;
  height: 62.2rem;
  border-radius: 1rem;
  position: relative;
}

.specialProject .spWidth .itemSmallWidth .item>li {
  width: 140rem;
  height: auto;
  overflow: hidden;
}

.specialProject .spWidth .itemSmallWidth .item .carouselLeft {
  width: 93.4rem;
  height: 62.2rem;
  border-radius: 1rem 0 0 1rem;
  position: relative;
  float: left;
}

.specialProject .spWidth .itemSmallWidth .item .carouselLeft img {
  width: 93.4rem;
  height: 62.2rem;
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}

.specialProject .spWidth .itemSmallWidth .item .carouselLeft>.itemHd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  z-index: 99;
  text-align: center;
  font-size: 0;
}

.specialProject .spWidth .itemSmallWidth .item .carouselLeft>.itemHd ul li {
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.6rem;
  display: inline-block;
  margin-right: 2rem;
  cursor: pointer;
}

.specialProject .spWidth .itemSmallWidth .item .carouselLeft>.itemHd ul li.on {
  background: #53b77f;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight {
  width: 46.6rem;
  height: 62.2rem;
  background: url(../images/poImgBg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 8rem;
  box-sizing: border-box;
  float: left;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight .title {
  width: 35.4rem;
  font-size: 2.4rem;
  max-height: 12rem;
  line-height: 2;
  font-weight: bold;
  color: #191f26;
  border-bottom: 0.1rem solid #e3e3e3;
  margin: 0 5.6rem 2.2rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight .des {
  height: 39rem;
  overflow-y: auto;
  font-size: 1.6rem;
  color: #777c84;
  line-height: 3.2rem;
  text-align: justify;
  padding: 0 5.6rem;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight .des::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.6rem;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight .des::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}

.specialProject .spWidth .itemSmallWidth .item .carouselRight .des::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}

/*课程*/
.course {
  margin-top: 10rem;
  margin-bottom: 12rem;
}

.course .report {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}

.course .news-content {
  margin-top: 3.5rem;
  margin-bottom: 18.5rem;
}

.course .news-content>ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 6.5rem;
}

.course .news-content>ul li {
  width: 45rem;
  height: 39.2rem;
  background: #fff;
  border-radius: 1.6rem;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
}

.course .news-content>ul li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.course .news-content>ul li:nth-child(3n) {
  margin-right: 0;
}

.course .news-content>ul li .courseImg {
  width: 100%;
  height: 25.4rem;
  overflow: hidden;
  border-radius: 1.6rem 1.6rem 0 0;
  transition: all 0.5s;
}

.course .news-content>ul li .courseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course .news-content>ul li .courseCon {
  width: 100%;
  height: 13.8rem;
  padding: 1rem 2.8rem;
  box-sizing: border-box;
  transition: all 0.5s;
}

.course .news-content>ul li .courseCon h4 {
  font-size: 1.8rem;
  color: #121212;
  line-height: 3.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.course .news-content>ul li .courseCon p {
  font-size: 1.6rem;
  color: #777;
  line-height: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.course .news-content>ul li .courseCon span {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  cursor: pointer;
  background: url(../images/indexImg/arrowhead.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.lessons {
  width: 100%;
  height: 88rem;
  background: url(../images/lessonsBg.png) no-repeat;
  margin-bottom: 12rem;
  padding-top: 10rem;
  box-sizing: border-box;
}

.lessons .materials {
  width: 140rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.materials .class {
  width: 68rem;
  height: 60rem;
  background: linear-gradient(rgb(242, 254, 250), 20%, rgb(255, 255, 255));
  ;
  border-radius: 0.8rem;
  /* box-sizing: border-box; */
  padding: 3rem 0;
}

.materials .class .title {
  margin-left: 4rem;
}

.materials .class .content {
  width: 64rem;
  height: 50rem;
  margin-top: 3rem;
  margin-left: 4rem;
  overflow-y: auto;
}

.materials .class .content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.6rem;
}

.materials .class .content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ee;
}

.materials .class .content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}

.materials .class .content .mater-video {
  width: 100%;
  height: 9.25rem;
  display: flex;
  margin-bottom: 3rem;
}

.materials .class .content .mater-video .imgs {
  width: 16.75em;
  height: 100%;
  border-radius: 0.8rem;
  position: relative;
}

.materials .class .content .mater-video .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}

.materials .class .content .mater-video .news-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.materials .class .content .mater-video .news-layer .body-play {
  width: 4.7rem;
  height: 4.7rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.materials .class .content .mater-video .news-layer .body-play i {
  width: 1.5rem;
  height: 1.8rem;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
}

.materials .class .content .mater-video .mater-con {
  margin-left: 3rem;
  width: 40rem;
  position: relative;
}

.materials .class .content .mater-video .mater-con h4 {

  font-size: 1.6rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.materials .class .content .mater-video .mater-con p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777c84;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.materials .class .content .mater-video .mater-con .icon {
  width: 9rem;
  background-color: #54b780;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  border-radius: 1.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.materials .class .content .mater-video .mater-con .icon.lc {
  width: 15rem;
}

.materials .class .content.jc {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-left: 7rem;
  width: 54rem;
  padding-right: 7rem;
}

.materials .class .content .textbook-item {
  width: 25rem;
  height: auto;
}

.materials .class .content .textbook-item a {
  display: block;

}

.materials .class .content .textbook-item .imgs {
  width: 25rem;
  height: 14.6rem;
  margin-bottom: 1rem;
  background: rgb(247, 249, 249);
  overflow: hidden;
}

.materials .class .content .textbook-item .imgs img {
  display: block;
  width: 9rem;
  height: 12.6rem;
  margin: 1rem auto;
}

.materials .class .content .textbook-item .mater-con {
  width: 100%;
  position: relative;
}

.materials .class .content .textbook-item .mater-con h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 1rem;


}

.materials .class .content .textbook-item .mater-con p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777c84;
  margin-bottom: 0.5rem;
}

.materials .class .content .textbook-item .mater-con .icon {
  width: 9rem;
  background-color: #54b780;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  border-radius: 1.6rem;
  /* position: absolute;
  right: 0;
  bottom: 0; */
}

.materials .class .content .textbook-item .mater-con .icon.lc {
  width: 15rem;
}


.activityCla .activityClaBody {
  width: 140rem;
  margin: 0 auto 10rem;
}

.activityCla .activityClaBody .publicSmallTitle {
  margin-bottom: 4rem;
}

.calendarWrap {
  width: 100%;
  height: 57rem;
  display: flex;
  flex-flow: row nowrap;
  background: #fff;
  box-shadow: 0rem 1rem 4rem 0rem rgba(20, 50, 33, 0.08);
  border-radius: 2rem;
  justify-content: center;
}

.calendarWrap .calendarLefts {
  width: 20rem;
  height: 57rem;
  overflow-y: auto;
  border-radius: 2rem 0 0 2rem;
  background: #42b983;
  text-align: center;
  box-sizing: border-box;
}

.calendarWrap .calendarLefts .tops {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 4.8rem 2rem 3rem 2rem;
}

.calendarWrap .calendarLefts .tops .icons {
  width: 1rem;
  height: 1.7rem;
  display: inline-block;
  background: url(../images/iconsLeftArrow.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  cursor: pointer;
}

.calendarWrap .calendarLefts .tops .notClick {
  background: url(../images/iconsRightArrow.png) no-repeat;
  background-size: 100% 100%;
}

.calendarWrap .calendarLefts .tops .notReturnClick {
  background: url(../images/iconsRightReturnArrow.png) no-repeat;
  background-size: 100% 100%;
}

.calendarWrap .calendarLefts .tops .topsNowYear {
  font-size: 3rem;
  color: #fff;
}

.calendarWrap .calendarLefts .dateMonth {
  height: 44rem;
  overflow-y: auto;
  padding: 0rem 2rem 3rem 2rem;
  box-sizing: border-box;
}

.calendarWrap .calendarLefts .dateMonth::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.1rem;
}

.calendarWrap .calendarLefts .dateMonth::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.4);
}

.calendarWrap .calendarLefts .dateMonth::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #53b77f;
}

.calendarWrap .calendarLefts .dateMonth .monthLists {
  width: 16rem;
  height: 4.4rem;
  padding: 1.2rem 2.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border-radius: 2.1rem;
  transition: all 0.5s;
}

.calendarWrap .calendarLefts .dateMonth .monthLists:hover {
  background: rgba(255, 255, 255, 0.3);
}

.calendarWrap .calendarLefts .dateMonth .nowMonth {
  background: #fff;
  color: #3aad6d;
}

.calendarWrap .calendars {
  width: 60rem;
  background: #fff;
  box-sizing: border-box;
}

.calendar-header {
  width: 100%;
}

.calendar-header .calendar-box .calendar-content {
  width: 100%;
  display: flex;
  margin: 4.8rem 0;
  justify-content: center;
}

.calendar-header .calendar-box .calendar-headDate {
  font-size: 3rem;
  vertical-align: middle;
  font-weight: bold;
  color: #191f26;
}

.calendarWrap .calendars .calendar-week {
  display: flex;
  width: 100%;
  height: 2.4rem;
  line-height: 2.4rem;
  border-right: none;
  padding: 0 5rem;
  box-sizing: border-box;
}

.calendarWrap .calendars .calendar-week .week-item {
  width: 14.285%;
  list-style: none;
  text-align: center;
  font-size: 1.6rem;
  color: #959db3;
  font-weight: bold;
}

.calendarWrap .calendars .calendar-view {
  width: 100%;
  padding: 0 5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.calendarWrap .calendars .calendar-view .date-view {
  width: 14.285%;
  box-sizing: border-box;
  min-height: 6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.calendarWrap .calendars .calendar-view .hasCourse {
  position: relative;
}

.calendarWrap .calendars .calendar-view .hasCourse:after {
  display: block;
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #f2f4f5;
  color: #191f26;
  border-radius: 2.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.calendarWrap .calendars .calendar-view .month-class {
  opacity: 0;
  cursor: default;
  overflow: hidden;
  background-image: linear-gradient(45deg,
      rgba(0, 0, 0, 0.03) 25%,
      transparent 0,
      transparent 50%,
      rgba(0, 0, 0, 0.03) 0,
      rgba(0, 0, 0, 0.03) 75%,
      transparent 0,
      transparent);
  background-size: 100% 100%;
}

.calendarWrap .calendars .calendar-view .date-view .date-day {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #191f26;
  position: relative;
  z-index: 10;
  text-align: center;
}

.calendarWrap .calendars .calendar-view .opacity-class {
  opacity: 0.5;
}

.calendarWrap .calendars .calendar-view .todayBg1 {
  position: relative;
}

.calendarWrap .calendars .calendar-view .todayBg1 .date-day {
  color: #fff;
}

.calendarWrap .calendars .calendar-view .todayBg1:after {
  display: block;
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #53b77f;
  border-radius: 2.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.calendarWrap .calendarRights {
  border: 0 2rem 2rem 0;
  flex: 2;
  padding: 4.8rem 3.6rem 0 3.6rem;
  box-sizing: border-box;
  background: #f6f7f8;
}

.calendarWrap .calendarRights .calendarRightsWrap ul {
  height: 44rem;
  overflow-y: auto;
}

/*body滚动条样式*/
.calendarWrap .calendarRights .calendarRightsWrap ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.1rem;
}

.calendarWrap .calendarRights .calendarRightsWrap ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.4);
}

.calendarWrap .calendarRights .calendarRightsWrap ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #f6f7f8;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li {
  width: 53.6rem;
  height: 19rem;
  padding: 3.2rem;
  box-sizing: border-box;
  background: #fff;
  border-left: 0.4rem solid #53b77f;
  margin-bottom: 2rem;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li:nth-child(2n) {
  border-left: 0.4rem solid #e96c71;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li:nth-child(3n) {
  border-left: 0.4rem solid #fecf56;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li p {
  font-size: 2.4rem;
  color: #959db3;
  margin-bottom: 1.2rem;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li h4 {
  font-size: 1.6rem;
  color: #191f26;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li a {
  width: 15rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  border-radius: 2rem;
  border: 0.1rem solid #e4e7ef;
  color: #959db3;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li a em {
  vertical-align: middle;
}

.calendarWrap .calendarRights .calendarRightsWrap ul li a i {
  width: 0.7rem;
  height: 1.4rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1rem;
  background: url(../images/activityNextArrow.png) no-repeat center center;
  background-size: 100% 100%;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.dialog {
  width: 70rem;
  height: auto;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(20, 50, 33, 0.08);
  border-radius: 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

.dialog-header {
  padding: 2rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #303133;
}

.dialog-header .close {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  cursor: pointer;
}

.dialog-content {
  height: 38rem;
  overflow-y: auto;
  padding: 3.4rem 6rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #606266;
  word-break: break-all;
}

.dialog-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.8rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.1rem;
}

.dialog-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}

.dialog-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}

.dialog-content .item {
  width: 100%;
  height: auto;
  line-height: 3.2rem;
}

.dialog-content .item label {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.dialog-content .item span {
  width: 70%;
  color: #191919;
  display: inline-block;
  margin-left: 3rem;
}

.moments {
  width: 140rem;
  margin: 0 auto;
}

.columnImgWrap .columnImg {
  margin-top: 4rem;
}

.infoTotal {
  display: none;
}

.textAlienCenter {
  margin-top: 2rem;
}

.textAlienCenter .specialBtn {
  margin-bottom: 0rem;
  margin-top: 2.5rem;
}

/*课程*/
.overview {
  margin: 10rem auto 12rem;
}

.overview .overviewWidth {
  width: 140rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.overview .overviewWidth .optionBtnGroup {
  display: flex;
  flex-flow: row nowrap;
  background: #e1e8eb;
  margin-top: 4rem;
  border-radius: 1rem 1rem 0 0;
}

.overview .overviewWidth .optionBtnGroup ul li {
  flex: 1;
  font-size: 1.8rem;
  width: 22.9rem;
  line-height: 4.6rem;
  height: 4.6rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #091b14;
  font-weight: bold;
}

.overview .overviewWidth .optionBtnGroup .on {
  color: #fff;
  background: #53b77f;
  border-radius: 1rem 1rem 0 0;
}

.overview .overviewWidth .courseBox {
  max-height: 60rem;
  overflow: auto;
}

.overview .overviewWidth .courseBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.6rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.6rem;
}

.overview .overviewWidth .courseBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background: #e4e7ef;
}

.overview .overviewWidth .courseBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #ffffff;
}

.overview .overviewWidth .courseBox .NoResult {
  width: 100%;
  height: 27.6rem;
  padding-top: 4rem;
  box-sizing: border-box;
}

.overview .overviewWidth .courseBox .NoResult p {
  font-size: 1.4rem;
  color: #6d7278;
  text-align: center;
  margin-top: 1rem;
}

.overview .overviewWidth .courseBox .noResultImg {
  width: 12.8rem;
  height: 8.2rem;
  background: url(../images/noResult.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.overview .overviewWidth .courseBox .item {
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: #fff;
  transition: all 0.3s;
}

.overview .overviewWidth .courseBox .item:hover {
  background: #53b77f;
}

.overview .overviewWidth .courseBox .item .title {
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 0.8rem;
  color: #53b77f;
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.overview .overviewWidth .courseBox .item .title:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.4rem;
  height: 2.2rem;
  background: #53b77f;
  top: 0.5rem;
  left: 0;
}

.overview .overviewWidth .courseBox .item .itemReBoxList {
  display: flex;
  flex-flow: row nowrap;
  max-width: 100%;
  overflow: auto;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox {
  flex: 1;
  padding: 2rem;
  width: 14rem;
  height: auto;
  background: #f7f9f9;
  border-radius: 1rem;
  margin-right: 1rem;
  padding-left: 1.6rem;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox.des {
  flex: 3;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .description {
  flex: 2;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .name {
  font-size: 2rem;
  color: #777c84;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .name:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #53b77f;
  top: 0.6rem;
  left: 0;
}

.overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .value {
  font-size: 1.8rem;
  padding-left: 1rem;
  color: #191919;
}

.overview .overviewWidth .courseBox .item:hover .title {
  color: #fff;
}

.overview .overviewWidth .courseBox .item:hover .title:before {
  background: #fff;
}

.overview .overviewWidth .courseBox .item:hover .itemReBoxList .itemReBox {
  background: rgba(251, 251, 251, 0.15);
}

.overview .overviewWidth .courseBox .item:hover .itemReBoxList .itemReBox .name {
  color: #fff;
}

.overview .overviewWidth .courseBox .item:hover .itemReBoxList .itemReBox .name:before {
  background: #fff;
}

.overview .overviewWidth .courseBox .item:hover .itemReBoxList .itemReBox .value {
  color: #fff;
}

.shadow-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.layer-video {
  width: 114.4rem;
  height: 78.1rem;
  background-color: #252018;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer-video-info {
  background-color: #252018;
  padding-top: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 1.2rem;
  position: relative;
}

.layer-video-info-title {
  font-size: 2.4rem;
  color: #fff;
}

.layer-video-info-desc {
  padding: 0 0.8rem;
  line-height: 150%;
  color: #7d7b78;
  font-size: 1.2rem;
  margin-top: 1rem;
  display: inline-block;
}

.layer-video .videoBox {
  width: 114rem;
  height: 65rem;
  position: relative;
}

.layer-video .videoBox img {
  width: 100%;
  height: 100%;
  filter: blur(3rem);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.layer-video .videoBox video {
  width: 100%;
  height: 100%;
}

.close-icon {
  background: url(../images/close.png) no-repeat;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  right: 2.2rem;
  top: 2.4rem;
  position: absolute;
  cursor: pointer;
  z-index: 999999;
}

.mater-path {
  display: none;
}

.videoBox {
  position: relative;
}

.videoBox .videoLayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6rem;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.videoBox .videoLayer span {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(0, 0, 0, 0.5) url(../images/pause.png) no-repeat center center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoBox .videoLayer span.play {
  background: rgba(0, 0, 0, 0.5) url(../images/play.png) no-repeat center center;
}

.img-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.img-layer .img-content {
  width: 147.5rem;
  height: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-layer .img-content img {
  max-width: 100%;
}

.img-layer>span {
  width: 4.8rem;
  height: 4.8rem;
  background: #505153;
  box-shadow: 0rem 1rem 4rem 0rem rgba(130, 150, 171, 0.15);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-layer>span i {
  width: 1.2rem;
  height: 2rem;
  background: url(../images/imgArrLeft.png) no-repeat;
  background-size: 100% 100%;
}

.img-layer>span.prev {
  left: 4.8rem;
}

.img-layer>span.next {
  right: 4.8rem;
}

.img-layer>span.next i {
  background: url(../images/imgArrRight.png) no-repeat;
  background-size: 100% 100%;
}

.mobile {
  display: none;
}

@media (max-width: 768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  .breadcrumbs .version .matter {
    display: none;
  }

  .mobile {
    display: block;
  }

  .Activity .activityTop {
    width: 100%;
  }

  .Activity .activityTop .normalTitle {
    padding-top: 9.6rem;
  }

  .Activity .activityTop .normalTitle .hasTitle {
    margin-bottom: 4.8rem;
  }

  .Activity .activityTop .activityList .paging {
    margin: 6.4rem auto 9.6rem;
  }

  .Activity .activityList .picList>ul {
    width: 100%;
    height: auto;
    padding: 0 3.2rem;
    display: block;
    box-sizing: border-box;
  }

  .Activity .activityList .activityItem {
    width: 100%;
    height: 53.4rem;
    margin-bottom: 3.2rem;
  }

  .Activity .activityList .activityItem .img {
    height: 37.8rem;
    display: block;
  }

  .Activity .activityList .activityItem .img img {
    width: 100%;
    height: 37.8rem;
  }

  .Activity .activityList .activityItem .des {
    height: 15.6rem;
    padding: 2.8rem 4.4rem;
    box-sizing: border-box;
  }

  .Activity .activityList .activityItem .des .title {
    font-size: 3.2rem;
    line-height: 200%;
    margin-bottom: 0;
  }

  .Activity .activityList .activityItem .des .description {
    font-size: 2.8rem !important;
  }

  .Activity .mainThemeActivity {
    padding: 9.6rem 0;
    box-sizing: border-box;
  }

  .Activity .mainThemeActivity .mainThemeActivityBody {
    width: 100%;
  }

  .mainThemeActivity .mainActivityImgList {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .mainThemeActivity .mainActivityImgList .bd {
    width: 100%;
    overflow: hidden;
  }

  .mainThemeActivity .mainActivityImgList ul li {
    height: 59.4rem;
    margin-right: 3.2rem;
  }

  .mainThemeActivity .mainActivityImgList ul li .img {
    height: 37.8rem;
  }

  .mainThemeActivity .mainActivityImgList ul li .main-con {
    height: 21.6rem;
    display: block;
    padding: 2.8rem 3.6rem;
  }

  .mainThemeActivity .mainActivityImgList ul li .main-con .main-txt {
    font-size: 3.2rem;
    line-height: 200%;
  }

  .mainThemeActivity .mainActivityImgList ul li .main-con .main-btn span {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    background: url(../images/mImages/arrowhead.png) no-repeat;
    background-size: 100% 100%;
  }

  .mainActivityImgList .terminal.mobile {
    width: 100%;
    height: 4.8rem;
    text-align: center;
    margin-top: 3.2rem;
  }

  .mainActivityImgList .terminal.mobile>span {
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
    border-radius: 4.8rem;
    cursor: pointer;
  }

  .mainActivityImgList .terminal.mobile span.prev {
    background: #fff url(../images/indexImg/cultureArrLeft.png) no-repeat center center;
  }

  .mainActivityImgList .terminal.mobile span.next {
    background: #fff url(../images/indexImg/cultureArrRight.png) no-repeat center center;
  }

  .Activity .activityCla {
    background: transparent;
  }

  .Activity .activityCla .activityClaBody {
    width: 100%;
    padding: 9.6rem 0;
    box-sizing: border-box;
  }

  .Activity .activityCla .activityClaBody .hasTitle {
    margin-bottom: 4.8rem;
  }

  .isCalendars.mobile {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
    display: block;
  }

  .isCalendars.mobile .calendarWrap {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
  }

  .calendarWrap .calendars {
    width: 100%;
    height: auto;
    padding: 4rem 3.2rem;
    box-sizing: border-box;
    border-radius: 2rem;
  }

  .calendarWrap .calendars .calendar-header {
    width: 100%;
    height: auto;
    padding-bottom: 2.4rem;
    box-sizing: border-box;
    border-bottom: 0.2rem solid #e4e7ef;
  }

  .calendar-header .calendar-box .calendar-content {
    margin: 0;
    position: relative;
  }

  .calendar-header .calendar-box .calendar-content .dateMonth {
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18rem;
    height: auto;
    padding: 2rem 3.2rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    z-index: 99;
    font-size: 1.8rem;
    display: none;
  }

  body[data-lang="EN"] .calendar-header .calendar-box .calendar-content .dateMonth {
    width: 22rem;
  }

  .calendar-header .calendar-box .calendar-content .dateMonth .monthLists {
    line-height: 150%;
  }

  .calendar-header .calendar-box .calendar-headDate {
    font-size: 4rem;
  }

  .calendar-header .calendar-box .calendar-headDate em {
    width: 1.8rem;
    height: 1.2rem;
    background: url(../images/mImages/shelfHdBg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .calendarWrap .calendars .calendar-week {
    padding: 0;
    height: 6rem;
    line-height: 6rem;
  }

  .calendarWrap .calendars .calendar-week .week-item {
    font-size: 2.8rem;
  }

  .calendarWrap .calendars .calendar-view {
    padding: 0;
  }

  .calendarWrap .calendars .calendar-view .date-view .date-day {
    font-size: 2.8rem;
  }

  .calendarWrap .calendars .calendar-view .todayBg1:after {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
  }

  .calendarWrap .calendarRights {
    display: block;
    margin-top: 3.2rem;
    background: transparent;
    padding: 0;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul {
    height: auto;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul li {
    width: 100%;
    height: 27.6rem;
    border-radius: 2.4rem;
    border-left: 0.8rem solid #53b77f;
    margin-bottom: 3.2rem;
    padding: 3.2rem 4rem;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul li p {
    font-size: 3.2rem;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul li h4 {
    font-size: 2.4rem;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul li a {
    width: 19rem;
    height: 6.4rem;
    font-size: 2.4rem;
    line-height: 6.4rem;
    border-radius: 3.2rem;
    border-width: 0.2rem;
  }

  .calendarWrap .calendarRights .calendarRightsWrap ul li a i {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/mImages/calendarArrow.png) no-repeat;
    background-size: 100% 100%;
  }

  .dialog-header {
    font-size: 2.8rem;
  }

  .dialog-header .close {
    line-height: 150%;
  }

  .dialog {
    width: 60rem;
  }

  .dialog-content {
    font-size: 2.8rem;
    line-height: 150%;
    padding: 3.4rem 1rem;
  }

  body[data-lang="EN"] .dialog-content {
    padding: 3.4rem 1rem;
  }

  body[data-lang="EN"] .dialog {
    width: 70rem;
  }

  .dialog-content .item {
    line-height: 150%;
  }

  /*子站简介*/
  .Description {
    width: 100%;
    margin: 9.6rem auto;
  }

  .Description .aveiroBg {
    display: none;
  }

  .Description .descriptionDetail {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 9.6rem;
  }

  .Description .descriptionDetail .left {
    width: 100%;
    height: auto;
    background: url(../images/mImages/descriptionDetail.png) no-repeat;
    background-size: 100% 100%;
    float: none;
    padding: 9.6rem 6.4rem;
    box-sizing: border-box;
  }

  .Description .descriptionDetail .left .specialTitle {
    width: 100%;
    height: auto;
    border-bottom: 0.2rem solid #45b175;
  }

  .Description .descriptionDetail .left .specialTitle .title {
    width: 100%;
    font-size: 5.2rem;
    line-height: 6.8rem;
  }

  .Description .descriptionDetail .left .specialTitle .time {
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin: 2.4rem 0;
  }

  .Description .descriptionDetail .left .specialTitle:before {
    width: 16rem;
    height: 0.8rem;
  }

  .Description .descriptionDetail .left .unionsUni {
    height: auto;
    overflow: hidden;
    margin: 9.6rem 0 4.8rem;
  }

  .Description .descriptionDetail .left .unionsUni span {
    display: block;
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .hasBorderTag {
    padding: 0 4rem;
    height: 7.2rem;
    line-height: 7.2rem;
    border-radius: 4rem;
    font-size: 2.8rem;
    border: 0.2rem solid #53b77f;
    margin-right: 3.2rem;
    margin-bottom: 3.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    float: left;
  }

  .Description .descriptionDetail .left .des {
    height: 68rem;
    font-size: 2.8rem;
    line-height: 5.6rem;
  }

  .Description .descriptionDetail .right {
    width: 100%;
    height: 45.8rem;
    float: none;
    padding: 0 3.2rem;
    box-sizing: border-box;
    margin: 4.8rem auto 0;
  }

  .Description .descriptionDetail .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .Description .contact {
    width: 100%;
    height: auto;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }

  .institute {
    width: 100%;
  }

  .institute .left {
    float: none;
    width: 100%;
    margin-bottom: 6.6rem;
  }

  body[data-lang="EN"] .institute .left {
    width: 100%;
  }

  .institute .left h4 {
    font-size: 5.2rem;
    line-height: 8rem;
  }

  .institute .right {
    width: 100%;
    float: none;
  }

  .institute .right ul li {
    width: 100%;
    height: auto;
    padding-bottom: 2.4rem;
    margin-right: 0;
    margin-bottom: 4.8rem;
  }

  .institute .right ul li p:first-child {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
  }

  .institute .right ul li p:last-child {
    font-size: 3.6rem;
    line-height: 5rem;
  }

  .attention h5 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2.8rem;
    color: #90aaa0;
  }

  .attention .icon {
    width: 100%;
    height: 7.2rem;
    position: relative;
  }

  .attention .icon span {
    width: 7.2rem;
    height: 7.2rem;
    display: inline-block;
    margin-right: 3.2rem;
    cursor: pointer;
  }

  .attention .icon span.icon1 {
    background: url(../images/facebook.png) no-repeat;
    background-size: 100% 100%;
  }

  .attention .icon span.icon2 {
    background: url(../images/twitter.png) no-repeat;
    background-size: 100% 100%;
  }

  .attention .icon span.icon3 {
    background: url(../images/roundWechat.png) no-repeat;
    background-size: 100% 100%;
  }

  .attention .icon span.icon4 {
    background: url(../images/weibo.png) no-repeat;
    background-size: 100% 100%;
  }

  .attention .iconImg {
    width: 27rem;
    height: 27rem;
    position: absolute;
    top: -12rem;
    right: -2rem;
    border-radius: 1rem;
  }

  .attention .iconImg>div>div {
    width: 27rem;
    height: 27rem;
    border-radius: 1rem;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    display: none;
  }

  .attention .iconImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .specialProject .spWidth {
    width: 100%;
    padding: 0 3.2rem;
    margin: 9.6rem auto 0;
    box-sizing: border-box;
  }

  .specialProject .spWidth .CommonTitle {
    font-size: 5.2rem;
    line-height: 6.8rem;
    margin-bottom: 4.8rem;
  }

  .specialProject .spWidth .itemSmallWidth {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }

  .specialProject .spWidth .itemSmallWidth .item {
    width: 100%;
    height: auto;
  }

  .specialProject .spWidth .itemSmallWidth .item>li {
    width: 100%;
  }

  .specialProject .spWidth .itemSmallWidth .item .carouselLeft {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
  }

  .specialProject .spWidth .itemSmallWidth .item .carouselLeft img {
    width: 100%;
    height: 45.6rem;
  }

  .specialProject .spWidth .itemSmallWidth .item .carouselRight {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 3rem;
    padding-top: 9rem;
  }

  .specialProject .spWidth .itemSmallWidth .item .carouselRight .title {
    width: 100%;
    height: auto;
    font-size: 3.2rem;
    line-height: 1.5;
    padding-bottom: 3.2rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5.6rem 3.2rem;
    -webkit-line-clamp: initial;
  }

  .specialProject .spWidth .itemSmallWidth .item .carouselRight .des {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 4.8rem;
  }

  .specialProject .spWidth .itemSmallWidth span {
    position: absolute;
    top: 50%;
    z-index: 9;
    line-height: 5.6rem;
    text-align: center;
  }

  .specialProject .spWidth .itemSmallWidth span.prev {
    left: -1.6rem;
    background: #fff;
  }

  .specialProject .spWidth .itemSmallWidth span.prev i {
    width: 2rem;
    height: 2rem;
    background: url(../images/specialLeftHover.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
  }

  .specialProject .spWidth .itemSmallWidth span.prev:hover {
    background: #53b77f;
  }

  .specialProject .spWidth .itemSmallWidth span.prev:hover i {
    background: url(../images/specialLeftArrow.png) no-repeat;
    background-size: 100% 100%;
  }

  .specialProject .spWidth .itemSmallWidth span.next {
    right: -1.6rem;
    background: #fff;
  }

  .specialProject .spWidth .itemSmallWidth span.next i {
    width: 2rem;
    height: 2rem;
    background: url(../images/specialRightHover.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
  }

  .specialProject .spWidth .itemSmallWidth span.next:hover {
    background: #53b77f;
  }

  .specialProject .spWidth .itemSmallWidth span.next:hover i {
    background: url(../images/specialRightArrow.png) no-repeat;
    background-size: 100% 100%;
  }

  /*动态*/
  .course {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .course .report {
    width: 100%;
  }

  .course .news-content {
    margin: 4.8rem auto 9.6rem;
  }

  .course .news-content>ul li {
    width: 100%;
    height: 67.4rem;
    border-radius: 2.4rem;
    margin-right: 0;
    margin-bottom: 3.2rem;
  }

  .course .news-content>ul li .courseImg {
    height: 37.8rem;
    border-radius: 2.4rem 2.4rem 0 0;
  }

  .course .news-content>ul li .courseCon {
    height: 29.6rem;
    padding: 2.8rem 4.4rem;
  }

  .course .news-content>ul li .courseCon p {
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
  }

  .course .news-content>ul li .courseCon h4 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 2.8rem;
  }

  .course .news-content>ul li .courseCon span {
    width: 4.8rem;
    height: 4.8rem;
  }

  .activityCla .activityClaBody {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
    margin: 0 auto 9.6rem;
  }

  .activityCla .activityClaBody .isCalendars.mobile {
    padding: 0;
  }

  .moments {
    width: 100%;
  }

  .masonry {
    width: 100%;
  }

  .columnImgWrap .columnImg {
    width: 100%;
    column-count: 2;
    column-gap: 2rem;
    margin-top: 4.8rem;
  }

  .textAlienCenter {
    margin: 6.4rem auto 0;
  }

  .textAlienCenter .specialBtn {
    width: 36.8rem;
    height: 9.6rem;
    border-radius: 4.8rem;
    font-size: 3.2rem;
  }

  .textAlienCenter .specialBtn i {
    width: 5rem;
    height: 4.8rem;
  }

  .overview .overviewWidth {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .overview .overviewWidth .optionBtnGroup {
    margin-top: 6.4rem;
    height: 11.6rem;
    border-radius: 2.4rem 2.4rem 0 0;
  }

  .overview .overviewWidth .optionBtnGroup ul {
    width: auto;
    height: 11.6rem;
    line-height: 11.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    border-radius: 0;
  }

  .overview .overviewWidth .optionBtnGroup ul::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  .overview .overviewWidth .optionBtnGroup ul::-webkit-scrollbar-corner {
    background: #53b77f;
  }

  .overview .overviewWidth .optionBtnGroup ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
  }

  .overview .overviewWidth .optionBtnGroup ul li {
    width: auto;
    padding: 0 3rem;
    height: 11.6rem;
    line-height: 11.6rem;
    font-size: 3.6rem;
  }

  .overview .overviewWidth .bd {
    width: 100%;
    height: 110rem;
    background: #fff;
    padding: 3.2rem 0;
  }

  .overview .overviewWidth .courseBox {
    width: 100%;
    max-height: 110rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
    background: #fff;
  }

  .overview .overviewWidth .courseBox .item {
    width: 100%;
    padding: 3.4rem 0 4.8rem;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 0.2rem solid #e3e3e3;
  }

  .overview .overviewWidth .courseBox .item:last-child {
    border-bottom: 0;
  }

  .overview .overviewWidth .courseBox .item .title {
    height: 4rem;
    line-height: 4rem;
    font-size: 3.5rem;
    color: #3aad6d;
    padding-left: 1.4rem;
    margin-bottom: 3.2rem;
  }

  .overview .overviewWidth .courseBox .item .title:before {
    width: 0.8rem;
    height: 3.2rem;
  }

  .overview .overviewWidth .courseBox .item .itemReBoxList {
    display: block;
    height: auto;
    overflow: hidden;
  }

  .overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox {
    width: 100%;
    padding: 2.8rem;
    border-radius: 2rem;
    margin-bottom: 1.6rem;
    box-sizing: border-box;
  }

  .overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .name {
    font-size: 2.4rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 2rem;
  }

  .overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .name:before {
    width: 0.8rem;
    height: 0.8rem;
    top: 1.6rem;
  }

  .overview .overviewWidth .courseBox .item .itemReBoxList .itemReBox .value {
    font-size: 2.8rem;
    line-height: 4rem;
    padding-left: 2rem;
  }

  .overview .overviewWidth .courseBox .NoResult p {
    font-size: 2.8rem;
  }

  .dynamic {
    width: 100%;
  }

  .overview {
    margin: 9.6rem 0;
  }

  /*视频课程*/
  .lessons {
    width: 100%;
    height: auto;
    padding: 9.6rem 3.2rem;
    background: url(../images/mImages/lessonsMobileBg.png) no-repeat;
    box-sizing: border-box;
    margin-bottom: 12rem;
  }

  .lessons .materials {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  /* .materials>.hd ul {
    width: 100%;
    height: 10.4rem;
    line-height: 10.4rem;
    text-align: center;
    margin: 0 auto;
  }

  .materials>.hd ul li {
    font-weight: bold;
    margin-right: 5.6rem;
    cursor: pointer;
    float: none;
    display: inline-block;
    font-size: 5.2rem;
    height: 10.4rem;
  }

  .materials>.hd ul li.on {
    height: 10.4rem;
    color: #53b77f;
    border-bottom: 0.8rem solid #53b77f;
  }

  body[data-lang="EN"] .materials>.hd ul {
    width: auto;
    height: 11.6rem;
    line-height: 11.6rem;
    padding: 0 3.2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    white-space: nowrap;
    border-radius: 0;
  }

  body[data-lang="EN"] .materials>.hd ul::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  body[data-lang="EN"] .materials>.hd ul::-webkit-scrollbar-corner {
    background: #53b77f;
  }

  body[data-lang="EN"] .materials>.hd ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
  }

  body[data-lang="EN"] .materials>.hd ul li {
    width: auto;
    padding: 0 3rem;
    height: 10.4rem;
    line-height: 11.6rem;
    font-size: 3.6rem;
  }

  .materials>.bd {
    margin-top: 6.4rem;

  } */

  .spkc,
  .zyjc {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .spkc .content {
    width: 100%;
    height: 150rem;
    overflow-y: auto;
  }

  .content::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
  }


  .content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    background: #ffffff;
  }

  .content::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
    background: #e4e7ef;
  }


  .spkc .content {
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .spkc .content li {
    width: 100%;
    height: auto;
    margin-bottom: 3.2rem;
  }

  .spkc .content li .imgs {
    width: 100%;
    height: 37.8rem;
  }

  .spkc .content li .imgs img {
    width: 100%;
    height: 37.8rem;
    border-radius: 2.4rem 2.4rem 0 0;
  }

  .spkc .content li .imgs>div {
    position: relative;
  }

  .spkc .content li .news-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  .spkc .content li .news-layer .body-play {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spkc .content li .news-layer .body-play i {
    width: 1.5rem;
    height: 1.8rem;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
  }

  .spkc .content li .mater-con {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0 0 2.4rem 2.4rem;
    padding: 2.8rem 4.4rem;
    box-sizing: border-box;
  }

  .spkc .content li .mater-con h4 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .spkc .content li .mater-con p {
    font-size: 2.8rem;
    line-height: 4.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .spkc .content li .mater-con .icon {
    width: 15rem;
    background-color: #54b780;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    border-radius: 2.4rem;
    margin-top: 0.8rem;
  }

  .spkc .content li .mater-con .icon.lc {
    width: 29rem;
  }

  .layer-video {
    width: 100%;
    height: 60rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .layer-video-info-title {
    font-size: 4.8rem;
  }

  .layer-video-info-desc {
    font-size: 2.8rem;
  }

  .layer-video .videoBox {
    width: 100%;
  }

  .layer-video .videoBox video {
    max-width: 100%;
    max-height: 40rem;
  }

  .close-icon {
    width: 6rem;
    height: 6rem;
  }

  .zyjc {
    margin-top: 9rem;
  }

  .zyjc .content {
    width: 100%;
    height: 150rem;
    overflow-y: auto;
  }

  .zyjc .content li {
    width: 100%;
    height: auto;
    background: #f7f9f9;
    border-radius: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .zyjc .content li .imgs {
    width: 100%;
    height: 46rem;
    border-radius: 2.4rem 2.4rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zyjc .content li .imgs img {
    width: 30rem;
    height: 40rem;
  }

  .zyjc .content li .mater-con {
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 3.2rem 4.4rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }

  .zyjc .content li .mater-con h4 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    color: #191919;
    font-weight: bold;
  }

  .zyjc .content li .mater-con p {
    font-size: 2.8rem;
    line-height: 4.8rem;
    color: #777c84;
    margin-top: 0.8rem;
  }

  .zyjc .content li .mater-con .icon {
    width: 15rem;
    background-color: #54b780;
    font-size: 2.4rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    border-radius: 2.4rem;
    margin-top: 0.8rem;
  }

  .zyjc .content li .mater-con .icon.lc {
    width: 29rem;
  }
}

@media (min-width: 1920px) {
  .lessons {
    background: url(../images/lessonsBg.png) no-repeat;
    background-size: 100% 100%;
  }

  .Description .descriptionDetail {
    width: calc(100% - 27.2rem);
  }

  .Description .descriptionDetail>div {
    width: 100%;
  }

  .Description .descriptionDetail .left {
    width: calc(100% - 82rem);
  }
}