﻿html,
body {
  width: 100%;
  background: #fff;
  font-size: calc(10/1920*100vw);
}

/*公告*/
.notice {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../images/listBgs.png) no-repeat;
}

.notice-width {
  width: 140rem;
  height: auto;
  background: #fff;
  margin: 4rem auto 0;
  padding: 2rem 4rem;
  box-sizing: border-box;
}

.notice-width .item {
  cursor: pointer;
  border-bottom: 0.1rem solid #f0f0f1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 2rem 0;
  align-items: center;
}
.notice-width .item a{
  width:100%;
  height:auto;
  overflow:hidden;
}

.notice-width .item .word {
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 3rem;
  float:left;
}

.notice-width .item .word:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #e4e7ef;
}

.notice-width .item .word:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 1px solid #e4e7ef;
}

.notice-width .item .time {
  font-size: 1.6rem;
  font-weight: 400;
  color: #c6c6c6;
  float:right;
}

/*孔院新闻*/
.institute {
  width: 100%;
  background: #fff;
}

.news-width {
  width: 140rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.news-width .news-ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 8rem;
}

.news-width .news-ul li {
  width: 67.4rem;
  height: 16.3rem;
  padding-bottom: 2.4rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  float: left;
  margin-right: 5.2rem;
  margin-bottom: 2.4rem;
}

.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: 25rem;
  height: 13.8rem;
  margin-right: 2.4rem;
}

.news-width li .left img {
  width: 25rem;
  height: 13.8rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.news-width li .right .title {
  width: 40rem;
  line-height: 2.8rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191F26;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.news-width li .right .publish {
  display: none;
}

.news-width li .right .date {
  font-size: 1.4rem;
  color: #656473;
  line-height: 2.2rem;
}

.news-width li .right .description {
  width: 40rem;
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: #5E6368;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.tabId {
  display: none;
}

.paging {
  margin: 5rem auto 8rem;
}

/*媒体联络*/
.media {
  width: 100%;
  height: auto;
  background: #f0f1f5;
  overflow: hidden;
}

.media-width {
  width: 140rem;
  height: 73.5rem;
  box-shadow: 0px 10px 30px 0px rgba(130, 150, 171, 0.15);
  border-radius: 10px;
  margin: 10rem auto 12rem;
  display: flex;
  flex: row nowrap;
}

.media-width .left {
  width: 54rem;
  height: auto;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 10rem 9rem 12rem 9rem;
  box-sizing: border-box;
  position: relative;
}

.media-width .left h3 {
  font-size: 48px;
  color: #53B77F;
}

.media-width .left h4 {
  font-size: 18px;
  font-weight: 600;
  color: #3AAD6D;
  margin-top: 10px;
}

.media-width .left .cont {
  margin-top: 3rem;
  font-weight: 400;
}

.media-width .left .cont>span:first-child {
  width: 4.8rem;
  font-size: 1.6rem;
  color: #979797;
  margin-right: 1rem;
  display: inline-block;
  text-align: left;
}

.media-width .left .cont>span:last-child {
  font-size: 1.6rem;
  color: #191f26;
}

.media-width .left .keep {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(199, 205, 221, .29);
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 2.4rem;
}

.media-width .left .keep-us span>img {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.6rem;
  cursor: pointer;
  transition: all 0.3s;
}

.media-width .left .keep-us span.big {
  position: absolute;
  right: 0%;
  bottom: 0%;
  display: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 .1);
  word-break: break-all;
}

.media-width .left .keep-us span.big img {
  width: 20rem;
  height: auto;
}

.media-width .right {
  width: 62%;
  height: 73.5rem;
  position: relative;
}

.media-width .right img {
  width: 100%;
  height: 73.5rem;
  object-fit: cover;
}

.media-width .right .hd {
  width: 100%;
  height: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 2rem;
}

.media-width .right .hd ul li {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2rem;
  background: rgba(255, 255, 255, .5);
  border-radius: 16px;
  cursor: pointer;
}

.media-width .right .hd ul li.on {
  background: #fff;
}

.publish {
  display: none;
}

.search-content .content {
  padding-bottom: 12rem;
}

.search-content .content ul {
  margin-bottom: 6rem;
}

@media (max-width:768px) {
  html,
  body {
    width: 100%;
    background: #fff;
    font-size: calc(10/750*100vw);
  }
  /*新闻中心公告*/
  .notice-width {
    width: 100%;
    padding: 6.4rem 3.2rem 9.6rem;
    box-sizing: border-box;
  }

  .notice-width .item {
    display: block;
    height:auto;
    overflow:hidden;
    padding: 1.2rem 0;
  }

  .notice-width .item .word {
    width:60%;
    font-size: 3.2rem;
    -webkit-line-clamp: 1;
    padding-left: 5rem;
    line-height: 150%;
    margin-bottom: 2.4rem;
  }

  .notice-width .item .word:before {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 3.2rem;
    top: 0.5rem;
    transform: translate(0, 0);
    border: 2px solid #e4e7ef;
  }

  .notice-width .item .word:after {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    top: 1.1rem;
    left: 0.6rem;
    transform: translate(0, 0);
    border: 2px solid #e4e7ef;
  }

  .notice-width .item .time {
    font-size: 3.2rem;
    padding-left: 5rem;
  }

  /*孔院新闻*/
  .news-width {
    width: 100%;
    padding: 0 3.2rem;
    padding-bottom: 9.6rem;
    box-sizing: border-box;
  }

  .news-width .news-ul {
    margin-top: 4.8rem;
  }

  .news-width .news-ul li {
    width: 100%;
    padding: 4.8rem 0;
    border-bottom: 2px solid #ddd;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .news-width .news-ul li:last-child {
    border-bottom: 0;
  }

  .news-width .news-ul li a {
    display: block;
  }

  .news-width .news-ul li .left {
    width: 100%;
    height: 37.8rem;
    border-radius: 1.6rem;
    margin-right: 0;
    margin-bottom: 2.8rem;
  }

  .news-width li .left img {
    width: 100%;
    height: 37.8rem;
    border-radius: 1.6rem;
    object-fit: cover;
  }

  .news-width li .right .date {
    font-size: 2.8rem;
    line-height: 150%;
  }

  .news-width li .right .title {
    width: 100%;
    font-size: 3.2rem;
    line-height: 150%;
  }

  .news-width li .right .description {
    width: 100%;
    font-size: 2.8rem;
    line-height: 150%;
  }

  .paging {
    margin: 1.6rem auto 0;
  }

  /*孔子学院*/
  .shelfBg {
    background: url(../images/indexImg/bottomShelfBg.png) repeat;
    background-size: 100% 100%;
  }

  /*媒体查询*/
  .media-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 3.2rem;
    box-sizing: border-box;
    margin-bottom: 9.6rem;
  }

  .media-width .left {
    width: 100%;
    height: 100rem;
    background: #fff;
    border-radius: 2.4rem 2.4rem 0 0;
    padding: 6.4rem;
    box-sizing: border-box;
  }

  .media-width .left h3 {
    font-size: 7.2rem;
    font-weight: bold;
  }

  .media-width .left h4 {
    font-size: 3.6rem;
    font-weight: bold;
  }

  .media-width .left .cont>span:first-child {
    width: 10rem;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2.8rem;
    margin-right: 2.8rem;
    vertical-align: top;
  }

  .media-width .left .cont>span:last-child {
    width: 40rem;
    font-size: 2.8rem;
    color: #191f26;
    display: inline-block;
    vertical-align: top;
  }

  body[data-lang="EN"] .media-width .left .cont>span:first-child {
    width: 12rem;
  }

  .media-width .left .keep {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    padding-top: 4.8rem;
    border-top: 2px solid #C7CDDD;
    font-size: 3.2rem;
  }

  .media-width .left .keep-us span>img {
    width: 7.2rem;
    height: 7.2rem;
  }

  .media-width .left .keep-us span.big {
    width: 22rem;
    height: 22rem;
    padding: 1.6rem;
    border-radius: 1rem;
    bottom: 2rem;
    left: 40rem;
    transform: none;
  }

  .media-width .left .keep-us span.big img {
    width: 19rem;
    height: 19.5rem;
    display: block;
    margin: 0 auto;
  }

  .media-width .right {
    width: 100%;
    border-radius: 0 0 2.4rem 2.4rem;
  }

  .media-width .right img {
    height: 58.6rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }
}

@media (min-width:1920px) {

  html,
  body {
    background: #F7F7F9;
  }

  .notice {
    max-width: 192rem;
    background: url(../images/listBgs.png) no-repeat;
    margin: 0 auto;
  }
}