.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(https://ues.pku.edu.cn/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(https://ues.pku.edu.cn/images/icon_prev.png) no-repeat;
}

.swiperNext {
  right: 90px;
  bottom: 60px;
  background: url(https://ues.pku.edu.cn/images/icon_next.png) no-repeat;
  top: auto;
}

.infoBg {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  padding: 10rem 0px;
  display: inline;
  vertical-align: middle;
}

.news {
  width: 65%;
}

.commonTitle {
  width: 100%;

  height: 3.5rem;
  line-height: 3.5rem;
  margin-top: 4rem;
  margin-bottom: 2rem;

}

.commonTitle>h3 {
  display: block;
  font-size: 1.8rem;
  color: #333333;
  font-weight: bold;
  float: left;
  margin-left: 0rem;

}

.commonTitle>h3>i {
  font-style: normal;
  color: #006644;
  font-size: 2.8rem;

}

.commonTitle>a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  background: url(../images/icon_more.png) no-repeat 0px;
  float: right;
  background-size: 22%;

  line-height: 46px;
}

.commonTitle>a:hover {
  color: #006644;
}

.news_cont {
  width: 100%;
  
  padding: 30px 20px;
  /* border-bottom: 2px solid #006644; */
  margin-top: 36px;
}

.news_focus {
  width: 48%;
}

.news_focus_img {
  width: 100%;
  height: 16rem;

  overflow: hidden;
}

.news_focus_text>h3 {
  display: block;

  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
}

.news_focus_text>p {

  color: #888888;
  line-height: 28px;

  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: #006644;
}

.news_list_idx {
  width: 47.5%;
}

.news_list_idx_item {
  width: 100%;
  padding-bottom: 16px;

  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.news_list_idx_item_time {
  width: 20%;
  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;


  line-height: 25px;
  height: 50px;

  overflow: hidden;
}

.news_list_idx_item_title>span {
  display: block;
  font-size: 1.1rem;
  color: #000;

  overflow: hidden;
}

.news_list_idx_item_title>span:hover {

  color: #006644;


}

.news_list_idx_item+.news_list_idx_item {
  margin-top: 16px;
}

.news_list_idx_item:hover .news_list_idx_item_time span {
  color: #006644;
}

.news_list_idx_item:hover .news_list_idx_item_title h3 {
  color: #006644;
}



.notice_idx_item:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #006644;
  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:after {
  display: block;

  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #006644;

  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: 35%;
}

.notice_idx {
  width: 100%;
 
  padding: 30px 20px;

  margin-top: 31px;
}

.notice_idx_item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 11px;
  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;

  color: #505050;
  line-height: 30px;
  height: 60px;

  overflow: hidden;
}

.notice_idx_item_text>span {
  display: block;
  font-size: 1.1rem;
  color: #000;
  overflow: hidden;
}

.notice_idx_item_text>span:hover {

  color: #006644;

}

.notice_idx_item+.notice_idx_item {
  margin-top: 11px;
}

.news_list_idx_item:hover .news_list_idx_item_time span {
  color: #006644;
}

.notice_idx_item:hover .notice_idx_item_text>h3 {
  color: #006644;
}

.notice_idx_item:hover .notice_idx_item_time {
  background-image: linear-gradient(#0d835c, #006644);
  background-color: #006644;
}

.notice_idx_item:hover .notice_idx_item_time span {
  color: #ffffff;
}

.lectureBg {
  width: 100%;
  height: 704px;


  /* background: url(https://ues.pku.edu.cn/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: 25%;
  background-color: #ffffff;
  padding: 30px 30px;
  height: 550px;
}

.lecture_item_idx_img {
  width: 100%;

  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(https://ues.pku.edu.cn/images/icon_user.png) no-repeat 0px;
}

.icon_ardess {
  background: url(https://ues.pku.edu.cn/images/icon_ardess.png) no-repeat 0px;
}

.icon_time {
  background: url(https://ues.pku.edu.cn/images/icon_time.png) no-repeat 0px;
}



/* 学术风采 */
/* 学术风采 */

.teacher_box {
  width: 100%;
  height: 100%;
  /*background: url(../images/bg/xuesheng_bg2.jpg) no-repeat top center #f5f5f5;*/
  background-size: 100% 100%;
  padding-bottom: 40px;
  display: inline;
  vertical-align: middle;
  /* border-bottom: 2px solid #006644; */

}

.teacher_title{
  
  cursor: pointer;
  
  float: left;
  width: 100%;
  min-height: 15%;
  position: relative;
  bottom: 15%;
  z-index: 700;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.teacher_title a{
  color: #000000;
  font-weight: 600;
    
  cursor: pointer;
  
}
 .teacher_title a:hover{
  color: #006644 !important;
  font-weight: 600;
  
  
}
 

.academic_cont {
  width: 100%;
  padding: 30px 0px;
}

.academic_item_cont {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.academic_item_list {
  width: 25%;
}

.academic_item_pic {
  width: 96%;
  height: 100%;
  overflow: hidden;
}

.academic_item_pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academic_item_text {
  padding: 10px 0px;
}

.academic_item_text {

  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  padding: 12px;
}

.academic_item_text_title {
  color: #006644;
  font-weight: bold;
}



.student_box {
  width: 100%;
  height: auto;
  background-size: 100% 100%;

  background-color: #f5f5f5;

  /* border-bottom: 2px solid #006644; */


}




.techaer_content {
  width: 100%;
  padding: 30px;
}

.teacher_item_list_pic {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.teacher_item_cont {
  width: 100%;


  display: flex;
  flex-direction: row;
}

.teacher_item_cont_li_text a {

  color: #3c3d3d;
}

.teacher_item_list_name {

  font-size: 1.2rem;
  width: 100%;
  border-bottom: 1px dotted #006644;
  line-height: 2rem;
}

.teacher_item_content {
  margin-left: 1rem;
  min-height: 100%;
  overflow: hidden;
}

.teacher_cont {
  width: 100%;
  padding: 50px 0px;
}

.teacher_item_cont>ul {
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;

}

.teacher_item_cont_li  {
  width: 96%;


  overflow: hidden;


}
 
 

.teacher_item_cont_li_text {
  line-height: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teacher_item_cont_li_title {
  line-height: 1.5rem;
  width: 100%;
  height: 3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
 

.teacher_item_cont_li>img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.zjblock li {
  line-height: 2rem;
  color: #575757;

}