* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  background-color: #fff;
  min-height: 87vh;
}
.container .box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 28px;
  overflow: hidden;
}
.container .box .titleTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.container .box .titleTop .left {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.container .box .titleTop .filter {
  position: relative;
  float: right;
  display: flex;
}
.container .box .titleTop .filter span {
  position: absolute;
  right: 4px;
  top: 3px;
  background-color: #2878e9;
  color: #fff;
  width: 76px;
  margin-left: 20px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border-radius: 22px;
  font-size: 14px;
}
.container .box .titleTop .filter img {
  position: absolute;
  right: 366px;
  top: 8px;
  width: 18px;
  height: 18px;
}
.container .box .titleTop .filter p {
  flex-shrink: 0;
  color: #999999;
  font-size: 14px;
  margin-right: 16px;
  font-weight: 400;
  line-height: 40px;
}
.container .box .titleTop .filter .layui-input::placeholder {
  color: #999999;
}
.container .box .titleTop .filter .layui-input {
  border-color: #2878e9 !important;
  border-radius: 22px;
}
.container .box .titleTop .filter .layui-input:focus {
  border-color: #2878e9 !important;
}
.container .box .titleTop .filter .layui-input:hover {
  border-color: #2878e9 !important;
}
.container .box .content {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  min-height: 80vh;
}
.container .box .content .top {
  position: absolute;
  display: flex;
}
.container .box .content .top span {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #2878e9;
  color: #fff;
  width: 76px;
  margin-left: 20px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border-radius: 22px;
  font-size: 14px;
}
.container .box .content .top span img {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 362px;
  top: 8px;
}
.container .box .content .top p {
  color: #999999;
  font-size: 14px;
  margin-right: 16px;
  line-height: 40px;
}
.container .box .content .top .searchInput {
  width: 400px;
}
.container .box .content .gkdt {
  padding-bottom: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 0;
}
.container .box .content .gkdt .zxContent {
  overflow: hidden;
}
.container .box .content .gkdt ul {
  list-style-type: none;
}
.container .box .content .gkdt li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 23px;
  cursor: pointer;
  box-sizing: border-box;
}
.container .box .content .gkdt li:nth-child(odd) {
  padding-right: 60px;
}
.container .box .content .gkdt img {
  display: block;
  float: left;
  width: 126px;
  height: 94px;
}
.container .box .content .gkdt .zxRight {
  position: relative;
  color: #999;
  font-size: 14px;
  padding: 2px 0 0 140px;
  height: 90px;
  box-sizing: border-box;
}
.container .box .content .gkdt .zxRight .mid {
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .box .content .gkdt .zxRight .btm {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
}
.container .box .content .gkdt .listtop {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .box .content .gkdt .listtop .zding {
  color: #fff;
  padding: 2px 7px;
  background-color: #fff1f0;
  color: #e85b5d;
  font-size: 12px;
  margin-right: 5px;
  border: 1px solid #ffccc7;
  border-radius: 5px;
}
.container .box .content #pagation {
  text-align: end;
}
.container .box .content #pagation .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fff !important;
  border: 1px solid #1677ff !important;
  padding: 0 !important;
  border-radius: 6px;
}
.container .box .content #pagation .layui-laypage .layui-laypage-curr em {
  color: #1677ff !important;
}
.container .box .content #pagation .layui-laypage a,
.container .box .content #pagation .layui-laypage button,
.container .box .content #pagation .layui-laypage input,
.container .box .content #pagation .layui-laypage select,
.container .box .content #pagation .layui-laypage span {
  border: none !important;
}
.container .box .content #pagation .layui-laypage a,
.container .box .content #pagation .layui-laypage span {
  padding: 8px 12px !important;
  margin: 0 5px;
  height: auto;
  line-height: normal;
}
.container .box .content #pagation .layui-laypage a:hover {
  color: #1677ff !important;
}
.container .box .content #pagation .layui-laypage .layui-disabled:hover {
  color: #d2d2d2 !important;
}
.container .noMore {
  text-align: center;
  margin-top: 40px;
}
