.top {
  background: url(http://39.129.25.206:5001/static/cdn_img/web/industry/img-main.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news .pos {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
  margin: 30px 0 30px 0;
}
.news .detailContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 30px 0 10px 0;
}
.news .detailContent h3 {
  /** 文本1 */
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: justify;
}
.news .detailContent .time {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: justify;
  padding: 30px 0;
  margin-bottom: 30px;
}
.news .detailContent .textare {
  /** 文本1 */
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 70px;
}
.news .detailTail {
  position: relative;
  width: 1200px;
  height: 24px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-bottom: 114px;
}
.news .detailTail .left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
.news .detailTail .right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
