.newBlock {
  position: relative;
  padding: 120px 0 60px;
  background: #f5f5f5;
}
.newBlock .w1400 {
  display: flex;
  flex-wrap: wrap;
}
.newBlock .w1400 .list {
  display: block;
  position: relative;
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  margin-bottom: 100px;
  padding-bottom: 30px;
  background: #fff;
}
.newBlock .w1400 .list .img {
  font-size: 0;
  overflow: hidden;
}
.newBlock .w1400 .list .img img {
  transform: scale(1);
  transition: transform 0.5s;
}
.newBlock .w1400 .list .tit {
  height: 64px;
  margin-top: 37px;
  padding: 0 30px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #333;
}
.newBlock .w1400 .list .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0 30px;
}
.newBlock .w1400 .list .info .left {
  font-size: 15px;
  color: #aaa;
}
.newBlock .w1400 .list .info .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #aaa;
  border-radius: 50%;
}
.newBlock .w1400 .list .time {
  position: absolute;
  top: 0;
  left: 30px;
  width: 66px;
  height: 75px;
  padding: 11px 10px 0;
  background: #167efb;
  text-align: center;
}
.newBlock .w1400 .list .time span {
  font-family: adventProMedium;
  font-size: 31px;
  line-height: 27px;
  color: #fff;
}
.newBlock .w1400 .list .time p {
  margin-top: 5px;
  padding-top: 3px;
  border-top: 1px solid #fff;
  font-family: adventProMedium;
  font-size: 14px;
  line-height: 24pxpx;
  color: #fff;
}
.newBlock .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}
.newBlock .pagination {
  z-index: 1;
  margin-top: -20px;
}

.detailBlock {
  min-height: 320px;
  padding: 30px 0;
  background: #f5f5f5;
}
.detailBlock .w1400 .detailBrand {
  display: flex;
  align-items: center;
}
.detailBlock .w1400 .detailBrand a, .detailBlock .w1400 .detailBrand span {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #167efb;
}
.detailBlock .w1400 .detailBrand a:first-child, .detailBlock .w1400 .detailBrand span:first-child {
  display: none;
}
.detailBlock .w1400 .detailBrand span {
  margin: 0 5px;
}
.detailBlock .w1400 .tit {
  margin-top: 71px;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #222;
}
.detailBlock .w1400 .time {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.detailBlock2 .w1400 {
  padding-top: 72px;
  padding-bottom: 46px;
}
.detailBlock2 .w1400 .content {
  padding-bottom: 64px;
  border-bottom: 1px solid #dcdcdc;
}
.detailBlock2 .w1400 .content p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #222;
}
.detailBlock2 .w1400 .content center {
  margin: 45px 0 42px;
}
.detailBlock2 .w1400 .page {
  padding-top: 30px;
}
.detailBlock2 .w1400 .page p {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
}
.detailBlock2 .w1400 .page p a {
  color: #555555;
}

@media (any-hover: hover) {
  .newBlock .w1400 .list:hover .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1080px) {
  .newBlock {
    padding: 40px 0;
  }
  .newBlock .w1400 {
    justify-content: space-between;
  }
  .newBlock .w1400 .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
    margin-bottom: 30px;
  }
  .newBlock .w1400 .list .img img {
    width: 100%;
  }
  .newBlock .pagination {
    margin-top: 0;
  }
  .detailBlock {
    min-height: auto;
  }
  .detailBlock .w1400 .tit {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.5;
  }
  .detailBlock2 .w1400 {
    padding: 40px 0;
  }
  .detailBlock2 .w1400 .content {
    padding-bottom: 0px;
  }
  .detailBlock2 .w1400 .content p {
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .detailBlock2 .w1400 .content center {
    margin: 20px 0;
  }
  .detailBlock2 .w1400 .page {
    padding-top: 0;
  }
  .detailBlock2 .w1400 .page p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .newBlock .w1400 .list {
    width: 100%;
    margin-left: 0;
  }
  .newBlock .w1400 .list .tit {
    padding: 0 20px;
    margin-top: 20px;
  }
  .newBlock .w1400 .list .info {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .detailBlock .w1400 .tit {
    font-size: 22px;
  }
}/*# sourceMappingURL=news.css.map */