@charset "utf-8";

/*  */
.news-new {
  padding-top: 30px;
}

.news-new-item {
  padding: 50px 0;
  border-bottom: 1px solid #d9d9d9;
}

.news-new-item .left {
  width: 45%;
}

.news-new-item .left .pic {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 0 24px;
  overflow: hidden;
}

.news-new-item .left .pic > img {
  width: 100%;
  transition: 0.3s;
}

.news-new-item .left .pic div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  height: 50px;
}

.news-new-item .left .pic div svg {
  height: 100%;
  transition: 0.3s;
}

.news-new-item .left .pic div svg path {
  fill: var(--theme-green);
}

.news-new-item .left .pic div span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 20px;
}

.news-new-item .right {
  width: 55%;
  padding-left: 50px;
}

.news-new-item .right .title span {
  font-size: 16px;
  color: var(--theme-default);
}

.news-new-item .right .title h3 {
  margin-top: 5px;
}

.news-new-item .right .title h3 a {
  font-size: 32px;
  line-height: 1.6;
  transition: 0.3s;
}

.news-new-item .right .title p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

/*  */
.news-new-item .left .pic:hover img {
  transform: scale(1.06);
}

.news-new-item .right .title h3 a:hover {
  color: var(--theme-green);
}

@media (max-width: 1200px) {
  .news-new-item .left .pic div {
    height: 40px;
  }

  .news-new-item .left .pic div span {
    padding-left: 12px;
  }

  .news-new-item .right .title h3 a {
    font-size: 24px;
  }

  .news-new-item .right .title p {
    margin-top: 15px;
    font-size: 16px;
  }

  .news-new-item .right {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .news-new-item .right .title h3 a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .news-new-item .left {
    width: 100%;
  }

  .news-new-item .right {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
  }

  .news-new-item {
    padding: 20px 0;
  }
}

/* new */
.news-active .lists ul {
  margin-left: -30px;
}

.news-active .lists ul li {
  padding-left: 30px;
  width: 33.33%;
  border-bottom: 1px solid #d9d9d9;
}

.news-active-item {
  padding: 50px 0;
}

.news-active-item .left .pic {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 0 24px;
  overflow: hidden;
}

.news-active-item .left .pic > img {
  width: 100%;
  transition: 0.3s;
}

.news-active-item .left .pic div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  height: 50px;
}

.news-active-item .left .pic div svg {
  height: 100%;
  transition: 0.3s;
}

.news-active-item .left .pic div svg path {
  fill: var(--theme-default);
}

.news-active-item .left .pic div span {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 20px;
}

.news-active-item .right {
  padding-top: 30px;
}

.news-active-item .right .title span {
  font-size: 16px;
  color: var(--theme-default);
}

.news-active-item .right .title h3 {
  margin-bottom: 20px;
  height: 56px;
  overflow: hidden;
}

.news-active-item .right .title h3 a {
  font-size: 20px;
  transition: 0.3s;
}

.news-active-item .right .title div {
  align-items: center;
  margin-top: 5px;
  font-size: 14px;
}

.news-active-item .right .title div i {
  font-size: 20px;
  margin-right: 4px;
}

.news-active-item .right .title p {
  color: #4d4d4d;
}

/*  */
.news-active-item .left .pic:hover img {
  transform: scale(1.06);
}

.news-active-item .right .title h3 a:hover {
  color: var(--theme-green);
}

/*  */
.news-active .focus {
  margin-top: 80px;
}

.news-active .focus .news-active-item {
  padding: 0;
}

.news-active .focus .news-active-item .left {
  width: 60%;
}

.news-active .focus .news-active-item .right {
  width: 40%;
  padding: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
}

.news-active .focus .news-active-item .right .title h3 {
  height: auto;
}

.news-active .focus .news-active-item .title h3 a {
  font-size: 36px;
}

@media (max-width: 1440px) {
  .news-active .focus .news-active-item .right {
    padding: 20px;
  }

  .news-active .focus .news-active-item .title h3 a {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .news-active .lists ul li {
    width: 50%;
  }

  .news-active .focus .news-active-item .left {
    width: 100%;
  }

  .news-active .focus .news-active-item .right {
    width: 100%;
    padding: 20px;
  }

  .news-active .focus .news-active-item .right .more {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .news-active .focus {
    margin-top: 40px;
  }

  .news-active .lists ul li {
    width: 100%;
  }

  .news-active-item {
    padding: 20px 0;
  }

  .news-active .focus .news-active-item .title h3 a {
    font-size: 20px;
  }
}
