@charset "UTF-8";
@use "sass:math";
html {
  font-size: 1vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15.21px;
  }
}

html {
  -webkit-text-size-adjust: none;
}

.news_pic {
  width: 100%;
  height: 16.8vw;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease .1s;
  transition: -webkit-transform .3s ease .1s;
  transition: transform .3s ease .1s;
  transition: transform .3s ease .1s, -webkit-transform .3s ease .1s;
}

.news_pic img {
  width: 100%;
  height: 100%;
  border: 0 none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*overflow: hidden;*/
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

#top-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  height: 2.23537rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #top-nav {
    height: 34px;
  }
  #top-nav .inner {
    max-width: 1000px;
  }
  #top-nav .wp-menu .menu-item a {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
  }
}

#top-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content: center;*/
  /*border: 1px solid black;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 65.74622rem;
}

#top-nav .roles-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  /*border: 1px solid black;*/
  float: left;
}

#top-nav .languages-nav {
  width: 35vw;
  float: right;
  /*border: 1px solid black;*/
}

#top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  list-style: none;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

#top-nav .wp-menu .menu-item a {
  z-index: 1001;
  display: inline-block;
  height: 0.92045rem;
  line-height: 0.92045rem;
  padding: 0 9px;
  border-left: 1px solid #fff;
  border-right: 1px solid #e3e3e3;
  color: #999;
  white-space: nowrap;
  font-size: 0.78895rem;
  font-family: Georgia,'Helvetica', Arial, Helvetica, sans-serif;
}

#top-nav .wp-menu .menu-item a:hover {
  color: black;
}

.school {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.red-delimiter {
  margin-left: 20px;
  margin-right: 20px;
  height: 90%;
  width: 1px;
  border-left: 2px solid #c10000;
}

#ecnu-icon {
  height: 90%;
  width: auto;
}

#ecnu-icon:hover {
  cursor: pointer;
}

#fl-icon:hover {
  cursor: pointer;
}

#fl-icon {
  image-rendering: -moz-crisp-edges;
  height: 100%;
  position: relative;
  left: -15px;
}

#carousel-borad {
  width: 100%;
  height: 31.8vw;
  /*border: 1px solid black;*/
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#menu {
  width: 100%;
  height: 3.94477rem;
  /*background-color: rgba(200,200,200,0.5);*/
  background: rgba(190, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 1000;
}

#banner {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  /*border: 1px solid black;*/
}

#banner .banner-item {
  width: 7.88955rem;
  height: 2.62985rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px white solid;
  color: white;
  font-weight: bolder;
}

#banner .banner-item a {
  color: white;
  font-size: 1.05194rem;
  white-space: nowrap;
}

#banner .banner-item i {
  margin-left: 15px;
}

#banner .banner-item:hover a {
  color: white;
}

#banner .banner-item:hover {
  color: white;
  background: red;
  cursor: pointer;
}

#banner-title {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 7%;
  bottom: 8%;
  color: white;
  font-size: 0.98619rem;
  font-family: Tahoma, Verdana, Arial;
  padding: 0.78895rem;
}

#point-list {
  display: none;
  position: absolute;
  left: 40%;
  right: 45%;
  bottom: 12px;
  width: 400px;
  /*border:1px solid black;*/
  height: 25px;
}

#point-list .show_point {
  border: 2px solid white;
  border-radius: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  /*opacity: 1;*/
  margin-right: 15px;
}

#point-list .fill {
  background: white;
}

#point-list .show_point:hover {
  cursor: pointer;
}

#swiper {
  --swiper-width:100vw;
  --swiper-height:31.8vw;
  width: 9999999px;
  height: var(--swiper-height);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#swiper:hover {
  cursor: pointer;
}

.swiper-item {
  width: var(--swiper-width);
  height: var(--swiper-height);
  float: left;
  position: relative;
}

.swiper-item img {
  width: var(--swiper-width);
  height: auto;
}

#swiper-left {
  /*background: rgba(255,255,255,0.75);*/
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#swiper-right {
  /*background: rgba(255,255,255,0.75);*/
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#swiper-left img,
#swiper-right img {
  cursor: pointer;
}

#carousel-borad:hover #swiper-left {
  left: 0;
}

#carousel-borad:hover #swiper-right {
  right: 0;
}

#--menu- {
  display: none;
}

#--menu-wrap {
  display: none;
  z-index: 2010;
}

#--menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  height: 100%;
  width: 120px;
  background: #be0000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.right-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
  text-align: center;
  border-right: 1px white solid;
  color: white;
}

.right-menu-item a {
  color: white;
}

@media screen and (min-width: 768px) {
  .right-menu-item a {
    font-size: 1.8rem;
  }
}

.right-menu-item:hover {
  background: red;
}

#backTop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  /*border: 1px solid #515151;*/
  border-radius: 50px;
  width: 48px;
  height: 48px;
  z-index: 1010;
}

#app {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#backTop:hover {
  cursor: pointer;
}

#backTop img {
  width: 100%;
  height: 100%;
}

.news {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
  background: #f6f6f6;
  padding-bottom: 10px;
}

.news_bg {
  background: #f6f6f6;
  padding: 1px;
}

.common-title > h2 {
  display: block;
  float: left;
  /*padding-left: 30px;*/
}

.news_img_text {
  width: 27vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*overflow: hidden;*/
  border: 1px solid #e6e6e6;
  position: relative;
  margin-right: 15px;
  padding-bottom: 40px;
}

.news_text {
  padding: 15px 14px;
  /*flex:1;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.message_title > h2 {
  background: url("http://fl.ruc.edu.cn/images/message_title_bg.png") no-repeat 0px;
}

.news_text > h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-size: 1.05194rem;
  max-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  white-space: nowrap;
}

.news_text > p {
  font-size: 0.92045rem;
  color: #808080;
  line-height: 1.64366rem;
  margin-top: 7px;
  margin-bottom: 0.8547rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_img_date {
  display: inline-block;
  font-size: 1.05194rem;
  color: #9d1d22;
  padding-left: 20px;
  background: url("../images/time_bg.png") no-repeat 0px;
  float: left;
}

.date-and-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 10px;
}

.news_img_read {
  display: inline-block;
  float: right;
  width: 23%;
  height: 1.7094rem;
  border-radius: 7px;
  background: #9d1d22;
  text-align: center;
  line-height: 1.7094rem;
  font-size: 0.92045rem;
  color: #fff;
  position: absolute;
  right: 40px;
}

.news_text > font:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news_img_text a {
  width: 100%;
  height: 90%;
}

.common-title > h2 > a {
  display: block;
  font-size: 1.57791rem;
  font-weight: normal;
  color: #333333;
}

.news_left {
  width: 30%;
  margin-top: 23px;
  /*border-bottom: 1px solid #e6e6e6;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_right {
  width: 70%;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_pic:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.clear {
  clear: both;
}

.common-title {
  width: 100%;
}

element.style {
  visibility: visible;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.common-title > span {
  display: block;
  float: right;
  margin-top: 8px;
}

.common-title > span > a {
  top: 25px;
  right: 10%;
  font-size: 0.98619rem;
  /* color: #9d1d22; */
  color: white;
  border-radius: 15px;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
  cursor: pointer;
  background: #c10000;
}

.common-title > span > a:hover {
  text-decoration-width: 1.0em;
  -webkit-text-decoration: white;
          text-decoration: white;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

a {
  color: #000000;
  text-decoration: none;
  outline: medium none;
}

.news_list {
  width: 95%;
  height: 5.39119rem;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0.98619rem;
}

.news_list:hover {
  border-bottom: 1px solid #c10000;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 35px 77px -17px black;
          box-shadow: 0px 35px 77px -17px black;
}

.news_list > a > p {
  font-size: 0.98619rem;
  color: #333333;
  float: right;
  width: 73%;
  line-height: 1.64366rem;
  margin-top: 0.19724rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*white-space: nowrap;*/
}

.news_time > span {
  font-size: 1.05194rem;
  color: #9d1d22;
  font-family: Arial;
  text-align: center;
  display: block;
}

.news_time {
  width: 20%;
  height: 80%;
  background: #f5f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_time > p {
  font-size: 1.97239rem;
  color: #9d1d22;
  font-family: Arial;
  text-align: center;
  /*margin-top: 15px;*/
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

li {
  list-style: none;
}

#media {
  padding-top: 25px;
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

#media-item-con {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#media-title {
  float: left;
  font-size: 1.57791rem;
  font-weight: normal;
  color: #333333;
}

.title-more {
  height: 3.28731rem;
}

@media screen and (max-width: 768px) {
  .title-more {
    height: 50px;
  }
  .common-title > span > a {
    font-size: 15px;
  }
}

.media-item {
  margin-right: 30px;
  width: 28%;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 35px 77px -17px rgba(0, 0, 0, 0);
          box-shadow: 0 35px 77px -17px rgba(0, 0, 0, 0);
}

.media-item:hover {
  border: 1px solid #cd352b;
  -webkit-box-shadow: 0 35px 77px -17px rgba(0, 0, 0, 0.4);
          box-shadow: 0 35px 77px -17px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  position: relative;
  cursor: pointer;
}

.more-link {
  margin-top: 8px;
  float: right;
  font-size: 0.98619rem;
  margin-right: 1%;
  /*color: #9d1d22;*/
  color: white;
  border-radius: 15px;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
  cursor: pointer;
  background: #c10000;
}

.more-link:hover {
  text-decoration-width: 1.0em;
  -webkit-text-decoration: white;
          text-decoration: white;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.media-item p {
  margin: 5px;
  font-size: 1.05194rem;
  color: #333;
  line-height: 1.64366rem;
  height: 3.28731rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-item span {
  margin: 0.65746rem;
  font-size: 1.05194rem;
  color: #999;
  display: block;
  margin-top: 1.64366rem;
}

.media-item img {
  width: 100%;
  height: 11vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#lecture-bg {
  margin-top: 35px;
  background: grey;
  background: url("../images/lecture-bg-small.jpg") no-repeat;
  /*opacity: 0.6;*/
  background-size: 100% 100%;
}

.white-paper {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

#lecture {
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
  width: 80vw;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
  /*height: 300px;*/
}

#lecture-title {
  float: left;
  font-size: 1.57791rem;
  font-weight: normal;
  color: #333333;
}

#lecture-item-con {
  margin-top: 15px;
  /*display: flex;*/
  width: 99999px;
  /*justify-content: space-between;*/
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#lecture-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lecture_point {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #cdcdcd;
  /*background: #666;*/
  display: block;
  margin: 10px;
  cursor: pointer;
}

.lecture-item {
  position: relative;
  border-radius: 5px;
  padding: 1.93vw;
  width: 16.63vw;
  float: left;
  border: 1px solid grey;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3vw;
  margin-left: 3vw;
  padding-bottom: 3.94477rem;
}

.lecture-item .lecture-date:hover {
  color: #c10000;
  /*cursor: pointer;*/
}

.lecture-item p:hover {
  color: #c10000;
  /*cursor: pointer;*/
}

.lecture-item font {
  display: block;
  width: 3.28731rem;
  height: 1px;
  background: #9d1d22;
  margin: 0.78895rem 0px;
}

.lecture-item .lecture-date {
  display: block;
  font-size: 1.18343rem;
  color: #9d1d22;
  font-family: Arial;
}

@media screen and (max-width: 768px) {
  .lecture-item .lecture-date {
    font-size: 18px;
  }
  .lecture-item font {
    width: 50px;
    height: 1px;
    margin: 12px 0px;
  }
}

.lecture-item p {
  display: block;
  font-size: 1.05194rem;
  color: #333333;
  line-height: 1.51216rem;
  height: 3.02433rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lecture-item .readmore {
  position: absolute;
  display: block;
  right: 1.31492rem;
  padding: 0.19724rem;
  padding-left: 0.65746rem;
  padding-right: 0.65746rem;
  font-size: 0.78895rem;
  text-align: center;
  color: white;
  background: #9d1d22;
  border-radius: 5px;
  bottom: 0.65746rem;
}

.lecture-item .readmore:hover {
  cursor: pointer;
}

.readmore-icon {
  position: absolute;
  width: 0.92045rem;
  height: 0.92045rem;
  left: 0;
}

#notice {
  padding-top: 1.64366rem;
  position: relative;
  width: 80%;
  height: 17.09402rem;
  margin-left: 10%;
  margin-right: 10%;
  /*margin-bottom:100px;*/
}

#notice-title {
  float: left;
  font-size: 1.57791rem;
  font-weight: normal;
  color: #333333;
}

#notice-left {
  border-top: 1px solid #ebebeb;
  width: 48%;
}

#notice-item-con {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#notice-right {
  border-top: 1px solid #ebebeb;
  width: 48%;
}

.notice-item {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.notice-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  font-size: 1.05194rem;
  color: #333333;
  line-height: 2.30112rem;
  overflow: hidden;
}

.notice-content:hover {
  color: #9d1d22;
  cursor: pointer;
}

.notice-date {
  width: 15%;
  margin-left: 3%;
  white-space: nowrap;
  display: block;
  font-size: 0.7em;
  color: #666666;
  float: right;
  line-height: 3.28731rem;
  /*overflow: hidden;*/
}

#footer {
  position: relative;
  width: 100%;
  height: 177px;
  background: #4d0e10;
  margin-top: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact {
  margin-left: 30px;
  width: 80%;
  overflow: hidden;
}

.us {
  width: 650px;
  float: left;
}

.us > h4 {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.icon-img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.us > span {
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 7px;
  width: 300px;
  color: #ffffff;
  padding-left: 20px;
}

.code {
  float: left;
  margin-left: 20px;
  width: 244px;
}

.code > img {
  display: block;
  width: 90px;
  height: 90px;
  float: left;
}

.code > p {
  font-size: 16px;
  color: #ffffff;
  float: left;
  margin-top: 30px;
  margin-left: 10px;
}

.code > span {
  display: block;
  font-size: 14px;
  float: left;
  color: #fff;
  margin-left: 10px;
  margin-top: 5px;
}

.footer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: #33090b;
}

.copyright > p {
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.common-title {
  width: 100%;
}

.title-icon {
  width: 1.57791rem;
  /*height: 24px;*/
  /*padding-top: 15px;*/
  margin-right: 0.52597rem;
  height: 1.44642rem;
  display: inline-block;
  padding-bottom: 0;
  /*padding-top: 5px;*/
}

.title-icon img {
  width: 100%;
  height: 100%;
}

.list-carousel {
  height: 22vw;
}

@media screen and (max-width: 1160px) {
  #footer .code {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  #banner .banner-item i {
    display: none;
  }
}

@media screen and (max-width: 934px) {
  #banner-title-con {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 8%;
  }
  #banner-title {
    background: rgba(0, 0, 0, 0.65);
    position: static;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    width: 80%;
    font: 13px Tahoma, Verdana, Arial;
    padding: 4px;
  }
  .readmore-icon {
    width: 14px;
    height: 14px;
  }
  #menu {
    display: none;
  }
  #top-nav {
    display: none;
  }
  .school {
    margin-top: 0;
    height: 40px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fl-icon {
    height: 100%;
    left: -12px;
  }
  #--menu- {
    display: block;
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 1009;
  }
  #--menu- img {
    height: 26px;
    width: 28px;
  }
  #--menu-:hover {
    cursor: pointer;
  }
}

#lec-point-con {
  position: absolute;
  bottom: 20px;
  /*margin-top: 35px;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu-bg {
  width: 100vw;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.78;
}

#column-title-con {
  padding: 0;
  font-size: 1.84089rem;
  border-radius: 4px;
  /* font-weight: bold; */
  color: #fff;
  line-height: 40px;
  height: 45px;
  background: rgba(123, 123, 123, 0.65);
  width: 190px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 10%;
}

@media screen and (max-width: 768px) {
  #fl-icon {
    height: 100%;
    left: -5px;
  }
  #footer {
    height: 177px;
    margin-top: 45px;
    padding-top: 30px;
  }
  .contact {
    margin-left: 30px;
  }
  .us {
    width: 650px;
  }
  .us > h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .icon-img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .us > span {
    font-size: 14px;
    margin-bottom: 7px;
    width: 300px;
    padding-left: 20px;
  }
  .code {
    margin-left: 20px;
    width: 244px;
  }
  .code > img {
    width: 90px;
    height: 90px;
  }
  .code > p {
    font-size: 16px;
    margin-top: 30px;
    margin-left: 10px;
  }
  .code > span {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
  }
  .copyright {
    height: 46px;
  }
  .copyright > p {
    line-height: 46px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .more-link {
    margin-top: 8px;
    font-size: 15px;
    border-radius: 15px;
    padding: 2px 6px 2px 6px;
  }
  .news_left {
    width: 100%;
    height: 90vw;
  }
  .news_list {
    width: 100%;
  }
  .news_right {
    width: 100%;
    display: block;
  }
  .news_img_read {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .news_img_date {
    font-size: 16px;
  }
  .us > span {
    color: white;
  }
  #notice {
    padding-top: 25px;
    height: 260px;
  }
  #notice-item-con {
    width: 100%;
    height: 80%;
  }
  #news_con {
    display: block;
  }
  .news_img_text {
    width: 100%;
    margin-bottom: 30px;
    /* margin 这个不能删*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
  }
  .news_pic {
    height: calc(100% * 9 / 16);
  }
  .news_text > p {
    height: auto;
    max-height: 75px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .news_time > p {
    font-size: 25px;
  }
  .news_time > span {
    font-size: 14px;
  }
  .news_list > a > p {
    font-size: 16px;
  }
  .sec-title {
    font-size: 20px;
  }
  #media-title {
    font-size: 20px;
  }
  #lecture-title {
    font-size: 20px;
  }
  #notice-title {
    font-size: 20px;
  }
  .title-icon {
    width: 20px;
    /* height: 24px; */
    /* padding-top: 15px; */
    margin-right: 8px;
    height: 18px;
    display: inline-block;
    padding-bottom: 0;
    /* padding-top: 5px; */
  }
  .news_text > span {
    position: relative;
    margin-top: 2%;
  }
  .news_text > font {
    position: absolute;
    margin-top: 2%;
  }
  .media-item img {
    width: 100%;
    height: 55vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #lecture-inform {
    display: block;
  }
  .notice {
    width: 96%;
    margin-left: 15px;
  }
  .lecture {
    width: 96%;
    margin-left: 15px;
  }
  .mobile-hidden {
    display: none;
  }
  .news_text > h2 {
    display: block;
    font-size: 14px;
    color: #333333;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news_text > p {
    font-size: 13px;
  }
  .news_text > span {
    font-size: 13px;
  }
  .contact {
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .us {
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .code {
    display: none;
  }
  #footer {
    padding-top: 15px;
    height: 200px;
    margin-top: 35px;
  }
  #notice-left {
    width: 100%;
    display: block;
  }
  .notice-date {
    width: 20%;
    line-height: 50px;
  }
  .notice-content {
    line-height: 35px;
    width: 70%;
  }
  #notice-right {
    display: none;
  }
  .media-item {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    float: left;
  }
  #media-item-con {
    /*display: block;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lecture-item {
    width: 66.2vw;
    margin-right: 5vw;
    margin-left: 5vw;
    padding: 1.915vw;
    padding-bottom: 60px;
  }
  #ecnu-icon {
    height: 72%;
  }
  .school {
    margin-left: 2px;
  }
  .red-delimiter {
    margin-left: 5px;
    margin-right: 5px;
    height: 72%;
    width: 1px;
    border-left: 1px solid #c10000;
  }
  .news {
    margin-top: 20px;
  }
  .news_list {
    width: 98%;
    height: 67px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
  }
  #swiper-left {
    width: 40px;
  }
  #swiper-right {
    width: 40px;
  }
  #column-title-con {
    display: none;
  }
}

.point_fill {
  background: #666;
}

.hidden {
  display: none;
}

.half-hidden {
  display: none;
}

#position-con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#position-title {
  font-size: 1.05194rem;
  line-height: 1.64366rem;
  text-indent: 0.65746rem;
  font-family: PMingLiU, sans-serif;
}

@media screen and (max-width: 768px) {
  #position-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #position-title {
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #position-title {
    text-indent: 10px;
  }
}

#position-info {
  margin-left: 1.97239rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  #position-info {
    margin-left: 30px;
  }
}

.positon-item {
  font-size: 0.98619rem;
  color: #999;
}

@media screen and (max-width: 768px) {
  .positon-item {
    font-size: 15px;
  }
}

.positon-item:hover {
  cursor: pointer;
}

#main-con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#borad {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}

.wp_entry img {
  max-width: 90%;
  height: auto;
}

.delimiter {
  color: #d0cdcd;
  font-size: 1.05194rem;
}

@media screen and (max-width: 768px) {
  .delimiter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .news_list > a > p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 3px;
  }
  .wp_entry span {
    font-size: 0.78895rem;
  }
  .media-item p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  .media-item span {
    margin: 10px;
    font-size: 16px;
    margin-top: 25px;
  }
  .lecture-item .readmore {
    font-size: 13px;
    margin-top: 15px;
    right: 20px;
    padding: 3px;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 10px;
  }
  .notice-content {
    font-size: 16px;
  }
  .lecture-item p {
    font-size: 16px;
    line-height: 23px;
    height: 46px;
  }
  #borad {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=global.css.map */