.branch-box {
  padding-top: 110px;
  padding-bottom: 119px;
  display: flex;
  align-items: center;
}
.branch-img {
  width: 42.3%;
  overflow: hidden;
    flex-shrink: 0;
  -webkit-flex-shrink: 0;
  /* Safari */
  -ms-flex-shrink: 0;
  margin-right: 42px;
}
.branch-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.branch-img img:hover {
  transform: scale(1.1);
}
.branch-box h6 {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  line-height: 60px;
}
.red-line {
  width: 82px;
  height: 0px;
  border: 3px solid #b11f23;
  margin-bottom: 20px;
}
.branch-box p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
    .branch-box {
  padding-top: 0.72rem;
  padding-bottom: 1.3rem;
  justify-content: unset;
  flex-direction: column;
}
.branch-img {
  width:100%;
  margin-right: 0;
  margin-bottom: 0.66rem;
}

.branch-box h6 {
  font-size: 0.43rem;
  line-height: 0.6rem;
}
.red-line {
  width: 0.82rem;
  border: 1px solid #b11f23;
  margin-bottom: 0.51rem;
}
.branch-box p {
  font-size: 0.28rem;
  line-height:0.55rem;
}
}
