body {
  padding-top: 0.84rem;
}
.container {
  overflow: hidden;
}
.banner {
  padding-bottom: 0.8rem;
  box-shadow: 8px 12px 33.6px -7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.banner .textContent {
  width: 30%;
  padding-left: 10%;
  padding-top: 0.9rem;
  color: #fff;
}
.banner .textContent h1 {
  font-size: 0.53rem;
}
.banner .textContent h2 {
  font-size: 0.21rem;
}
.banner .textContent .hr {
  width: 50%;
  height: 1px;
  margin: 0.3rem 0;
  background-color: #fff;
}
.banner > div {
  position: relative;
  height: 5.5rem;
  background-size: cover;
  display: flex;
}
.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: 12%;
  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 0.85rem;
}
.container1 ul li {
  padding: 0.64rem 0;
  border-bottom: 1px solid #b4b4b4;
}
.container1 ul li:last-child {
  border: none;
}
.container1 ul li a {
  display: flex;
  justify-content: space-between;
}
.container1 ul li a:hover p {
  color: #000;
}
.container1 ul li a:hover .left {
  transition: all ease-out 0.5s;
  transform: translateX(20px);
}
.container1 ul li .left {
  width: 57%;
}
.container1 ul li .left h2 {
  font-size: 0.32rem;
}
.container1 ul li .left h3 {
  font-size: 0.24rem;
  margin-top: 0.15rem;
}
.container1 ul li .left p {
  font-size: 0.165rem;
  margin-top: 0.45rem;
}
.container1 ul li .left .more {
  margin-top: 0.3rem;
  color: #ff0707;
}
.container1 ul li .right {
  width: 35%;
  overflow: hidden;
}
.container1 ul li .right:hover div {
  transition: all ease-out 0.5s;
  transform: scale(1.02);
}
.container1 ul li .right div {
  height: 100%;
  background-size: cover;
}
.container1 > .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  border: 2px solid #ff0707;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ff0707;
  margin: 0 auto;
  margin-bottom: 0.35rem;
  cursor: pointer;
}
.details {
  padding: 0.64rem 1.25rem 1rem;
}
.details h2 {
  font-size: 0.48rem;
}
.details .info {
  display: flex;
  margin-top: 0.2rem;
}
.details .info p {
  line-height: 0.8;
}
.details .info p:first-child {
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  border-right: 1px solid #9b9b9b;
}
.details .info span,
.details .info i {
  color: #9b9b9b;
  font-size: 0.19rem;
}
.details .info i {
  margin-right: 0.1rem;
}
.details .content {
  margin-top: 0.6rem;
}
.details .content p {
  text-indent: 2em;
  font-size: 0.22rem;
  line-height: 2;
}
.details .content img {
  width: 100%;
  margin: 0.4rem 0;
}
[v-cloak] {
  display: none;
}
@media screen and (max-width: 1000px) {
  .banner > div .title {
    padding-left: 0.4rem;
  }
  .banner .textContent {
    width: 80%;
    padding-left: 0.4rem;
  }
  .container1 ul {
    padding: 0 0.2rem;
  }
  .container1 ul li {
    padding: 0.3rem 0;
  }
  .container1 ul li a {
    flex-direction: column-reverse;
  }
  .container1 ul li .left {
    width: 100%;
  }
  .container1 ul li .right {
    height: 3rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .details {
    padding: 0.64rem 0.2rem 1rem;
  }
}
