﻿.service-banner {
  background: url(../image/newsBanner.jpg) no-repeat center / Cover;
}
.link {
  display: block;
  line-height: 58px;
  font-size: 14px;
  color: #323232;
  text-align: center;
  font-weight: bold;
  width: 240px;
  background: rgba(230, 230, 230, 0.1);
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  transition: all 0.3s;
}
.link::before {
  display: block;
  content: '';
  width: 2px;
  height: 6px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.link::after {
  display: block;
  content: '';
  width: 2px;
  height: 6px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.newsBanner {
  width: 100%;
  height: 500px;
}
.newsBanner .img {
  position: relative;
}
.newsBanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsBanner .img .bg {
  width: 100%;
  height: 500px;
}
.newsBanner .img .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsBanner .img .text {
  position: absolute;
  left: 13.2291666667%;
  top: 50%;
  transform: translateY(-50%);
}
.newsBanner .img .text p {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
}
.newsBanner .img .text span {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-top: 24px;
}
.newsBanner .img .text a {
  margin-top: 105px;
  color: #fff;
}
.newsBanner .img .text a:hover {
  background: rgba(0, 74, 221, 0.8);
}

.newsBlock {
  background: #f8f8f8;
  padding-bottom: 80px;
}
.newsBlock .w1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.newsBlock .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsBlock .content .left {
  
  width: 67.8125%;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newsBlock .content .left .list {
  display: flex;
  
  padding: 25px;
  background: #fff;
}
.newsBlock .content .left .list .img {
  font-size: 0;
  width: 440px;
  height: 270px;
  border-radius: 10px;
}
.newsBlock .content .left .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.newsBlock .content .left .list .cont {
  
  width: calc(100% - 440px);
  margin-left: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.newsBlock .content .left .list .cont .tit {
  font-size: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  
}
.newsBlock .content .left .list .cont .time {
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-top: 16px;
}
.newsBlock .content .left .list .cont .tips {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  display: -webkit-box;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsBlock .content .left .list .cont .ico {
  margin-top: 30px;
  font-size: 0;
}
.newsBlock .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
  margin-top: 40px;
}
.newsBlock .pagination li {
  min-width: 46px;
  min-height: 46px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.newsBlock .pagination li a,
.newsBlock .pagination li span {
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #666;
  display: block;
  padding: 0 10px;
}
.newsBlock .pagination li.move {
  border-color: rgba(0, 0, 0, 0) !important;
  cursor: not-allowed;
}
.newsBlock .pagination li.move:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}
.newsBlock .pagination li.move:hover a {
  color: #666;
  cursor: not-allowed;
}
.newsBlock .pagination li:first-child {
  margin-right: 20px;
}
.newsBlock .pagination li:last-child {
  margin-left: 20px;
  margin-right: 0;
}
.newsBlock .pagination li:last-child a,
.newsBlock .pagination li:last-child span {
  padding: 0 18wpx;
}
.newsBlock .pagination li:nth-last-child(2) {
  margin-right: 0;
}
.newsBlock .pagination li:hover,
.newsBlock .pagination li.active {
  
  background-color: var(--primary-color);
}
.newsBlock .pagination li:hover a,
.newsBlock .pagination li:hover span,
.newsBlock .pagination li.active a,
.newsBlock .pagination li.active span {
  color: #fff;
}
.newsBlock .pagination li:hover svg path,.newsBlock .pagination li:hover svg rect{
  stroke: #fff;
}
.newsCurrency {
  padding-bottom: 40px;
}
.newsCurrency .w1600 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.newsCurrency .newsNav {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.newsCurrency .newsNav ul {
  display: flex;
  flex-wrap: wrap;
}
.newsCurrency .newsNav ul li {
  margin-right: 36px;
}
.newsCurrency .newsNav ul li a {
  display: block;
  padding: 0 14px;
  line-height: 43px;
  font-size: 14px;
  color: #666;
  border-bottom: 2px solid rgba(0, 74, 221, 0);
  transition: all 0.3s;
}
.newsCurrency .newsNav ul li.on a,
.newsCurrency .newsNav ul li:hover a {
  border-color: #1bc162;
  color: #1bc162;
  font-weight: bold;
}
.newsCurrency .address {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 38px;
  flex-wrap: wrap;
}
.newsCurrency .address span {
  display: flex;
  font-size: 0;
  align-items: center;
  margin-right: 8px;
}
.newsCurrency .address a {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #999;
}
.newsCurrency .address a i {
  margin-left: 10px;
}
.newsCurrency .address a:last-child {
  margin-right: 0;
}
.newsCurrency .address a:last-child i {
  display: none;
}
.newsCurrency .content .right {
  width: 30.625%;
}
.newsCurrency .content .right .recommend {
  background: #fff;
  padding: 25px 26px 6px 30px;
}
.newsCurrency .content .right .recommend .tit {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.newsCurrency .content .right .recommend ul li {
  
}
.newsCurrency .content .right .recommend ul .moreBox {
  margin-top: 4px;
  margin-bottom: 18px;
}
.newsCurrency .content .right .recommend ul .moreBox a{
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsCurrency .content .right .recommend ul li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.newsCurrency .content .right .recommend ul li .bor{
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.newsCurrency .content .right .recommend ul li a .img {
  width: 44.2396313364%;
  height: 120px;
  font-size: 0;
  border-radius: 8px;
}
.newsCurrency .content .right .recommend ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.newsCurrency .content .right .recommend ul li a .cont {
  width: 51.8433179724%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsCurrency .content .right .recommend ul li a .cont .contTit{
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.newsCurrency .content .right .recommend ul li a .cont .time {
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 8px;
}
.newsCurrency .content .right .recommend ul li a .cont .contTit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.newsCurrency .content .right .recommend ul li a .cont .time {
  margin-top: 7px;
}
.newsCurrency .content .right .service {
  padding: 24px 30px 34px;
  background: #fff;
  margin-top: 25px;
}
.newsCurrency .content .right .service .tit {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0px;
}
.newsCurrency .content .right .service .tit img{
  padding-left: 9px;
}
.newsCurrency .content .right .service .cont {
  display: flex;
  flex-wrap: wrap;
}
.newsCurrency .content .right .service .cont ul {
  width: 100%;
  margin-top: 20px;
}
.newsCurrency .content .right .service .cont ul li {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}
.newsCurrency .content .right .service .cont ul li a {
  display: inline-block;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 19px;

  
  
  
}
.newsCurrency .content .right .service .link {
  display: block;
  width: 124px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  color: #323232;
  margin-top: 48px;
}
.newsCurrency .content .right .service .link:hover {
  color: #1bc162;
}
.newsCurrency .content .right .ready {
  background: #fff;
  margin-top: 25px;
  padding: 28px 26px 32px 30px;
}
.newsCurrency .content .right .ready .tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}
.newsCurrency .content .right .ready ul li {
  font-size: 14px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.newsCurrency .content .right .ready ul li a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsCurrency .content .right .ready ul li:first-child {
  margin-bottom: 8px;
  border-bottom: 0;
}
.newsCurrency .content .right .ready ul li:first-child a {
  display: flex;
  justify-content: space-between;
  white-space: initial;
}
.newsCurrency .content .right .ready ul li:first-child a .img {
  width: 44.2396313364%;
  height: 120px;
}
.newsCurrency .content .right .ready ul li:first-child a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsCurrency .content .right .ready ul li:first-child a .cont {
  width: 51.8433179724%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsCurrency .content .right .ready ul li:first-child a .cont .contTit,
.newsCurrency .content .right .ready ul li:first-child a .cont .time {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #666;
}
.newsCurrency .content .right .ready ul li:first-child a .cont .contTit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.newsCurrency .content .right .ready ul li:first-child a .cont .time {
  margin-top: 7px;
}

.newsDetails {
  background: #f8f8f8;
}
.newsDetails .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsDetails .content .left {
  width: 67.8125%;
  background: #fff;
  padding: 36px 0;
}
.newsDetails .content .left .tit {
  line-height: 2;
  margin: 0 40px;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-weight: 400;
}
.newsDetails .content .left .info {
  margin: 0 40px 0;
  margin-top: 6px;
  
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 47px;
}
.newsDetails .content .left .info span {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.newsDetails .content .left .cont {
  padding: 0px 40px 29px 40px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 2.1428571429;
  color: rgba(153, 153, 153, 1);
  font-weight: 400;
}
.newsDetails .content .left .cont p {
  font-size: 14px;
  line-height: 2.1428571429;
  color: rgba(153, 153, 153, 1);
  font-weight: 400;
  letter-spacing: 0px;
}
.newsDetails .content .left .cont p img {
  margin: 31px auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.newsDetails .content .left .cont p.last {
  margin-top: 32px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 2.1428571429;
  color: #666;
}
.newsDetails .content .left .page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 38px 40px 13px;
}
.newsDetails .content .left .page .prev {
  margin-top: 15px;
}
.newsDetails .content .left .page .prev,
.newsDetails .content .left .page .next {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.newsDetails .content .left .page a::after,.newsDetails .content .left .page a::before{
  display: none;
}
.newsDetails .content .left .page .link {
  position: absolute;
  right: 40px;
  top: 35px;
  width: auto;
  height: auto;
  line-height: 0;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 30px;
  background: rgba(238, 238, 238, 1);
  padding: 15px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.newsDetails .content .left .page .link:hover {
  color: #1bc162;
}

@media (max-width: 1600px) {
  .newsCurrency .content .right .service .cont ul {
    width: 50%;
  }
  .newsCurrency .content .right .service .cont ul:last-child {
    display: none;
  }
}
@media (max-width: 1366px) {
  .newsBlock .content .left .list {
    padding: 30px;
  }
  .newsBlock .content .left .list .img {
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .newsCurrency .content .right .recommend ul li a {
    flex-direction: column;
  }
  .newsCurrency .content .right .recommend ul li a .img {
    width: 100%;
    height: auto;
  }
  .newsCurrency .content .right .recommend ul li a .cont {
    margin-top: 15px;
    width: 100%;
  }
  .newsCurrency .content .right .ready ul li:first-child a {
    flex-direction: column;
  }
  .newsCurrency .content .right .ready ul li:first-child a .img {
    width: 100%;
    height: auto;
  }
  .newsCurrency .content .right .ready ul li:first-child a .cont {
    margin-top: 15px;
    width: 100%;
  }
  .newsBlock .content .left .list .cont .tips {
    margin-top: 15px;
  }
}
@media (max-width: 1080px) {
  .newsCurrency .content .right {
    display: none;
  }
  .newsCurrency .content .left {
    width: 100%;
  }
  .newsDetails .content .left .page .link {
    position: initial;
    margin: 0 auto;
    right: auto;
    top: auto;
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .newsBanner {
    height: 500px;
  }
  .newsBanner .img {
    height: 100%;
    position: relative;
  }
  .newsBanner .img .bg {
    height: 100%;
  }
  .newsBanner .img .text a {
    margin-top: 40px;
  }
  .newsBanner .img .text {
    max-width: 80%;
    left: 10%;
  }
  .newsBanner .img .text p {
    font-size: 7vw;
    line-height: 1.7;
  }
  .newsBanner .img .text span {
    font-size: 5vw;
    line-height: 1.7;
  }
  .newsDetails .content .left .tit {
    font-size: 6vw;
    line-height: 1.4;
  }
  .newsDetails .content .left .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .newsDetails .content .left .info span {
    font-size: 3.5vw;
    margin-right: 0px;
    width: 50%;
  }
  .newsDetails .content .left .cont p {
    font-size: 3vw;
  }
  .newsDetails .content .left .page .prev,
  .newsDetails .content .left .page .next,
  .newsDetails .content .left .page a {
    font-size: 3vw;
  }
  .newsCurrency .newsNav ul li {
    margin-right: 0;
  }
  .newsDetails .content .left .cont {
    padding: 30px 20px 0;
  }
  .newsDetails .content .left .page {
    padding: 30px 20px 0;
  }
  .newsDetails .content .left .info {
    margin: 0 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .newsDetails .content .left .tit {
    margin: 0 20px;
    font-size: 5vw;
  }
  .newsBlock .content .left .list {
    flex-direction: column;
  }
  .newsBlock .content .left .list .img {
    width: 100%;
    height: auto;
  }
  .newsBlock .content .left .list .cont {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .newsBlock .content .left .list .cont .tit {
    font-size: 5vw;
  }
  .newsBlock .content .left .list .cont .time {
    font-size: 3.5vw;
  }
  .newsBlock .content .left .list .cont .tips {
    font-size: 3vw;
  }
  .newsCurrency .address {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .newsCurrency .address span,
  .newsCurrency .address a {
    margin-bottom: 8px;
    font-size: 3vw;
  }
}
@media (max-width: 414px) {
  .newsDetails .content .left .page .link {
    font-size: 3vw;
  }
  .newsBlock .content .left .list {
    padding: 20px;
  }
  .newsCurrency .newsNav ul li a {
    font-size: 3vw;
  }
  .newsBlock .content .left .list .cont .tit {
    font-size: 4vw;
  }
  .newsBlock .content .left .list .cont .time {
    margin-top: 10px;
  }
  .newsBlock .content .left .list .cont .tips {
    margin-top: 5px;
  }
}