section {
  padding-top: 4.55rem;
}
section .banner {
  background-color: #f0f0f0;
}
section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .container {
  margin-bottom: 1.36rem;
  height: 3.18rem;
  background-color: #fff;
}
section .container .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .container .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .container .main_center .position a:hover {
  color: #e11b2a;
}
section .container .main_center .list_wrapper ul {
  display: flex;
}
section .container .main_center .list_wrapper ul li {
  margin-left: 1.82rem;
}
section .container .main_center .list_wrapper ul li a {
  font-size: 0.82rem;
  padding: 0.45rem 0.91rem;
  color: #333;
  display: inline-block;
  border-radius: 1.36rem;
}
section .container .main_center .list_wrapper ul li a:hover {
  color: #fff;
  background-color: #e11b2a;
}
section .container .main_center .list_wrapper ul .active a {
  color: #fff;
  background-color: #e11b2a;
}
section .zp_container {
  margin-bottom: 1.82rem;
  background-color: #fff;
}
section .zp_container .zp_js {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}
section .zp_container .zp_item {
  margin-bottom: 1.36rem;
}
section .zp_container .zp_item .zp_t {
  margin: 0.68rem 0;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed #f5f5f5;
}
section .zp_container .zp_item .zp_t i {
  font-size: 1.1rem;
  color: #e11b2a;
  margin-right: 0.45rem;
}
section .zp_container .zp_item .zp_t span {
  font-size: 1rem;
}
section .zp_container .zp_item .zp_first {
  margin-top: 1.36rem;
}
section .zp_container .zp_item p {
  color: #333;
  line-height: 1.6;
  font-size: 0.8rem;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .zp_js {
    font-size: 14px !important;
  }
  section .zp_item .zp_t i {
    font-size: 18px !important;
  }
  section .zp_item .zp_t span {
    font-size: 16px !important;
  }
}
