.kyjx-box3 {
  position: relative;
  padding: 0.8rem 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.kyjx-box3 .left_dep_bg {
  position: absolute;
  left: 0;
  max-width: 50%;
  top: -3.2rem;
  z-index: -1;
}

.kyjx-box3 .left_dep_bg .circle {
  animation: rotate 25s linear infinite;
  width: 100%;
}

.kyjx-box3 .left_dep_bg .logo {
  opacity: 0.15;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.8rem;
  transform: translate(-50%, -50%);
}

.kyjx-box3 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kyjx-box3 .layout ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  position: relative;
}

.kyjx-box3 .layout ul li {
  width: calc(25% - 0.2rem);
}

.kyjx-box3 .layout ul li:last-child {
  margin-bottom: 0;
}

.kyjx-box3 .layout ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0.3rem;
  background: #f5f5f5;
}

.kyjx-box3 .layout ul li a p {
  font-size: 0.18rem;
  color: #333;
  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;
  height: 0.54rem;
}

.kyjx-box3 .layout ul li a i {
  color: #e4e4e4;
  font-size: 0.4rem;
  transition: all .3s;
}

.kyjx-box3 .layout ul li a:hover p {
  color: #007cc2;
}

.kyjx-box3 .layout ul li a:hover p .aline_w {
  background-size: 100% 1px;
}

.kyjx-box3 .layout ul li a:hover i {
  color: rgba(0, 124, 194, 0.8);
}

@media (max-width: 960px) {
  .kyjx-box3 {
    padding: 40px 0 !important;
  }

  .kyjx-box3:before {
    width: 100%;
  }

  .kyjx-box3 .layout ul {
    margin-top: 20px;
    display: block;
  }

  .kyjx-box3 .layout ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .kyjx-box3 .layout ul li:last-child {
    margin-bottom: 0;
  }

  .kyjx-box3 .layout ul li a {
    padding: 20px;
  }

  .kyjx-box3 .layout ul li a p {
    height: auto;
  }

  .kyjx-box3 .layout ul li a .tit {
    font-size: 0.18rem;
    line-height: 0.24rem;
    max-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .kyjx-box3 .layout ul li a .txt {
    flex-wrap: wrap;
  }

  .kyjx-box3 .layout ul li a .txt span {
    margin-bottom: 5px;
  }
}