﻿html,
body {
  width: 100%;
  background: #F0F1F5;
  font-size: calc(10/1920*100vw);
}

.academic {
  position: relative;
  margin: 0 auto 2.4rem;
}

.activity .crumbs-con {
  width: 140rem;
}

.crumbs-con {
  width: 100rem;
}

.academic-details {
  width: 140rem;
  height: auto;
  min-height: 30rem;
  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;
  text-align: center;
}

.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;
  font-size: 1.4rem;
}

.academic-details .subtit span {
  margin-right: 2.4rem;
}

.academic-details p {
  font-size: 1.4rem;
  color: #424851;
  line-height: 2.4rem;
  margin: 3rem 0;
}

.academic-details img {
  max-width: 100% !important;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.academic-details .des {
  font-size: 1.6rem;
  color: #424851;
  margin-bottom: 0.9375rem;
}

.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;
}

.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;
}

.crumbs {
  background: #f0f1f5;
}

.partners {
  position: relative;
}

.partners-details {
  width: 100rem;
  height: auto;
  min-height: 30rem;
  background: #fff;
  padding: 6rem 8.4rem;
  box-sizing: border-box;
  margin: 0 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;
}

.partners-details img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/*出版物详情*/
.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 .conent {
  width: 100%;
  height: 2.8rem;
  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: 8rem;
  margin-right: 2.4rem;
  color: #777C84;
}

.detail-top .description .organizer .conent span:last-child {
  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 {
  color: #fff;
}

.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;
}

.recom ul li {
  width: 32rem;
  height: 14rem;
  padding: 2rem 3rem 2rem 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.6rem;
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  margin-bottom: 2rem;
  margin-right: 2rem;
  transition: all 0.5s;
  float: left;
}

.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 .title {
  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;
}

/*学术沙龙列表*/
.inst-nav .crumbs {
  width: 140rem;
  margin: 0 auto;
}

.inst-nav .crumbs .crumbs-con {
  width: 100%;
}

.academic-list {
  margin-top: 9rem;
}

.academic-title {
  margin-bottom: 8rem;
}

.news-width {
  width: 140rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.news-width .news-ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news-width .news-ul li {
  width: 69rem;
  height: 21.4rem;
  padding: 2.4rem 2.9rem 2.4rem 2.4rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3.2rem;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.news-width .news-ul li:nth-child(2n) {
  margin-right: 0;
}

.news-width .news-ul li a {
  display: flex;
  flex-flow: row nowrap;
}

.news-width .news-ul li .left {
  width: 30rem;
  height: 16.6rem;
  margin-right: 1.8rem;
}

.news-width li .left img {
  width: 30rem;
  height: 16.6rem;
  border-radius: 1.6rem;
}

.news-width li .right {
  width: 32rem;
}

.news-width li .right .title {
  width: 100%;
  line-height: 2.6rem;
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
  margin-bottom: 1.6rem;
  margin-top: 0.8rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.news-width li .right .description {
  width: 100%;
  line-height: 2.4rem;
  font-size: 1.4rem;
  color: #5E6368;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6rem;
}

.news-width li .right 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;
}

.paging {
  margin: 3.5rem auto 12rem;
}

@media (max-width:768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  .crumbs {
    display: none;
  }

  .crumbs .crumbs-con {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .academic {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
    margin: 3.2rem auto 9.6rem;
  }

  .academic-details {
    width: 100%;
    padding: 9.6rem;
    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;
    height: auto !important;
    line-height: 150%;
  }

  .academic-details img {
    max-width: 100% !important;
  }

  .academic-details video {
    max-width: 100% !important;
  }

  .academic .computer {
    display: none;
  }

  /*孔院沙龙*/
  .inst-nav .crumbs {
    display: none;
  }

  .academic-list {
    margin-top: 9.6rem;
  }

  .academic-title {
    margin-bottom: 4.8rem;
  }

  .news-width {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .news-width .news-ul li {
    width: 100%;
    height: 68.6rem;
    padding: 0;
    margin-right: 0;
    margin-bottom: 3.2rem;
  }

  .news-width .news-ul li a {
    display: block;
  }

  .news-width .news-ul li .left {
    display: block;
    float: none;
    width: 100%;
    height: 35.8rem;
    padding: 2rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3.2rem 3.2rem 0 0;
  }

  .news-width li .left img {
    width: 100%;
    height: 35.8rem;
    border-radius: 3.2rem 3.2rem 0 0;
  }

  .news-width li .right {
    float: none;
    width: 100%;
    height: 30.8rem;
    padding: 3.2rem 4.4rem;
    box-sizing: border-box;
  }

  .news-width li .right .title {
    font-size: 3.2rem;
    height: 9.6rem;
    line-height: 4.8rem;
  }

  .news-width li .right .description {
    font-size: 2.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    -webkit-line-clamp: 1;
  }

  .news-width li .right span {
    width: 4.8rem;
    height: 4.8rem;
  }
}