.all-wrap .categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .all-wrap .categoryBox .categoryList {
    width: 280px;
    min-height: 50px;
    padding: 50px 45px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .all-wrap .categoryBox .categoryList .listBox {
      max-height: 2200px;
      overflow-y: auto;
      margin-top: 20px; }
      .all-wrap .categoryBox .categoryList .listBox a {
        color: #333; }
      .all-wrap .categoryBox .categoryList .listBox .textoverflow {
        max-width: 90%;
        display: block;
        overflow: hidden;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all; }
      .all-wrap .categoryBox .categoryList .listBox .frist-stage {
        font-size: 24px;
        padding: 25px 0;
        font-weight: 500;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333333;
        margin-bottom: 10px;
        border-bottom: 1px solid #efefef; }
      .all-wrap .categoryBox .categoryList .listBox > .stage {
        min-height: 60px;
        line-height: 60px; }
      .all-wrap .categoryBox .categoryList .listBox > .link {
        min-height: 60px;
        line-height: 60px;
        font-size: 18px; }
      .all-wrap .categoryBox .categoryList .listBox .stage {
        position: relative;
        font-size: 18px;
        color: #333333;
        font-weight: 400;
        cursor: pointer;
        overflow: hidden; }
        .all-wrap .categoryBox .categoryList .listBox .stage i {
          position: absolute;
          font-size: 20px;
          color: #888888;
          right: 0;
          top: 0;
          -webkit-transition: -webkit-transform 0.3s ease-in;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
        .all-wrap .categoryBox .categoryList .listBox .stage .link {
          font-size: 16px !important; }
        .all-wrap .categoryBox .categoryList .listBox .stage .stage {
          padding-left: 30px;
          display: none;
          font-size: 16px;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .all-wrap .categoryBox .categoryList .listBox .stage .stage i {
            font-size: 20px; }
          .all-wrap .categoryBox .categoryList .listBox .stage .stage > a {
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            padding: 15px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #666666; }
      .all-wrap .categoryBox .categoryList .listBox .stage.active > i {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg); }
      .all-wrap .categoryBox .categoryList .listBox .stage.active > .stage {
        display: block; }
  .all-wrap .categoryBox .articleListBox {
    width: 920px;
    padding-left: 45px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #efefef;
    min-height: calc(100vh - 571px); }
    .all-wrap .categoryBox .articleListBox .crumbsBxo {
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      color: #888888;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .all-wrap .categoryBox .articleListBox .crumbsBxo span {
        color: #888888;
        font-size: 16px;
        vertical-align: middle; }
      .all-wrap .categoryBox .articleListBox .crumbsBxo a {
        color: #888888;
        vertical-align: middle; }
    .all-wrap .categoryBox .articleListBox .listTile {
      height: 80px;
      line-height: 80px;
      font-size: 24px;
      font-weight: 500;
      border-bottom: 1px solid #ebebeb;
      color: #333333; }

.m-wrap .mainBox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem; }

.m-wrap .mainBox > .crumbs {
  width: 100%;
  height: 1.333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-wrap .mainBox > .crumbs a,
  .m-wrap .mainBox > .crumbs h3 {
    display: inline;
    vertical-align: middle;
    font-size: 0.24rem;
    color: #999999; }
  .m-wrap .mainBox > .crumbs span {
    color: #999999;
    font-size: 0.267rem;
    vertical-align: middle; }

.m-wrap .categorys {
  min-height: 0.96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.233rem; }
  .m-wrap .categorys a {
    width: 2.88rem;
    height: 0.96rem;
    border: 1px solid #d1d1d1;
    border-radius: 0.093rem;
    font-size: 0.347rem;
    font-weight: 400;
    text-align: center;
    color: #666666;
    display: inline-block;
    margin-bottom: 0.3rem;
    line-height: 0.96rem; }
  .m-wrap .categorys .active {
    border: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#00bcd5), to(#38cdba));
    background: linear-gradient(0deg, #00bcd5 0%, #38cdba 100%);
    color: #fff; }
  .m-wrap .categorys a:hover {
    color: #666666; }
  .m-wrap .categorys .active:hover {
    color: #fff; }

.m-wrap .categorySwiper {
  width: 100%;
  height: 5.173rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.667rem;
  border-radius: 0.08rem; }
  .m-wrap .categorySwiper .swiper-wrapper,
  .m-wrap .categorySwiper .swiper-slide {
    width: 100%;
    height: 100%; }
    .m-wrap .categorySwiper .swiper-wrapper img,
    .m-wrap .categorySwiper .swiper-slide img {
      width: 100%;
      height: 100%; }
  .m-wrap .categorySwiper .swiper-slide {
    position: relative; }
    .m-wrap .categorySwiper .swiper-slide .title {
      position: absolute;
      height: 1.067rem;
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 0.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m-wrap .categorySwiper .swiper-slide .title p {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        font-size: 0.347rem;
        font-weight: 500;
        color: #ffffff; }
  .m-wrap .categorySwiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.267rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.2rem;
    text-align: center;
    display: flex;
    margin: 0; }
    .m-wrap .categorySwiper .pagination .swiper-pagination-switch {
      width: 0.133rem;
      height: 0.133rem;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.3);
      margin-right: 0.2rem;
      cursor: pointer;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .m-wrap .categorySwiper .pagination .swiper-active-switch {
      background: #1cb29d; }

.m-wrap .line {
  height: 1px;
  width: 100%;
  background: #ebebeb; }
