html,
body {
  min-width: 0;
  background: #fff;
  color: #2d2d2d;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.navul,
.navul li,
.listul,
.listul li {
  list-style: none;
}

.nav a,
.abox a {
  text-decoration: none;
}

.topcontainer {
  position: relative;
  z-index: 10;
}

.restore-search {
  width: min(960px, calc(100% - 32px));
  margin: 40px auto;
  line-height: 1.8;
}

.restore-search h1 {
  margin: 0 0 20px;
  font-size: 28px;
}

.restore-search form {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.restore-search input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
}

.restore-search button {
  width: 88px;
  border: 0;
  background: #8a1f1f;
  color: #fff;
  cursor: pointer;
}

.restore-search li {
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}

.restore-search p {
  margin: 6px 0 0;
  color: #666;
}

.restore-empty {
  min-height: 220px;
  padding: 72px 20px;
  text-align: center;
  background: #fff;
}

.restore-empty h1 {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 500;
}

.restore-empty p {
  margin: 16px 0 0;
  color: #777;
  font-size: 15px;
}

.contentright.nobg.list {
  padding-top: 24px;
  padding-bottom: 40px;
}

.contentright.nobg.list .row {
  margin-right: -15px;
  margin-left: -15px;
}

.publist {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.publist .col-md-4 {
  width: 33.3333%;
  padding: 0 15px 30px;
  list-style: none;
}

.pubcon {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.pubcon img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.pubtxt {
  min-height: 112px;
  padding: 16px 18px 18px;
}

.pubtxt h4 {
  height: 48px;
  margin: 0 0 14px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.pubtxt a {
  display: inline-block;
  min-width: 72px;
  padding: 5px 16px;
  border: 1px solid #0a6ca8;
  color: #0a6ca8;
  text-align: center;
  text-decoration: none;
}

.pubtxt a:hover {
  background: #0a6ca8;
  color: #fff;
}

.contentright.nobg.list .page {
  width: 100%;
  padding: 12px 15px 0;
  clear: both;
  text-align: center;
}

.contentright.nobg.list .page a,
.contentright.nobg.list .page span {
  display: inline-block;
  margin: 0 4px 8px;
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 20px, 1200px);
  }

  .publist .col-md-4 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .pubcon img {
    height: 220px;
  }

  .navul {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}
