body {
  padding-top: 0.84rem;
  background-color: #fff;
}
[v-cloak] {
  display: none;
}
.container {
  overflow: hidden;
}
.banner {
  padding-bottom: 0.8rem;
  box-shadow: 8px 12px 33.6px -7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.banner > div {
  position: relative;
  height: 5.5rem;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner > div .searchContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
  margin-top: -1.2rem;
  overflow: hidden;
  padding: 0 0.4rem;
}
.banner > div .searchContainer input {
  border: none;
  outline: none;
  width: 90%;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.banner > div .searchContainer input:-ms-input-placeholder {
  color: #c4c4c4;
}
.banner > div .searchContainer input::-webkit-input-placeholder {
  color: #c4c4c4;
}
.banner > div .searchContainer input:input-placeholder {
  color: #c4c4c4;
}
.banner > div .searchContainer input:focus {
  border: none;
  outline: none;
}
.banner > div .searchContainer i {
  font-size: 0.4rem;
  color: #A4A4A4;
}
.banner > div .title {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.74);
  padding-left: 1.3rem;
  color: #01073d;
  bottom: 0;
  left: 0;
}
.banner > div .title h1 {
  position: relative;
  font-size: 0.4rem;
  padding-bottom: 0.1rem;
}
.banner > div .title h1::before {
  display: block;
  content: "";
  width: 80%;
  height: 2px;
  background-color: #060606;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.banner > div .title h1::after {
  display: block;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #fe3800;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 10%;
}
.container1 ul {
  padding: 0.45rem 1.25rem 0.3rem;
}
.container1 ul li {
  padding: 0.2rem 0;
  border-top: 1px solid #f2f2f2;
}
.container1 ul li a {
  display: flex;
  justify-content: space-between;
}
.container1 ul li a:hover p:first-child {
  transition: all ease-out 0.5s;
  transform: translateX(20px);
}
.container1 ul li p:first-child {
  position: relative;
  align-items: center;
  width: 50%;
  color: #52729b;
  font-size: 0.21rem;
  padding-left: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.container1 ul li p:first-child::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #bababa;
  top: 50%;
  margin-top: -5px;
}
.container1 ul li p:last-child {
  width: 36%;
  color: #a0a0a0;
}
.container1 ul li p:last-child span:first-child {
  font-size: 0.19rem;
}
.container1 ul li p:last-child span:last-child {
  font-size: 0.21rem;
}
.container1 .pagination {
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 0.2rem;
}
.container1 .pagination span {
  display: inline-flex;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #919399;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.container1 .pagination span:hover {
  color: #ff0404;
  border-color: #ff0404;
}
.container1 .pagination span.active {
  color: #ff0404;
  border-color: #ff0404;
}
.container1 .pagination span.disabled {
  cursor: default;
  border: 1px solid #d9d9d9;
  color: #919399;
}
@media screen and (max-width: 1000px) {
  .container1 ul {
    padding: 0 0.2rem;
  }
  .container1 ul li {
    padding: 0.3rem 0;
  }
  .container1 ul li a {
    align-items: center;
  }
  .container1 ul li p:last-child span {
    display: block;
    font-size: 0.16rem !important;
  }
}
