.footer_block14 {
  background: #ba2528;
  position: relative;
}
.footer_block14::before {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #000;
  opacity: 0.25;
  filter: alpha(opacity=25);
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_block14 .footer_con {
  box-sizing: border-box;
  padding: 36px 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
}
.footer_block14 .footer_con .footer_logo {
  width: 260px;
  float: left;
}
.footer_block14 .footer_con .info {
  flex: 1;
  margin-left: 30px;
  border-left: 1px solid #fff;
  padding-left: 30px;
}
.footer_block14 .footer_con .info span {
  margin-right: 10px;
}
@media screen and (max-width:996px) {
  .footer_block14 .footer_con {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .footer_block14 {
    text-align: center;
  }
  .footer_block14 .footer_con {
    display: block;
    padding: 20px 0 30px;
  }
  .footer_block14 .footer_con .footer_logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_block14 .footer_con .info {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
  }
  .footer_block14 .footer_con .info span {
    font-size: 14px;
  }
}
