.newsBlock {
  margin-top: 20px;
}
.newsBlock .w1600 .newsBlockSwiper {
  position: relative;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .left {
  display: block;
  width: 56.25%;
  aspect-ratio: 90/54;
  font-size: 0;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right {
  width: 43.75%;
  padding: 60px 60px 50px;
  background: #fff;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .time {
  font-size: 18px;
  line-height: 26px;
  color: #595959;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .title {
  display: block;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
  line-height: 34px;
  color: #1a1a1a;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .tips {
  display: block;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}
.newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .more {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  line-height: 34px;
  color: #2C74BA;
}
.newsBlock .w1600 .newsBlockSwiper .menu {
  display: flex;
  position: absolute;
  width: 43.75%;
  right: 0;
  bottom: 50px;
  z-index: 2;
  padding: 25px 60px 0;
}
.newsBlock .w1600 .newsBlockSwiper .menu::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 120px);
  height: 1px;
  background: #EAEAEA;
}
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-next,
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-prev {
  position: initial;
  margin-top: 0;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  border: 1px solid #2C74BA;
  background: #2C74BA;
  border-radius: 50%;
  font-size: 0;
  opacity: 1;
}
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-next::after,
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-prev::after {
  display: none;
}
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-next svg path,
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-prev svg path {
  fill: #fff;
}
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-disabled {
  border: 1px solid rgba(221, 221, 221, 0.5);
  background: #fff;
}
.newsBlock .w1600 .newsBlockSwiper .menu .swiper-button-disabled svg path {
  fill: rgb(221, 221, 221);
}

.newsBlock2 {
  margin-top: 80px;
  padding-bottom: 80px;
}
.newsBlock2 .w1600 .tab {
  display: flex;
  position: relative;
  z-index: 1;
}
.newsBlock2 .w1600 .tab .type {
  position: relative;
  width: 180px;
  height: 50px;
  margin-right: 20px;
}
.newsBlock2 .w1600 .tab .type .typeClick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 180px;
  height: 50px;
  padding: 0 22px 0 30px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
}
.newsBlock2 .w1600 .tab .type .typeClick span {
  font-size: 16px;
  line-height: 1.5;
  color: #595959;
}
.newsBlock2 .w1600 .tab .type .typeClick i img {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.newsBlock2 .w1600 .tab .type .typeClick.on i img {
  transform: rotate(-180deg);
}
.newsBlock2 .w1600 .tab .type .typeList {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 2;
  width: 100%;
}
.newsBlock2 .w1600 .tab .type .typeList a {
  display: block;
  width: 100%;
  padding: 0 22px 0 30px;
  background: #fff;
  font-size: 16px;
  line-height: 3;
  color: #1a1a1a;
}
.newsBlock2 .w1600 .tab .search {
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
  font-size: 0;
}
.newsBlock2 .w1600 .tab .search input {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  border: 0;
  background: #fff;
  font-size: 16px;
  color: #595959;
}
.newsBlock2 .w1600 .tab .searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 50px;
  border-radius: 25px;
  background: #2C74BA;
  color: #fff;
}
.newsBlock2 .w1600 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 20px;
}
.newsBlock2 .w1600 .content .list {
  transition: background 0.3s;
  width: calc((100% - 154px) / 3);
  margin-left: 77px;
  margin-bottom: 60px;
  background: #fff;
}
.newsBlock2 .w1600 .content .list .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 482/300;
  font-size: 0;
}
.newsBlock2 .w1600 .content .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsBlock2 .w1600 .content .list .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  padding: 40px;
}
.newsBlock2 .w1600 .content .list .text .top .type {
  display: flex;
  align-items: center;
  transition: background 0.3s, border 0.3s, color 0.3s;
  width: 90px;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #999;
}
.newsBlock2 .w1600 .content .list .text .top .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.3s;
  margin-top: 16px;
  font-size: 24px;
  line-height: 34px;
  color: #1a1a1a;
}
.newsBlock2 .w1600 .content .list .text .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBlock2 .w1600 .content .list .text .bottom .time {
  transition: color 0.3s;
  color: #999;
}
.newsBlock2 .w1600 .content .list .text .bottom .icon {
  transform: rotate(0);
  transition: transform 0.3s;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/index/indexBlock4Ico.svg) no-repeat center;
}
.newsBlock2 .w1600 .content .list:nth-child(3n+1) {
  margin-left: 0;
}

.newsBlock3 {
  margin-top: 40px;
}
.newsBlock3 .w1600 .content {
  margin-top: 40px;
}

.newsDetailBanner {
  position: relative;
  width: 100%;
  aspect-ratio: 192/64;
  min-height: 350px;
  padding-top: 90px;
  background: url(../images/news/newsDetailBanner.jpeg) no-repeat center/cover;
}
.newsDetailBanner .w1600 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.newsDetailBanner .w1600 .time {
  font-size: 18px;
  line-height: 26px;
  color: #2C74BA;
}
.newsDetailBanner .w1600 .title {
  margin-top: 10px;
  font-size: 48px;
  line-height: 74px;
  color: #1a1a1a;
}

.newsDetailBlock {
  padding-top: 50px;
  padding-bottom: 120px;
}
.newsDetailBlock .w1600 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsDetailBlock .w1600 .left {
  width: calc(100% - 460px);
  font-size: 18px;
  line-height: 32px;
  color: #1a1a1a;
}
.newsDetailBlock .w1600 .left img {
  max-width: 100%;
}
.newsDetailBlock .w1600 .right {
  position: relative;
  width: 340px;
}
.newsDetailBlock .w1600 .right .fixed {
  width: 340px;
}
.newsDetailBlock .w1600 .right .fixed .title {
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
}
.newsDetailBlock .w1600 .right .fixed .content {
  margin-bottom: 40px;
}
.newsDetailBlock .w1600 .right .fixed .content .list {
  display: flex;
  justify-content: space-between;
  padding: 36px 0;
  border-bottom: 1px solid #DCDFE5;
}
.newsDetailBlock .w1600 .right .fixed .content .list .left {
  width: 110px;
  height: 68px;
  font-size: 0;
}
.newsDetailBlock .w1600 .right .fixed .content .list .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetailBlock .w1600 .right .fixed .content .list .tit {
  width: calc(100% - 134px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 17px;
  line-height: 24px;
  color: #1a1a1a;
}
.newsDetailBlock .w1600 .right .fixed .content .list:first-child {
  padding-top: 24px;
}
.newsDetailBlock .w1600 .right .fixed p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 28px;
  color: #999;
}
.newsDetailBlock .w1600 .right .fixed p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 68px);
  color: #999;
}
.newsDetailBlock .w1600 .right .fixed .return {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px;
  color: #999;
}
.newsDetailBlock .w1600 .right .fixed .return img {
  margin-right: 10px;
}

@media (any-hover: hover) {
  .newsBlock2 .w1600 .tab .typeList a:hover {
    background: #2C74BA;
    color: #fff;
  }
  .newsBlock2 .w1600 .content .list:hover {
    background: #2C74BA;
  }
  .newsBlock2 .w1600 .content .list:hover .img img {
    transform: scale(1.1);
  }
  .newsBlock2 .w1600 .content .list:hover .text .top .type {
    border-color: #fff;
    background: #fff;
    color: #2C74BA;
  }
  .newsBlock2 .w1600 .content .list:hover .text .top .title {
    color: #fff;
  }
  .newsBlock2 .w1600 .content .list:hover .text .bottom .time {
    color: #fff;
  }
  .newsBlock2 .w1600 .content .list:hover .text .bottom .icon {
    transform: rotate(-45deg);
  }
}
@media (max-width: 1600px) {
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right {
    padding: 40px;
  }
  .newsBlock .w1600 .newsBlockSwiper .menu {
    bottom: 24px;
    padding: 25px 40px 0 40px;
  }
  .newsBlock .w1600 .newsBlockSwiper .menu::before {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1440px) {
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide {
    height: 415px;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .more {
    margin-top: 20px;
  }
  .newsBlock2 .w1600 .content .list {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .newsDetailBlock .w1600 .right .fixed .content {
    margin-bottom: 20px;
  }
  .newsDetailBlock .w1600 .right .fixed .content .list {
    padding: 15px 0;
  }
}
@media (max-width: 1080px) {
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
    height: auto;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .left img {
    width: 100%;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    padding: 30px;
    padding-bottom: 110px;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .tips {
    -webkit-line-clamp: 2;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .more {
    display: none;
  }
  .newsBlock .w1600 .newsBlockSwiper .menu {
    bottom: 20px;
    width: 100%;
    padding: 20px 30px 0;
  }
  .newsBlock .w1600 .newsBlockSwiper .menu::before {
    width: calc(100% - 60px);
  }
  .newsBlock2 {
    margin-top: 0;
    padding: 40px 0;
  }
  .newsBlock2 .w1600 .tab {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .newsBlock2 .w1600 .tab > div {
    margin-bottom: 10px;
  }
  .newsBlock2 .w1600 .tab .search {
    margin-bottom: 10px;
  }
  .newsBlock2 .w1600 .content {
    justify-content: space-between;
    margin-top: 20px;
  }
  .newsBlock2 .w1600 .content .list {
    width: calc((100% - 30px) / 2);
    margin-left: 0;
  }
  .newsBlock2 .w1600 .content .list .text {
    padding: 30px;
    height: 240px;
  }
  .newsBlock2 .w1600 .content .list .text .top .title {
    font-size: 20px;
  }
  .newsBlock3 .w1600 .content {
    margin-top: 0;
  }
  .newsDetailBanner {
    padding-top: 60px;
  }
  .newsDetailBanner .w1600 .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .newsDetailBlock {
    padding: 20px 0 40px;
  }
  .newsDetailBlock .w1600 {
    flex-wrap: wrap;
  }
  .newsDetailBlock .w1600 .left {
    width: 100%;
  }
  .newsDetailBlock .w1600 .right {
    width: 100%;
    margin-top: 30px;
  }
  .newsDetailBlock .w1600 .right .fixed {
    width: 100%;
  }
  .newsDetailBlock .w1600 .right .fixed .content {
    margin-bottom: 30px;
  }
  .newsDetailBlock .w1600 .right .fixed .content .list {
    padding: 20px 0;
  }
  .newsDetailBlock .w1600 .right .fixed p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .time {
    font-size: 14px;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .newsBlock .w1600 .newsBlockSwiper .swiper-wrapper .swiper-slide .right .tips {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .newsBlock2 .w1600 .tab .type {
    height: auto;
  }
  .newsBlock2 .w1600 .tab .type .typeClick {
    width: 160px;
    height: 44px;
  }
  .newsBlock2 .w1600 .tab .type .typeClick span {
    font-size: 14px;
  }
  .newsBlock2 .w1600 .tab .search {
    max-width: 100%;
    margin-right: 0;
  }
  .newsBlock2 .w1600 .tab .search input {
    height: 44px;
    font-size: 14px;
  }
  .newsBlock2 .w1600 .tab .searchBtn {
    height: 44px;
    font-size: 14px;
  }
  .newsBlock2 .w1600 .content {
    padding-bottom: 0;
  }
  .newsBlock2 .w1600 .content .list {
    width: 100%;
  }
  .newsBlock2 .w1600 .content .list .text {
    height: auto;
  }
  .newsBlock2 .w1600 .content .list .text .top .title {
    line-height: 1.5;
  }
  .newsBlock2 .w1600 .content .list .text .bottom {
    margin-top: 15px;
  }
}/*# sourceMappingURL=news.css.map */