.tc {
  text-align: left;
}
#nav {
  background: url(../image/about/打造前程线稿标志拷贝13.png) no-repeat center 0;
  background-size: cover;
}
#nav .logo img {
  opacity: 0;
}
#banner .banner-content {
  background-image: url("../image/news/be049eec60c3349ca6f04451a0deab841dd0f5502035c-Y9HJv0.png");
}
#banner .banner-list li span {
  display: block;
}
/* 新闻详情 */
#new-details {
  width: 12rem;
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 0.42rem;
  color: #333333;
  /* background-color: red; */
}
.new-details-c {
  padding-bottom: 0.38rem;
}
.new-details-c p {
  /* text-indent: 0.4rem; */
  margin-bottom: 0.3rem;
}
.new-details-c h4 {
  font-size: 0.3rem;
  color: #002d72;
  padding: 1.19rem 0 0.33rem;
  text-align: center;
}

.new-details-c .new-time-cs {
  color: #666666;
  margin-bottom: 0.27rem;
}
.new-time-cs .new-time-p {
  text-align: center;
}
.new-details-c .new-time-cs span {
  display: inline-block;
  margin: 0 0.35rem;
}
.new-details-c .new-details-img {
  width: 9rem;
  background-color: skyblue;
  margin: 0 auto 0.3rem;
}
.new-details-c .new-details-img img {
  width: 100%;
}

/* 新闻内容中的图片 */
.new-time-cs .new-content p img {
  width: 10rem !important;
  margin: auto;
}

.new-details-footer {
  padding: 0.32rem 0.4rem 0.54rem;
  border-top: 0.02rem dashed #adadad;
  display: flex;
  justify-content: space-between;
}
.new-pre a,
.new-next a {
  display: inline-block;
  width: 0.8rem;
  height: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.31rem;
}
.new-pre a {
  background: #cd9a43;
  margin-right: 0.17rem;
}
.new-next a {
  background: #999999;
  margin-left: 0.17rem;
}

/* 禁止点击 */
.disable {
  cursor: not-allowed;
}
