body{color:#696868;margin:0px auto; font-family: Microsoft YaHei; font-size:14px; background:#fff; }
.clear{ clear:both;zoom:1;height:0;font-size: 1px;line-height: 0px;text-indent:-9999px;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {zoom:1;display:block;_height:1px;}

.banner_wap,
.floor_1_wap {
  display: none;
}
@media screen and (max-width: 768px) {
  /* 隐藏pc栏目 */
  #banner_main,
  #floor_2_main,
  #floor_3_main,
  #floor_4_main,
  #floor_1 {
    display: none;
  }
  .banner_wap,
  .floor_1_wap {
    display: block;
  }
  /* wap轮播图 */
  .banner_wap {
    width: 100%;
    overflow: hidden;
  }

  .banner_wap img {
    width: 100%;
  }

  .swiper_banner_wap_pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #ccc;
    opacity: 1;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  }

  .swiper_banner_wap_pagination .swiper-pagination-bullet-active {
    background: #34a9b1;
  }
  /* 首页列表栏目 */
  .floor_1_wap {
    padding: 15px 5px 20px 5px;
    overflow: hidden;
  }
  .floor_1_wap_title {
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .floor_1_wap_title h2 {
    font-size: 30px;
    color: #006269;
    font-weight: normal;
  }
  .floor_1_wap_title h2 a {
    line-height: 50px;
    padding: 10px 10px 10px 35px;
    font-size: 22px;
    font-weight: bold;
    color: #34a9b1;
    background: url(/eportal/uiFramework/commonResource/image/2022111517391139656.png)
      no-repeat left center;
  }
  /* 新闻列表类型 */
  .floor_list {
    padding: 15px 0px 0;
  }
  .floor_list li {
    line-height: 30px;
    text-indent: 10px;
    background: url(/eportal/uiFramework/commonResource/image/2022111518213247001.png)
      0 12px no-repeat;
    overflow: hidden;
    width: 100%;
  }
  .floor_list li a {
    width: 74%;
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
  }
  .floor_list li a:hover {
    color: #006269;
  }
  /* 绿色背景 */
  .floor_bg_wap {
    background: #e9feff;
  }
  /* 图片新闻列表类型 */
  .floor_list_img {
    padding: 15px 0px 0;
  }
  .floor_list_item {
    width: 99%;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
  }
  .floor_list_item_img {
    width: 120px;
    display: block;
    margin-right: 10px;
  }
  .floor_list_item_img img {
    width: 100%;
    vertical-align: middle;
  }
  .floor_list_item_info {
    width: calc(100% - 130px);
  }
  .floor_list_item_info_title {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .floor_list_item_info_date {
    text-align: left;
    font-size: 12px;
    color: #666;
    padding: 2px 0;
    display: block;
    height: auto;
  }
  .floor_list_item_info p {
    color: #666;
    margin: 0;
    height: 2.8em;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
  }
/* 图片列表 */
  .floor_img_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .floor_img_item {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .floor_img_item_link {
    width: 100%;
    height: auto;
    display: block;
  }
.floor_img_item_link img {
    width: 100%;
  }
  .floor_img_item_link p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    padding: 0px 5px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* wap学习中心swiper */
  .floor_swiper{
    width: 100%;
    overflow: hidden;
  }
  .floor_swiper .swiper-slide {
    height: 30px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    display: inline;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 10px;
    background: #f4f4f4;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }

  .floor_swiper .swiper-slide a {
    line-height: 29px;
    font-size: 14px;
    color: #34a9b1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }

  .floor_swiper .swiper-slide-active {
    background: #34a9b1;
  }

  .floor_swiper .swiper-slide-active a {
    color: #fff;
  }
  /* wap学校概况swiper */
  .floor_swiper_introduce .swiper-slide {
    width: 236px;
  }

  .floor_swiper_introduce .swiper-slide a {
    width: 100%;
  }

  .floor_swiper_introduce .swiper-slide a img {
    width: 100%;
  }

  .floor_swiper_introduce_info {
    padding: 0 5px;
  }
  .floor_swiper_introduce_info .floor_list_item_info_title {
    line-height: 28px;
  }
}