

.footers .yqlj
{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding-top: 19px;
  border-bottom: 1px solid white;
  width: 1612px;
  margin-left: 126px;
  padding-bottom: 4px;
}

.footers-container{
  display: flex;
   flex-direction: row;
  padding-left: 313px;
padding-top: 20px;
}

.footer-line{
width: 0.8px;
  height: 50px;
  background: #FFFFFF;
  margin: 0 68px;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 20px;
}

.Copyright {
align-items: center;
  display: flex;
}

.footer-word {
    margin-left: 23px;
    margin-top: 22px;
}

.footers {
    width: 100%;
   height: 120px;
   background-color: rgba(135, 0, 0, 1);
    
    position: relative;
    min-width: 1585px;
    margin-top: 20px;
}

.footers .footer-school {
    width: 390px;
  height: 68px;
    margin-top: 11px;
}



.footers .items {
    margin-right: 70px;
    cursor: pointer;
}

.footers .items a {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    color: #FFFFFF;
}

.footers .items a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .5s;
}

.footers .items a:hover::after {
    left: 0%;
    width: 100%;
}

.footers .address {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  justify-content: center;
  margin-top: -16px;
}

.footers .address-item {
    margin-right: 48px;
    margin-top: 11px;
}

.footer-last {
   width: 100%;
  box-sizing: border-box;
  bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background-color: rgba(121, 1, 1, 1);
  height: 54px;
}

.footer-last-last {
    display: flex;
    align-items: center;
    margin-left: 90px;
}