﻿html,
body {
  width: 100%;
  background: #F0F1F5;
  font-size: calc(10/1920*100vw);
}

.academic {
  position: relative;
  margin-top: 2rem;
}

.academic-details {
  width: 140rem;
  height: auto;
  min-height: 30rem;
  overflow: hidden;
  background: #fff;
  padding: 6rem 10rem;
  box-sizing: border-box;
  margin: 0 auto 2.4rem;
  border-radius: 1rem;
}

.academic-details h4 {
  font-size: 4rem;
  font-weight: 400;
  color: #191F26;
  line-height: 5.6rem;
}

.academic-details .subtit {
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  border-bottom: 0.1rem solid #F0F1F5;
  margin: 2.4rem 0 6rem;
  color: #777C84;
}

.academic-details .subtit span {
  margin-right: 2.4rem;
  font-size: 1.4rem;
}

.academic-details p {
  font-size: 1.8rem;
  color: #424851;
  line-height: 1.5;
  margin: 3rem 0;
  text-align: justify;
}

/* .academic-details p video {
  width: 100% !important;
  height: auto !important;
} */

.academic-details img {
  max-width: 100% !important;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.academic-details .one-cols {
  width: 80%;
  margin: 0 auto;
  text-indent: 0;
}

.academic-details .one-cols img {
  max-width: 100%;
  margin: 0 auto 1rem;
}

.academic-details .two-cols {
  width: 80%;
  overflow: hidden;
  text-indent: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.academic-details .two-cols img {
  width: 49%;
  margin-bottom: 1rem;
}

.academic-details .three-cols {
  width: 80%;
  overflow: hidden;
  text-indent: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.academic-details .three-cols img {
  width: 32%;
  margin-bottom: 1rem;
}

.crumbs {
  background: #f0f1f5;
}

.crumbs-con {
  width: 100rem;
  height: auto;
  margin: 0 auto;
}

.partners {
  position: relative;
}

.partners-details {
  width: 100rem;
  height: auto;
  min-height: 30rem;
  background: #fff;
  padding: 6rem 8.4rem;
  box-sizing: border-box;
  margin: 2rem auto 2.4rem;
  border-radius: 1rem;
}

.partners-details h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191F26;
  height: 8.4rem;
  line-height: 8.4rem;
  border-bottom: 0.1rem solid #777c84;
}

.partners-details .subtit {
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  border-bottom: 0.1rem solid #F0F1F5;
  margin: 2.4rem 0 6rem;
  color: #777C84;
}

.partners-details .subtit span {
  margin-right: 2.4rem;
}

.partners-details p {
  font-size: 1.4rem;
  color: #424851;
  line-height: 2.4rem;
  margin: 3rem 0;
  text-align: justify;
}

.academic-details video {
  max-width: 100% !important;
  height: auto !important;
}

.academic-details .news-main {
  font-size: 1.8rem;
  font-family: '宋体', sans-serif;
  text-indent: 2em;
}

.academic-details .news-en {
  font-size: 1.8rem;
  font-family: 'Times New Roman', sans-serif;
}

.academic-details .news-ltr,
.news-rtl {
  direction: ltr;
  font-size: 1.8rem;
  line-height: 2;
  inset: 0;
  text-indent: 0;
  unicode-bidi: bidi-override;
}

.academic-details .news-rtl {
  direction: rtl;
}

.academic-details .news-ltr img,
.news-rtl img,
.news-main img,
.news-en img,
.news-image {
  width: 50%;
  height: auto;
  align-self: center;
  text-align: center;
  display: block;
  margin: 0.5em auto;
}

.academic-details .news-image-caption {
  display: block;
  margin: 0.5em auto;
  font-size: 1.4rem;
  width: fit-content;
}

.partners-details img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/*出版物详情*/
.press .crumbs .crumbs-con {
  width: 140rem;
}

.press .crumbs .crumbs-con .common {
  width: 140rem;
}

.common {
  width: 100rem;
  height: 4.6rem;
  line-height: 4.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
}

.common a {
  cursor: pointer;
  color: #777c84;
}

.common span {
  cursor: pointer;
  color: #777c84;
}

.common .dot {
  margin: 0 0.5rem;
}

.detail-top {
  width: 100rem;
  height: 44.5rem;
  border-radius: 1rem;
  padding: 7.6rem 10rem 8rem;
  margin: 0rem auto 6rem;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  display: flex;
  flex-flow: row nowrap;
}

.detail-top .imgs {
  width: 18rem;
  height: 22rem;
  margin-right: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-top .imgs img {
  width: 100%;
  height: 22rem;
}

.detail-top .description .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191f26;
}

.detail-top .description .organizer {
  width: 56rem;
  height: auto;
  max-height: 20rem;
  overflow-y: auto;
  background: rgb(251, 251, 251);
  padding: 2.4rem;
  box-sizing: border-box;
  border-radius: 1rem;
  margin-top: 2.4rem;
  margin-bottom: 3.6rem;
}

.detail-top .description .organizer::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.detail-top .description .organizer::-webkit-scrollbar-corner,
.detail-top .description .organizer::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}

.detail-top .description .organizer::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}

.detail-top .description .organizer .conent {
  width: 100%;
  height: auto;
  line-height: 2.8rem;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}

.detail-top .description .organizer .conent span:first-child {
  width: 12rem;
  margin-right: 2.4rem;
  color: #777C84;
}

.detail-top .description .organizer .conent span:last-child {
  width: 35rem;
  color: #191919;
}

.detail-top .btn .browse {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(83, 183, 127);
  border: 0.1rem solid rgb(83, 183, 127);
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0rem 2.4rem 0rem 0rem;
  transition: all 0.1s ease 0s;
  font-weight: 500;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
}

.detail-top .btn .browse a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}

.detail-top .btn .directory {
  border: 0.1rem solid rgb(83, 183, 127);
  color: rgb(83, 183, 127);
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 255, 255);
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0rem;
  transition: all 0.1s ease 0s;
  font-weight: 500;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
}

.recommend {
  width: 100rem;
  height: auto;
  margin: 0rem auto;
}

.recom {
  margin-top: 4rem;
  width: 100rem;
  height: auto;
  overflow: hidden;
}

.tabId {
  display: none;
}

.recom ul li {
  width: 32rem;
  height: 14rem;
  padding: 2rem 3rem 2rem 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.6rem;
  cursor: pointer;
  margin-bottom: 2rem;
  margin-right: 2rem;
  transition: all 0.5s;
  float: left;
}

.recom ul li a {
  display: flex;
  flex-flow: row nowrap;
}

.recom ul li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.recom ul li:nth-child(3n) {
  margin-right: 0;
}

.recom ul li .left {
  width: 8rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.4rem;
}

.recom ul li .left img {
  width: 100%;
  height: 10rem;
}

.recom ul li .right {
  width: 18rem;
}

.recom ul li .right .title {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  font-weight: bold;
  color: #191919;
  margin-bottom: 1.6rem;
}

.recom ul li .right .author {
  font-size: 1.2rem;
  color: #979797;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.shadow-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  display: none;
}

.shadow {
  width: 100rem;
  height: auto;
  min-height: 30rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 249, 108, 0.3);
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shadow .shadow-info {
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  font-size: 2rem;
  color: #666;
  overflow: hidden;
  border-bottom: 0.1rem solid #aaa;
}

.shadow .shadow-info .shadow-info-title {
  float: left;
}

.shadow .shadow-info .close-icon {
  width: 3rem;
  height: 3rem;
  float: right;
  font-size: 2.6rem;
  cursor: pointer;
}

.shadow .shadow-img {
  width: 100%;
  height: 65rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow-y: auto;
}

/*body滚动条样式*/
.shadow .shadow-img::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.shadow .shadow-img::-webkit-scrollbar-corner,
.shadow .shadow-img::-webkit-scrollbar-thumb:hover {
  background: #e4e7ef;
}

.shadow .shadow-img::-webkit-scrollbar-thumb {
  background: #e4e7ef;
  border-radius: 0.6rem;
}

.shadow .shadow-img img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  .crumbs {
    display: none;
  }

  .mobile {
    display: block;
  }

  .academic {
    width: 100%;
    box-sizing: border-box;
  }

  .academic-details {
    width: 100%;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
  }

  .academic-details h4 {
    font-size: 4.2rem;
    line-height: 150%;
  }

  .academic-details .subtit span {
    font-size: 2.4rem;
    line-height: 150%;
  }

  .academic-details p {
    font-size: 2.8rem;
    line-height: 150%;
  }

  .academic-details img {
    max-width: 100% !important;
    object-fit: cover;
  }

  /*孔子学院列表*/
  .detail-top {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2.4rem;
    padding: 6.4rem 3.2rem 4.8rem;
    box-shadow: 0rem 1.4rem 5.6rem 0rem rgba(130, 150, 171, 0.15);
    display: block;
  }

  .detail-top .imgs {
    width: 100%;
    height: 30rem;
  }

  .detail-top .imgs img {
    width: 21.4rem;
    height: 30rem;
    object-fit: cover;
  }

  .description {
    margin-top: 6.4rem;
  }

  .description .descript-title {
    width: 100%;
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 2.8rem;
    color: #191919;
    border-bottom: 0.2rem solid #F0F1F5;
  }

  .description .descript-title .title {
    display: inline-block !important;
    margin-right: 4.8rem;
    font-size: 2.8rem;
  }

  .description .descript-title .title.on {
    color: #53B77F;
    font-weight: bold;
    border-bottom: 0.4rem solid #53B77F;
  }

  .description .content {
    margin-top: 4.8rem;
  }

  .detail-top .description .introductionContent .title {
    font-size: 3.2rem;
  }

  .detail-top .description .organizer {
    width: 100%;
    max-height: 61rem;
    padding: 3.2rem;
  }

  .detail-top .description .organizer .conent {
    width: 100%;
    font-size: 2.8rem;
    line-height: 4.8rem;
    margin-bottom: 2.4rem;
  }

  .detail-top .description .organizer .conent span:first-child {
    width: 12rem;
  }

  .viewContents {
    display: none;
  }

  .viewContents .img {
    width: 100%;
  }

  .viewContents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .detail-top .viewContents .btn .browse {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    border-radius: 4rem;
    font-size: 3.2rem;
    color: #fff;
    background: #53B77F;
    padding: 0;
    margin-top: 4.8rem;
  }

  .recommend {
    width: 100%;
  }

  .recom {
    width: 100%;
  }

  .recom ul li {
    width: 100%;
    height: 29.2rem;
    padding: 3.2rem;
    border-radius: 2.4rem;
    background: #fff;
    float: none;
    margin-bottom: 3.2rem;
  }

  .recom ul li .left {
    width: 17.6rem;
    height: 22.8rem;
    background: #F7F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .recom ul li .left img {
    width: 12.8rem;
    height: 18rem;
  }

  .recom ul li .right {
    width: 42.2rem;
    height: 22.8rem;
    line-height: 4.8rem;
  }

  .recom ul li .right .title {
    font-size: 3.2rem;
  }

  .recom ul li .right .author {
    font-size: 2.8rem;
  }

  .partners-details {
    width: 100%;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
  }

  .partners-details h4 {
    font-size: 4.2rem;
    line-height: 150%;
  }

  .partners-details .subtit span {
    font-size: 2.4rem;
    line-height: 150%;
  }

  .partners-details p {
    font-size: 2.8rem;
    line-height: 150%;
  }

  .partners-details img {
    max-width: 100% !important;
  }

}