.news_box {
  width: 80%;
  margin: 50px auto;
  max-width: 1200px;
}
.news_box .tit {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  color: #333;
  line-height: 2;
}
.news_box .contet {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.contet .img_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contet .img_box img {
  /* height: 50%; */
  width: 50%;
}
.contet p {
  margin: 20px 0;
}
.center {
  text-align: center;
}
.rigth {
  text-align: right;
}
.hone {
  color: red;
}
.lv {
  color: yellowgreen;
}
.huang {
  color: yellow;
}
.huang {
  color: orange;
}
.strong {
  font-size: 20px;
  font-weight: 700;
}
.size {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}
.size img {
  width: 100%;
} 
.vide_box {
  width: 80%;
  margin: 0 auto;
}
.vide_box video {
  width: 100%;
}