
.nyxwlb {
  margin-top: 75px;
}

.nyxwlba {
  width: 100%;
}

.nyxwlbbox .nygsxw_cta {
  display: block;
  width: 100%;
  /* height: 252px; */
  display: flex;
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
  width: 100%;
}

.nygsxw_ctaimg {
  width: 25%;
  overflow: hidden;
}

.nygsxw_ctaimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyxwlbbox .nygsxw_cta:hover .nygsxw_ctaimg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nygsxw_ctatxt {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 90px;
}

.nygsxw_ctatxtbox {
  width: 100%;
}

.nygsxw_ctatxtbox_t {
  font-size: 26px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.nygsxw_ctatxtbox_b {
  margin-top: 10px;
  color: #888;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
}

.nygsxw_ctasj {
  display: flex;
  align-items: center;
  padding: 0 75px 0 40px;
}

.nygsxw_ctasjbox {
  text-align: center;
}

.nygsxw_ctasjbox p {
  font-size: 40px;
  color: #d1d1d1;
  margin-bottom: 10px;
}

.nygsxw_ctasjbox span {
  font-size: 24px;
  color: #d1d1d1;
}

.nygsxw_ct .nygsxw_cta:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyxwlbbox .nygsxw_cta:hover .nygsxw_ctatxtbox_t {
  padding-left: 5px;
}

.nyxwlbfy {
  margin-top: 20px;
}

 

@media screen and (max-width:1700px) {
  .nygsxw_ctatxt {
    padding: 0 50px;
  }
  .nygsxw_ctasj {
    padding: 0 30px;
  }
}

@media screen and (max-width:1200px) {
  .nygsxw_ctatxt {
    padding: 0 20px;
  }
  .nygsxw_ctasj {
    padding: 0 20px;
  }
  .nygsxw_ct .nygsxw_cta {
    height: 170px;
  }
  .nyxwlbbox .nygsxw_cta {
    height: 170px;
  }
  .nygsxw_ctatxtbox_b {
    margin-top: 5px
  }
}

@media screen and (max-width:992px) {
  .nyxwlbbox .nygsxw_cta {
    margin-bottom: 20px;
    height: 140px;
  }
  .nyxwlb {
    margin-top: 40px;
  }
  .nygsxw_ctatxt {
    padding: 0 10px;
  }
  .nygsxw_ctatxtbox_t {
    font-size: 22px;
  }
  .nygsxw_ctasj {
    padding: 0 10px;
  }
  .nygsxw_ctasjbox p {
    font-size: 30px;
  }
  .nygsxw_ctasjbox span {
    font-size: 18px;
  }
  .nygsxw_ctatxtbox {
    padding-left: 10px
  }
}

@media screen and (max-width:768px) {
  .nyxwlb {
    margin-top: 20px;
  }
  .nygsxw_ctatxtbox_t {
    font-size: 16px;
  }
  .nygsxw_ctatxtbox_b {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .nygsxw_ctasjbox p {
    font-size: 18px;
  }
  .nygsxw_ctasjbox span {
    font-size: 12px;
  }
  .nyxwlbbox .nygsxw_cta {
    height: 100px;
  }
  .nygsxw_ctasj {
    display: none;
  }
  .nygsxw_ctatxt {
    padding: 0 20px;
  }
}

 