.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 {
  background: #fff;
  width: 67.8125%;
  padding-bottom: 45px;
}
.newsBlock .content .left .list {
  display: flex;
  padding: 45px 50px 45px 30px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.newsBlock .content .left .list .img {
  font-size: 0;
  width: 320px;
  height: 200px;
}
.newsBlock .content .left .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsBlock .content .left .list .cont {
  width: 64.1791044776%;
  margin-left: 3.9800995025%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.newsBlock .content .left .list .cont .tit {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBlock .content .left .list .cont .time {
  font-size: 14px;
  color: #999;
  margin-top: 19px;
}
.newsBlock .content .left .list .cont .tips {
  font-size: 14px;
  color: #999;
  line-height: 2;
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsBlock .content .left .list .cont .ico {
  margin-top: 15px;
  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: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-right: 10px;
}
.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 {
  border-color: #004add;
}
.newsBlock .pagination li:hover a, .newsBlock .pagination li:hover span, .newsBlock .pagination li.active a, .newsBlock .pagination li.active span {
  color: #004add;
}

.newsCurrency {
  padding-bottom: 40px;
}
.newsCurrency .w1600 {
  max-width: 1600px;
  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: #004add;
  color: #004add;
  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: 28px 26px 6px 30px;
}
.newsCurrency .content .right .recommend .tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 22px;
}
.newsCurrency .content .right .recommend ul li {
  margin-bottom: 30px;
}
.newsCurrency .content .right .recommend ul li a {
  display: flex;
  justify-content: space-between;
}
.newsCurrency .content .right .recommend ul li a .img {
  width: 44.2396313364%;
  height: 120px;
  font-size: 0;
}
.newsCurrency .content .right .recommend ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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, .newsCurrency .content .right .recommend ul li a .cont .time {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #666;
}
.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: 28px 30px 44px;
  background: #fff;
  margin-top: 25px;
}
.newsCurrency .content .right .service .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #efefef;
  padding-bottom: 18px;
}
.newsCurrency .content .right .service .cont {
  display: flex;
  flex-wrap: wrap;
}
.newsCurrency .content .right .service .cont ul {
  width: 33.3333333333%;
  margin-top: 22px;
}
.newsCurrency .content .right .service .cont ul li {
  padding-right: 10px;
}
.newsCurrency .content .right .service .cont ul li a {
  font-size: 15px;
  line-height: 2;
  display: block;
  color: #666;
  padding-left: 18px;
  background: url(../images/navImg.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #fff;
}
.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 {
  font-size: 30px;
  line-height: 2;
  color: #333;
  font-weight: bold;
  margin: 0 40px;
}
.newsDetails .content .left .info {
  margin: 0 40px 0;
  margin-top: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 39px;
}
.newsDetails .content .left .info span {
  font-size: 15px;
  color: #666;
  margin-right: 75px;
}
.newsDetails .content .left .cont {
  padding: 29px 40px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsDetails .content .left .cont p {
  font-size: 14px;
  line-height: 2.1428571429;
  color: #666;
}
.newsDetails .content .left .cont p img {
  margin: 31px auto;
  display: block;
  width: 83.5820895522%;
  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 {
  font-size: 15px;
  color: #666;
}
.newsDetails .content .left .page a {
  font-size: 15px;
  color: #666;
}
.newsDetails .content .left .page .link {
  width: 124px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  position: absolute;
  right: 40px;
  top: 35px;
}
.newsDetails .content .left .page .link:hover {
  color: #fff;
}

@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;
  }
}/*# sourceMappingURL=news.css.map */