.home-department010 {
  position: relative;
}

.home-department010 .bg {
  width: 30%;
  height: 100%;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0.16rem 0 0 0.16rem;
  overflow: hidden;
  z-index: -1;
}

.home-department010 .bg img {
  width: 100%;
  height: 100%;
}

.home-department010 .bg .bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.home-department010 .layout .inner-box {
  position: relative;
  border-radius: 0.16rem;
  padding: 0.4rem 0.8rem 0.4rem 0;
}

.home-department010 .layout .inner-box .before {
  width: calc(100% + var(--innerPadding));
  height: 100%;
  background-color: rgba(223, 233, 250, 0.9);
  backdrop-filter: blur(8px);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0.16rem;
  z-index: -1;
  overflow: hidden;
}

.home-department010 .layout .inner-box .before img {
  height: 100%;
  opacity: 0.5;
}

@keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.home-department010 .layout .inner-box .circle-img {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
}

.home-department010 .layout .inner-box .circle-img .circle {
  width: 100%;
  animation: 15s linear 0s infinite normal none running play;
}

.home-department010 .layout .inner-box .circle-img .logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-department010 .layout .inner-box h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-department010 .layout .inner-box .dep-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box {
  width: 15%;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a {
  width: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a:first-child {
  margin-bottom: -0.3rem;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a:last-child {
  margin-top: -0.6rem;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a:first-child,
.home-department010 .layout .inner-box .dep-box .tab-tit-box a:last-child {
  margin-left: 1.3rem;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box:before {
  content: "";
  position: absolute;
  top: 0.07rem;
  right: 0.07rem;
  bottom: 0.07rem;
  left: 0.07rem;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: .5s;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #c4d7f7 3px solid;
  border-radius: 50%;
  z-index: -1;
  transition: .5s;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: var(--ruifox-color-primary-1) 3px solid;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0.5);
  transition: .5s;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .img {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--ruifox-color-primary-1);
  opacity: 0;
  border-radius: 50%;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .img i {
  transition: .5s;
  color: #fff;
  font-size: 0.32rem;
  z-index: 1;
  opacity: 0;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .img>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a p {
  line-height: 1;
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.1rem;
  font-weight: bold;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur .img-box:before {
  transform: scale(0);
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur .img-box:after {
  transform: scale(0.5);
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur .img-box .line {
  transform: scale(1);
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur .img-box .img i {
  opacity: 1;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur .img-box .img:after {
  opacity: 0.8;
}

.home-department010 .layout .inner-box .dep-box .tab-tit-box a.cur p {
  color: var(--ruifox-color-primary-1);
}

.home-department010 .layout .inner-box .dep-box .tab-pannel-wrap {
  width: 80%;
}

.home-department010 .layout .inner-box .dep-box .inner-dep {
  margin-top: 0.4rem;
}

.home-department010 .layout .inner-box .dep-box .inner-dep h2 {
  font-size: 0.32rem;
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1.33%;
  margin-top: 0.4rem;
  position: relative;
  z-index: 1;
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul li {
  width: 24%;
  margin-bottom: 0.2rem;
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul li a {
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.08rem;
  padding: 0 0.2rem;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul li a:hover {
  background-color: var(--ruifox-color-primary-1);
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul li a:hover p {
  color: #fff;
}

.home-department010 .layout .inner-box .dep-box .inner-dep ul li a p {
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: center;
  font-size: 0.18rem;
  color: #333;
}

.home-department010 .layout .inner-box .dep-box svg {
  width: 12rem;
  height: 1.37rem;
  position: absolute;
  bottom: 0.6rem;
}

@media (max-width: 960px) {
  .home-department010 .layout .inner-box {
    padding: 20px 20px 20px 0;
    min-height: 490px;
  }

  .home-department010 .layout .inner-box .circle-img {
    max-width: 100%;
    left: 0;
    left: 50%;
        transform: translate(-50%, -50%);
  }

  .home-department010 .layout .inner-box .dep-box {
    display: block;
  }

  .home-department010 .layout .inner-box .dep-box .tab-tit-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-department010 .layout .inner-box .dep-box .tab-tit-box a {
    margin: 0 1px !important;
  }

  .home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box {
    width: 70px;
    height: 70px;
  }

  .home-department010 .layout .inner-box .dep-box .tab-tit-box a .img-box .img {
    width: 60px;
    height: 60px;
  }

  .home-department010 .layout .inner-box .dep-box .tab-tit-box a p {
    white-space: nowrap;
  }

  .home-department010 .layout .inner-box .dep-box .tab-pannel-wrap {
    width: 100%;
  }

  .home-department010 .layout .inner-box .dep-box .inner-dep{
    margin-top: 20px;
  }

  .home-department010 .layout .inner-box .dep-box .inner-dep h2 {
    font-size: 20px;
  }

  .home-department010 .layout .inner-box .dep-box .inner-dep ul {
    margin-top: 20px;
    gap: unset;
    justify-content: space-between;
  }

  .home-department010 .layout .inner-box .dep-box .inner-dep ul li {
    width: 49%;
  }

  .home-department010 .layout .inner-box .dep-box svg {
    width: 100%;
    bottom: -57px;
  }
}

/*# sourceMappingURL=home-department010.css.map */