.banner {
  width: 90%;
  height: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.banner .text {
  font-family: "Noto Sans SC";
  font-size: 36px;
  font-weight: 800;
  line-height: 52px;
  color: #353535;
}
.content {
  width: 90%;
  margin: 0 auto;
}
.content .top-list {
  width: 100%;
}
.content .top-list .item {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.content .top-list .item .left {
  width: 34.796%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content .top-list .item .left .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .top-list .item .left .top .top-left .cn {
  font-family: "Noto Sans SC";
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #2E2E2E;
}
.content .top-list .item .left .top .top-left .en {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 18px;
  color: #2E2E2E;
  margin-top: 14px;
}
.content .top-list .item .left .top .top-right {
  width: 140px;
  margin-top: -18px;
}
.content .top-list .item .left .top .top-right ul {
  width: 100%;
}
.content .top-list .item .left .top .top-right ul li {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  color: #797979;
}
.content .top-list .item .left .bottom a {
  display: flex;
}
.content .top-list .item .left .bottom a .img {
  width: 20px;
  height: 20px;
}
.content .top-list .item .left .bottom a .img img {
  width: 100%;
  transition: 0.5s;
}
.content .top-list .item .left .bottom a .text {
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #2E2E2E;
  margin-left: 20px;
}
.content .top-list .item .left .bottom a:hover .img img {
  transform: rotateZ(180deg);
}
.content .top-list .item .right {
  width: 57.858%;
}
.content .top-list .item .right .img {
  width: 100%;
  aspect-ratio: 698/392;
  overflow: hidden;
}
.content .top-list .item .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .question {
  width: 100%;
  margin-top: 130px;
}
.content .question .name {
  display: flex;
}
.content .question .name .left {
  width: 84px;
  height: 32px;
}
.content .question .name .left img {
  width: 100%;
}
.content .question .name .text {
  font-family: "Noto Sans SC";
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin-left: 16px;
  color: #2E2E2E;
}
.content .question .list {
  width: 100%;
  margin-top: 20px;
}
.content .question .list .item {
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #D8D8D8;
}
.content .question .list .item:last-child {
  border: 0;
}
.content .question .list .item .title {
  font-family: "Noto Sans SC";
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
  color: #2E2E2E;
}
.content .question .list .item .p {
  margin-top: 25px;
}
.content .question .list .item .p p {
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #797979;
}
.content .other {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 120px;
}
.content .other .text {
  font-family: "Noto Sans SC";
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  color: #2E2E2E;
}
.content .other .btn {
  width: 264px;
  height: 56px;
  background: #1B1B1B;
  margin: 0 auto;
  margin-top: 46px;
}
.content .other .btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans SC";
  font-size: 18px;
  font-weight: 500;
  line-height: 56px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .banner .text {
    font-family: "Noto Sans SC";
    font-size: 28px;
    font-weight: 800;
    line-height: 42px;
    color: #353535;
  }
  .content .top-list .item .left .top .top-right {
    display: none;
  }
  .content .top-list .item {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .content .top-list .item .right {
    width: 100%;
  }
  .content .top-list .item .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 30px;
  }
  .content .top-list .item .left .bottom a .text {
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 820px) {
  .content .question .list .item .title {
    font-family: "Noto Sans SC";
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    color: #2E2E2E;
  }
  .banner .text {
    font-family: "Noto Sans SC";
    font-size: 18px;
    font-weight: 800;
    line-height: 31px;
    color: #353535;
  }
  .content .question .name .left {
    width: 70px;
    height: 27px;
  }
  .content .question .name .text {
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    margin-left: 16px;
    color: #2E2E2E;
  }
  .content .top-list .item .left .top .top-left .cn {
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #2E2E2E;
  }
  .content .question {
    width: 100%;
    margin-top: 80px;
  }
  .content .question .list .item {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .content .question .list .item .p p {
    font-family: "Noto Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #797979;
  }
  .content .other .text {
    font-family: "Noto Sans SC";
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    color: #2E2E2E;
  }
}
@media screen and (max-width: 600px) {
  .content .other .text {
    font-family: "Noto Sans SC";
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    color: #2E2E2E;
  }
}
