.news {
  /* width: 1536px; */
  margin: auto;
}
.news .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-image: url(../image/bg/news.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news .top h2 {
  width: 1100px;
  /* margin: auto; */
  /* padding-top: 94px; */
  font-size: 49px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 96px;
  letter-spacing: 1px;
}
.news h3{
  width: 540px;
  height: 48px;
  font-size: 30px;
  font-family: PingFang SC;
  color: #000000;
  /* line-height: 45px; */
  margin: 94px auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:flex-end;
  /* text-align: center; */
  background-image: url(../image/bg/news-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news .row-news {
  margin-bottom: 28px;
  width: 1100px;
  margin: auto;
  margin-bottom: 26px;
}
.news .row-news .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-size: 18px;
}
.news .row-news .tip-time{
  color: #b0b0b0;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}
.news .row-news .title-wrap .tip {
  width: 40px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  background: #0074FF;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  margin-right: 5px;
}
.curport{
 cursor: pointer;
 color: #333;
}
.news .row-news .title-wrap .hotTip {
  background: #FF5959;
}
.news .row-news .news-desc {
  display: flex;
  justify-content: start;
  align-items: center;
}
.news .row-news .news-desc .news-text {
  color: #7b7b7b;
  line-height: 18px;
  letter-spacing: 1px;
  font-size: 12px;
}
.news .row-news .hiddenTip{
  width: 40px;
  height: 18px;
  display: inline-block;
  visibility: hidden;
  margin-right: 8px;
}
.page-gation {
  display: flex;
  justify-content: center;
}

.newsDetail .back {
  width: 62px;
  height: 32px;
}

.newsDetail .pre_a, .newsDetail .pre, .newsDetail .next {
  color: #71787e;
  text-decoration: none;
  margin-bottom: 5px;
}
.newsDetail .cat {
  color: #99a9bf;
  font-size: 14px;
}
.newsDetail .title {
  color: #393c3e;
  font-size: 30px;
  text-align: center;
  margin-top: 150px;
}
.newsDetail .date {
  color: #71787e;
  font-size: 14px;
  margin: 40px auto;
  text-align: center;
  padding-right: 15px;
  border-right: 1px solid #99a9bf;
  margin-right: 10px;
}
.newsDetail .dateContainer {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
.newsDetail .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
}
.detail .cat {
  color: #99a9bf;
  font-size: 14px;
}

.newsDetail .blue {
  background-color: #1a91eb;
}

.newsDetail .orange {
  background-color: #ec6941;
}

.newsDetail .purple {
  background-color: #9a1aeb;
}