.m3nInfo {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  font-size: 16px;
  color: #7d7d7d;
  padding-right: 115px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.tab-nav a {
  padding: 0 49px;
    margin-right: unset;
}
.publish_icon {
  display: flex;
  align-items: center;
}
.down {
  color: #1885ed;
}

.m3nCon .m3nTbox h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: 2px;
  color: #222222;
}
.m3nCon .m3nTbox h2::after {
  content: none;
}
.m3nCon .m3nEditor {
  padding: 32px 0px 40px 0;
}
.m3nCon .m3nEditor img {
  width: auto;
  max-width: 100%;
}
.m3nCon .m3pages {
  border-top: none;
  line-height: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #e5e5e5;
}
.m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #2d3441;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-left: 20px;
  background: url(../images/icon-l.png) no-repeat center left;
  background-size: auto auto;
}
.m3nCon .m3pages a:last-child {
  padding-left: 0;
  padding-right: 20px;
  background: url(../images/icon-r.png) no-repeat center right;
  background-size: auto auto;
}
.m3nCon .m3pages a:hover {
  color: #1885ed;
  /* background: url(../images/other/news/jt_left_b.png) no-repeat center left;
  background-size: auto auto; */
}
/* .m3nCon .m3pages a:hover:last-child {
  background: url(../images/other/news/jt_right_b.png) no-repeat center right;
  background-size: auto auto;
} */
@media screen and (max-width: 768px) {
  .m3nCon {
    margin-top: 0.44rem;
  }
  .m3nInfo {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.37rem;
    font-size: 0.28rem;
    padding-right: unset;
    padding-bottom: 0.12rem;
  }

  .publish_icon {
    margin-right: 0.23rem;
    margin-bottom: 0.26rem;
  }

  .m3nCon .m3nTbox h2 {
    font-size: 0.45rem;
    line-height: 0.7rem;
  }
  .m3nCon .m3nTbox h2::after {
    content: none;
  }
  .m3nCon .m3nEditor {
    padding: 0.2rem 0px 0.28rem 0;
  }

  .m3nCon .m3pages {
    line-height: unset;
    height: 1.44rem;
    padding: 0.2rem 0.16rem;
    display: flex;
    flex-direction: column;
  }
  .m3nCon .m3pages a {
    width: 100%;
    max-width: unset;
    font-size: 0.28rem;
    padding-left: 0.28rem;
    background-size: 0.15rem 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m3nCon .m3pages a:last-child {
    padding-right: 0;
    padding-left: 0.28rem;
    background: url(../images/icon-l.png) no-repeat center left;
    background-size: 0.15rem 0.24rem;
  }
}
