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 .news_container {
  background-color: #fff;
}
section .news_container .news_item {
  display: flex;
  align-items: center;
  margin-bottom: 1.36rem;
  padding-bottom: 1.36rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
section .news_container .news_item .news_pic {
  width: 23%;
  height: 9.09rem;
  background-color: #ccc;
  overflow: hidden;
}
section .news_container .news_item .news_pic img {
  transition: all 0.36s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
section .news_container .news_item .news_r {
  width: 75%;
  margin-left: 2%;
}
section .news_container .news_item .news_r .news_titles {
  display: flex;
  margin-bottom: 1.45rem;
  justify-content: space-between;
}
section .news_container .news_item .news_r .news_titles h2 {
  font-size: 0.82rem;
  width: 70%;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.36s ease;
}
section .news_container .news_item .news_r .news_titles .date {
  color: #999;
  transition: all 0.36s ease;
}
section .news_container .news_item .news_r .js {
  width: 80%;
  margin-bottom: 2.73rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.36s ease;
}
section .news_container .news_item .news_r .more {
  transition: all 0.36s ease;
  display: inline-block;
  line-height: 1.36rem;
  padding: 0 1.36rem;
  border: 1px solid #666666;
}
section .news_container .news_item:hover img {
  transform: scale(1.04);
}
section .news_container .news_item:hover .date {
  transform: translateX(-0.45rem);
  transition: all 0.36s ease;
}
section .news_container .news_item:hover .title,
section .news_container .news_item:hover .js,
section .news_container .news_item:hover .more {
  transform: translateX(0.45rem);
  transition: all 0.36s ease;
}
section .news_container .news_item:hover .title {
  color: #e11b2a !important;
}
section .news_container .news_item:hover .more {
  transition: all 0.36s ease;
  background-color: #e11b2a;
  border: 1px solid transparent;
  color: #fff;
}
section .news_container .news_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .banner {
    height: 200px;
  }
  section .news_item {
    flex-direction: column !important;
  }
  section .news_pic {
    width: 100% !important;
  }
  section .news_r {
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 15px;
  }
  section .news_r .news_titles {
    flex-direction: column !important;
  }
  section .news_r .news_titles .title {
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 16px !important;
  }
  section .news_r .js {
    width: 100% !important;
  }
}
