.layOut {
  width: 1200px;
  margin: 0 auto;
}
.commonFooter {
  width: 100%;
  background: #083B74;
  padding-bottom: 50px;
}
.commonFooterBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.commonFooterBox .footerLeft {
  width: 50%;
  padding: 50px 0 25px;
}
.footerLeft .schoolIntruduce {
  width: 320px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 38px;
}
.schoolIntruduce .logo {
  width: 192px;
  height: 45px;
  margin-right: 13px;
}
.schoolIntruduce .schoolInfo {
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.schoolIntruduce .cname {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.schoolIntruduce .ename {
  font-size: 11px;
  color: #FFFFFF;
}
.concatTwo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 33px;
}
.footerLeft .copyright {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.footerRight {
  width: 50%;
  // display: flex;
  // justify-content: flex-start;
  // align-items: center;
}
.footerRight .concatBox {
  width: 85px;
  float: right;
}
.concatBox .wecahtQRcode {
  width: 80px;
  height: 80px;
}
.concatBox .codeName {
  width: 80px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}
.beianhao {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  background: rgba(255, 255, 255, .1);
}
.beianhao a {
  font-size: 14px;
  color: #FFFFFF;
}

.telBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.telBox img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}