section {
  padding-top: 4.55rem;
}
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 .xz_container .title {
  font-size: 1.64rem;
  color: #333;
  text-align: center;
}
section .m_tab {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
section .m_tab #m_sp_container {
  overflow: hidden;
  width: 100%;
}
section .m_tab #m_sp_container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .m_tab #m_sp_container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .m_tab #m_sp_container .active a {
  color: #dc3025;
}
section .zl_list {
  margin-bottom: 6.91rem;
  margin-top: 2.73rem;
}
section .zl_list .zl_yj_ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .zl_list .zl_yj_ul .zl_yj_li {
  margin-right: 1.36rem;
  font-size: 0.73rem;
  color: #333;
  padding: 0.45rem 1.36rem;
  background-color: #f7f7f7;
}
section .zl_list .zl_yj_ul .zl_yj_li:last-child {
  margin-right: 0;
}
section .zl_list .zl_yj_ul .zl_yj_li:hover {
  background-color: #e11b2a;
  color: #fff;
}
section .zl_list .zl_yj_ul .zl_yj_li .zl_ej_ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.55rem;
  display: none;
  align-items: center;
  justify-content: center;
}
section .zl_list .zl_yj_ul .zl_yj_li .zl_ej_ul .zl_ej_li {
  margin-right: 4.09rem;
  font-size: 0.82rem;
  padding: 0.45rem 0.68rem;
  color: #333;
  border-bottom: 0.05rem solid #333;
}
section .zl_list .zl_yj_ul .zl_yj_li .zl_ej_ul .zl_ej_li:last-child {
  margin-right: 0;
}
section .zl_list .zl_yj_ul .zl_yj_li .zl_ej_ul .zl_ej_li:hover {
  border-bottom: 0.05rem solid #e11b2a;
  color: #e11b2a;
}
section .zl_list .zl_yj_ul .zl_yj_li .zl_ej_ul .active_ej {
  border-bottom: 0.05rem solid #e11b2a;
  color: #e11b2a;
}
section .zl_list .zl_yj_ul .active_yj {
  background-color: #e11b2a !important;
  color: #fff;
}
section .zl_list .zl_yj_ul .active_yj .zl_ej_ul {
  display: flex;
}
section .zl_items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.82rem;
}
section .zl_items .zl_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.91rem;
  padding: 0.91rem;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.5px 0.56rem 0px;
}
section .zl_items .zl_item:nth-child(3n) {
  margin-right: 0;
}
section .zl_items .zl_item .zl_l {
  width: 78%;
  margin-right: 2%;
}
section .zl_items .zl_item .zl_l h3 {
  font-size: 0.73rem;
  color: #2766a0;
}
section .zl_items .zl_item .zl_l p {
  color: #888;
  margin-top: 0.45rem;
}
section .zl_items .zl_item .zl_r {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .m_tab {
    display: block;
  }
  section .zl_list {
    display: none !important;
  }
  section .zl_items .zl_item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  section .zl_items .zl_item h3 {
    font-size: 16px !important;
  }
}
