@charset "UTF-8";

/* resources/static/themes/default/showing-2025/showing.scss */
html,
body {
  width: 100%;
  background: #f0f1f5;
}
.masterPlan {
  width: 100%;
  height: auto;
}
.masterPlan img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.masterPlan img.mobile {
  display: none;
}
.body-content {
  width: 100%;
  background: url(./images/bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 12rem;
}
.body-content .title-top {
  width: 100%;
  height: 14rem;
}
.body-content .title-top .image {
  width: 88.7rem;
  margin: 0 auto;
}
.body-content .title-top .image img {
  width: 100%;
  height: 100%;
}
.academic {
  width: 100%;
  height: auto;
}
.academic h4 {
  font-size: 3.6rem;
  color: #191f26;
  text-align: center;
  margin-bottom: 4rem;
}
.academic .videoContent {
  width: 100%;
  height: 90rem;
  display: flex;
  justify-content: space-evenly;
}
.academic .videoContent .brief {
  margin-top: 8rem;
  width: 54rem;
  height: 60rem;
  border-radius: 1.6rem;
  box-sizing: border-box;
}
.academic .videoContent .brief-mobile {
  display: none;
}
.academic .videoContent .brief h5 {
  width: 100%;
  height: 9rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 3.6rem;
  color: #091b14;
  position: relative;
  text-indent: 3rem;
}
.academic .videoContent .brief h5::before {
  content: "";
  width: 2.1rem;
  height: 1.4rem;
  background: url(./images/info.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2rem;
  left: 0;
}
.academic .videoContent .brief .brief-con {
  overflow-y: auto;
  font-size: 1.6rem;
  color: #424851;
  line-height: 2;
  text-indent: 2em;
}
.academic .videoContent .brief .brief-con p {
  color: #2d3b46;
  margin-bottom: 3rem;
}
.academic .videoContent .brief .brief-con::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.academic .videoContent .brief .brief-con::-webkit-scrollbar-corner,
.academic .videoContent .brief .brief-con::-webkit-scrollbar-thumb:hover {
  background: rgb(116, 116, 116);
}
.academic .videoContent .brief .brief-con::-webkit-scrollbar-thumb {
  background: rgb(116, 116, 116);
  border-radius: 0.6rem;
}
.academic .videoContent .video {
  margin-top: 8rem;
  position: relative;
  width: 95rem;
  height: 60rem;
  overflow: hidden;
  border-radius: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.academic .videoContent .video .video-con {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.academic .videoContent .video .video-con video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.academic .videoContent .video .video-con img {
  width: 145.5rem;
  height: 80rem;
  object-fit: cover;
}
.bodyLayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.bodyLayer .body-play {
  width: 9.8rem;
  height: 9.8rem;
  background: url(../images/bodyPlayIcon.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.confucius {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -16rem;
}
.confucius .confucius-top {
  width: 100%;
  height: 54.7rem;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(./images/bgc.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.confucius .publicity {
  width: 158rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-family: SourceHanSansCN-Bold;
  justify-content: center;
  gap: 4rem;
}
.confucius .publicity ul {
  width: 98.4rem;
  height: 12.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 3.1rem;
  background: url(./images/item-bg.png) no-repeat center center;
  background-size: 100%;
}
.confucius .publicity ul li {
  width: 32.8rem;
  height: 13.1rem;
  line-height: 13.1rem;
  font-size: 2.6rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.confucius .publicity ul li i {
  display: none;
}
.confucius .publicity > ul::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.confucius .publicity > ul::-webkit-scrollbar-corner,
.confucius .publicity > ul::-webkit-scrollbar-thumb:hover {
  background: rgb(116, 116, 116);
}
.confucius .publicity > ul::-webkit-scrollbar-thumb {
  background: rgb(116, 116, 116);
  border-radius: 0.6rem;
}
.confucius .publicity > ul li:last-child {
  margin-right: 0;
}
.confucius .publicity > ul li.on {
  background: url(./images/item-bg-active.png) no-repeat center center;
  color: rgb(4, 110, 200);
  font-weight: 700;
  background-size: 100%;
}
.confucius .change-lange {
  width: 12rem;
  height: 5.3rem;
  background: #399ee3;
  border-radius: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 5.3rem;
  color: #ffffff;
  display: flex;
  cursor: pointer;
}
.confucius .change-lange span {
  width: 6rem;
  height: 5.3rem;
}
.confucius .change-lange span.on {
  background-color: #ffffff;
  border-radius: 1.2rem;
  color: #399ee3;
}
.confucius .query {
  height: 6.5rem;
}
.confucius .query .container {
  width: 44.3rem;
  height: 6.5rem;
  border-radius: 1.2rem;
  position: relative;
  background: url(./images/search-bg.png) no-repeat center center;
  background-size: 100%;
}
.confucius .query .container .btn {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-block;
  cursor: pointer;
  background: url(./images/sousuo.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(-50%, -50%);
}
.confucius .query .container .word {
  width: 30rem;
  height: 94%;
  font-size: 1.8rem;
  color: #ffffff;
  outline: none;
  background: url(./images/search-bg.png) no-repeat center center;
  background-size: 200%;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.confucius .query .container .word::placeholder {
  color: white;
  opacity: 1;
}
.confucius .query .container .word::-webkit-input-placeholder {
  color: white;
}
.confucius .query .container .word::-moz-placeholder {
  color: white;
  opacity: 1;
}
.confucius .query .container .word:-ms-input-placeholder {
  color: white;
}
.confucius .query .container .word:-moz-placeholder {
  color: white;
  opacity: 1;
}
.confucius .query .container .search {
  display: inline-block;
  width: 8.3rem;
  height: 5.8rem;
  background: #ffffff;
  color: #1f90dd;
  border-radius: 1.2rem;
  line-height: 5.8rem;
  font-size: 2.2rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.confucius .moments {
  display: none;
}
.confucius .moments.active {
  display: block;
}
.confucius .institute {
  width: 100%;
  border-radius: 3.1rem;
  background-color: rgb(240, 241, 245);
}
.confucius .institute .news-width {
  padding-top: 8rem;
}
.confucius .institute ul {
  width: 140rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto 8rem;
}
.confucius .institute ul li {
  width: 45.3rem;
  height: 32.6rem;
  border-radius: 1.6rem 1.6rem 0 0;
  float: left;
  margin-right: 2rem;
  margin-bottom: 4rem;
}
.confucius .institute ul li:nth-child(3n) {
  margin-right: 0;
}
.confucius .institute ul li .news-video {
  width: 45.3rem;
  height: 25rem;
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.confucius .institute ul li .news-video video {
  width: 100%;
  height: 25rem;
  cursor: pointer;
  object-fit: cover;
}
.confucius .institute ul li .news-video .news-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.confucius .institute ul li .news-video .news-layer .body-play {
  width: 4.7rem;
  height: 4.7rem;
  background: rgba(0, 0, 0, 0.5) url(../images/play.png) no-repeat center center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.confucius .institute ul li .news-con {
  width: 100%;
  height: 6.2rem;
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.confucius .institute ul li .news-con .news-left {
  width: 35rem;
  height: 6.2rem;
}
.confucius .institute ul li .news-con .news-left .title {
  width: 100%;
  font-size: 1.6rem;
  color: #191919;
  line-height: 200%;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.confucius .institute ul li .news-con .news-left .description {
  width: 100%;
  font-size: 1.4rem;
  line-height: 200%;
  color: #5e6368;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.confucius .institute ul li .news-con .news-right {
  width: 5rem;
  height: 6.2rem;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.confucius .institute ul li .news-con .news-right .vote {
  font-size: 1.4rem;
  color: #88b5e2;
  line-height: 200%;
}
.confucius .institute ul li .news-con .news-right .votes-num {
  font-size: 1.2rem;
  color: #5e6368;
  line-height: 200%;
}
.crumbs {
  background: #f7f7f9;
}
.video-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.video-layer .video-content {
  width: 109rem;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-layer .video-content .title {
  width: 100%;
  height: 7.6rem;
  line-height: 7.6rem;
  padding: 0 3.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-layer .video-content .title h4 {
  font-size: 2.6rem;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.video-layer .video-content .title > span {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/videoClose.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.video-layer .video-content .title .video-return {
  display: none;
}
.video-layer .video-content .videoPlay {
  width: 100%;
  height: 65rem;
  overflow: hidden;
  position: relative;
}
.video-layer .video-content img {
  width: 100%;
  height: 100%;
  filter: blur(30px);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-layer .video-content .videoBody {
  width: 100%;
  height: 100%;
}
.video-layer .video-content .videoLayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4rem;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.video-layer .video-content .videoLayer span {
  width: 7.2rem;
  height: 7.2rem;
  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%);
}
.video-layer .video-content .videoLayer span.play {
  background: rgba(0, 0, 0, 0.5) url(../images/play.png) no-repeat center center;
}
.video-layer .video-content .videoLayer span.pause {
  background: rgba(0, 0, 0, 0.5) url(./images/pause.png) no-repeat center center;
}
.video-layer .video-content .introduction {
  display: none;
}
.computer {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .crumbs {
    display: none;
  }
  .computer {
    display: none;
  }
  .mobile {
    display: block;
  }
  .masterPlan img {
    display: none;
  }
  .masterPlan img.mobile {
    display: block;
  }
  .body-content {
    padding-top: 0rem;
    background: #ffffff;
  }
  .body-content .title-top {
    padding: 6rem 0;
    width: 100%;
    background-color: #fff;
    height: auto;
  }
  .body-content .title-top .image {
    width: 60.9rem;
    height: auto;
    margin: 0 auto;
  }
  .body-content .title-top .image img {
    display: none;
    width: 100%;
    height: 100%;
  }
  .body-content .title-top .image img.mobile {
    display: block;
  }
  .academic {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    background: url(./images/bg-m.png) no-repeat center center;
    background-size: 100%;
  }
  .academic .videoContent {
    height: auto;
    display: block;
    width: 62.5rem;
    margin: 0 auto;
  }
  .academic .videoContent .brief {
    width: 100%;
    position: static;
    margin: 0;
    padding: 0;
  }
  .academic .videoContent .brief-mobile {
    display: block;
    height: auto;
  }
  .academic .videoContent .brief-pc {
    display: none;
  }
  .academic .videoContent .brief h5 {
    height: 8.6rem;
    font-size: 4.4rem;
  }
  .academic .videoContent .brief h5::before {
    width: 2.1rem;
    height: 1.4rem;
  }
  .academic .videoContent .brief .brief-con {
    height: 26rem;
    font-size: 2.8rem;
    scrollbar-color: #4a90e2;
  }
  .academic .videoContent .brief .brief-con ::-webkit-scrollbar-thumb {
    scrollbar-color: #4a90e2;
  }
  .academic .videoContent .video {
    width: 100%;
    height: 37.6rem;
    position: static;
    border-radius: 3rem;
  }
  .academic .videoContent .video .video-con video {
    width: 100%;
    height: 37.6rem;
  }
  .academic .videoContent .video .video-con img {
    width: 100%;
    height: 37.6rem;
    object-fit: cover;
    border-radius: 0;
  }
  .academic .videoContent .video .video-con {
    position: relative;
  }
  .video-layer {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
  }
  .video-layer .video-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: #333;
    overflow: hidden;
  }
  .video-layer .video-content .title {
    position: absolute;
    z-index: 999;
    width: 90%;
    height: 10rem;
  }
  .video-layer .video-content .title h4 {
    width: 90%;
    font-size: 3.6rem;
  }
  .video-layer .video-content .title .video-colose {
    display: none;
  }
  .video-layer .video-content .title .video-return {
    display: block;
    width: 4.4rem;
    height: 7.4rem;
    background: url(../images/leftHover.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
  }
  .confucius {
    width: 100%;
    margin: 0 auto;
  }
  .confucius .confucius-top {
    height: 56rem;
    background: url(./images/bgc-m.png) no-repeat center center;
    background-size: 100%;
  }
  .confucius .confucius-top .publicity {
    width: 68rem;
    margin: 0 auto;
  }
  .confucius .change {
    width: auto;
  }
  .confucius .publicity ul {
    width: 100%;
    height: 7.4rem;
    overflow: initial;
    display: flex;
    justify-content: center;
    background: url(./images/item-bg-m.png) no-repeat center center;
    background-size: 100%;
  }
  .confucius .publicity ul li {
    width: auto;
    padding: 0 3.6rem;
    height: 7.6rem;
    line-height: 7.6rem;
    font-size: 2.4rem;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }
  .confucius .publicity ul li.on {
    background: none;
    color: rgb(4, 110, 200);
    font-weight: 700;
    background-size: 100%;
  }
  .confucius .publicity ul li.on::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewX(-20deg);
    z-index: 1;
    background-color: #ffffff;
    border-radius: 0.8rem 1.6rem;
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.5);
  }
  .confucius .publicity ul li.on::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    bottom: -1rem;
    left: 42%;
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.5);
  }
  .confucius .publicity ul li.on span {
    transform: skewX(20deg);
    position: relative;
    z-index: 2;
  }
  .confucius .change-lange {
    width: auto;
    height: 5rem;
  }
  .confucius .change-lange span {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .confucius .change-lange span.on {
    background-color: #ffffff;
    border-radius: 1rem;
    color: #20495c;
  }
  .confucius .query {
    width: 44.5rem;
    height: 6.5rem;
    margin: 0;
  }
  .confucius .query .container {
    float: none;
    width: 100%;
    height: 8rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url(./images/search-bg-m.png) no-repeat center center;
  }
  .confucius .query .container .btn {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    cursor: pointer;
    background: url(./images/sousuo-m.png) no-repeat center;
    background-size: 68%;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(-50%, -50%);
  }
  .confucius .query .container .word {
    background: url(./images/search-bg-m.png) no-repeat center center;
  }
  .confucius .query .container .search {
    width: 7rem;
  }
  .confucius > ul {
    width: 90%;
    height: 7rem;
    border-radius: 4rem;
    margin-bottom: 3rem;
    background: #fff;
  }
  .confucius > ul li {
    width: 50%;
    height: 7rem;
    line-height: 7rem;
    border-radius: 4rem;
    padding: 0;
    font-size: 2rem;
    margin-right: 0;
  }
  .confucius > ul.eng {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    white-space: nowrap;
    background: none;
  }
  .confucius > ul.eng li {
    width: auto;
    height: 7rem;
    line-height: 7rem;
    border-radius: 4rem;
    padding: 0 3rem;
    font-size: 2rem;
    background-color: #fff;
    margin-right: 3rem;
  }
  .confucius > ul li.on i {
    width: 1.2rem;
    height: 2.6rem;
    display: none;
    background: url(./images/shelfHdOnBg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .confucius .institute ul li {
    width: 100%;
    height: 61.4rem;
  }
  .confucius .institute ul li .news-video {
    width: 100%;
    height: 37.8rem;
    border-radius: 2.4rem;
  }
  .confucius .institute ul li .news-video video {
    width: 100%;
    height: 37.8rem;
  }
  .confucius .institute ul li .news-video .news-layer .body-play {
    width: 9.8rem;
    height: 9.8rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .confucius .institute ul li .news-video .news-layer .body-play i {
    width: 2.2rem;
    height: 2.6rem;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    display: block;
  }
  .confucius .institute ul li .news-con {
    width: 100%;
    height: 25.6rem;
    padding-top: 2.8rem;
    margin-top: 0;
    display: block;
  }
  .confucius .institute ul li .news-con .news-left {
    width: 100%;
    height: 4.8rem;
    margin-bottom: 2.8rem;
  }
  .confucius .institute ul li .news-con .news-left .title {
    font-size: 3.2rem;
    height: 4.8rem;
    line-height: 4.8rem;
  }
  .confucius .institute ul li .news-con .news-left .description {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .confucius .institute ul li .news-con .news-right {
    width: auto;
    height: 8rem;
    line-height: 8rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
    border-radius: 1.6rem;
    display: inline-block;
  }
  .confucius .institute ul li .news-con .news-right .vote {
    display: inline-block;
    margin-right: 3.2rem;
    font-size: 2.8rem;
  }
  .confucius .institute ul li .news-con .news-right .votes-num {
    display: inline-block;
    font-size: 2.8rem;
  }
  .video-layer .video-content .videoPlay {
    flex: 1;
  }
  .video-layer .video-content .introduction {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 2.8rem;
    position: absolute;
    bottom: 12rem;
    left: 4rem;
  }
  .video-layer .video-content .introduction .description {
    line-height: 3.6rem;
    font-size: 3.2rem;
  }
  .video-layer .video-content .introduction .author {
    line-height: 3.6rem;
    font-size: 2.8rem;
  }
}
