.m-expert {
  margin-bottom: 20px;
}
.m-expert .m-charts--list {
  display: flex;
  color: #666666;
  align-items: flex-start;
  margin-top: 20px;
  background: #EDF5FF;
  padding: 10px;
  border-radius: 5px;
}
.m-expert .m-charts--list .boxs-one {
  background: #fff;
  border-radius: 5px;
}
.m-expert .m-charts--list .m-charts--item {
  height: 100%;
}
.m-expert .m-charts--list .m-charts--map {
  height: 445px;
}
.m-expert .m-charts--list .le {
  width: 260px;
}
.m-expert .m-charts--list .le .top {
  margin-bottom: 10px;
}
.m-expert .m-charts--list .le .boxs {
  height: 200px;
}
.m-expert .m-charts--list .cen {
  flex: 1;
  width: 0;
  margin: 0 10px;
}
.m-expert .m-charts--list .ri {
  width: 260px;
}
.m-expert .m-charts--list .ri .top {
  margin-bottom: 10px;
}
.m-expert .m-charts--list .ri .boxs {
  height: 200px;
}
.m-expert .m-charts--list .titles {
  line-height: 22px;
  font-size: 16px;
  padding: 5px 0;
  padding-left: 10px;
  font-weight: bold;
  border-left: 4px solid #005293;
  border-bottom: 1px solid #ededed;
}
.m-expert .m-charts--list .boxs {
  height: 100%;
  overflow: hidden;
}
.m-expert .top10 {
  display: flex;
}
.m-expert .top10 .imgs {
  width: 580px;
  height: 328px;
}
.m-expert .top10 .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-expert .top10 .swiper {
  width: 580px;
  height: 328px;
  overflow: hidden;
}
.m-expert .top10 .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-expert .top10 .lists {
  flex: 1;
  background: #EDF5FF;
  padding: 20px;
}
.m-expert .m-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px solid #DBDBDB;
}
.m-expert .m-title.line {
  border-bottom: 2px solid #DBDBDB;
}
.m-expert .m-title.space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-expert .m-title .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 65px;
  margin-right: 40px;
  padding-left: 50px;
  padding-right: 10px;
  background: url(../images/icon-tab4.png) no-repeat 10px center / 25px auto;
  color: #005293;
  position: relative;
}
.m-expert .m-title .name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-bottom: 6px solid #005293;
}
.m-expert .m-title .tabs {
  margin-right: 80px;
  flex: 1;
}
.m-expert .m-title .tabs.tabs-mini ul {
  display: flex;
}
.m-expert .m-title .tabs.tabs-mini ul li {
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  padding: 22px 8px;
  margin: 0 0;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.m-expert .m-title .tabs ul {
  display: flex;
}
.m-expert .m-title .tabs li {
  text-align: center;
  font-size: 20px;
  color: #666666;
  line-height: 25px;
  padding: 20px 0;
  margin: 0 12px;
  position: relative;
}
.m-expert .m-title .tabs li:hover,
.m-expert .m-title .tabs li.hover {
  color: #005293;
  font-weight: bold;
}
.m-expert .m-title .tabs li:hover::after,
.m-expert .m-title .tabs li.hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0;
  border-bottom: 4px solid #005293;
}
.m-expert .m-title .btn {
  margin-top: 7px;
  margin-left: 30px;
  position: absolute;
  right: 0;
  top: 10px;
}
.m-expert .chart-list .boxs {
  height: 580px;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  display: none;
}
.m-expert .chart-list .boxs.hover {
  display: block;
}
.m-expert .chart-list .boxs .m-echarts {
  width: 100%;
  height: 100%;
}
.m-expert .user-list {
  margin: 0 0;
}
.m-expert .user-list .boxs {
  display: none;
}
.m-expert .user-list .boxs.hover {
  display: block;
}
.m-expert .user-list .boxs ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.m-expert .user-list .boxs ul li {
  background: #fff;
  border: 1px solid #E4E4E4;
}
.m-expert .user-list .boxs ul li:hover {
  transform: translate(0, -20px);
}
.m-expert .user-list .boxs ul li .imgs {
  height: 220px;
}
.m-expert .user-list .boxs ul li .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-expert .user-list .boxs ul li .name {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
.m-expert .user-list .boxs ul li .msg {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-expert .achies {
  margin-top: 10px;
  align-items: flex-start;
}
.m-expert .achies .ach-list {
  flex: 1;
  width: 0;
}
.m-expert .achies .swiper {
  width: 460px;
  margin-left: 52px;
  background: #EDF5FF;
  border-radius: 0px 0px 0px 68px;
  position: relative;
}
.m-expert .achies .swiper .m-swiper-pages {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 20px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
}
.m-expert .achies .swiper .m-swiper-pages .swiper-pagination {
  flex: 1;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: DINAlternate-Bold, DINAlternate;
  text-align: right;
  padding-right: 20px;
}
.m-expert .achies .swiper .m-swiper-pages .swiper-pagination .swiper-pagination-current {
  color: #333;
  font-size: 28px;
  margin: 0 2px;
}
.m-expert .achies .swiper .m-swiper-pages .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #333;
  margin: 0 2px;
}
.m-expert .achies .swiper .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1000;
}
.m-expert .achies .swiper .m-swiper-pages .m-swiper-page.m-swiper-left {
  background: url(../images/org_prev.png) no-repeat center / 100%;
}
.m-expert .achies .swiper .m-swiper-pages .m-swiper-page.m-swiper-right {
  background: url(../images/org_next.png) no-repeat center / 100%;
}
.m-expert .achies .swiper .swiper-slide {
  padding: 22px;
  background: #EDF5FF;
  overflow: hidden;
}
.m-expert .achies .swiper .swiper-slide .time {
  display: none;
  margin-bottom: 20px;
}
.m-expert .achies .swiper .swiper-slide .time .day {
  font-size: 36px;
  font-weight: bold;
  color: #005293;
  line-height: 42px;
}
.m-expert .achies .swiper .swiper-slide .time .year {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.m-expert .achies .swiper .swiper-slide .imgs {
  height: 260px;
  margin-bottom: 20px;
}
.m-expert .achies .swiper .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-expert .achies .swiper .swiper-slide .info {
  margin-bottom: 20px;
}
.m-expert .achies .swiper .swiper-slide .info .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  margin-bottom: 10px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-expert .achies .swiper .swiper-slide .info .msg {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.m-expert .achies .swiper .swiper-slide .more {
  margin-top: 20px;
}
.m-expert .preface {
  margin-top: 20px;
}
.m-expert .preface .mySwiper {
  position: relative;
}
.m-expert .preface .mySwiper .m-swiper-pages {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 20px;
  width: 524px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.m-expert .preface .mySwiper .m-swiper-pages .swiper-pagination {
  flex: 1;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  font-family: DINAlternate-Bold, DINAlternate;
}
.m-expert .preface .mySwiper .m-swiper-pages .swiper-pagination .swiper-pagination-current {
  color: #333;
  font-size: 28px;
  margin: 0 2px;
}
.m-expert .preface .mySwiper .m-swiper-pages .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #333;
  margin: 0 2px;
}
.m-expert .preface .mySwiper .m-swiper-pages .m-swiper-page {
  width: 10px;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1000;
}
.m-expert .preface .mySwiper .m-swiper-pages .m-swiper-page.m-swiper-left {
  background: url(../images/org_prev.png) no-repeat center / 100%;
}
.m-expert .preface .mySwiper .m-swiper-pages .m-swiper-page.m-swiper-right {
  background: url(../images/org_next.png) no-repeat center / 100%;
}
.m-expert .preface .mySwiper .swiper-slide {
  display: flex;
  background: #EDF5FF;
}
.m-expert .preface .mySwiper .swiper-slide .imgs {
  width: 580px;
  height: 384px;
}
.m-expert .preface .mySwiper .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-expert .preface .mySwiper .swiper-slide .info {
  flex: 1;
  width: 0;
  padding: 35px;
  text-align: justify;
}
.m-expert .preface .mySwiper .swiper-slide .info .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px;
}
.m-expert .preface .mySwiper .swiper-slide .info .msg {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
.m-expert .preface .mySwiper .swiper-slide .info .more {
  margin-top: 25px;
}
@media (max-width: 800px) {
  .m-expert .m-charts--list {
    display: block;
  }
  .m-expert .m-charts--list .le {
    width: 100%;
  }
  .m-expert .m-charts--list .cen {
    width: 100%;
    margin: 0;
  }
  .m-expert .m-charts--list .ri {
    width: 100%;
  }
  .m-expert .top10 {
    display: block;
  }
  .m-expert .top10 .swiper {
    width: 100%;
    height: 300px;
  }
  .m-expert .achies {
    display: block;
  }
  .m-expert .achies .ach-list {
    width: 100%;
  }
  .m-expert .achies .swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-expert .achies .swiper .swiper-slide .time .day {
    font-size: 30px;
    font-weight: lighter;
  }
  .m-expert .achies .swiper .swiper-slide .info .title {
    font-size: 20px;
    line-height: 30px;
  }
  .m-expert .achies .swiper .swiper-slide .info .msg {
    font-size: 14px;
  }
  .m-expert .preface {
    margin-top: 10px;
  }
  .m-expert .preface .mySwiper .m-swiper-pages {
    width: 100%;
    bottom: 10px;
  }
  .m-expert .preface .mySwiper .swiper-slide {
    display: block;
    padding-bottom: 70px;
  }
  .m-expert .preface .mySwiper .swiper-slide .imgs {
    height: 300px;
  }
  .m-expert .preface .mySwiper .swiper-slide .info {
    width: 100%;
    padding: 10px;
  }
  .m-expert .preface .mySwiper .swiper-slide .info .title {
    font-size: 20px;
    line-height: 30px;
  }
  .m-expert .preface .mySwiper .swiper-slide .info .msg {
    font-size: 14px;
    margin: 10px 0;
    line-height: 26px;
  }
  .m-expert .preface .mySwiper .swiper-slide .info .more {
    margin-top: 10px;
  }
  .m-expert .user-list {
    margin: 20px 0;
  }
  .m-expert .user-list .boxs ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
  .m-expert .chart-list .boxs {
    padding-left: 10px;
    height: 400px;
  }
  .m-expert .m-title {
    display: block;
    position: relative;
  }
  .m-expert .m-title .tabs {
    margin-right: 0;
  }
  .m-expert .m-title .name {
    font-size: 22px;
  }
  .m-expert .m-title .name::after {
    border: none;
  }
  .m-expert .m-title .btn {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .m-expert .m-title .tabs.tabs-mini ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .m-expert .m-title .tabs.tabs-mini ul li {
    padding: 5px 2px;
    font-size: 14px;
  }
  .m-expert .m-title .tabs ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
  }
  .m-expert .m-title .tabs ul li {
    margin: 0 0;
    font-size: 18px;
    text-align: center;
  }
}
