.nscb-sele-cont-bot {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.nscb-list {
  width: 50%;
  padding: 0 24px;
  margin-bottom: 50px;
}

.nscb-list-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.nscb-list-link {
  border-radius: 10px 10px 0 0;
  border-top: 2px solid var(--colormain2);
  background: #FFF;
  padding: 36px 36px;
  box-shadow: 0px 37px 15px 0px rgba(2, 36, 110, 0.01), 0px 21px 13px 0px rgba(2, 36, 110, 0.03), 0px 9px 9px 0px rgba(2, 36, 110, 0.04), 0px 2px 5px 0px rgba(2, 36, 110, 0.05);
}

.nscb-list-link-img {
  border-radius: 10px;
}

.nscb-list-link-img .ys-imgbox-contain,
.nscb-list-link-img .ys-imgbox-cover {
  position: relative;
  overflow: hidden;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.nscb-list-link-img .ys-imgbox-cover {
  width: 100%;
  border-radius: 10px;
}

.nscb-list-link-img .ys-imgbox-contain img,
.nscb-list-link-img .ys-imgbox-cover img {
  width: 100%;
  transition: all .36s ease;
}

.nscb-list-link-img .ys-imgbox-cover img {
  border-radius: 10px;
}

.nscb-list-link-img .ys-imgbox-cover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.nscb-list-link-bot {
  padding: 0 !important;
}

.std-tit20,
.std-tit20 p {
  font-size: 20px;
  line-height: 1.8;
}

.nllb-tit {
  color: var(--color030);
  transition: all 0.36s;
  height: 3.6em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

.nscb-list-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(25, 29, 86, 0.20);
}

.nscb-list-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #003B8F;
  transition: all 0.36s;
}

.nscb-list-link-bot .std-text2 p {
  color: var(--color666);
  line-height: var(--line175);
  margin-bottom: 10px;
}

.nscb-list-link-bot .std-text2 p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .nscb-sele-cont-bot {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .nscb-list {
    padding: 0 16px;
    margin-bottom: 38px;
  }

  .nscb-list-link-bot {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .nllb-tit {
    margin-bottom: 20px;
  }

  .std-tit20,
  .std-tit20 p {
    font-size: 18px;
  }

  .nscb-list-link {
    padding: 35px 30px;
  }

  /* end 1680 */
}

@media screen and (max-width: 1440px) {
  .nscb-sele-cont-bot {
    margin-left: -12px;
    margin-right: -12px;
  }

  .nscb-list {
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .nscb-list-link-bot {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .std-tit20,
  .std-tit20 p {
    font-size: 18px;
  }

  .nllb-tit {
    margin-bottom: 12px;
  }

  .nscb-list-link {
    padding: 30px 25px;
  }

  /* end 1440 */
}

@media screen and (max-width: 1280px) {
  .nscb-sele-cont-bot {
    margin-left: -10px;
    margin-right: -10px;
  }

  .nscb-list {
    padding: 0px 10px;
    margin-bottom: 26px;
  }

  /* end 1280 */
}

@media screen and (max-width: 991px) {
  .nscb-list {
    width: 50%;
  }

  .std-tit20,
  .std-tit20 p {
    font-size: 16px;
  }

  .nscb-list-link {
    padding: 25px 20px;
  }

  /* end 991 */
}

@media screen and (max-width: 767px) {
  .nscb-list {
    width: 100%;
  }

  .std-tit20,
  .std-tit20 p {
    font-size: 16px;
  }

  .nllb-tit {
    height: auto;
    max-height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }

  /* end 767 */
}

@media screen and (min-width: 1200px) {
  .nscb-list a:hover .ys-imgbox-cover img {
    transform: scale(1.05);
  }

  .nscb-list-link:hover .nllb-tit {
    color: var(--colormain2);
  }

  .nscb-list-link:hover::after {
    width: 100%;
  }
}