.news_a {
  padding: 6.25% 0 5.2083%;
}
.news_a .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news_a .wrap .imgbox,
.news_a .wrap .textbox {
  width: 50%;
}
.news_a .wrap .imgbox {
  overflow: hidden;
}
.news_a .wrap .imgbox img {
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.news_a .wrap .textbox {
  background-color: #f5f5f5;
  padding: 5.5% 8% 0 5.5%;
}
.news_a .wrap .textbox .date {
  padding-left: 28px;
  color: #999999;
  background: url(../images/clock.png) no-repeat left center;
  margin-bottom: 34px;
}
.news_a .wrap .textbox .title {
  color: #333333;
  font-size: 22px;
  margin-bottom: 25px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.news_a .wrap .textbox .te {
  color: #666666;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 73px;
  height: 72px;
}
.news_a .wrap:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_a .wrap:hover .textbox .title {
  color: #0752ab;
}
.news_b {
  background-color: #f5f5f5;
  padding: 5.2083% 0;
}
.news_b .view-more-btn {
  margin: 40px auto 0;
}
.news-ul{
  display: flex;
  flex-wrap: wrap;
}
.news-ul li {
  width: 31.4286%;
  margin: 2.8571% 2.8571% 0 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
.news-ul li .imgbox {
  overflow: hidden;
}
.news-ul li .imgbox img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.news-ul li .textbox {
  background: #fff;
  padding: 7% 8% 13% 8%;
}
.news-ul li .textbox .date {
  padding-left: 28px;
  color: #999999;
  background: url(../images/clock.png) no-repeat left center;
  margin-bottom: 34px;
  margin-bottom: 18px;
}
.news-ul li .textbox .title {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 18px;
  text-align: justify;
  height: 56px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-ul li .textbox .te {
  height: 48px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.news-ul li:nth-child(3n) {
  margin-right: 0;
}
.news-ul li:nth-child(1),
.news-ul li:nth-child(2),
.news-ul li:nth-child(3) {
  margin-top: 0;
}
.news-ul li:hover {
  top: -10px;
}
.news-ul li:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-ul li:hover .textbox .title {
  color: #0752ab;
}
.news_c {
  background: #f5f5f5;
  padding: 4.3333% 0 6.25%;
}
.news_c .wrap {
  background: #fff;
  padding-bottom: 110px;
}
.news_c .wrap .tlbox {
  text-align: center;
  padding: 100px 0 45px;
}
.news_c .wrap .tlbox .tl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}
.news_c .wrap .tlbox .where {
  color: #999999;
}
.news_c .wrap .tlbox .where span {
  margin-right: 30px;
}
.news_c .wrap .tlbox .where span:last-child {
  margin-right: 0;
}
.news_c .wrap .conten-box {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.news_c .wrap .conten-box img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .news_a .wrap .textbox .title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_a .wrap .textbox .date {
    margin-bottom: 20px;
  }
  .news_a .wrap .textbox .title {
    margin-bottom: 20px;
  }
  .news_a .wrap .textbox .te {
    margin-bottom: 40px;
  }
  .news-ul li .textbox .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .news_a .wrap .textbox {
    padding: 4% 5% 0 4%;
  }
  .news_a .wrap .textbox .title,
  .news_a .wrap .textbox .te {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .news_a {
    background: #f5f5f5;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .news_a .wrap .imgbox,
  .news_a .wrap .textbox {
    width: 100%;
  }
  .news_a .wrap .textbox {
    background: #fff;
    padding: 30px 20px;
  }
  .news_a .wrap .textbox .title,
  .news_a .wrap .textbox .te {
    margin-bottom: 15px;
  }
  .news_b {
    padding: 0 0 60px;
  }
  .news-ul li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .news-ul li:nth-child(2),
  .news-ul li:nth-child(3) {
    margin-top: 20px;
  }
  .news_c .wrap {
    padding-bottom: 60px;
  }
}
