.mainColor {
  color: #149152;
}
.mainColor.backdrop {
  background-color: #149152;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.z-top {
  z-index: 100;
}
.elsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-2elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-3elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
li {
  list-style: none;
}
.banner {
  display: none;
}
.pos {
  margin-top: 0;
}
.pos div:first-child {
  display: none;
  font-family: "宋体";
}
.pos div:first-child span,
.pos div:first-child a {
  font-family: "Arial";
}
.pos .sort {
  justify-content: flex-start;
  margin-bottom: .3rem;
  overflow-x: auto;
}
.pos .sort::-webkit-scrollbar {
  display: none;
}
.pos .sort li {
  flex-shrink: 0;
}
.pos .sort li a {
  display: inline-block;
  padding: .3rem .5rem;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
  transition: .5s;
}
.pos .sort li.active a {
  color: #fff;
  background: #149152;
  border: 1px solid #149152;
}
@media (min-width: 1200px) {
  .pos {
    width: 1400px !important;
    max-width: 1400px !important;
    margin-top: 7.4rem;
  }
  .pos div:first-child {
    display: block;
  }
  .pos .sort {
    margin: 1rem 0;
  }
  .pos .sort li a {
    padding: 8px 14px;
  }
  .pos .sort li a:hover {
    color: #fff;
    background: #149152;
    border: 1px solid #149152;
  }
}
.hotlist.container {
  max-width: 1400px;
}
table {
  width: 100% !important;
}
.content.article .two {
  width: 100% !important;
}
.content.article .text .item {
  width: 100% !important;
  max-width: 1400px;
}
.content.article .text .item .editor {
  width: inherit !important;
}
.content.article .text .item .editor #water_by_html {
  width: inherit !important;
}
.content.article .text .item .editor table,
.content.article .text .item .editor .table {
  width: 100% !important;
}
@media (max-width: 750px) {
  .fz14 {
    font-size: 12px !important;
    padding: 0 !important;
  }
}
.btn {
  display: block;
  padding: 0;
  border-radius: 0;
}

