*,
*:before,
*:after,
*::before,
*::after {
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 14px;
  color: #535353;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
}
.panel {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.m-main {
  padding: 24px 0;
}
.slogan-title {
  height: 40px;
  margin-bottom: 16px;
  line-height: 40px;
  font-size: 20px;
  border-bottom: 2px solid #26a5ff;
}
.m-filter {
  margin-bottom: 24px;
}
.m-filter .filter-list > ul {
  height: 100px;
  margin: 0 -8px;
  overflow: hidden;
}
.m-filter .filter-list > ul.height-auto {
  height: auto;
}
.m-filter .filter-list > ul > li {
  float: left;
  width: 20%;
  height: 38px;
  padding: 0 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.m-filter .filter-list > ul > li.active .filter-main {
  color: #fff;
  background-color: #1d7fd4;
  border-color: #1d7fd4;
}
.m-filter .filter-list .filter-main {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  line-height: 36px;
  text-align: center;
  background-color: #f1f2f4;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-filter .filter-list .filter-main:hover {
  color: #fff;
  background-color: #1d7fd4;
  border-color: #1d7fd4;
}
.m-filter .filter-more-toggle {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #1d7fd4;
  background-color: #f1f2f3;
  cursor: pointer;
}
.m-filter .filter-more-toggle:hover {
  color: #26a5ff;
}
.m-filter .filter-more-toggle .fa {
  margin-left: 4px;
}
.m-item .item-list-header {
  position: relative;
  height: 40px;
  line-height: 20px;
}
.m-item .item-list-header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 3px;
  background-color: #dce3ed;
}
.m-item .item-list-header > * {
  position: relative;
}
.m-item .item-list-header .item-header-title {
  float: left;
  height: 100%;
  padding: 0 24px;
  font-size: 18px;
  border-bottom: 5px solid #2069d8;
}
.m-item .item-list-header .item-header-limit {
  float: left;
  margin-left: 360px;
  width: 360px;
  text-align: center;
  color: #828282;
}
.m-item .item-list-header .item-header-search {
  float: right;
  width: 268px;
  height: 36px;
  margin-top: -8px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.m-item .item-list-header .item-header-search input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 64px;
  background-color: transparent;
  border: none;
  outline: none;
}
.m-item .item-list-header .item-header-search button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 44px;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #1d7fd4;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: 0;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.m-item .item-list-body > ul > li {
  padding: 24px 0 20px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.m-item .item-list-body .item-name {
  float: left;
  width: 840px;
}
.m-item .item-list-body .item-name a {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  color: #535353;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-item .item-list-body .item-name a:hover {
  color: #1d7fd4;
}
.m-item .item-list-body .item-name span {
  display: block;
  color: #7d7d7d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-item .item-list-body .item-limit {
  float: left;
  width: 400px;
  margin-left: 20px;
  color: #b5b5b5;
}
.m-item .item-list-body .item-operate {
  margin-left: 920px;
  text-align: right;
}
.m-item .item-list-body .item-operate a {
  display: inline-block;
  height: 32px;
  padding: 0 20px;
  margin: -8px 4px 8px;
  line-height: 30px;
  color: #1d7fd4;
  border: 1px solid #1d7fd4;
  border-radius: 4px;
}
.m-item .item-list-body .item-operate a:hover {
  color: #26a5ff;
  border-color: #26a5ff;
}
.m-item .item-list-body .item-info {
  color: #7d7d7d;
}
.m-page {
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
}
.m-page > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
}
.m-page > ul > li {
  display: inline-block;
  letter-spacing: 0;
}
.m-page > ul > li > a {
  display: block;
  padding: 4px 10px;
  color: #1d7fd4;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
.m-page > ul > li > a:hover {
  color: #fff;
  background-color: #1d7fd4;
}
.m-page > ul > li.disabled > a {
  color: #ddd !important;
  background-color: #fff !important;
  border-color: #d8d8d8 !important;
  cursor: not-allowed;
}
.m-page > ul > li.active > a {
  color: #fff;
  background-color: #1d7fd4;
  cursor: default;
}
