body {
  background: #f0f0f0;
}
.container {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.newsTitle_wrap{
  border-bottom: 1px dashed #f0f0f0;
}
.newsTitle {
  text-align: center;
  padding: 30px 0 8px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.newsApprovalNo{
  display: block;
  padding: 8px 0 20px;
  color: #666;
  text-align: center;
  text-indent: 30px;
}

.newsDetail {
  text-align: center;
  border-bottom: 1px dashed #f0f0f0;
  
}
.newsDetail .pubTime,
.newsDetail .publisher {
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  margin: 10px;
  color: #999999;
}
.newsPage {
  padding: 50px;
}
.newsPage .newsPageTitle {
  display: block;
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
}
.newsPage .newsPageSecondTitle {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight:bolder
}
.newsPage p {
  line-height: 25px;
  font-size: 14px;
  text-align: left;
  text-indent: 30px;
}
.newsPage p.imgExplain {
  text-align: center;
  color: #666;
}
.newsPage img {
  display: block;
  margin: 20px auto;
}
.newsPage .img1{
  width: 250px;
}
.newsPage .img2{
  width: 50%;
}

.newsPage .video{
  display: block;
  width: 50%;
  margin: 20px auto;
}
