.content {
  display: none;
  margin-top: calc(44 * var(--basePC));
}
.content.active {
  display: block;
}

.news-imformation {
  padding: calc(40 * var(--basePC)) 0 0 0;
  background: url(../../images/harmony/common-bg.png) no-repeat 100% 100%;
  background-size: contain;
}

.news-imformation .container {
  position: relative;
  padding-bottom: calc(220 * var(--basePC));
}
.news-imformation .nav-lab {
  display: flex;
  align-items: center;
  margin-right: calc(20 * var(--basePC));
  line-height: calc(24 / 18);
}
.news-imformation .btn-groups .btn {
  height: calc(32 * var(--basePC));
  border: 1px solid var(--third-text-color);
  padding: calc(4 * var(--basePC))  calc(26 * var(--basePC));
  border-radius: calc(99 * var(--basePC));
  border-image: none;
  box-sizing: content-box;
  margin-right: calc(32 * var(--basePC));
  /* line-height: calc(24 / 18); */
  box-sizing: border-box;
    display: flex;
    align-items: center;
}
.news-imformation .btn-groups .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-imformation .btn-groups .btn a {
  color: var(--third-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-imformation .btn-groups .btn.active {
  border-color: #02a981;
}
.news-imformation .btn-groups .btn.active a span {
  font-feature-settings: "kern" on;
  background: linear-gradient(270deg, #02a981 0%, #0eb6db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: calc(24 / 18);
}
.news-imformation .input-icon {
  position: relative;
}
.news-imformation .input-icon .input-icon-addon {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.news-imformation .news-list > .row :hover {
  background: #f7fffe;
}
.news-imformation .news-list > .row {
  height: calc(174 * var(--basePC));
  margin-bottom: calc(40 * var(--basePC));
  color: var(--third-text-color);
  box-shadow: 0px 4px 10px 0px rgba(15, 181, 222, 0.16);
}
.news-imformation .news-list > .row a {
  display: flex;
  color: var(--third-text-color);
  height: 100%;
}

.news-imformation .news-list > .row > div {
  height: 100%;
}

.news-imformation .news-list .news-img {
  height: 100%;
  border-radius: calc(4 * var(--basePC)) 0 calc(4 * var(--basePC)) 0;
  width: calc(309 * var(--basePC));
  flex: 0 0 calc(309 * var(--basePC));
}
.news-imformation .news-list .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(4 * var(--basePC)) 0 0 calc(4 * var(--basePC));
}
.news-imformation .news-list .news-content {
  padding: calc(20 * var(--basePC));
}
.news-imformation .news-list .news-title {
  color: var(--primary-text-color);
  margin-bottom: calc(16 * var(--basePC));
  line-height: calc(30 / 18);
}
@media (max-width: 768px) {
  .news-imformation .nav-lab {
    line-height: calc(37 / 28);
  }
  .news-imformation .news-list .news-title {
    font-weight: bold;
    font-size: calc(32 * var(--basePC));
    line-height: calc(42 / 32);
  }
}
@media (max-width: 669px) {
  .news-imformation .news-list .news-title {
    font-weight: bold;
  }
}

.news-imformation .news-list .news-dis {
  margin: 0 0 calc(20 * var(--basePC));
  overflow: hidden;
}
.news-imformation .news-list .base-inform .icon {
  margin-right: calc(10 * var(--basePC));
  line-height: calc(24 / 18);
}

@media (max-width: 768px) {
  .content {
    margin-top: calc(24 * var(--basePC));
  }

  .news-imformation .news-list .news-img {
    width: 100%;
    height: calc(386 * var(--basePC));
    border-radius: calc(4 * var(--basePC)) calc(4 * var(--basePC)) 0 0;
  }
  .news-imformation .news-list .news-dis {
    line-height: 2;
    box-sizing: border-box;

    padding: 0;
    line-height: calc(42 / 28);
  }
  .news-imformation .news-list .base-inform .icon {
    font-size: calc(24 * var(--basePC));
    line-height: calc(32 / 24);
  }
  .news-imformation .news-list .news-content {
    padding: calc(40 * var(--basePC));
  }
}
@media (max-width: 768px) {
  .news-imformation .btn-groups .btn {
    padding: 0 calc(12 * var(--basePC));
    height: calc(45 * var(--basePC));
    line-height: calc(37 / 28);
    margin-right: calc(12 * var(--basePC));
  }
}
@media (max-width: 768px) {
  .news-imformation .news-list > .row a {
    height: auto;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .news-imformation .news-list > .row > div {
    height: auto;
  }
  .news-imformation .news-list > .row > div img {
    max-height: 18.4rem;
  }
}
@media (max-width: 768px) {
  .news-imformation .news-list > .row {
    height: auto;
  }
  .add-more .tip {
    cursor: pointer;
    display: block;
    letter-spacing: 2px;
    background: linear-gradient(270deg, #00b578 0%, #10b6e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bottom {
    display: none;
  }
  .bottom .tip {
    color: var(--third-text-color);
  }
  .add-more .tip::before,
  .add-more .tip::after {
    content: "";
    width: 30%;
    height: 1px;
    background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
  }
  .bottom .tip::before,
  .bottom .tip::after {
    content: "";
    width: 30%;
    height: 1px;
    background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
  }
  .news-imformation .news-list .news-img img {
    height: 100%;
  }
}
