.newsBlock {
  padding: 80px 0;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left {
  width: 43.75%;
  padding: 77px 4.375%;
  background: #f4f5f7;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .time {
  font-family: SpaceGrotesk-Medium;
  font-size: 18px;
  color: #999;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .tit {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #0e0e0e;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 30px;
  font-size: 15px;
  line-height: 25px;
  color: #555;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .link {
  display: block;
  margin-top: 54px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #e40b21;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .img {
  width: 56.25%;
  font-size: 0;
  height: 530px;
}
.newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsBlock .w1620 .newsListSwiper .swiper-pagination {
  bottom: 60px;
  width: 43.75%;
  padding: 0 4.375%;
  text-align: left;
  font-size: 0;
}
.newsBlock .w1620 .newsListSwiper .swiper-pagination span {
  transition: border 0.5s;
  width: 11px;
  height: 11px;
  border: solid 2px #cccccc;
  background: none;
  opacity: 1;
}
.newsBlock .w1620 .newsListSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #e40b21;
}

.newsBlock2 {
  padding-bottom: 80px;
}
.newsBlock2 .w1620 .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.newsBlock2 .w1620 .info .year {
  position: relative;
  margin-right: 20px;
}
.newsBlock2 .w1620 .info .year .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  border: solid 1px #eaeaea;
}
.newsBlock2 .w1620 .info .year .cont span {
  font-size: 15px;
  color: #999;
}
.newsBlock2 .w1620 .info .year .yearList {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 2px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newsBlock2 .w1620 .info .year .yearList a {
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  line-height: 40px;
  color: #999;
}
.newsBlock2 .w1620 .info .year .yearList a:last-child {
  border-bottom: 0;
}
.newsBlock2 .w1620 .info .newListSearch {
  display: flex;
  align-items: center;
}
.newsBlock2 .w1620 .info .newListSearch input {
  width: 320px;
  height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  border: solid 1px #eaeaea;
  font-size: 15px;
  color: #999;
}
.newsBlock2 .w1620 .info .newListSearch .searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin-left: 20px;
  background-color: #e40b21;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.newsBlock2 .w1620 .content {
  display: flex;
  flex-wrap: wrap;
}
.newsBlock2 .w1620 .content .list {
  width: calc((100% - 120px) / 3);
  margin-top: 60px;
  margin-left: 60px;
  border-bottom: 1px solid #eaeaea;
}
.newsBlock2 .w1620 .content .list .img {
  display: block;
  font-size: 0;
}
.newsBlock2 .w1620 .content .list .img img {
  width: 100%;
}
.newsBlock2 .w1620 .content .list .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 23px;
}
.newsBlock2 .w1620 .content .list .text .type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  border: solid 1px #eaeaea;
  font-size: 14px;
  color: #999;
}
.newsBlock2 .w1620 .content .list .text .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 404px;
  height: 64px;
  margin-top: 18px;
  font-size: 22px;
  line-height: 32px;
  color: #0e0e0e;
}
.newsBlock2 .w1620 .content .list .text .time {
  margin-top: 39px;
  font-family: SpaceGrotesk-Regular;
  font-size: 14px;
  color: #999;
}
.newsBlock2 .w1620 .content .list:nth-child(3n+1) {
  margin-left: 0;
}
.newsBlock2 .w1620 .pagination {
  margin-top: 80px;
}

.detailBlock {
  display: grid;
  background: url(../images/news/detailBlockImg.jpg) no-repeat center/cover;
  min-height: 360px;
}
.detailBlock .w1620 {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
}
.detailBlock .w1620 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 220px);
}
.detailBlock .w1620 .left .tit {
  font-size: 36px;
  font-weight: bold;
  color: #0e0e0e;
}
.detailBlock .w1620 .left .info {
  display: flex;
  margin-top: 20px;
}
.detailBlock .w1620 .left .info .time, .detailBlock .w1620 .left .info .num {
  position: relative;
  font-size: 15px;
  color: #555;
}
.detailBlock .w1620 .left .info .time.time, .detailBlock .w1620 .left .info .num.time {
  padding-right: 30px;
  margin-right: 30px;
}
.detailBlock .w1620 .left .info .time.time::after, .detailBlock .w1620 .left .info .num.time::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #ddd;
}
.detailBlock .w1620 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  text-align: center;
}
.detailBlock .w1620 .right .img {
  padding: 5px;
  background: #fff;
  font-size: 0;
}
.detailBlock .w1620 .right p {
  margin-top: 14px;
  font-size: 14px;
  color: #555;
}

.detailBlock2 {
  padding-bottom: 112px;
}
.detailBlock2 .w1620 {
  max-width: 1400px;
}
.detailBlock2 .w1620 .bread {
  display: flex;
  flex-wrap: wrap;
  padding-top: 31px;
}
.detailBlock2 .w1620 .bread a, .detailBlock2 .w1620 .bread span {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}
.detailBlock2 .w1620 .bread a:last-child, .detailBlock2 .w1620 .bread span:last-child {
  color: #e40b21;
}
.detailBlock2 .w1620 .bread span {
  margin: 0 5px;
  transform: translateY(-1px);
}
.detailBlock2 .w1620 .content {
  margin-top: 65px;
}
.detailBlock2 .w1620 .content > * {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.detailBlock2 .w1620 .content table {
  border: 1px solid #000;
}
.detailBlock2 .w1620 .content table td {
  border: 1px solid #000;
}

.detailBlock3 {
  background: #f4f5f7;
  border-top: 1px solid #dedede;
}
.detailBlock3 .w1620 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 120px;
}
.detailBlock3 .w1620 p {
  display: flex;
  width: 30.7142857143%;
  font-size: 16px;
  color: #0e0e0e;
}
.detailBlock3 .w1620 p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 65px);
  color: #555;
}
.detailBlock3 .w1620 .return {
  display: flex;
  align-items: center;
  color: #0e0e0e;
}
.detailBlock3 .w1620 .return img {
  margin-right: 10px;
}

.searchHeader::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background: #eaeaea;
}

.searchBlock {
  padding-top: 78px;
}
.searchBlock .w1620 .searchTit p {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 40px;
  letter-spacing: 1px;
  color: #111;
}
.searchBlock .w1620 .searchTit .tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.searchBlock .w1620 .searchTit .tab a {
  min-width: 114px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  color: #555;
}
.searchBlock .w1620 .searchTit .tab a.on {
  background: #e40b21;
  border-color: #e40b21;
  color: #fff;
}

@media (max-width: 1080px) {
  .newsBlock {
    padding: 40px 0;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: auto;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
    padding: 30px;
    padding-bottom: 60px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .link {
    margin-top: 30px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-pagination {
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-pagination span {
    margin: 0 10px 0 0;
  }
  .newsBlock2 {
    padding-bottom: 40px;
  }
  .newsBlock2 .w1620 .info .year .cont {
    width: 300px;
  }
  .newsBlock2 .w1620 .info .newListSearch input {
    width: 300px;
  }
  .newsBlock2 .w1620 .info .newListSearch .searchBtn {
    width: 120px;
  }
  .newsBlock2 .w1620 .content {
    justify-content: space-between;
  }
  .newsBlock2 .w1620 .content .list {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
    margin-left: 0;
  }
  .newsBlock2 .w1620 .pagination {
    margin-top: 40px;
  }
  .detailBlock {
    min-height: auto;
    padding: 40px 0;
  }
  .detailBlock .w1620 .left {
    width: 100%;
  }
  .detailBlock .w1620 .left .tit {
    font-size: 28px;
  }
  .detailBlock .w1620 .left .info {
    flex-wrap: wrap;
  }
  .detailBlock .w1620 .left .info .time.time, .detailBlock .w1620 .left .info .num.num {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .detailBlock .w1620 .right {
    display: none;
  }
  .detailBlock2 {
    padding-bottom: 40px;
  }
  .detailBlock2 .w1620 .bread {
    padding-top: 20px;
  }
  .detailBlock2 .w1620 .content {
    margin-top: 20px;
  }
  .detailBlock3 .w1620 {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: auto;
    padding: 30px 0 60px;
  }
  .detailBlock3 .w1620 p {
    width: 100%;
    margin-bottom: 10px;
  }
  .detailBlock3 .w1620 .return {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}
@media (max-width: 844px) {
  .newsBlock2 .w1620 .info .year {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left {
    padding: 20px;
    padding-bottom: 60px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .time {
    font-size: 14px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .tips {
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 10px;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-wrapper .swiper-slide .left .link {
    display: none;
  }
  .newsBlock .w1620 .newsListSwiper .swiper-pagination {
    padding: 0 20px;
  }
  .newsBlock2 .w1620 .info .year {
    width: 100%;
  }
  .newsBlock2 .w1620 .info .year .cont {
    width: 200px;
    height: 38px;
    padding: 0 20px;
    border-radius: 6px;
  }
  .newsBlock2 .w1620 .info .year .cont span {
    font-size: 14px;
  }
  .newsBlock2 .w1620 .info .year .cont i {
    display: flex;
    align-items: center;
  }
  .newsBlock2 .w1620 .info .year .yearList {
    border-radius: 6px;
  }
  .newsBlock2 .w1620 .info .year .yearList a {
    font-size: 14px;
  }
  .newsBlock2 .w1620 .info .newListSearch {
    width: 100%;
  }
  .newsBlock2 .w1620 .info .newListSearch .searchBtn {
    width: 80px;
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
  }
  .newsBlock2 .w1620 .info .newListSearch input {
    width: calc(100% - 100px);
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
  }
  .newsBlock2 .w1620 .content .list {
    width: 100%;
  }
  .newsBlock2 .w1620 .content .list .text .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .newsBlock2 .w1620 .content .list .text .time {
    margin-top: 10px;
  }
  .detailBlock .w1620 .left .tit {
    font-size: 20px;
  }
  .detailBlock2 .w1620 .bread a, .detailBlock2 .w1620 .bread span {
    font-size: 14px;
  }
  .detailBlock3 .w1620 p {
    font-size: 14px;
  }
  .detailBlock3 .w1620 p a {
    font-size: 14px;
  }
}/*# sourceMappingURL=news.css.map */