.news .news_detail {
  padding: 0 60px;
  padding-bottom: 125px;
}
.news .news_detail .title {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.news .news_detail .title h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin-top: 38px;
  margin-bottom: 22px;
}
.news .news_detail .title p {
  font-size: 16px;
  color: #999;
  margin-bottom: 35px;
}
.news .news_detail .title p span {
  margin-right: 45px;
}
.news .news_detail .title p span:last-child {
  margin-right: 0;
}
.news .news_detail .info {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.news .news_detail .info p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  text-indent: 36px;
}
.news .news_detail .page-content {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.news .news_detail .page-content .page .prev a,
.news .news_detail .page-content .page .next a {
  font-size: 16px;
  line-height: 36px;
  color: #999;
  padding-left: 36px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.news .news_detail .page-content .page .prev a:hover,
.news .news_detail .page-content .page .next a:hover {
  color: #f00;
}
.news .news_detail .page-content .back {
  margin-left: auto;
  margin-right: 12px;
}
.news .news_detail .page-content .back a {
  display: block;
  width: 110px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f00;
  text-align: center;
  font-size: 16px;
  color: #f00;
}
@media (max-width: 1440px) {
  .news .news_detail {
    padding: 0 45px;
    padding-bottom: 90px;
  }
  .news .news_detail .title h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .news .news_detail .info {
    padding: 30px 0;
  }
  .news .news_detail .info p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 32px;
  }
  .news .news_detail .page-content .page .prev a,
  .news .news_detail .page-content .page .next a {
    padding-left: 32px;
  }
}
@media (max-width: 1080px) {
  .news .news_detail {
    padding: 0;
    padding-bottom: 60px;
  }
  .news .news_detail .title h3 {
    font-size: 18px;
  }
  .news .news_detail .title p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .news .news_detail .info p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
  }
  .news .news_detail .info {
    padding: 15px 0;
  }
  .news .news_detail .page-content {
    display: block;
    padding-top: 15px;
  }
  .news .news_detail .page-content .page .prev a,
  .news .news_detail .page-content .page .next a {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0;
  }
  .news .news_detail .page-content .back {
    margin: 0;
    margin-top: 15px;
  }
  .news .news_detail .page-content .back a {
    font-size: 14px;
  }
}
