@media screen and (max-width: 1200px){
  .commonWidth {
    width: 100%;
    padding: 0px 15px;
  }
  .banner, .swiperBanner {
    height: 350px;
  }
}
@media screen and (max-width: 1130px){
  .menu>li {
    padding: 0px 10px;
  }
  .menu>li>a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px){
  .headerbtn_bar {
    display: block;
  }
  .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: 50%;
    height: 100%;
    margin-left: -50%;
    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;
   font-family:"Libre";
  }
  .iphone-box .active>a {
    color: #AE0C2A;
  }
  .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;
  }
  .iphone-box>ul>li>ul {
    display: none;
    padding-bottom: 10px;
  }
  .iphone-box>ul>li>ul>li>a {
    display: block;
   font-family:"Libre";
    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;
  }
  .header {
    height: auto;
    padding-bottom: 10px;
  }
  .logo {
    width: 100%;
    height: auto;
    float: none;
  }
  .menu,
  .headerText {
    display: none;
  }
  .banner, .swiperBanner {
    height: 300px;
  }
  .realTimeData {
    height: auto;
  }
  .dataDetail {
    flex-wrap: wrap
  }
  .dataDetailCont {
    width: 50%;
    margin-bottom: 10px;
  }
  .LatestBg {
    padding: 30px 0px;
  }
  .latestBox {
    margin-top: 30px;
    flex-wrap: wrap
  }
  .idxNews,
  .noticeIdx {
    width: 100%;
  }
  .swiperNews .swiper_text>span {
    margin: 10px 0px;
  }
  .noticeIdx {
    margin-top: 30px;
  }
  .cultivationCont {
    flex-wrap: wrap
  }
  .collegesItem, .departItem {
    width: 100%;
  }
  .collegesItem, .departItem {
    padding: 45px 20px;
  }
  .collegesTitle>h3 {
    background: url(../images/icon_college.png) no-repeat 38%;
  }
  .departTitle>h3 {
    background: url(../images/icon_depart.png) no-repeat 23%;
  }
  .foot {
    height: auto;
    padding: 20px 0px;
  }
  .footNav {
    display: none;
  }
  .code {
    float: none;
    margin: 0 auto;
  }
  .centerBg {
    height: 300px;
  }
  .commonNavLeft {
    display: none;
  }
  .commonRight {
    width: 100%;
    float: none;
  }
  .articleCont {
    padding: 20px;
  }
  .noticeItemList>a {
    padding: 20px 20px;
  }
  .baseList {
    width: calc(100% - 51%);
  }
  .baseList+.baseList {
    margin-left: 0;
  }
  .baseList:nth-child(2n) {
    float: right;
  }
  .baseList+.baseList+.baseList {
    margin-top: 20px;
  }
  .baseList>a>span {
    background: url(../images/icon_user.png) no-repeat 59%;
  }
  .baseList>a>h3 {
    font-size: 18px;
  }
  .newsItemCont {
    padding: 20px;
  }
  .newsItemContImg {
    transform: translateY(0);
    width: 100%;
    float: none;
    height: auto;
  }
  .newsItemContText {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
  }
  .newsItemCont+.newsItemCont {
    margin-top: 30px;
  }
  .teacher_list_item {
    width: 100%;
  }
  .teacher_list_item+.teacher_list_item {
    margin-top: 30px;
  }
}
