﻿.newsBlock {
  padding-bottom: 70px;
}
.newsBlock .w1400 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
.newsBlock .w1400 .content{
  width: 1280px;
  margin: auto;
}
.newsBlock .w1400 .list {
  display: block;
  width: 31.1428571429%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 80px;
  padding-bottom: 27px;
  margin-left: 3.2857142857%;
}
.newsBlock .w1400 .list .img {
  overflow: hidden;
  font-size: 0;
}
.newsBlock .w1400 .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
}
.newsBlock .w1400 .list .tit {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #222;
  margin-top: 31px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsBlock .w1400 .list .time {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #999;
  margin-top: 50px;
}
.newsBlock .w1400 .list .time span {
  font-size: 0;
  margin-right: 6px;
}
.newsBlock .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}
.newsBlock .w1400 .list:hover .img img {
  transform: scale(1.1);
}
.newsBlock .pagination {
  margin-top: -10px;
}

.newsDetailBanner {
  background: #f5f6f9;
  padding-top: 31px;
  padding-bottom: 96px;
}
.newsDetailBanner .w1400 .bread a, .newsDetailBanner .w1400 .bread span {
  font-size: 15px;
  letter-spacing: 1px;
  color: #1794cb;
}
.newsDetailBanner .w1400 .tit {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #222222;
  margin-top: 75px;
}
.newsDetailBanner .w1400 .time {
  font-size: 16px;
  color: #555;
  margin-top: 30px;
}

.newsDetailBlock .w1400 {
  padding-top: 72px;
  padding-bottom: 95px;
}
.newsDetailBlock .w1400 p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 20px;
}

.newPage {
  background: #f5f6f9;
  border-top: 1px solid #dcdcdc;
  padding: 40px 0 37px;
}
.newPage .w1400 {
  display: flex;
  justify-content: center;
}
.newPage .w1400 p {
  display: flex;
  width: 32.8571428571%;
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
  margin-left: 8.2857142857%;
}
.newPage .w1400 p a {
  white-space: break-spaces;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newPage .w1400 p:first-child {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .newPage .w1400 {
    justify-content: space-between;
  }
  .newPage .w1400 p {
    width: 45%;
    margin-left: 0;
  }
}
@media (max-width: 996px) {
  .newsBlock {
    padding-bottom: 40px;
  }
  .newsBlock .w1400 {
    justify-content: space-between;
  }
  .newsBlock .w1400 .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-bottom: 30px;
  }
  .newsBlock .w1400 .list:nth-child(3n+1) {
    margin-left: 0;
  }
  .newsBlock .pagination {
    margin-top: 0;
  }
  .newsDetailBanner {
    padding: 40px 0;
  }
  .newsDetailBanner .w1400 .tit {
    margin-top: 20px;
    font-size: 20px;
  }
  .newsDetailBanner .w1400 .time {
    margin-top: 20px;
  }
  .newsDetailBlock .w1400 {
    padding: 40px 0 20px;
  }
  .newPage .w1400 {
    flex-wrap: wrap;
  }
  .newPage .w1400 p {
    width: 100%;
    font-size: 16px;
  }
  .newPage .w1400 p a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .newsBlock .w1400 .list {
    width: 100%;
  }
  .newsBlock .w1400 .list .tit {
    height: auto;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  .newsBlock .w1400 .list .time {
    margin-top: 20px;
  }
}/*# sourceMappingURL=news.css.map */