/**
 * 移动端样式表 mobile.css
 * 适配屏幕宽度 ≤768px 的移动设备
 */
@media screen and (max-width: 768px) {
  /* 基础样式重置 */
  html,
  body {
    font-size: 14px !important;
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto !important;
  }

  iframe {
    max-width: 100%;
    height: auto !important;
    min-height: auto !important;
  }

  /* 全局容器适配 */
  .wrapper .inner {
    width: 100% !important;
    padding: 0 10px !important;
    margin: 0 !important;
  }

  /* 头部区域适配 */
  #header {
    height: auto !important;
    padding: 10px 0;
  }

  .header .inner {
    height: auto !important;
    position: static !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .sitelogo {
    float: none !important;
    margin: 0 !important;
    text-align: center;
  }

  .header .sitelogo img {
    max-width: 80%;
  }

  .header .head-left,
  .header .head-right {
    float: none !important;
    width: 100% !important;
  }

  .header .head-right {
    margin-top: 10px !important;
  }

  .site-lang ul li.news {
    float: none !important;
    margin: 10px 0 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: center;
  }

  /* 新增：汉堡菜单按钮样式 */
  .menu-toggle {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
    background: transparent;
    border: none;
    padding: 0;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #B10B0F;
    margin: 6px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* 导航栏适配 - 新增折叠逻辑 */
  #nav {
    padding: 0 !important;
    position: relative;
  }

  .nav_left {
    float: none !important;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    background: #fff;
  }

  /* 菜单展开状态 */
  .nav_left.menu-open {
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px 0;
  }

  .nav_right {
    float: none !important;
    width: calc(100% - 50px) !important;
    padding: 10px 15px;
  }

  .wp-menu {
    margin: 0 !important;
    padding: 0 15px;
  }
 .mod{
width: 100%;
}
  .wp-menu .menu-item {
    float: none !important;
    display: block !important;
    border-bottom: 1px solid #eee;
  }

  .wp-menu .menu-item a.menu-link {
    padding: 12px 0 !important;
    line-height: 40px !important;
    text-align: left !important;
    font-size: 14px !important;
    margin: 0 !important;
    color: #B10B0F !important;
  }

  /* 子菜单默认隐藏 */
  .sub-menu {
    position: static !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: #f8f8f8 !important;
    padding-left: 15px !important;
    display: none;
  }

  /* 子菜单展开 */
  .menu-item.has-submenu .sub-menu.open {
    display: block;
  }

  .sub-menu .sub-item a {
    padding: 8px 0 !important;
    font-size: 13px !important;
    color: #666 !important;
  }

  /* 轮播图适配 */
  #banner .flexslider {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
#banner{
height:150px;
}
  .flexslider img {
    height: auto !important;
    max-width: 100%;
  }
.post-413 .news_list li.news .news_imgs{
height: auto !important;
width:calc(100% - 20px)  !important;
}
  .slick-dots {
    bottom: 5px !important;
  }

  .slick-dots li {
    margin: 0 4px !important;
  }

  .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
  }

  .slick-dots li.slick-active {
    width: 16px !important;
  }

  /* 核心内容区域适配 */
  .main1 .inner {
    padding: 20px 10px 0 !important;
  }

  .main2 .ml,
  .main2 .mr {
    float: none !important;
    width: calc(100% - 20px) !important;
    margin-top: 15px !important;
  }

  /* 快捷入口样式适配 */
  .post-22 .news_list li.news {
    width: 50% !important;
    height: auto !important;
    padding: 15px 0 !important;
    line-height: 24px !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
  }

  .post-22 .news_imgs {
    margin-top: 10px !important;
  }

  .post-22 .news_imgs img {
    max-width: 40px !important;
  }

  .post-22 .news_con .news_title a {
    font-size: 16px !important;
  }

  /* 通知公告/招生政策等列表适配 */
  .post-15 .tt .tit .title,
  .post-16 .tt .tit .title {
    font-size: 20px !important;
    padding-left: 20px !important;
  }

  .post-15 .news_list li.news,
  .post-16 .news_list li.news {
    line-height: 35px !important;
  }

  .news_list li.news span.news_meta {
    display: block !important;
    font-size: 12px !important;
    color: #666 !important;
    margin-top: 5px !important;
  }

  .post .more_btn {
    margin-top: 5px !important;
  }

  /* 校园视频/风光区域适配 */
  .main4 .ml,
  .main4 .mr {
    float: none !important;
    width: 100% !important;
  }

  .post-413 .news_list li.news {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px 0 !important;
  }

  /* 搜索框适配 */
  .searchbox {
    text-align: center !important;
    margin-top: 15px !important;
  }

  .wp-search .search-input {
    margin-right: 0 !important;
  }

  .wp-search .search-input input.search-title {
    font-size: 13px !important;
    height: 30px !important;
    padding-left: 8px !important;
  }

  .wp-search .search-btn {
    width: 30px !important;
    height: 30px !important;
  }

  /* 页脚适配 */
  #footer {
    padding: 15px 0 !important;
  }

  #footer .inner {
    padding: 10px !important;
  }

  .foot-left,
  .foot-center,
  .foot-center2,
  .foot-right {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 !important;
    text-align: center !important;
  }

  .foot-left img {
    max-width: 80px !important;
  }

  .foot-center li.news {
    padding-left: 0 !important;
    text-align: center !important;
    line-height: 28px !important;
  }

  .foot_images ul li {
    float: none !important;
    display: inline-block !important;
    width: 30% !important;
    margin: 10px 5px !important;
  }

  .foot_images ul li .news_imgs {
    width: 100% !important;
    height: auto !important;
  }

  .foot_images ul li .news_title {
    line-height: 30px !important;
    font-size: 13px !important;
  }

  #footer2 {
    height: auto !important;
    padding: 10px 0 !important;
  }

  #footer2 span {
    font-size: 12px !important;
    line-height: 30px !important;
  }

  /* 咨询弹窗适配 */
  .xz-con {
    position: relative !important;
    width: 100% !important;
    border-radius: 0 !important;
  }

  .layerwt {
    height: auto !important;
    padding: 10px !important;
  }

  .layerk .mation .setcon {
    margin-bottom: 10px !important;
  }

  .layerk .mation .setcon .tag {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    height: auto !important;
    line-height: normal !important;
  }

  .layerk .mation .setcon select,
  .layerk .mation .setcon .inp1,
  .layerk .mation .setcon .inp2 {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 其他细节优化 */
  .box_4 {
    display: none !important; /* 移动端隐藏装饰性元素 */
  }

  .foot_link_r {
    height: auto !important;
    margin-bottom: 15px !important;
  }

  .foot_link_r1 li {
    padding: 10px 0 !important;
    text-align: center !important;
  }

  /* 调整行高和间距 */
  p {
    line-height: 1.6 !important;
  }

  .copyright {
    font-size: 12px !important;
    line-height: 24px !important;
text-align: center !important;
  }
#footer .inner .foot-left{
height: 110px !important;
}
.listcolumn_inner .mod{
display:none;
}
.listcolumn_inner{
width: 95%;
}
.col_news .col_news_box{
margin-left: 0px !important;
}
.col_news {
  width:calc(100% - 20px)!important;
  min-height: 500px!important;
  float:left!important;
}
}

/* 适配小屏手机（≤480px） */
@media screen and (max-width: 480px) {
  .post-22 .news_list li.news {
    width: 100% !important;
  }

  .foot_images ul li {
    width: 45% !important;
  }

  .wp-menu .menu-item a.menu-link {
    font-size: 13px !important;
    line-height: 35px !important;
  }

  .post-15 .tt .tit .title,
  .post-16 .tt .tit .title {
    font-size: 18px !important;
  }

  .menu-toggle {
    top: 15px !important;
    width: 30px !important;
  }
.listcolumn_inner .mod{
display:none;
}
.listcolumn_inner{
width: 95%;
}
.col_news .col_news_box{
margin-left: 0px !important;
}
.col_news {
  width:calc(100% - 20px)!important;
  min-height: 500px!important;
  float:left!important;
}
}

/* 非移动端隐藏汉堡按钮 */
@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none !important;
  }
}