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 .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 .wt_container .zl_list {
  margin-bottom: 0.91rem;
  margin-top: 2.73rem;
}
section .wt_container .zl_list .yj_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .wt_container .zl_list .yj_list ul li {
  margin-right: 1.36rem;
  font-size: 0.73rem;
}
section .wt_container .zl_list .yj_list ul li a {
  padding: 0.45rem 1.36rem;
  background-color: #f7f7f7;
}
section .wt_container .zl_list .yj_list ul li a:hover {
  background-color: #e11b2a;
  color: #fff;
}
section .wt_container .zl_list .yj_list ul li:last-child {
  margin-right: 0;
}
section .wt_container .zl_list .yj_list ul li .active_yj {
  background-color: #e11b2a;
  color: #fff;
}
section .wt_container .m_tab {
  display: none;
  width: 100%;
}
section .wt_container .m_tab #m_sp_container {
  overflow: hidden;
  width: 100%;
}
section .wt_container .m_tab #m_sp_container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .wt_container .m_tab #m_sp_container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .wt_container .m_tab #m_sp_container .active a {
  color: #dc3025;
}
section .wt_container .wt_wapper {
  margin-top: 1.82rem;
  display: flex;
  flex-wrap: wrap;
}
section .wt_container .wt_wapper .wt_item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  display: block;
  padding: 1.36rem 1.36rem 1.36rem 3.64rem;
  margin-bottom: 1.36rem;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
section .wt_container .wt_wapper .wt_item i {
  position: absolute;
  left: 0.45rem;
  font-size: 2.27rem;
  color: #e11b2a;
}
section .wt_container .wt_wapper .wt_item h2 {
  font-size: 0.82rem;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .wt_container .wt_wapper .wt_item .date {
  color: #888;
  margin: 0.68rem 0;
}
section .wt_container .wt_wapper .wt_item .wt_js {
  line-height: 1.6;
  color: #888;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .wt_container .wt_wapper .wt_item:nth-child(3n) {
  margin-right: 0;
}
section .wt_container .wt_wapper .wt_item:hover h2 {
  color: #e11b2a;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .zl_list {
    display: none !important;
  }
  section .m_tab {
    display: block !important;
  }
  section .wt_item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
