.scroll-header_black .head-bg {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  transition: all 0.5s;
}
.scroll-header_black .head-bg .logo img {
  display: block;
}
.scroll-header_black .head-bg .logo-while {
  display: none;
}
.scroll-header_black .head-bg .logo-blue {
  display: block;
}
.scroll-header_black .head-bg .nav li a {
  color: #353535;
}
.scroll-header_black .head-bg .nav li.active a {
  color: #0F4696;
}
.scroll-header_black .head-bg .nav-icon a {
  color: #0F4696;
}
.index-banner {
  position: relative;
  height: 34.06vw;
}
.index-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-banner .index-news {
  position: absolute;
  left: 50%;
  top: calc(50% - 50px);
  transform: translateX(-50%);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #F6F9FF;
  background-image: -webkit-linear-gradient(270deg, #FFFFFF 60%, #d2dfff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-banner .index-title {
  position: absolute;
  left: 50%;
  top: calc(50% - 70px);
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 22px;
}
.news-hot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.news-hot .news-hot_content {
  width: 32%;
  padding-top: 20.17%;
  position: relative;
  cursor: pointer;
}
.news-hot .news-hot_content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(74, 74, 74, 0) 0%, #0D0D0D 100%);
  z-index: 1;
  width: 100%;
  height: 120px;
}
.news-hot .news-hot_content img {
  width: 100%;
  height: 100%;
}
.news-hot .news-hot_content dl {
  position: absolute;
  z-index: 2;
  padding: 0 20px;
  bottom: 10px;
}
.news-hot .news-hot_content dl dt {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  height: 52px;
}
.news-hot .news-hot_content dl dd {
  font-size: 14px;
  line-height: 26px;
  color: #D9D9D9;
  margin-top: 6px;
}
.ny-content {
  background-color: #fff;
}
.lfkjnews {
  margin-top: -125px;
}
.content .news-child {
  width: 90%;
  margin: 0 auto;
}
.content .news-child .news-content {
  margin-bottom: 30px;
}
.content .news-child .news-type .news-item {
  margin: 0 auto;
  padding: 51px 0 53px 0;
  border-top: 1px solid #D9D9D9;
}
.content .news-child .news-type .news-item:nth-last-child(1) {
  border-bottom: 1px solid #D9D9D9;
}
.content .news-child .news-image {
  overflow: hidden;
  width: 239px;
  height: 182px;
  background-image: url("../img/ny/piclogo.png");
}
.content .news-child .news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.content .news-menu {
  width: 90%;
  margin: 0 auto;
}
.content .news-menu .content {
  display: flex;
  align-items: center;
}
.content .news-menu .content .tab-normal {
  font-size: 14px;
  font-weight: 500;
  color: #1D2129;
  margin-right: 48px;
  cursor: pointer;
}
.content .news-menu .content .tab-normal.tab-active {
  color: #1963dd;
  font-weight: bold;
}
.pagination li {
  width: 32px;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  /* background-color: #ffffff; */
  /* border-radius: 50%; */
  margin: 0 6px;
  border: 1px solid transparent;
  height: 32px;
}
.pagination li input {
  height: 32px;
}
@media screen and (max-width: 992px) {
  .index-banner {
    height: 60vw;
  }
  .index-banner .index-news {
    position: absolute;
    left: 50%;
    top: calc(50% - 30px);
    transform: translateX(-50%);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #F6F9FF;
    background-image: -webkit-linear-gradient(270deg, #FFFFFF 60%, #d2dfff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index-banner .index-title {
    position: absolute;
    left: 50%;
    top: calc(50% - 50px);
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 22px;
  }
  .lfkjnews {
    margin-top: -1em;
  }
  .news-detai_content {
    margin-top: 60px;
    padding-bottom: 66px;
  }
  .news-detai_content .news-right {
    width: 250px;
  }
  .news-hot {
    width: 100%;
    overflow-x: auto;
  }
  .news-hot .news-hot_content {
    width: 75vw;
    margin-left: 5%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: calc(242 / 319 * 75vw);
  }
  .content .news-child {
    width: 92%;
  }
  .content .news-child .news-type .news-item {
    padding: 1em 0 1em 0;
  }
  .content .news-child .news-image {
    width: 38vw;
    height: 0;
    padding-top: calc(192 / 238 * 38vw);
  }
}
