@import "base.css";
@import "common.css";
.news_list {
  padding-top: 0.9rem;
  padding-bottom: 0.95rem;
}
.news_list .banner {
  width: 100%;
}
.news_list .list_box {
  padding: 1.01rem 0.53rem 0.33rem 0.39rem;
}
.news_list .list_box .list_item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.55rem;
}
.news_list .list_box .list_item img {
  width: 2.35rem;
  height: 1.23rem;
}
.news_list .list_box .list_item .r {
  height: 1.23rem;
  margin-left: 0.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_list .list_box .list_item .r .title {
  font-size: 0.28rem;
  color: #2a2b2b;
  line-height: 0.4rem;
}
.news_list .list_box .list_item .r .date {
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  margin-top: 0.32rem;
}
.news_list .n_more {
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
}
.news_list .n_more img {
  width: 0.25rem;
  vertical-align: middle;
}
.staff_box {
  padding-top: 0.9rem;
}
.staff_box .banner {
  width: 100%;
}
.staff_box .staff_list_box {
  padding: 0.85rem 0.41rem 0.67rem 0.39rem;
}
.staff_box .staff_list_box .staff_list_items .list_item {
  margin-bottom: 1.13rem;
}
.staff_box .staff_list_box .staff_list_items .list_item .img_box {
  position: relative;
}
.staff_box .staff_list_box .staff_list_items .list_item .img_box img {
  width: 100%;
  height: 3.88rem;
}
.staff_box .staff_list_box .staff_list_items .list_item .img_box .page {
  position: absolute;
  bottom: 0.22rem;
  right: 0.2rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}
.staff_box .staff_list_box .staff_list_items .list_item .img_box .page span:nth-of-type(1) {
  font-size: 0.5rem;
  font-weight: 400;
}
.staff_box .staff_list_box .staff_list_items .list_item .activity_info {
  padding-top: 0.43rem;
}
.staff_box .staff_list_box .staff_list_items .list_item .activity_info .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #2a2b2b;
  line-height: 0.48rem;
  margin-bottom: 0.27rem;
}
.staff_box .staff_list_box .staff_list_items .list_item .activity_info .des {
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.staff_box .staff_list_box .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
}
.staff_box .staff_list_box .more img {
  width: 0.25rem;
  margin-left: 0.35rem;
}
.swiper_model {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper_model .model_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper_model .model_content .model_h {
  position: relative;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 0.37rem;
  margin-bottom: 0.28rem;
}
.swiper_model .model_content .model_h .now {
  font-size: 0.5rem;
}
.swiper_model .model_content .model_h .close {
  position: absolute;
  right: 0.27rem;
  bottom: 0.06rem;
  width: 0.51rem;
}
.swiper_model .model_content .m_swiper_box {
  font-size: 0;
  width: 100%;
  height: 4.3rem;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 .swiper-wrapper {
  width: 100%;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper_model .model_content p {
  padding-left: 0.41rem;
  padding-right: 0.42rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e2e2e2;
  line-height: 0.44rem;
}
.swiper_model .model_content p:nth-of-type(1) {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.5rem;
  margin-bottom: 0.37rem;
  margin-top: 0.56rem;
}
