.newsBlock {
  padding: 40px 0 80px;
  background: #f5f7fb;
}
.newsBlock .w1680 .top {
  display: flex;
  flex-wrap: wrap;
}
.newsBlock .w1680 .top .down {
  position: relative;
  margin-right: 20px;
}
.newsBlock .w1680 .top .down .click {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 23px 0 30px;
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
}
.newsBlock .w1680 .top .down .click span {
  width: 100%;
  color: #717880;
}
.newsBlock .w1680 .top .down .click i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.newsBlock .w1680 .top .down .click i img {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.newsBlock .w1680 .top .down .click.on i img {
  transform: rotate(-90deg);
}
.newsBlock .w1680 .top .down .list {
  display: none;
  position: absolute;
  z-index: 1;
  top: 80px;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  border-radius: 16px;
}
.newsBlock .w1680 .top .down .list a {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  color: #717880;
}
.newsBlock .w1680 .top .category {
  width: 280px;
}
.newsBlock .w1680 .top .time {
  width: 220px;
}
.newsBlock .w1680 .top .pageSearch {
  position: relative;
  width: calc(100% - 540px);
  max-width: 500px;
  height: 70px;
}
.newsBlock .w1680 .top .pageSearch input {
  width: 100%;
  height: 70px;
  padding: 0 75px 0 30px;
  background: #fff;
  border-radius: 16px;
  border: 0;
  font-size: 16px;
}
.newsBlock .w1680 .top .pageSearch .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
  font-size: 0;
}
.newsBlock .w1680 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.newsBlock .w1680 .content .left {
  width: 77.380952381%;
}
.newsBlock .w1680 .content .left .list {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 16px;
}
.newsBlock .w1680 .content .left .list .img {
  overflow: hidden;
  width: 39.6825396825%;
  aspect-ratio: 500/283;
  border-radius: 16px;
  font-size: 0;
}
.newsBlock .w1680 .content .left .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsBlock .w1680 .content .left .list .text {
  position: relative;
  width: 57.1428571429%;
  padding-top: 20px;
  padding-bottom: 90px;
}
.newsBlock .w1680 .content .left .list .text .time {
  line-height: 21px;
  color: #142637;
}
.newsBlock .w1680 .content .left .list .text .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 30px;
  font-size: 24px;
  line-height: 32px;
  color: #142637;
}
.newsBlock .w1680 .content .left .list .text .bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.newsBlock .w1680 .content .left .list .text .bottom span {
  padding: 0 12px;
  background: #EDEFF2;
  border-radius: 12px;
  line-height: 40px;
  color: #717880;
}
.newsBlock .w1680 .content .left .list .text .bottom a {
  text-decoration: underline;
  line-height: 40px;
  color: #D80031;
}
.newsBlock .w1680 .content .right {
  width: 20.8333333333%;
}
.newsBlock .w1680 .content .right .cont {
  padding: 30px;
  margin-top: 20px;
  background: #fff;
  border-radius: 16px;
}
.newsBlock .w1680 .content .right .cont p {
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 32px;
  color: #142637;
}
.newsBlock .w1680 .content .right .cont .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 16px;
}
.newsBlock .w1680 .content .right .cont .list .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 290/164;
  border-radius: 16px;
  font-size: 0;
}
.newsBlock .w1680 .content .right .cont .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsBlock .w1680 .content .right .cont .list .title {
  margin-top: 23px;
  font-size: 18px;
  line-height: 24px;
  color: #142637;
}
.newsBlock .w1680 .content .right .cont .list .link {
  margin-top: 20px;
  text-decoration: underline;
  line-height: 40px;
  color: #D80031;
}
.newsBlock .w1680 .content .right .cont:first-child {
  margin-top: 0;
}
.newsBlock .w1680 .pagination {
  padding-top: 50px;
}

.detailBanner {
  width: 100%;
  min-height: 500px;
  background: #F3F6FA url(../images/news/detailBanner.png) no-repeat bottom/cover;
}
.detailBanner .w1480 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 135px 0 88px;
}
.detailBanner .w1480 .bread a, .detailBanner .w1480 .bread span {
  font-size: 16px;
  line-height: 22px;
  color: #717880;
}
.detailBanner .w1480 .bread span {
  margin: 0 6px;
}
.detailBanner .w1480 .title {
  width: 100%;
  max-width: 960px;
  margin: 49px 0 43px;
  font-size: 36px;
  line-height: 47px;
  color: #142637;
}
.detailBanner .w1480 .info {
  display: flex;
  align-items: center;
}
.detailBanner .w1480 .info .time, .detailBanner .w1480 .info .type {
  margin-right: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #717880;
}
.detailBanner .w1480 .info .line {
  width: 1px;
  height: 20px;
  margin-right: 5px;
  background: #717880;
}

.detailBlock {
  position: relative;
  padding: 60px 0 80px;
}
.detailBlock .w1480 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detailBlock .w1480 .left {
  width: 64.8648648649%;
}
.detailBlock .w1480 .left .content {
  font-size: 18px;
  line-height: 30px;
  color: #142637;
}
.detailBlock .w1480 .right {
  width: 27.027027027%;
}
.detailBlock .w1480 .right .cont {
  padding: 30px;
  border-radius: 20px;
  background: rgba(243, 246, 250, 0.8);
}
.detailBlock .w1480 .right .cont p {
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 32px;
  color: #142637;
}
.detailBlock .w1480 .right .cont .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 16px;
}
.detailBlock .w1480 .right .cont .list .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 290/164;
  border-radius: 16px;
  font-size: 0;
}
.detailBlock .w1480 .right .cont .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailBlock .w1480 .right .cont .list .title {
  margin-top: 23px;
  font-size: 18px;
  line-height: 24px;
  color: #142637;
}
.detailBlock .w1480 .right .cont .list .link {
  margin-top: 20px;
  text-decoration: underline;
  line-height: 40px;
  color: #D80031;
}
.detailBlock .w1480 .right .cont2 {
  margin-top: 20px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #DDE2E9;
}
.detailBlock .w1480 .right .cont2 p {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDE2E9;
  font-size: 24px;
  line-height: 32px;
  color: #142637;
}
.detailBlock .w1480 .right .cont2 .list {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #142637;
}
.detailBlock .w1480 .page {
  width: 64.8648648649%;
  margin-top: 30px;
  padding-top: 34px;
  border-top: 1px solid #DDE2E9;
}
.detailBlock .w1480 .page p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #142637;
}
.detailBlock .w1480 .page p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 140px);
  color: #717880;
}
.detailBlock .w1480 .page .next {
  margin-top: 10px;
}
.detailBlock .return {
  position: absolute;
  width: 85px;
}
.detailBlock .return .img {
  text-align: center;
  font-size: 0;
}
.detailBlock .return p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #142637;
}

@media (any-hover: hover) {
  .newsBlock .w1680 .content .left .list:hover .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1700px) {
  .detailBlock .return {
    transform: scale(0.7);
  }
}
@media (max-width: 1600px) {
  .newsBlock .w1680 .content .left {
    width: calc(100% - 330px);
  }
  .newsBlock .w1680 .content .right {
    width: 300px;
  }
  .detailBlock .w1480 .left {
    width: calc(100% - 400px);
  }
  .detailBlock .w1480 .right {
    width: 350px;
  }
  .detailBlock .return {
    transform: scale(0.5);
  }
}
@media (max-width: 1366px) {
  .detailBlock .return {
    display: block;
    position: initial !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: scale(1);
    width: 80px;
    margin-left: 5%;
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .newsBlock {
    padding: 40px 0;
  }
  .newsBlock .w1680 .top .down {
    margin-bottom: 20px;
  }
  .newsBlock .w1680 .top .down .click {
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
  }
  .newsBlock .w1680 .top .down .list {
    top: 60px;
  }
  .newsBlock .w1680 .top .pageSearch {
    width: 100%;
    height: 50px;
  }
  .newsBlock .w1680 .top .pageSearch input {
    height: 50px;
    padding: 0 60px 0 20px;
    border-radius: 10px;
  }
  .newsBlock .w1680 .top .pageSearch .btn {
    right: 10px;
  }
  .newsBlock .w1680 .content {
    flex-wrap: wrap;
  }
  .newsBlock .w1680 .content .left {
    width: 100%;
  }
  .newsBlock .w1680 .content .left .list {
    flex-wrap: wrap;
    padding: 20px;
  }
  .newsBlock .w1680 .content .left .list .img {
    width: 100%;
  }
  .newsBlock .w1680 .content .left .list .text {
    width: 100%;
  }
  .newsBlock .w1680 .content .left .list .text .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .newsBlock .w1680 .content .left .list .text .bottom a {
    display: none;
  }
  .newsBlock .w1680 .content .right {
    display: none;
    width: 100%;
  }
  .newsBlock .w1680 .content .right .cont {
    padding: 20px;
  }
  .newsBlock .w1680 .pagination {
    padding-top: 30px;
  }
  .detailBanner {
    min-height: 300px;
  }
  .detailBanner .w1480 {
    padding: 120px 0 40px;
  }
  .detailBanner .w1480 .title {
    margin: 30px 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .detailBlock {
    padding: 40px 0;
  }
  .detailBlock .w1480 .left {
    width: 100%;
  }
  .detailBlock .w1480 .right {
    width: 100%;
    margin-top: 30px;
  }
  .detailBlock .w1480 .right .cont p, .detailBlock .w1480 .right .cont2 p {
    font-size: 20px;
    line-height: 30px;
  }
  .detailBlock .w1480 .page {
    width: 100%;
    padding-top: 26px;
  }
  .detailBlock .return {
    margin: 0 auto;
    margin-top: 30px;
  }
  .detailBlock .return .img {
    width: 60px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=news.css.map */