.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;
}

.all_contnet{
  background-color: #00122e;
  padding: 20px 14px 0 14px;
}

.content_card{
  background: #00122e;
  padding: 14px;
  display:inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.card_title{
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}


.info_ul>li{
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 100%;
}

.info_ul>li>img{
  margin-right: 20px;
  display: inline-block;
}

.address{
  font-size: 12px;
  width: 92.2%;
  display: inline-block;
}

.card_img{
  width: 100%;
  height: 45.33vw;
}

.card_img>img{
  width: 100%;
  height: 100%;
}