.news {
  background-color: #fff;
}
.news_banner {
  height: 536px;
  background: url('../../official/img/news-bg.jpg') no-repeat center center;
  -o-background-size: cover;
  background-size: cover;
  padding: 200px 0 0 7.35rem;
}
.news_banner_title {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}
.news_banner_desc {
  font-size: 22px;
  color: #fff;
  margin-top: 8px;
}
.news_swiper {
  width: 35.9rem;
  margin: 0 auto;
  padding: 3.25rem 0.5rem 1rem;
}
.news_swiper .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news_swiper_item {
  width: 17.95rem;
  padding: 0.45rem;
}
.news_swiper_video {
  display: block;
  width: 100%;
  height: 9.6rem;
}
.news_swiper_tip {
  height: 2rem;
  font-size: 0.45rem;
  color: #000;
  text-align: center;
  padding: 0.5rem 0.5rem 0;
  word-break: break-all;
}
.news_trends {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.news_trends_title {
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.news_trends_tip {
  font-size: 0.4rem;
  color: #666;
  text-align: center;
  margin-bottom: 1.8rem;
}
.news_trends_content {
  width: 35rem;
  margin: 0 auto;
}
.news_trends_select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.75rem;
}
.news_trends_item {
  font-size: 0.45rem;
  color: #666;
  padding: 0.3rem 0.4rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.news_trends_item.active {
  color: #2265B6;
}
.news_trends_ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 11.95rem;
}
.news_trends_li {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 2.5rem;
  position: relative;
}
.news_trends_li:last-of-type {
  margin-bottom: 2rem;
}
.news_trends_img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.8rem;
  height: 9.95rem;
}
.news_trends_img-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 17.8rem;
  font-size: 0.7rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  word-break: break-all;
}
.news_trends_text {
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.25rem 0 1.25rem 1.65rem;
}
.news_trends_name {
  font-size: 0.7rem;
  color: #000;
  margin-bottom: 0.6rem;
}
.news_trends_desc {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.6rem;
  margin-bottom: 0.75rem;
}
.news_trends_time {
  font-size: 0.4rem;
  color: #666;
}
.news_trends_btn {
  display: block;
  width: 3rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background: -webkit-linear-gradient(right, #309740 0%, #2265B6 100%);
  background: -moz-linear-gradient(right, #309740 0%, #2265B6 100%);
  background: -o-linear-gradient(right, #309740 0%, #2265B6 100%);
  background: linear-gradient(-90deg, #309740 0%, #2265B6 100%);
  border-radius: 0.2rem;
  margin-top: auto;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}
.news_loading {
  display: none;
}
@media (max-width: 768px) {
  .news_banner {
    height: 12.5rem;
    background-image: url('../../official/img/news-phone-bg.jpg');
    padding: 3.75rem 1rem 0;
  }
  .news_banner_title {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .news_banner_desc {
    font-size: 0.75rem;
  }
  .news_swiper {
    width: 100%;
    padding: 2rem 0;
  }
  .news_swiper_item {
    width: 100%;
    padding: 3rem 0.75rem 1.5rem;
    position: relative;
  }
  .news_swiper_video {
    display: block;
    width: 100%;
    height: 9.7rem;
  }
  .news_swiper_tip {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    height: auto;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    overflow: hidden;
  }
  .news_trends {
    background-color: #fff;
    padding-bottom: 2.5rem;
  }
  .news_trends_title {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .news_trends_tip {
    font-size: 0.55rem;
    margin-bottom: 1.8rem;
  }
  .news_trends_content {
    width: 100%;
    margin: 0 auto;
  }
  .news_trends_select {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
  }
  .news_trends_item {
    font-size: 0.55rem;
    color: #666;
    padding: 0.3rem 0.5rem;
    margin-right: 0;
  }
  .news_trends_item.active {
    color: #000;
    font-weight: bold;
  }
  .news_trends_ul {
    min-height: 1rem;
    overflow: hidden;
    padding: 0 1rem;
  }
  .news_trends_li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .news_trends_li:last-of-type {
    margin-bottom: 0;
  }
  .news_trends_img {
    width: 100%;
    height: 9.35rem;
  }
  .news_trends_img-title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: initial;
    width: 100%;
    height: 9.35rem;
    font-size: 0.7rem;
    padding: 0.5rem 1rem;
  }
  .news_trends_text {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem 0 1.25rem 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .news_trends_name {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .news_trends_desc {
    display: none;
  }
  .news_trends_time {
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.8);
  }
  .news_trends_btn {
    display: none;
  }
  .news_trends .main_pagination {
    display: none;
  }
  .news_loading {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
  }
  .news_loading.hidden {
    display: none;
  }
  .news_loading img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
