@charset "UTF-8";
/***************** home **********/
.new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.new-top .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #003378;
  line-height: 26px;
  margin-bottom: 12px;
}

.new-top .title .dec {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #baa16b;
}

.new-top .title .dec .line {
  width: 36px;
  height: 2px;
  background: #baa16b;
  margin-right: 14px;
}

/* tour */
#tour {
  position: relative;
  padding: 0 50px;
  overflow: hidden;
  margin-bottom: 40px;
}

#tour .switcher-wrap {
  position: relative;
  width: 100%;
  height: 460px;
}

#tour .switcher-wrap #img-slider {
  width: 100%;
  height: 100%;
}

#tour .switcher-wrap .img {
  position: relative;
  width: 100%;
}

#tour .switcher-wrap .img img {
  display: block;
  max-width: 100%;
}

#tour .switcher-wrap .img img:first-child {
  display: block;
}

#tour .rsBullets {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#tour .rsMinW .rsBullet {
  width: 40px;
  height: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: content-box;
  margin: 0 10px;
}

#tour .rsMinW .rsBullet span {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 5px;
  border: 1px solid #fff;
}

#tour .rsMinW .rsBullet.on span {
  background: #fff;
}

.part1 .left {
  margin-bottom: 60px;
}

.part1 .left .content {
  min-height: 530px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(80, 80, 80, 0.2);
  border-bottom: 2px solid #baa16b;
  display: flex;
  justify-content: space-between;
}

.part1 .left .headline .slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.part1 .left .headline .slideBox .hd {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 270px;
  z-index: 99;
}

.part1 .left .headline .slideBox .hd ul {
  display: flex;
  justify-content: center;
  overflow: hidden;
  zoom: 1;
}

.part1 .left .headline .slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-radius: 50%;
  cursor: pointer;
}

.part1 .left .headline .slideBox .hd ul li.on {
  background: #003378;
}

.part1 .left .headline .slideBox .bd {
  position: relative;
  z-index: 0;
}

.part1 .left .headline .slideBox .bd img {
  max-width: 100%;
  height: 295px;
  display: block;
  object-fit: cover;
}

.part1 .left .headline .slideBox .bd .item .dec {
  font-size: 14px;
  color: #aaa;
  line-height: 28px;
}

.part1 .left .headline .slideBox .bd .item .dec h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.part1 .left .news {
  flex: 1;
  padding: 0;
  padding-left: 20px;
}

.part1 .left .news .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}

.part1 .left .news .item:first-child {
  padding-top: 0;
}

.part1 .left .news .item .date {
  min-width: 50px;
  color: #868686;
  text-align: center;
}

.part1 .left .news .item .date div {
  font-size: 12px;
  color: #868686;
  line-height: 20px;
}

.part1 .left .news .item .date div:first-child {
  font-size: 16px;
}

.part1 .left .news .item .line {
  width: 1px;
  height: 48px;
  background: #ececec;
  margin-right: 10px;
  margin-left: 12px;
}

.part1 .left .news .item .dec {
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.part1 .right {
  margin-bottom: 60px;
}

.part1 .right .content {
  min-height: 530px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(80, 80, 80, 0.2);
  padding: 20px;
  border-bottom: 2px solid #baa16b;
}

.part1 .right .content .item {
  width: 100%;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}

.part1 .right .content .item:first-child {
  padding-top: 0;
}

.part1 .right .content .item .date {
  min-width: 50px;
  color: #868686;
  text-align: center;
}

.part1 .right .content .item .date div {
  font-size: 12px;
  color: #868686;
  line-height: 20px;
}

.part1 .right .content .item .date div:first-child {
  font-size: 16px;
}

.part1 .right .content .item .line {
  width: 1px;
  height: 48px;
  background: #ececec;
  margin-right: 10px;
  margin-left: 12px;
}

.part1 .right .content .item .dec {
  width: 300px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.part2 {
  padding-top: 30px;
  background: #fff url(../images/part2_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}

.part2 .left {
  margin-bottom: 60px;
}

.part2 .left .content .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}

.part2 .left .content .item:first-child {
  border-top: 1px solid #ececec;
}

.part2 .left .content .item .date {
  color: #868686;
  font-size: 16px;
}

.part2 .left .content .item .tag {
  padding: 4px 8px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  margin-right: 10px;
  white-space: pre-wrap;
  width: 50px;
  border: 1px solid #bfbfbf;
  color: #a3a3a3;
}

.part2 .left .content .item .dec {
  flex: 1;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}

.part2 .right {
  margin-bottom: 60px;
}

.part2 .right .video {
  height: 468px;
}

/*********** 学生培养 与 学者风采 *******/
.part3 {
  padding-top: 50px;
  margin-bottom: 50px;
  background: #fff url(../images/part3_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}

.part3 a {
  color: #003378;
}

.part3 .new-top .title {
  cursor: pointer;
  margin-right: 30px;
}

.part3 .conWrap {
  position: relative;
}

.part3 .content .item {
  position: relative;
  margin-bottom: 60px;
}

.part3 .content .item .pic {
  height: 330px;
}

.part3 .content .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.part3 .content .item .box {
  position: relative;
  z-index: 100;
  background: #fff;
height:275px;
  padding: 20px 30px;
  width: 88%;
  margin: 0 auto;
  margin-top: -90px;
  border-bottom: 2px solid #baa16b;
  box-shadow: 0px 2px 10px 0px rgba(80, 80, 80, 0.2);
}

.part3 .content .item .box h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  height: 78px;
}

.part3 .content .item .box p {
  font-size: 14px;
  color: #888;
  line-height: 28px;
}

.part3 .contentSec .item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
}

.part3 .contentSec .item .pic {
  width: 180px;
  height: 260px;
  background: #d8d8d8;
  border-bottom: 2px solid #baa16b;
}

.part3 .contentSec .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.part3 .contentSec .item .box {
  flex: 1;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0px 2px 10px 0px rgba(80, 80, 80, 0.2);
  border-bottom: 2px solid #baa16b;
  background: #fff;
}

.part3 .contentSec .item .box h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}

.part3 .contentSec .item .box p {
  font-size: 14px;
  color: #888;
  line-height: 28px;
}

.part3 .contentSec .item .box .more {
  text-align: right;
}

.part3 .contentSec .item .box .more a {
  color: #003378;
  font-size: 14px;
}

.part4 {
  margin-bottom: 60px;
}

.part4 .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.part4 .content .item {
  text-align: center;
  margin: 0 10px;
  margin-bottom: 20px;
  flex: 1;
}

.part4 .content .item img {
  max-width: 110px;
  object-fit: cover;
}

.part4 .content .item p {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-top: 12px;
}

.part5 {
  margin-bottom: 40px;
}

.part5 .picScroll {
  position: relative;
  width: 100%;
}

.part5 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part5 .content .item {
  position: relative;
  width: 32%;
}

.part5 .content .item img {
  width: 100%;
  height: 100%;
  display: block;
}

/**************** q ***********/
.fullBanner img {
  max-width: 100%;
}

.section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.slideBar {
  position: relative;
  max-width: 290px;
  z-index: 100;
  padding-left: 10px;
  margin-right: 80px;
  margin-top: -70px;
}

.slideBar .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: #003378;
  border-radius: 0px 30px 0px 0px;
}

.slideBar .tit {
  text-align: center;
  line-height: 100px;
  font-size: 32px;
  color: #fff;
}

.slideBar .navBar {
  min-height: 540px;
  background: #baa16b;
  padding: 0 20px;
  padding-top: 40px;
}

.slideBar .navBar ul li {
  height: 60px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}

.slideBar .navBar ul li:last-child {
  border: 0;
}

.slideBar .navBar ul li .circle {
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
}

.slideBar .navBar ul li a {
  font-size: 16px;
  color: #fff;
}

.list {
  min-height: 635px;
  padding: 0 20px;
  padding-top: 30px;
}

.list .titBar {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list .titBar > span {
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  color: #003378;
  padding: 0 10px;
  border-bottom: 2px solid #003378;
  margin-bottom: -1px;
}

.list .site {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 24px;
}

.list .site li {
  display: flex;
  align-items: center;
  color: #888;
}

.list .site li a {
  font-size: 14px;
  color: #888;
  text-decoration: none;
}

.list .site li span {
  margin: 0 6px;
  color: #888;
  text-decoration: none;
}

/******** lby *********/
.lby .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #ececec;
}

.lby .item:first-child {
  padding-top: 0;
}

.lby .item .date {
  color: #003378;
  font-size: 15px;
  margin-right: 30px;
}

.lby .item .tag {
  padding: 0 18px;
  height: 28px;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #a3a3a3;
  margin-right: 30px;
}

.lby .item .dec {
  width: 64%;
  font-size: 16px;
  color: #333;
}

/************** lby_pic *****************/
.lby_pic .item {
  width: 100%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dashed #d0d0d0;
}

.lby_pic .item:first-child {
  padding-top: 0;
}

.lby_pic .item .left {
  width: 186px;
  height: 140px;
  background: #003378;
  margin-right: 30px;
  margin-left: 6px;
}

.lby_pic .item .left img {
  width: 186px;
  height: 140px;
  margin-left: -6px;
  margin-top: -6px;
}

.lby_pic .item .right {
  width: calc(100% - 186px - 36px);
}

.lby_pic .item .right .tit {
  font-size: 18px;
  margin-bottom: 20px;
}

.lby_pic .item .right .dec {
  font-size: 15px;
  color: #8a8a8a;
  line-height: 26px;
  margin-bottom: 20px;
}

.lby_pic .item .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #003378;
}

.lby_pic .item .right .bottom a {
  color: #003378;
}

/************* nry *******/
/*========内容页===========*/
.nry .word {
  padding: 0 20px;
  min-height: 500px;
}

.nry .word h1 {
  line-height: 70px;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  text-align: center;
}

.nry .word .word-dec {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  color: #aaa;
}

.nry .word .word-dec span {
  margin: 0 12px;
}

.nry .word p {
  text-indent: 2em;
  line-height: 26px;
  margin-bottom: 20px;
}
.nry .word p video{max-width:100%;}
.nry .word .prenre {
  padding-top: 30px;
  margin-top: 45px;
  margin-bottom: 50px;
  border-top: 1px dashed #ddd;
}

.nry .word .prenre > div {
  line-height: 40px;
}

.nry .word .prenre > div .btnP {
  color: #003378;
}

.nry .word .prenre > div a {
  color: #333;
}

/************* teacher_pic ******************/
.teacher_pic .content {
  display: flex;
  flex-wrap: wrap;
}

.teacher_pic .item {
  width: 48%;
  display: flex;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}

.teacher_pic .item:nth-child(2n) {
  margin-right: 0;
}

.teacher_pic .item .sliod {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  background: #baa16b;
  z-index: 1;
}

.teacher_pic .item .avatar {
  background: #003378;
  width: 170px;
  height: 220px;
  margin-right: 20px;
}

.teacher_pic .item .avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.teacher_pic .item .dec {
  flex: 1;
}

.teacher_pic .item .dec .name {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.teacher_pic .item .dec .name .blue {
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  color: #003378;
  padding: 0 10px;
  border-bottom: 3px solid #003378;
  margin-bottom: -1px;
}

.teacher_pic .item .dec .name .tag {
  color: #baa16b;
  margin-left: 20px;
}

.teacher_pic .item .dec .con {
  color: #888;
  line-height: 28px;
}

/*********** 适配 **********/
/* 大屏幕（大桌面显示器，大于等于 1200px）lg */
/* 中等屏幕（桌面显示器，大于等于 992px） md */
@media (max-width: 992px) {
  #tour .switcher-wrap {
    width: 100%;
    height: 300px;
  }
  .part2 .right .video {
    height: auto;
  }
}

/* 超小屏幕（手机，小于 768px） xs */
@media (max-width: 768px) {
#tour{padding:0 ;width: 100%;}
  #tour .switcher-wrap {
    width: 100%;
    height: 200px;
  }
  .part1 .left .content {
    height: auto;
    display: block;
  }
  .new-top .title h3 {
    font-size: 18px;
  }
  .new-top .title .dec {
    font-size: 12px;
  }
.nry .word p video{height:auto ;}
.list .site li{line-height:22px;display:block;}
.nry .word h1{line-height:2;}
.nry .word p  img{max-width:100%;height:auto !important;}
.nry .word,.list{padding:0;}
}