.pku_news {
  display: none;
}
.swiperBanner {
  width: 100%;
  height: 960px;
}
.swiper_box {
  width: 100%;
  height: 100%;
}
.swiper_img {
  width: 100%;
  height: 960px;
  background-size: cover !important;
  cursor: pointer;
}
.swiper_text {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  background: url(../images/banner_opacity.png) repeat-x;
  padding-top: 144px;
}
.swiper_text>a>h3 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
}
.swiper_text>a>span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #cccccc;
  font-family: Arial;
  line-height: 30px;
  margin-top: 10px;
}
.swiper_pagi {
  width: 600px !important;
  bottom: 60px !important;
}
.swiper_pagi .swiper-pagination-bullet {
  background: transparent;
  font-size: 36px;
  color: #ffffff;
  font-family: Arial;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
.swiper_pagi .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 55px;
}
.swiper_pagi .swiper-pagination-bullet + .swiper-pagination-bullet>i {
  display: block;
  position: absolute;
  top: 20px;
  left: -50px;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #cccccc;
  opacity: 0.2 !important;
}
.swiperPrev,.swiperNext {
  width: 21px;
  height: 39px;
}
.swiperPrev:after,.swiperNext:after {
  background: transparent;
  content: '';
}
.swiperPrev {
  right: 170px;
  left: auto;
  top: auto;
  bottom: 60px;
  background: url(../images/icon_prev.png) no-repeat;
}
.swiperNext {
  right: 90px;
  bottom: 60px;
  background: url(../images/icon_next.png) no-repeat;
  top: auto;
}
.infoBg {
  width: 100%;
  background-color: #f5f5f5;
  padding: 70px 0px;
}
.news {
  width: 920px;
}
.commonTitle {
  width: 100%;
}
.commonTitle>h3 {
  display: block;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  float: left;
}
.commonTitle>h3>i {
  font-style: normal;
  color: #9a0000;
  font-size: 36px;
}
.commonTitle>a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  background: url(../images/icon_more.png) no-repeat 0px;
  float: right;
  line-height: 46px;
}
.commonTitle>a:hover {
  color: #9a0000;
}
.news_cont {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-bottom: 2px solid #9a0000;
  margin-top: 36px;
}
.news_focus {
  width: 48%;
}
.news_focus_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.news_focus_text>h3 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
}
.news_focus_text>p {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin: 10px 0px;
}
.news_focus_text>span {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  font-family: Arial;
}
.news_focus_img>img,
.lecture_item_idx_img>img,
.profession_list_idx_item_pic>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.news_focus>a:hover .news_focus_img>img,
.lecture_item_idx>a:hover .lecture_item_idx_img>img,
.profession_list_idx_item>a:hover .profession_list_idx_item_pic>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.news_focus>a:hover .news_focus_text>h3,
.news_focus>a:hover .news_focus_text>span,
.lecture_item_idx>a:hover .lecture_item_idx_text>h3,
.profession_list_idx_item>a:hover .profrssion_list_idx_item_text>h3 {
  color: #9a0000;
}
.news_list_idx {
  width: 47.5%;
}
.news_list_idx_item {
  width: 100%;
  padding-bottom: 22px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.news_list_idx_item_time {
  width: 18%;
  height: 50px;
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
}
.news_list_idx_item_time>span {
  display: block;
  font-size: 28px;
  color: #666666;
  font-family: Arial;
  text-align: right;
  font-weight: bold;
}
.news_list_idx_item_time>span+span {
  font-size: 14px;
  font-weight: normal;
}
.news_list_idx_item_title {
  width: calc(100% - 25%);
}
.news_list_idx_item_title>h3 {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.news_list_idx_item + .news_list_idx_item {
  margin-top: 22px;
}
.news_list_idx_item:hover .news_list_idx_item_time span {
  color: #9a0000;
}
.news_list_idx_item:hover .news_list_idx_item_title h3 {
  color: #9a0000;
}
.news_list_idx_item:after,
.notice_idx_item:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #9a0000;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.news_list_idx_item:hover:after,
.notice_idx_item:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.notice {
  width: calc(100% - 960px);
}
.notice_idx {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-bottom: 2px solid #9a0000;
  margin-top: 36px;
}
.notice_idx_item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 17px;
  position: relative;
}
.notice_idx_item_time {
  width: 80px;
  height: 60px;
  background-color: #f7f2f2;
  text-align: center;
  -webkit-transition: -webkit-all .3s;
  transition: -webkit-all .3s;
  transition: all .3s;
  transition: all .3s,-webkit-all .3s;
}
.notice_idx_item_time>span {
  display: block;
  font-size: 22px;
  color: #666666;
  line-height: 28px;
  font-weight: bold;
  font-family: Arial;
  margin-top: 8px;
}
.notice_idx_item_time>span+span {
  font-size: 14px;
  margin-top: 0px;
  line-height: normal;
}
.notice_idx_item_text {
  width: calc(100% - 120px);
}
.notice_idx_item_text>h3 {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.notice_idx_item + .notice_idx_item {
  margin-top: 16px;
}
.notice_idx_item:hover .notice_idx_item_text>h3 {
  color: #9a0000;
}
.notice_idx_item:hover .notice_idx_item_time {
  background-image: linear-gradient(#fe0000, #9b0000);
  background-color: #9b0000;
}
.notice_idx_item:hover .notice_idx_item_time span {
  color: #ffffff;
}
.lectureBg {
  width: 100%;
  height: 704px;
  border-top: 2px solid #9a0000;
  border-bottom: 2px solid #9a0000;
  background: url(../images/lecture_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.lectureBox {
  padding: 73px 0px;
}
.lecture_list {
  width: 100%;
  margin-top: 30px;
}
.lecture_item_idx {
  width: 31.4%;
  background-color: #ffffff;
  padding: 30px 30px;
}
.lecture_item_idx_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.lecture_item_idx_text {
  width: 100%;
  margin-top: 20px;
}
.lecture_item_idx_text>h3 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
}
.lecture_item_idx_text>span {
  display: block;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.lecture_item_idx_text>span>i {
  font-style: normal;
}
.lecture_item_idx_text>span+span {
  margin-top: 0px;
}
.lecture_item_idx + .lecture_item_idx {
  margin-left: 40px;
}
.icon_user {
  background: url(../images/icon_user.png) no-repeat 0px;
}
.icon_ardess {
  background: url(../images/icon_ardess.png) no-repeat 0px;
}
.icon_time {
  background: url(../images/icon_time.png) no-repeat 0px;
}
.professionalsBg {
  width: 100%;
  height: auto;
  background: url(../images/professionalsBg.jpg) no-repeat top center #f5f5f5;
  background-size: 100% 100%;
}
.professionalsBox {
  width: 100%;
  padding: 50px 0px;
}
.profession_list_idx {
  width: 100%;
  margin-top: 40px;
}
.profession_list_idx_item {
  width: 48.5%;
  background-color: #ffffff;
  border-bottom: 2px solid #9a0000;
}
.profession_list_idx_item_pic {
  width: 200px;
  height: 220px;
  overflow: hidden;
}

.profession_list_idx_item_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profrssion_list_idx_item_text {
  width: calc(100% - 240px);
  padding: 18px 20px 18px 0px;
}
.profrssion_list_idx_item_text>h3 {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.profrssion_list_idx_item_text>p {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  margin: 5px 0px;
}
.profrssion_list_idx_item_text>span {
  font-size: 14px;
  color: #9a0000;
  line-height: 28px;
}
.profession_list_idx_item:nth-child(2n) {
  float: right;
}
.profession_list_idx_item+.profession_list_idx_item+.profession_list_idx_item {
  margin-top: 38px;
}
.positionImg {
  width: 300px;
  height: 150px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 50;
}

/* 学术风采 */

.academic_box {
  width: 100%;
  height: auto;
  background: url(../images/academic_bg.jpg) no-repeat top center #f5f5f5;
  background-size: 100% 100%;
  padding-bottom: 40px;
}
.academic_cont {
  width: 100%;
  padding: 50px 0px;
}
.academic_item_cont {
  width: 100%;
  margin-top: 40px;
}
.academic_item_list {
  width: calc(100% - 75%);
  position: relative;
  z-index: 1;
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.academic_item_pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.academic_item_pic>img {
  display: block;
  width: 100%;
}
.academic_item_text {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  height: 150px;
  overflow: hidden;
}
.academic_item_text>span {
  display: block;
  position: absolute;
  top: 287px;
  z-index: 10;
  width: 80px;
  height: 25px;
  border-top-right-radius: 10px;
  background: linear-gradient(#9a0000,#e11d39);
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}
.academic_item_text>h2 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-weight: bold;
}
.academic_item_text>p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 5px;
}
.academic_item_list:after {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  background: url(../images/icon_academic_arrow.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 282px;
  z-index: 20;
}
.academic_item_list:nth-child(2):after,
.academic_item_list:nth-child(4):after {
  background: url(../images/icon_academic_arrow_bottom.png) no-repeat center center;
  top: 150px;
}
.academic_item_list:nth-child(2) .academic_item_text,
.academic_item_list:nth-child(4) .academic_item_text {
  background-color: #9a0000;
}
.academic_item_list:nth-child(2) .academic_item_text h2,
.academic_item_list:nth-child(4) .academic_item_text h2,
.academic_item_list:nth-child(2) .academic_item_text p,
.academic_item_list:nth-child(4) .academic_item_text p {
  color: #ffffff;
}
.academic_item_list:nth-child(2) .academic_item_text span,
.academic_item_list:nth-child(4) .academic_item_text span {
  background: #ffffff;
  border: 1px solid #9a0000;
  color: #9a0000;
  top: 137px;
}
.academic_item_list:nth-child(1),
.academic_item_list:nth-child(3) {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.academic_item_list:nth-child(1):hover,
.academic_item_list:nth-child(3):hover {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
.academic_item_list:nth-child(2):hover,
.academic_item_list:nth-child(4):hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}