
/* 手机端（屏幕宽度 ≤ 768px 时）缩小字体 */
@media (max-width: 768px) {
  .home-list .mui-segmented-control a {
    position: relative;
    font-size: 14px;
  }
  .layui-nav .layui-nav-item a {
      display: block;
      padding: 0 2px;
      color: #fff;
      color: rgba(255, 255, 255, 3.7);
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  .expert-list-wrap .swiper-expert .expert-tit strong {
    line-height: 30px;
    height: 30px;
    font-size: 6px;
    color: #555;
    font-weight: normal;
    position: relative;
  }

  .home-news li a span {
    font-size: 6px;
    color: #a56251;
    white-space: nowrap;
  }

  a {
    color: #666;
    font-size: 6px;
  }

  .home-department-wrap .home-department .home-depart a {
    display: block;
    width: 48.5%;
    float: left;
    border: 1px solid #b8905f;
    height: 39px;
    line-height: 37px;
    padding-left: 23px;
    padding-right: 35px;
    margin-bottom: 12px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-image: linear-gradient(135deg, #b8905f 0%, #d2c2ac 100%) 1;
    box-shadow: 4px 1px 5px rgba(132, 45, 55, 0.3);
  }

  .nav {
    display: flex;
    justify-content: space - around;
    background-color: #f0ebe0;
    padding: 15px;
    margin-top: 10px;
  }

  .nav2 {
    border-top: 1px dashed #f8f8f8;
    /* 上边框为2像素宽，虚线，红色 */
    border-bottom: 1px double #f8f8f8;
    /* 下边框为3像素宽，双实线，绿色 */
  }

  .nav3 {
    border-top: 2px dashed #f8f8f8;
    /* 上边框为2像素宽，虚线，红色 */
    border-bottom: 2px double #f8f8f8;
    /* 下边框为3像素宽，双实线，绿色 */
  }

  .mui-table-view-cell.mui-media.mui-col-xs-4 img {
    width: 100%;
    height: auto;
  }

  .home-list2 {
    padding-bottom: 0px;
  }

  .home-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #ee3c07e8;
  }

  .main {
    width: 100%;
    overflow-x: hidden;
  }

  .mui-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .swiper-container.banner-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .swiper-wrapper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    width: 100%;
    height: auto;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .layui-nav {
    position: relative;
    padding: 0 15px;
    background-color: #8e422d;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
  }

  .layui-nav * {
    font-size: 11px;
    /* font-weight:bolder;
    font-family: "KaiTi", "楷体", "STKaiti", serif; */
  }

  .layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #eee;
    background-color: #e9e6dd;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    box-sizing: border-box;
  }
}


/* 电脑端（屏幕宽度 ≥ 768px 时）放大字体*/
@media (min-width: 768px) {
  .mui-table-view-cell>a:not(.mui-btn) {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    margin-left: 6px;
  }
  body {
      font-size: 0px;
  }
.expert-list-wrap .expert-title a.fl {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    position: relative;
    padding-left: 14px;
    padding-bottom: 14px;
}

  .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
      color: #e58208;
      border: 1px solid #f1b36b; /* 宽度为large、实线样式、与文字同色的边框 */
  }

  .layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #eee;
    background-color: #e9e6dd;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .layui-nav * {
    font-size: 20px;
    /* font-weight:bolder; */
    /* font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif; */
    /* font-family: "KaiTi", "楷体", "STKaiti", serif; */
  }

  .layui-nav {
    position: relative;
    padding: 0 15px;
    background-color: #8e422d;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
  }

  .home-list .mui-segmented-control a {
    position: relative;
    font-size: 17px;
  }

  .expert-list-wrap .swiper-expert .expert-tit strong {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    position: relative;
  }

  .home-news li a span {
    font-size: 13px;
    color: #a56251;
    white-space: nowrap;
  }

}

.home-department-wrap .home-department .home-depart a {
  display: block;
  width: 48.5%;
  float: left;
  border: 1px solid #b8905f;
  height: 39px;
  line-height: 37px;
  padding-left: 23px;
  padding-right: 35px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-image: linear-gradient(135deg, #b8905f 0%, #d2c2ac 100%) 1;
  box-shadow: 4px 1px 5px rgba(132, 45, 55, 0.3);
}

.nav {
  display: flex;
  justify-content: space - around;
  background-color: #f0ebe0;
  padding: 15px;
  margin-top: 10px;
}

.nav2 {
  border-top: 1px dashed #f8f8f8;
  /* 上边框为2像素宽，虚线，红色 */
  border-bottom: 1px double #f8f8f8;
  /* 下边框为3像素宽，双实线，绿色 */
}

.nav3 {
  border-top: 2px dashed #f8f8f8;
  /* 上边框为2像素宽，虚线，红色 */
  border-bottom: 2px double #f8f8f8;
  /* 下边框为3像素宽，双实线，绿色 */
}

.mui-table-view-cell.mui-media.mui-col-xs-4 img {
  width: 100%;
  height: auto;
}

.home-list2 {
  padding-bottom: 0px;
}

.home-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ee3c07e8;
}

.main {
  width: 100%;
  overflow-x: hidden;
}

.mui-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.swiper-container.banner-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}