@charset "UTF-8";
/*header start*/
.news-title {
  line-height: 1;
  color: #1D1D1D;
  margin: 2vw 0 5vw;
}

.news-title span {
  padding-bottom: 12px;
}

.content-news {
  background-color: #dcdcdc;
  padding: 1px 0;
}

.news-list li {
  margin-bottom: 4vw;
}

.news-list .n-item {
  display: flex;
  color: #707070;
}

.news-list .n-item .imgshow {
  width: 45%;
  flex-shrink: 0;
}

.news-list .n-item .imgshow .img-box {
  padding-bottom: 66.66667%;
}

.news-list .n-item .imgshow img {
  transition: all 0.4s;
}

.news-list .n-item .text {
  width: 55%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 3vw;
}

.news-list .n-item h3 {
  color: #1D1D1D;
  line-height: 1.2;
  margin: 12px 0 24px;
  transition: all 0.4s;
}

.news-list .n-item .tags span {
  color: #1D1D1D;
}

.news-list .n-item:hover img {
  transform: scale(1.05);
}

.news-detail-title {
  color: #707070;
  margin: 5vw 0;
}

.news-detail-title h3 {
  color: #1D1D1D;
  line-height: 1.2;
  margin: 12px 0 24px;
  transition: all 0.4s;
}

.news-detail-title .tags span {
  color: #1D1D1D;
}

.newsd-text {
  color: #1D1D1D;
  padding-bottom: 5vw;
}

.newsd-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2vw auto;
}

/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-list {
  display: flex;
  justify-content: center;
}

.page-box .page-next {
  border-right: 1px solid rgba(0, 0, 0, 0.8) !important;
  border-radius: 0 5px 5px 0;
}

.page-box .page-prev {
  border-radius: 5px 0 0 5px;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner .no-drop {
  background-color: rgba(0, 0, 0, 0.05);
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid rgba(0, 0, 0, 0.8);
  display: inline-flex;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  border-right: none;
}

.page-box .page-inner .current {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

/*分页 end*/
