/* news details 页面 */
.news-details-conatiner {
  padding: 80px 0;
}

.news-details-content {
  width: 100%;
  max-width: 1000px;
}

.news-details-content .title {
  color: #222;
}

.news-details-content .publish {
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}

.news-details-content .publish p {
  margin-right: 20PX;
}

.news-details-content .publish span {
  color: #222;
  font-size: 16px;
}

.news-details-content .tags {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.news-details-content .tags p {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  color: #666;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.article img.img {
  margin-bottom: 60px;
}

.article p {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: 16px;
}

/* 分享 */
.article-share {
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.article-share p {
  font-family: 'Poppins-Bold';
  flex-shrink: 0;
}

.article-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 75px;
  border: 1px solid #e5e5e5;
  transition: all 1s;
}

.article-share a:hover {
  background: #12bc66;
  border-color: #12bc66;
}

.article-share a:hover svg {
  fill: #fff;
}

.prev-next-article {
  margin-top: 50px;
  align-items: center;
}

.prev-next-article .fenge {
  margin: 0 2.604175vw;
  background: #e5e5e5;
  width: 1px;
  height: 90px;
}

.prev-next-article .item {
  justify-content: space-between;
}

.prev-next-article .item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.prev-next-article .item:hover .art-title {
  color: #12bc66;
}

.prev-next-article .left {
  max-width: 350px;
}

.prev-next-article .top {
  align-items: center;
}

.prev-article svg {
  margin-right: 10px;
}

.next-article svg {
  margin-left: 10px;
}

.art-title {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Raleway-Bold';
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-article .top {
  justify-content: flex-end;
}

.next-article {
  text-align: right;
}

/* post news */
.latest-news {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.latest-title {
  font-family: 'Raleway-Bold';
  font-size: 20px;
  margin-bottom: 30px;
}

.latest-news .row {
  margin: 0 -25px;
}

.latest-news .row li {
  padding: 0 25px;
}

.latest-news .row li img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.latest-news .row li .time {
  margin: 20px 0 10px;
  font-size: 14px;
  color: #666;
}

.post-title {
  font-size: 20px;
  font-family: 'Raleway-Bold';
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-news .row li:hover .post-title {
  color: #12bc66;
}

.latest-news .row li:hover img {
  opacity: 0.5;
}

@media (max-width: 1279px) {

  .art-title,
  .post-title {
    font-size: 18px;
  }

  .latest-news .row {
    margin: 0 -15px;
  }

  .latest-news .row li {
    padding: 0 15px;
  }

  .news-details-content .title {
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .news-details-conatiner {
    padding: 60px 0 20px;
  }

  .prev-next-article .item .img {
    flex-shrink: 0;
  }

  .latest-news .row li {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .news-details-conatiner {
    padding: 40px 0 0;
  }

  .news-details-content .title {
    font-size: 24px;
  }

  .article img.img{
    margin-bottom: 40px;
  }

  .article p{
    margin-bottom: 30px;
  }

  .article-share a {
    width: 50px;
    height: 50px;
  }
  .article-share p {
    margin-bottom: 10px;
  }

  .prev-next-article {
    flex-direction: column;
  }

  .prev-next-article .fenge {
    display: none;
  }

  .prev-article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
}



















/* subscribe */
.subscribe {
  background: #f7f7f7;
}

.subscribe .row {
  justify-content: space-between;
  align-items: center;
}

.subscribe .content {
  padding: 4.03647125vw 7.812525vw;
}

.subs-title {
  font-size: 40px;
  font-family: 'Raleway-Bold';
  line-height: 1.5;
}

.subs-title span {
  color: #12bc66;
}

.subs-input {
  position: relative;
}

.subs-input {
  max-width: 590px;
}

.subs-input input {
  height: 72px;
  width: 590px;
  padding: 0 30px;
  border-radius: 36px;
}

.subs-input input[type="submit"] {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.subs-input input[type="submit"]:hover {
  background: linear-gradient(to left, #55ba4a, #1ab370);
  transition: all 0.5s;
}

@media (max-width: 1023px) {
  .subs-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
  }

  .subscribe .content {
    padding: 60px 7.812525vw;
  }
}

@media (max-width: 767px) {
  .subs-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .subscribe .content {
    padding: 40px 0;
  }

  .subs-input input {
    width: 100%;
    height: 60px;
  }
}

/* subscribe end */