body {
  background-color: #00122e;
}

.bg_img{
  width: 100vw;
  height:53.4vw;
  margin-top: 50px;
  position: relative;
}

.bg_img>img{
  width: 100%;
  height: 100%;
}

.bg_img>span{
  position: absolute;
  color: #ffffff;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50);
  font-size: 24px;
  left: 14px;
  bottom: 30px;
  font-weight: bold;
}

.contnet{
  padding: 22px 14px 0 14px;
}

.title_box{
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.tag{
  display: inline-block;
  width: 96px;
  height: 30px;
  background: url('../img/cor_tag.png') no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
}

.intro_img_box{
  width: 100%;
  height: 103.2vw;
  margin-bottom: 10px;
  
}

.intro_img_box>img{
  width: 100%;
  height: 100%;
}



.article{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 20px;
}

.title_box2{
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}