.pageBox {
  min-width: 1176px !important;
}
.newsDetailBox{
  padding-top: 89px;
}
.newsDetailCont{
  /* padding-bottom: 32px; */
  width: 1176px;
  margin: 0 auto 32px;
  background: #ffffff;
  border-radius: 8px;
}
.detailsBox{
  padding: 80px 100px 50px;
}
.detailsBox img{
    max-width: 100%;
}
.newsDetailTitle{
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
}
.detailsMes{
  margin: 24px 0 32px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}
.detailsMes .newsCompany{
    flex: 1;
  }
.detailsMes .newsTimes{
    margin-right: 66px;
  }

.newsTxt{
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 24px;
}
.newsDetailImg{
  width: 620px;
  margin: 0 auto;
  padding: 16px;
}
.newsDetailImg img{
    margin: 0 auto 24px;
    width: 100%;
  }
.newsDetailImg .detailImgSpec{
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    margin-bottom: 20px;
  }

/* 英文版 */
.newsDetailContEn{
  margin-bottom: 58px !important;
}