@media screen and (max-width: 1875px){
  .nav>li>a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1705px){
  .nav>li>a {
    padding: 10px 10px;
  }
  .swiperBanner {
    height: 520px;
  }
  .swiper_img {
    height: 100%;
  }
}
@media screen and (max-width: 1635px){
  .menu_right {
    width: calc(100% - 40%);
  }
  .nav>li>a {
    padding: 10px 7px;
  }
  .nav>li>a {
    font-size: 16px;
  }
  .navT>li>a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1480px){
  .logo {
    width: 316px;
    height: auto;
  }
  .menu_right {
    width: calc(100% - 35%);
  }
  .nav>li>a {
    padding: 10px 7px;
    font-size: 16px;
  }
  .navT>li>a {
    font-size: 14px;
  }
  .swiperBanner {
    height: 420px;
  }
}
@media screen and (max-width: 1400px){
  .commonWidth {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .lecture_item_idx + .lecture_item_idx {
    margin-left: 2.9%;
  }
  .non_item_idx + .non_item_idx {
    margin-left: 2.9%;
  }
  .news {
     width: calc(100% - 73%);
  }
  .notice {
    width: calc(100% - 68%);
  }
.grow {
    width: calc(100% - 51.5%);
  }
  .news_focus_img>img,
  .lecture_item_idx_img>img,
 .non_item_idx_img>img {
    width: auto;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .news_focus>a:hover .news_focus_img>img,
  .lecture_item_idx>a:hover .lecture_item_idx_img>img,
  .non_item_idx>a:hover .non_item_idx_img>img,{
    transform: scale(1.1,1.1) translateX(-50%);
    -webkit-transform: scale(1.1,1.1) translateX(-50%);
    -moz-transform: scale(1.1,1.1) translateX(-50%);
    -ms-transform: scale(1.1,1.1) translateX(-50%);
  }
  .department_cont+.department_cont {
    margin-left: 22px;
  }
}
@media screen and (max-width: 1302px){
  .nav>li>a {
      padding: 10px 5px;
      font-size: 16px;
  }
}
@media screen and (max-width: 1200px){
  .hd-nav>li>a {
      padding: 10px 5px;
      font-size: 14px;
  }


 .footer_link {
    width: 30%;
 }
 .contact_us {
    width: 50%;
 }
 .swiperBanner {
    height: 300px;
  }
}
@media screen and (max-width: 1200px){
 .logo {
    margin-top: 0px;
    float: none;
    padding-top: 15px;
  }
  .nav,
  .commonLeftNav {
    display: none;
  }
  .menu_right {
    width: calc(100% - 65%);
  }
  .moreBg {
    height: 260px;
  }
  .commonLeftNav,
  .commonRightCont,
  .locationTitle,
  .locationNav,
  .academic_list_item_pic,
  .academic_list_item_text,
  .college_dean_intro,
  .college_dean_img,
  .news_list_item_pic,
  .news_list_text {
    width: 100%;
    float: none;
  }
  .location {
    height: auto;
    padding-bottom: 10px;
  }
  .locationTitle>h3,
  .article_cont_title>h3 {
    font-size: 18px;
  }
  .academic_list_item,
  .college_contact {
    padding-top: 20px;
  }
  .academic_list_item_pic {
    width: 100%;
  }
  .academic_list_item {
    padding: 20px 0px;
  }
  .page,
  .page_nav {
    margin-top: 20px;
  }
  .article_cont_title>h3 {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .article_cont_title {
    padding-bottom: 20px;
  }
  .college_introduction table {
    width: 100%;
  }
  .college_introduction table th,
  .college_introduction table tr td {
    font-size: 14px;
    line-height: 30px;
  }
  .college_contact p {
    padding-left: 60px;
    font-size: 14px;
    line-height: 22px;
  }
  .department_cont {
    width: calc(100% - 51%);
  }
  .department_cont+.department_cont {
    margin-left: 0px;
  }
  .department_cont:nth-child(2n) {
    float: right;
  }
  .college_leader {
    margin-top: 20px;
  }
  .college_leader_cont {
    width: 100%;
  }
  .college_leader_title>h3 {
    font-size: 16px;
    text-indent: 1em;
  }
  .college_leader_text {
    padding: 10px 0px;
  }
  .college_leader_text>span {
    font-size: 14px;
    width: 26%;
  }
  .college_leader_text>div>p {
    font-size: 14px;
  }
  .news_list_item {
    padding: 20px 0px;
  }
  .news_list_item_pic {
    height: auto;
  }
  .news_list_text>h3 {
    font-size: 16px;
    max-height: 60px;
    line-height: 30px;
    margin-top: 10px;
  }
  .notice_list_cont_time,
  .notice_list_cont_text,
  .grow_list_cont_time,
  .grow_list_cont_text {
    width: 100%;
    float: none;
  }
  .notice_list_cont>a:after,
  .grow_list_cont>a:after {
    content: '';
    display: block;
    clear: both;
  }
  .notice_list_cont>a>.notice_list_cont_text,
  .grow_list_cont>a>.grow_list_cont_text {
    width: auto;
    float: left;
    margin-left: 30px;
    margin-top: 4px;
  }
  .notice_list_cont_time>span,
  .grow_list_cont_time>span {
    border-right: 0px;
  }
  .notice_list_cont_time>span,
  .grow_list_cont_time>span {
    font-size: 14px;
    line-height: 22px;
  }
  .notice_list_cont_text>h3,
  .grow_list_cont_text>h3 {
    height: 30px;
    line-height: 30px;
  }
  .notice_list_cont,
  .grow_list_cont {
    padding: 10px;
  }
  .professional_item_title {
    font-size: 16px;
  }
  .professional_item_title>i {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .professional_intro,
  .teacher_academician {
    margin-top: 20px;
  }
  .profes_list_cont>a {
    padding: 20px 0px;
  }
  .profes_list_pic {
    width: 120px;
    height: auto;
  }
  .profes_list_text {
    width: calc(100% - 140px);
  }
  .profes_list_text {
    padding-top: 10px;
  }
  .profes_list_text>h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .profes_list_text>p {
    margin: 0px 0px;
    height: 84px;
  }
  .teacher_academ_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .teacher_line {
    padding: 15px;
  }
  .teacher_academ_list_text {
    width: calc(100% - 170px);
    padding-right: 10px;
  }
  .teacher_academ_list_text>h3 {
    font-size: 18px;
  }
  .teacher_info {
    padding: 15px;
  }
  .teacher_info_pic {
    width: 120px;
    height: auto;
  }
  .teacher_info_text {
    width: calc(100% - 140px);
  }
  .teacher_info_text>h3 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .teacher_info_text>p {
    font-size: 14px;
    line-height: 22px;
  }
  .teacher_article_menu>a {
    width: 49%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .teacher_article_menu>a+a {
    margin-left: 0px;
  }
  .teahcer_article_detail h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  .teacher_list_menu {
    padding: 15px 10px;
  }
  .teacher_list_letter>span {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    float: none;
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .teacher_list_letter>div,
  .teacher_list_cont_item {
    width: 100%;
    float: none;
  }
  .teacher_list_letter>div>a {
    font-size: 14px;
    line-height: 25px;
  }
  .teacher_list_cont {
    margin-top: 20px;
  }
  .teacher_list_cont_item_pic {
    width: 120px;
    height: auto;
  }
  .teacher_list_cont_item_text {
    width: calc(100% - 140px);
    padding-right: 10px;
  }
  .teacher_list_cont_item_text>h3 {
    font-size: 18px;
  }
  .search {
    display: none;
  }
  .headerbtn_bar {
    display: block;
    margin-top: -60px;
  }
  .menu_btn {
    margin-top: -20px;
  }
  .masking {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease 0.2s;
    z-index: -1;
  }
.masking.focus {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}
.iphone_nav {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  margin-left: -40%;
  transition: all 0.6s ease  0.2s;;
  -webkit-transition: all 0.6s ease  0.2s;/*谷歌和safari*/
  -moz-transition: all 0.6s ease  0.2s;/*火狐*/
  -ms-transition: all 0.6s ease  0.2s;/*ie*/
  -o-transition: all 0.6s ease  0.2s;/*opera*/
  z-index: 999999;
}
.iphone-box {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  padding-top: 80px;
  transition: all 0.6s ease  0.2s;;
  -webkit-transition: all 0.6s ease  0.2s;/*谷歌和safari*/
  -moz-transition: all 0.6s ease  0.2s;/*火狐*/
  -ms-transition: all 0.6s ease  0.2s;/*ie*/
  -o-transition: all 0.6s ease  0.2s;/*opera*/
}
.iphone-box>ul>li>a {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 40px;
}
.iphone-box .active>a {
  color: #0066CC;
}
.iphone-box>ul>li>a>i {
  height: 46px;
  width: 16px;
  padding-left: 8px;
  box-sizing: content-box;
  display: inline-block;
  background: url(../images/phone_more.png) no-repeat right center;
  vertical-align: middle;
}
.slideTwo {
  background: url(../images/phone_more.png) no-repeat 80% center;
}
.iphone-box>ul>li>ul {
  display: none;
  padding-bottom: 10px;
}
.iphone-box>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.iphone-box>ul>li>ul>li>a strong {
  font-weight: normal !important;
}
.iphone_nav.focus {
  margin-left: 0;
  display: block !important;
}
.iphone-box>ul>li>ul>li>ul {
  display: none;
  width: 100%;
  background-color: #e5e5e5;
}
.iphone-box>ul>li>ul>li>ul>li {
  display: block;
  width: 100%;
}
.iphone-box>ul>li>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
}

@media screen and (max-width: 991px){
.ydnone{display:none;}
.headerbtn_bar {
    display: block;
    margin-top: -60px;
  }
 .swiperBanner {
    width: 100%;
    height: 250px;
  }
 .logo {
    margin-top: 0px;
    float: none;
    width: 300px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px){
  .moreBg {
    height: 106px;
  }
  .headerBg {
    height: auto;
    position: static;
  }
  .header {
    padding: 0px 15px;
  }
  .logo {
    margin-top: 0px;
    float: none;
    width: 260px;
    padding-top: 15px;
  }
.headerbtn_bar {
    display: block;
    margin-top: -55px;
  }
  .menu_right,
  .news,
  .notice,
  .grow,
  .news_focus,
  .news_list_idx,
  .lecture_item_idx,
  .non_item_idx,
  .profession_list_idx_item,
  .footer_link,
  .contact_us,
  .contact_us_cont {
    width: 100%;
    float: none;
  }

.commonTitle{
padding:10px 0;
background:#0066CC;
}
  .swiperBanner {
    width: 100%;
    height: 120px;
  }
  .swiper_pagi,
  .swiperPrev, .swiperNext,
  .positionImg {
    display: none;
  }
  .swiper_img {
    height: 100%;
  }
  .swiper_text {
    height: 70px;
    padding: 0px;
  }
  .swiper_text>a>h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .swiper_text>a>span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
  .infoBg {
  padding: 50px 0 0 0;
}

  .infoBg .hx{
   width:100%;
   height:1px;
margin:-20px 0 25px 0;
border-bottom:1px dotted #0066CC;
  }
  .commonTitle>h3>i {
    font-size: 26px;
  }
  .commonTitle>h3 {
    font-size: 22px;
    color:#fff;
    padding-left:20px;
  }
  .commonTitle>a {
    line-height: 35px;
 color:rgba(255,255,255,0.6);
  }
  .commonTitle>a:hover{
    color:rgba(255,255,255,1);
  }
  .news_cont,
  .notice_idx,
  .grow_idx {
    margin-top: 15px;
    padding: 20px 15px;
  }
  .news_focus {
    border-bottom: 1px solid #0066CC;
  }
  .news_list_idx,
  .notice,
  .grow,
 .lecture_list,
  .non_list,
  .profession_list_idx,
  .profession_list_idx_item+.profession_list_idx_item+.profession_list_idx_item,
  .profession_list_idx_item+.profession_list_idx_item {
    margin-top: 15px;
  }

.grow{padding-bottom:30px;}
  .notice_idx_item_time>span,
  .grow_idx_item_time>span {
    font-size: 18px;
  }
  
  .professionalsBox {
    padding: 25px 0 10px 0;
  }
.lectureBox {
  padding: 40px 0 70px;
}
.lectureBox .bt{
  padding-bottom: 4px;
}
 .professionalsBox .bt{
    padding-bottom:5px;
  }

  .lecture_item_idx + .lecture_item_idx,
  .non_item_idx + .non_item_idx{
    margin-left: 0px;
    margin-top: 15px;
  }

.lecture_item_idx_item,
.non_item_idx_item {
 font-size:24px;
color:#fff;
padding-top:80px;
padding-left:20px;
}
.lecture_item_idx_item,
.non_item_idx_item {
padding:14px 0 10px 20px;
border-bottom:0px solid #ddd;
background:#0066CC;
}

.lecture_item_idx_text,
.non_item_idx_text {
  width: 100%;
  margin-top: 30px;
padding: 0 20px;
}
.lecture_item_idx_text>span,
.non_item_idx_text>span {
 font-size:16px; 
text-align:center;
margin-bottom:50px;

}
.lecture_item_idx_text>span>a,
.non_item_idx_text>span>a {
    border:0px solid #0066CC;
background:#0066CC;
color:#fff;
padding:10px 30px; 
line-height:50px;
}

.lecture_item_idx_text>span>a:hover,
.non_item_idx_text>span>a:hover {
    border:0px solid #0066CC;
background:#0066CC;
color:#ffcc00;
padding:10px 30px; 
line-height:50px;
}


.nonBox {
  padding: 40px 0 70px;
}


.nonBox .bt{
   width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
padding-bottom:5px;
}
.nonBox .bt>span{
   font-size:32px;
    padding-left:10px;
    margin-top:-5px;
}
.nonBox .hx{
    height:1px;
    border-bottom:1px dotted #0066CC;
}



.ydnone{display:none;}

  .lectureBg,
  .nonBg,
  .professionalsBg {
    height: auto;
  }
  .profession_list_idx_item:nth-child(2n) {
    float: none;
  }
  .profession_list_idx_item_pic {
    width: 120px;
    height: 140px;
  }
  .profrssion_list_idx_item_text {
    width: calc(100% - 140px);
    padding: 10px 20px 10px 0px;
  }
  .profrssion_list_idx_item_text>p {
    height: 48px;
    overflow: hidden;
    line-height: 24px;
  }
  .footer_shortcut {
    height: 0px;
  }
  .footer_shortcut_list_item {
    height: 100%;
  }
  .footer_shortcut_list_item>a {
    padding-top: 10px;
  }
  .footer_shortcut_list_item>a>i {
    width: 32px;
    height: 36px;
    background-size: 100% !important;
  }
  .footer_shortcut_list_item>a>h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer_info,
  .contact_us,
  .copyRight {
    margin-top: 20px;
  }
  .footerBg {
    height: auto;
  }
  .code {
    width: 100%;
    float: none;
  }
  .footer_list {
    width: 100%;
  }
 .footer_link {
    padding-top:40px;
 }
.footer_title {
  line-height: 22px;
  margin-bottom: 5px;
}
.footer_title:after {
  display: block;
  content: '';
  width: 21px;
  height: 2px;
  background-color: #0066CC;
  margin-top: 2px;
}
.footer_link_list>a, .contact_us_cont>p,.contact_us_cont>p a {
  /* display: block; */
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.code {
  margin-bottom: 50px;
}
.code>h3 {
  margin-top: 5px;
}


.zhaosheng .bt{
  width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
padding-top:30px;
padding-bottom:20px;
}
  .zhaosheng .bt>span{
    font-size:32px;
    padding-left:10px;
    margin-top:-45px;
  }
  .zhaosheng .bt>img{
        margin-top:-43px;
  }

  /* 学习服务 */
  .academic_cont {
    padding: 40px 0 4px 0;
  }
  .academic_cont .bt{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .academic_cont .bt>span{
    font-size:32px;
    padding-left:10px;
    margin-top:-5px;
  }
  .academic_item_cont {
    margin-top: 30px;
  }
  .academic_item_list {
    width: calc(100% - 50%);
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
  }
  .academic_item_pic {
    height: 50px;
  }
  .academic_item_pic>img {
    display: block;
    width: 100%;
    height: 50px;
  }
  .academic_item_text {
    padding: 10px;
  }
  .academic_item_text>span {
    top: 135px;
  }
  .academic_item_text>h2 {
    font-size: 14px;
  }
  .academic_item_text>p {
    font-size: 12px;
  }
  .academic_item_list:after {
    background: none !important;
  }
  .academic_item_list:nth-child(3),
  .academic_item_list:nth-child(4) {
    margin-top: 20px;
  }
  .academic_item_list:nth-child(2n) {
    float: right;
  }
  .academic_item_list:nth-child(2),
  .academic_item_list:nth-child(4) {
    padding-right: 20px;
  }


  /* pku_news */

  .pku_news {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .pku_news_title {
    width: 143px;
    height: 52px;
    background: url(../images/icon_title_bg_pku.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 5;
    top: -20px;
    left: 0px;
  }
  .pku_news_title>h3 {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(../images/icon_title_pku.png) no-repeat 20px;
    padding-left: 30px;
    text-indent: 23px;
    background-size: 17%;
  }
  .swiperBanner_pku {
    width: 100%;
    height: 219px;
  }
  .swiper_box_pku {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper_img_pku {
    width: 100%;
    height: 100%;
  }
  .swiper_text_pku {
    width: 100%;
    height: 40px;
    background-color: rgba(26, 26, 26, 0.80);
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
  }
  .swiper_text_pku>a>h3 {
    display: block;
    box-sizing: border-box;
    padding: 0px 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

/* 2024年12月20日 */
  .traffic_cont {
    width: 100%;
    padding: 0px 20px 50px;
  }
  .traffic_cont_title {
    width: 100%;
  }
  .traffic_cont_title>h3 {
    text-indent: 0px;
    background: transparent;
  }
  .traffic_detail_cont {
    padding: 30px 20px;
  }
  .traffic_cont+.traffic_cont .traffic_cont_title>h3,
  .traffic_cont+.traffic_cont+.traffic_cont .traffic_cont_title>h3 {
    background: transparent;
  }
  .traffic_cont_title:after {
    display: none;
  }
  .traffic_cont>p {
    padding: 0px 20px;
  }
  .traffic_notice {
    height: auto;
  }
  .traffic_notice>h3 {
    padding: 20px 20px;
    line-height: 30px;
    background: transparent;
  }
  .meet_detail_cont {
    padding: 20px;
  }
  .meet_info {
    padding: 15px;
  }
  .meet_detail_rent_item {
    flex-wrap: wrap;
  }
  .meet_detail_rent_list {
    width: calc(100% - 51%);
    padding: 40px 20px;
    margin-bottom: 30px;
  }


.news_list_idx_item_time{
  width: 20.5%;
  height: 50px;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.notice_idx_item_time {
   width: 20.5%;
  height: 50px;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.news_list_idx_item_title {
  width: calc(100% - 24%);
}
.lecture_idx_item_text {
  width: calc(100% - 24%);
}
.lecture_idx_item_time>span {
  font-size: 26px; 
}

.notice_idx_item_text {
  width: calc(100% - 24%);
}
.notice_idx_item_time>span {
  font-size: 26px; 
}

.grow_idx_item_time {
   width: 20.5%;
  height: 50px;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.grow_idx_item_time>span {
  font-size: 26px;
  padding-top:2px;
}
.grow_idx_item_time>span+span {
  padding-top:3px;
}
.grow_idx_item_text {
  width: calc(100% - 24%);
 padding-right: 10px;
}
 
.ydnone{display:none;}
.ydok{display:block;
}

}