.new_a {
  padding-bottom: 60px;
}
.new_a .wrap1600 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.new_a .wrap1600 .imgbox,
.new_a .wrap1600 .rtbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../images/new_09.jpg) no-repeat center top / cover;
}
.new_a .wrap1600 .imgbox {
  overflow: hidden;
}
.new_a .wrap1600 .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.new_a .wrap1600 .rtbox {
  padding: 5% 3.75% 0 3.75%;
}
.new_a .wrap1600 .rtbox .date {
  color: #999999;
  margin-bottom: 40px;
}
.new_a .wrap1600 .rtbox .tl {
  font-size: 24px;
  color: #555555;
  margin-bottom: 40px;
}
.new_a .wrap1600 .rtbox .te {
  color: #757575;
  line-height: 28px;
  margin-bottom: 55px;
  height: 56px;
}
.new_a .wrap1600 .rtbox .to-btn {
  width: 138px;
  height: 44px;
  background-color: #0070c0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.new_a .wrap1600 .rtbox .to-btn:hover {
  background-color: #0162a7;
}
.new_a .wrap1600:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new_a .wrap1600:hover .rtbox .tl {
  color: #0070c0;
}
.new_b {
  padding-bottom: 5.2083%;
}
.new_b ul li {
  width: 31.25%;
  float: left;
  margin: 3.125% 3.125% 0 0;
}
.new_b ul li .imgbox {
  overflow: hidden;
}
.new_b ul li .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.new_b ul li .textbox {
  padding: 45px 30px 30px 30px;
  background-color: #eeeeee;
}
.new_b ul li .textbox .tl {
  padding-left: 15px;
  border-left: 3px solid #bdbdbd;
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.new_b ul li .textbox .te {
  line-height: 24px;
  color: #757575;
  height: 48px;
  margin-bottom: 25px;
}
.new_b ul li .textbox .time {
  padding-left: 28px;
  background: url(../images/clock.png) no-repeat left center;
  line-height: 16px;
  color: #999999;
}
.new_b ul li:nth-child(3n) {
  margin-right: 0;
}
.new_b ul li:nth-child(1),
.new_b ul li:nth-child(2),
.new_b ul li:nth-child(3) {
  margin-top: 0;
}
.new_b ul li:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.new_b ul li:hover .textbox .tl {
  color: #0070c0;
  border-color: #0070c0;
}
.new_c {
  padding-bottom: 8.3333%;
}
.new_c .wrap1600 {
  padding: 5.2083% 0;
  background: #f7f7f7;
}
.new_c .news-title {
  text-align: center;
  padding-bottom: 70px;
}
.new_c .news-title .title {
  color: #474443;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.new_c .news-title .where {
  font-size: 16px;
  color: #ccc9c8;
}
.new_c .news-title .where span {
  padding: 0 40px;
}
.new_c .news-title .where span:nth-child(2) {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.new_c .indiv {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #dbdbdb;
}
.new_c .indiv .content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.new_c .indiv .content .text-box {
  color: #666;
  line-height: 24px;
}
.new_c .page-box2 {
  margin-top: 100px;
  position: relative;
  padding-right: 150px;
}
.new_c .page-box2 .btn {
  line-height: 30px;
  color: #999999;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.new_c .page-box2 .btn:hover {
  color: #0070c0;
}
.new_c .page-box2 .back {
  position: absolute;
  right: 0;
  top: 8px;
  width: 138px;
  height: 44px;
  background-color: #0070c0;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.new_c .page-box2 .back:hover {
  background-color: #0162a7;
}
@media (max-width: 1440px) {
  .new_a .wrap1600 .rtbox .date {
    margin-bottom: 30px;
  }
  .new_a .wrap1600 .rtbox .tl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .new_a .wrap1600 .rtbox .te {
    margin-bottom: 30px;
  }
  .new_b ul li .textbox {
    padding: 30px 20px 20px 20px;
  }
  .new_c .news-title {
    padding-bottom: 40px;
  }
  .new_c .news-title .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .new_c .news-title .where {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .new_a .wrap1600 .rtbox .date {
    margin-bottom: 20px;
  }
  .new_a .wrap1600 .rtbox .tl {
    margin-bottom: 20px;
  }
  .new_a .wrap1600 .rtbox .te {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .new_a .wrap1600 .rtbox .tl {
    font-size: 18px;
  }
  .new_b ul li .textbox .tl {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .new_a .wrap1600 .rtbox {
    padding: 4% 3% 0 3%;
  }
  .new_a .wrap1600 .rtbox .date {
    margin-bottom: 14px;
  }
  .new_a .wrap1600 .rtbox .tl {
    font-size: 18px;
  }
  .new_a .wrap1600 .rtbox .te {
    margin-bottom: 20px;
  }
  .new_b ul li .textbox .tl {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .new_c .news-title {
    padding-bottom: 30px;
  }
  .new_c .news-title .title {
    font-size: 20px;
  }
  .new_c .news-title .where span {
    padding: 0;
    line-height: 24px;
    text-align: center;
    display: block;
  }
  .new_c .indiv .content {
    width: 100%;
  }
  .page-box2 .btn {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .new_a {
    padding-bottom: 20px;
  }
  .new_a .wrap1600 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .new_a .wrap1600 .imgbox,
  .new_a .wrap1600 .rtbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .new_a .wrap1600 .rtbox {
    padding: 30px 20px;
  }
  .new_a .wrap1600 .rtbox .date {
    margin-bottom: 14px;
  }
  .new_a .wrap1600 .rtbox .tl {
    font-size: 18px;
  }
  .new_a .wrap1600 .rtbox .te {
    margin-bottom: 20px;
  }
  .new_b {
    padding-bottom: 60px;
  }
  .new_b ul li {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .new_b ul li .textbox .tl {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .new_b ul li:nth-child(2),
  .new_b ul li:nth-child(3) {
    margin-top: 20px;
  }
  .new_c {
    padding-bottom: 60px;
  }
  .new_c .wrap1600 {
    padding: 60px 0;
  }
  .new_c .page-box2 {
    padding-right: 0;
  }
  .new_c .page-box2 .btn {
    font-size: 14px;
  }
  .new_c .page-box2 .back {
    position: static;
    margin: 20px auto 0;
  }
}
