.section {
  padding: 106px 0 86px;
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
}

.section .wrap .recommend_swiper {
  width: 100%;
  margin: 0 auto 97px;
}

.section .wrap .recommend_swiper .swiper-slide {
  background: #FFFFFF;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content {
  display: flex;
  align-items: center;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img {
  overflow: hidden;
  border-radius: 10px;
  width: 660px;
  height: 445px;
  margin-right: 67px;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img:hover img {
  transform: scale(1.1);
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text {
  width: 550px;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .time {
  font-weight: 400;
  font-size: 14px;
  color: #1C1C1C;
  opacity: 0;
  transform: translateY(20px);
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title {
  margin: 20px 0 60px;
  opacity: 0;
  transform: translateY(20px);
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title a {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title a:hover {
  color: #FFC001;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box {
  margin: 0 0 95px;
  opacity: 0;
  transform: translateY(20px);
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box p {
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 32px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect {
  width: 160px;
  height: 50px;
  background: #FFC001;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-right: 8px;
}

.section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect .iconfont {
  font-size: 12px;
  color: #1A1A1A;
}

.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .time,
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .swiper-slide-content-text-title,
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .text_box,
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .text_effect {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .swiper-slide-content-text-title {
  transition-delay: 0.1s;
}

.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .text_box {
  transition-delay: 0.2s;
}

.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .text_effect {
  transition-delay: 0.3s;
}

.section .wrap .recommend_swiper .swiper-pagination {
  bottom: 14px;
  left: 726px;
  display: flex;
  align-items: center;
}

.section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: #CBCBCB;
  border-radius: 50%;
  opacity: 1;
  transition: 0.6s;
  margin: 0 6px;
}

.section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFC001;
}

.section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #FFC001;
}

.section .wrap .content {
  padding: 106px 0 0;
  border-top: 1px solid #D6D6D6;
}

.section .wrap .content .item {
  margin: 0 0 90px;
}

.section .wrap .content .item a {
  display: flex;
  align-items: center;
  transition: 0.6s;
  border-radius: 8px;
}

.section .wrap .content .item a .img {
  width: 400px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 270px;
  margin-right: 86px;
}

.section .wrap .content .item a .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .content .item a .item_text {
  width: 812px;
}

.section .wrap .content .item a .item_text .time {
  font-weight: 400;
  font-size: 14px;
  color: #1C1C1C;
}

.section .wrap .content .item a .item_text .item_title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 25px 0 45px;
  transition: 0.6s;
}

.section .wrap .content .item a .item_text .item_p {
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 32px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section .wrap .content .item a:hover {
  background: #F9F9F9;
}

.section .wrap .content .item a:hover .img img {
  transform: scale(1.1);
}

.section .wrap .content .item a:hover .item_text .item_title {
  color: #FFC001;
}

.section .wrap .more {
  width: 156px;
  height: 56px;
  background: #FFC001;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section .wrap .more p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.news_page {
  padding: 0 0 86px;
}

.news_page .title {
  width: 100vw;
  height: 370px;
  background: #F5F5F5;
  padding: 190px;
  text-align: center;
}

.news_page .title .time {
  font-weight: 400;
  font-size: 14px;
  color: #1C1C1C;
}

.news_page .title h1 {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  margin: 25px 0 0;
}

.news_page .wrap {
  width: 1000px;
  margin: 0 auto;
}

.news_page .wrap .content {
  padding: 70px 0 85px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 30px;
}

.news_page .wrap .content p {
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 32px;
}

.news_page .wrap .page_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_page .wrap .page_box .l a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 30px;
  transition: 0.6s;
}

.news_page .wrap .page_box .l a:hover {
  color: #FFC001;
}

.news_page .wrap .page_box .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFC001;
  border-radius: 50%;
  color: #1C1C1C;
  font-size: 16px;
  position: relative;
}

.news_page .wrap .page_box .back::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.news_page .wrap .page_box .back:hover::after {
  opacity: 1;
}
.news_page .wrap .content p video{
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 1919px) {
  .section {
    padding: 5.5208333333vw 0px 4.4791666667vw;
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .recommend_swiper {
    margin: 0px auto 5.0520833333vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img {
    border-radius: 0.5208333333vw;
    width: 34.375vw;
    height: 23.1770833333vw;
    margin-right: 3.4895833333vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text {
    width: 28.6458333333vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .time {
    font-size: 0.7291666667vw;
    transform: translateY(1.0416666667vw);
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title {
    margin: 1.0416666667vw 0px 3.125vw;
    transform: translateY(1.0416666667vw);
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title a {
    font-size: 1.1458333333vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box {
    margin: 0px 0px 4.9479166667vw;
    transform: translateY(1.0416666667vw);
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box p {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect {
    width: 8.3333333333vw;
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    transform: translateY(1.0416666667vw);
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect p {
    font-size: 0.8333333333vw;
    margin-right: 0.4166666667vw;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect .iconfont {
    font-size: 0.625vw;
  }

  .section .wrap .recommend_swiper .swiper-pagination {
    bottom: 0.7291666667vw;
    left: 37.8125vw;
  }

  .section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    margin: 0px 0.3125vw;
  }

  .section .wrap .content {
    padding: 5.5208333333vw 0px 0px;
  }

  .section .wrap .content .item {
    margin: 0px 0px 4.6875vw;
  }

  .section .wrap .content .item a {
    border-radius: 0.4166666667vw;
  }

  .section .wrap .content .item a .img {
    width: 20.8333333333vw;
    border-radius: 0.4166666667vw;
    height: 14.0625vw;
    margin-right: 4.4791666667vw;
  }

  .section .wrap .content .item a .item_text {
    width: 42.2916666667vw;
  }

  .section .wrap .content .item a .item_text .time {
    font-size: 0.7291666667vw;
  }

  .section .wrap .content .item a .item_text .item_title {
    font-size: 1.1458333333vw;
    margin: 1.3020833333vw 0px 2.34375vw;
  }

  .section .wrap .content .item a .item_text .item_p {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }

  .section .wrap .more {
    width: 8.125vw;
    height: 2.9166666667vw;
    border-radius: 1.4583333333vw;
  }

  .section .wrap .more p {
    font-size: 0.8333333333vw;
  }

  .news_page {
    padding: 0px 0px 4.4791666667vw;
  }

  .news_page .title {
    height: 19.2708333333vw;
    padding: 9.8958333333vw;
  }

  .news_page .title .time {
    font-size: 0.7291666667vw;
  }

  .news_page .title h1 {
    font-size: 2.1875vw;
    margin: 1.3020833333vw 0px 0px;
  }

  .news_page .wrap {
    width: 52.0833333333vw;
  }

  .news_page .wrap .content {
    padding: 3.6458333333vw 0px 4.4270833333vw;
    margin: 0px 0px 1.5625vw;
  }

  .news_page .wrap .content p {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
  }

  .news_page .wrap .page_box .l a {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }

  .news_page .wrap .page_box .back {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }

  .news_page .wrap .page_box .back::after {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .section .wrap{
    width: 90%;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .time{
    font-size: 14px;
    transform: none;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title a{
    font-size: 20px;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text{
    width: 50%;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img{
    flex: 1;
    margin-right: 30px;
    height: auto;
    border-radius: 10px;
  }

  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box p{
    font-size: 14px;
    line-height: 1.6;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    transform: none;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .swiper-slide-content-text-title{
    transform: none;
    margin: 20px 0 10px;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_box{
    margin-bottom: 20px;
    transform: none;
    margin-top: 10px;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect p{
    font-size: 14px;
    margin-right: 5px;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text .text_effect .iconfont{
    font-size: 14px;
  }
  .section{
    padding: 60px 0;
  }
  .section .wrap .recommend_swiper{
    margin-bottom: 60px;
  }
  .section .wrap .content {
    padding-top: 60px;
  }
  .section .wrap .content .item a .img{
    width: 35%;
    margin-right: 20px;
    height: auto;
  }
  .section .wrap .content .item a .item_text .time{
    font-size: 12px;
  }
  .section .wrap .content .item a .item_text .item_title{
    font-size: 20px;
    margin: 10px 0;
  }
  .section .wrap .content .item a .item_text .item_p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .section .wrap .content .item a .item_text {
    flex: 1;
  }
  .section .wrap .content .item{
    margin-bottom: 30px;
  }
  .section .wrap .more{
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
  .section .wrap .more p{
    font-size: 14px;
  }
  .section .wrap .content .item a .img,
  .section .wrap .content .item a{
    border-radius: 10px;
  }
  .section .wrap .content .item{
    margin-bottom: 30px;
  }
  .section .wrap .content .item a:hover{
    background-color: transparent;
  }
  .section .wrap .recommend_swiper .swiper-pagination{
    display: none;
  }
  .news_page .title{
    height: auto;
    padding: 120px 5vw 60px;
  }
  .news_page .title .time{
    font-size: 14px;
  }
  .news_page .title h1{
    font-size: 28px;
    margin-top: 10px;
  }
  .news_page .wrap{
    width: 90%;
    margin:0 auto;
  }
  .news_page .wrap .content{
    padding: 60px 0;
    margin-bottom: 20px;
  }
  .news_page .wrap .content p{
    font-size: 14px;
    line-height: 1.6;
  }
  .news_page .wrap .page_box .l a{
    font-size: 14px;
    line-height: 2;
  }
  .news_page .wrap .page_box .back{
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .news_page {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 820px) {
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content{
    flex-direction: column;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content .img{
    width: 100%;
    margin-right: 0;
    max-height: 300px;
  }
  .section .wrap .content .item a .img{
    max-height: 300px;
  }
  .section .wrap .recommend_swiper .swiper-slide .swiper-slide-content-text{
    width: 100%;
    margin-top: 20px;
  }
  .section .wrap .content .item a{
    flex-direction: column;
  }
  .section .wrap .content .item a .img{
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .section .wrap .content .item a .item_text{
    width: 100%;
    padding: 20px 0;
  }

}
@media screen and (max-width: 767px) {
  .section{
    padding: 50px 0;
  }
  .section .wrap .recommend_swiper{
    margin-bottom: 50px;
  }
  .section .wrap .content{
    padding-top: 50px;
  }
  .section .wrap .content .item {
    margin-bottom: 20px;
  }
  .section .wrap .content .item a .item_text .item_title {
    font-size: 18px;
  }
  .news_page .title {
    padding-bottom: 50px;
  }
  .news_page .title h1{
    font-size: 24px;
  }
  .news_page .wrap .content{
    padding: 50px 0;
  }
  .news_page .wrap .page_box{
    flex-direction: column;
    align-items: start;
  }
  .news_page .wrap .page_box .l{
    margin-bottom: 20px;
  }
  .news_page {
    padding-bottom: 50px;
  }
}