﻿.headbar {
  height: 180px;
  background-image: url("../img/zzu-header.png");
  background-repeat: no-repeat;
}

.yinying {
  height: 100%;
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);

  text-align: center;
  line-height: 60px;
  padding: 0;
}

.headbar-logo {
  position: absolute;
  top: 20px;
  left: -20px;
  width: calc(100% * 4 / 24);
  height: 180px;
}

.headbar-title {
  position: absolute;
  right: 20px;
  width: calc(100% * 20 / 24);
  height: 180px;
  padding-top: 35px;
}

.headbar-title h1 {
  color: aliceblue;
  line-height: 60px;
  font-size: 33px;
  margin-top: 35px;
}