.news_a {
  background-color: #f7f7f7;
  padding-bottom: 5.2083%;
}
.news_a .page-title-box .ste {
  font-size: 18px;
  color: #404040;
  margin-top: 35px;
}
.news_a .wrap {
  padding: 4.2%;
  background-color: #fff;
}
.news_a .wrap ul {
  padding-bottom: 10px;
}
.news_a .wrap ul li {
  margin-bottom: 50px;
}
.news_a .wrap ul li a {
  position: relative;
}
.news_a .wrap ul li a .imgbox {
  width: 32.258%;
  float: left;
  overflow: hidden;
}
.news_a .wrap ul li a .imgbox img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_a .wrap ul li a .right {
  width: 67.742%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 4%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_a .wrap ul li a .right .title {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #404040;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_a .wrap ul li a .right .text {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  height: 72px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_a .wrap ul li a .right .time {
  line-height: 16px;
  padding-left: 20px;
  background: url(../images/clock.png) no-repeat left center;
  color: #999999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_a .wrap ul li:hover a .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_a .wrap ul li:hover a .right {
  background: #0055aa;
}
.news_a .wrap ul li:hover a .right .title,
.news_a .wrap ul li:hover a .right .text,
.news_a .wrap ul li:hover a .right .time {
  color: #fff;
}
.news_a .wrap ul li:hover a .right .time {
  background: url(../images/clock2.png) no-repeat left center;
}
.page-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0;
  background-color: #f7f7f7;
}
.page-box .num {
  margin-right: 10px;
}
.page-box .num {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
  text-align: center;
  color: #bdbdbd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page-box .num::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  top: auto;
  background-color: #ebebeb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page-box a:hover,
.page-box .act {
  color: #bdbdbd;
}
.page-box a:hover::after,
.page-box .act::after {
  background-color: #bdbdbd;
}
.news_b {
  padding-bottom: 6.25%;
}
.news_b .wrap {
  position: relative;
  padding: 0 60px;
}
.news_b .wrap .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_b .wrap .prev_otherNews {
  left: 0;
}
.news_b .wrap .next_otherNews {
  right: 0;
}
.news_b .wrap #otherNews .swiper-slide {
  height: 270px;
  border: solid 1px #f6f6f6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_b .wrap #otherNews .swiper-slide a {
  padding: 35px 28px;
  height: 100%;
}
.news_b .wrap #otherNews .swiper-slide .tip {
  color: #999999;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_b .wrap #otherNews .swiper-slide .title {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  height: 56px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_b .wrap #otherNews .swiper-slide .te {
  color: #555555;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_b .wrap #otherNews .swiper-slide:hover {
  border-color: #0055aa;
  background: #0055aa;
}
.news_b .wrap #otherNews .swiper-slide:hover .tip {
  color: #fff;
}
.news_b .wrap #otherNews .swiper-slide:hover .title {
  color: #fff;
}
.news_b .wrap #otherNews .swiper-slide:hover .te {
  color: #fff;
}
.news_b .wrap #otherNewsSP {
  display: none;
}
.news_b .wrap #otherNewsSP .swiper-pagination-bullet {
  margin: 0 6px;
}
.news_b .wrap #otherNewsSP .swiper-pagination-bullet-active {
  background: #0055aa;
}
.news_c {
  background-color: #f7f7f7;
  padding: 4.25% 0;
}
.news_c .wrap {
  padding: 50px 40px;
  background-color: #fff;
}
.news_c .wrap .inbox {
  max-width: 1000px;
  margin: 0 auto;
}
.news_c .wrap .inbox .title {
  font-size: 30px;
  color: #404040;
  margin-bottom: 40px;
}
.news_c .wrap .inbox .from {
  font-size: 14px;
  color: #404040;
  margin-bottom: 40px;
}
.news_c .wrap .inbox .content {
  border-top: dashed 1px #e5e5e5;
  border-bottom: dashed 1px #e5e5e5;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #555555;
  padding: 60px 0;
}
.news_c .wrap .inbox .page2 {
  margin-top: 50px;
  padding-right: 200px;
  position: relative;
}
.news_c .wrap .inbox .page2 .left {
  line-height: 38px;
  font-size: 18px;
  color: #555555;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.news_c .wrap .inbox .page2 .right {
  position: absolute;
  right: 0;
  top: 15px;
}
.news_c .wrap .inbox .page2 .right a {
  text-align: center;
  width: 150px;
  height: 45px;
  background-color: #0055aa;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
}
.news_c .wrap .inbox .page2 .right a span {
  margin-right: 6px;
}
.news_c .wrap .inbox .page2 .right a img {
  position: relative;
  top: -2px;
}
.news_c .wrap .inbox .page2 .right a:hover {
  opacity: .8;
}
.previewImg-box {
  margin-bottom: 40px;
}
.previewImg-box .bigbox {
  margin-bottom: 30px;
}
.previewImg-box .bigbox img {
  width: 100%;
}
.previewImg-box .swiper-box {
  background-color: #e5e5e5;
  padding: 20px 20px 40px;
  position: relative;
}
.previewImg-box .swiper-box .swiper-slide {
  position: relative;
  cursor: pointer;
}
.previewImg-box .swiper-box .swiper-slide .inbox {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0055aa;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.previewImg-box .swiper-box .swiper-slide .inbox span {
  padding: 2px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.previewImg-box .swiper-box .act .inbox,
.previewImg-box .swiper-box .swiper-slide:hover .inbox {
  opacity: 1;
}
.previewImg-box .swiper-box .swiper-pagination {
  width: 100%;
  text-align: center;
}
.previewImg-box .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #f0f0f0;
  margin: 0 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.previewImg-box .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #0055aa;
  width: 20px;
}
@media (max-width: 1440px) {
  .news_a .page-title-box .ste {
    font-size: 14px;
    margin-top: 20px;
  }
  .news_a .wrap ul li {
    margin-bottom: 30px;
  }
  .news_a .wrap ul li a .right {
    padding: 3%;
  }
  .news_a .wrap ul li a .right .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 2%;
  }
  .news_b .wrap #otherNews .swiper-slide {
    height: 220px;
  }
  .news_b .wrap #otherNews .swiper-slide a {
    padding: 20px 15px;
  }
  .news_b .wrap #otherNews .swiper-slide .title {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }
  .news_c .wrap .inbox .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .news_c .wrap .inbox .content {
    padding: 40px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .news_c .wrap .inbox .page2 .left {
    font-size: 16px;
  }
  .news_c .wrap .inbox .page2 .right a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .news_c .wrap .inbox .content {
    font-size: 14px;
    line-height: 26px;
  }
  .news_c .wrap .inbox .page2 .left {
    font-size: 14px;
  }
  .news_c .wrap .inbox .page2 .right a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news_a {
    padding-bottom: 50px;
  }
  .news_c .wrap .inbox .title {
    font-size: 20px;
  }
  .news_b .wrap #otherNewsSP {
    display: block;
  }
}
@media (max-width: 768px) {
  .news_a .page-title-box .ste {
    font-size: 14px;
    margin-top: 20px;
  }
  .news_a .wrap {
    padding: 0;
    background: none;
  }
  .news_a .wrap ul li {
    background: #fff;
    margin-bottom: 20px;
  }
  .news_a .wrap ul li a .imgbox {
    width: 100%;
    float: none;
  }
  .news_a .wrap ul li a .right {
    width: 100%;
    padding: 20px;
    position: static;
  }
  .news_a .wrap ul li a .right .text {
    height: auto;
  }
  .news_a .wrap ul li a .right .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .news_a .wrap .more-btn2 {
    margin: 0 auto;
  }
  .news_b {
    padding-bottom: 50px;
  }
  .news_b .wrap {
    padding: 0;
  }
  .news_b .wrap .btn {
    display: none;
  }
  .news_b .wrap #otherNews {
    margin-bottom: 40px;
  }
  .news_b .wrap #otherNews .swiper-slide {
    border-color: #0055aa;
  }
  .news_b .wrap #otherNews .swiper-slide .title {
    color: #0055aa;
  }
  .news_b .wrap #otherNewsSP {
    position: static;
  }
  .news_b .wrap #otherNewsSP .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .news_b .wrap #otherNewsSP .swiper-pagination-bullet-active {
    background: #0055aa;
  }
  .news_c .wrap {
    padding: 30px 15px;
  }
  .news_c .wrap .inbox .page2 {
    padding-right: 0;
  }
  .news_c .wrap .inbox .page2 .left {
    margin-bottom: 20px;
  }
  .news_c .wrap .inbox .page2 .right {
    position: static;
  }
  .news_c .wrap .inbox .page2 .right a {
    margin: 0 auto;
  }
  .previewImg-box .bigbox {
    display: none;
  }
}
@media (max-width: 1024px) {
  .news_c {
    padding: 50px 0;
  }
}
