.szjx_main {
  background: url(../images/index/jx_bg.png) no-repeat top;
  padding-top: 30px;
}

.szjx_text {
  width: 55%;
  margin: 0px auto;
}
a.elli-m:hover {
    color: rgba(108, 165, 230, 1);
}
.szjx_nr {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  margin-top: -120px;
  padding: 6px 30px 30px;
}

.item {
  width: 100%;
  padding: 30px 24px 27px;
  box-sizing: border-box;
  margin-right: 24px;
  margin-top: 24px;
  background: linear-gradient(
    180deg,
    rgba(108, 185, 245, 0.2) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.item:nth-child(3n) {
  margin-right: 0;
}

.item_title a {
  font-size: 1.475rem;
   color: rgb(11 1 1);
  text-align: center;
    position: relative;
    z-index: 99;
}

.item_memo {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38.39px;
  color: rgba(102, 102, 102, 1);
  text-indent: 2em;
  margin-top: 15px;
}

.szjx_item {
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}

.szjx_item:nth-child(1),
.szjx_item:nth-child(2),
.szjx_item:nth-child(3) {
  margin-top: 0px;
}

.szjx_item:nth-child(3n) {
  padding-right: 0;
}

.item img {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .szjx_item {
    width: 100%;
  }

  .szjx_item:nth-child(2),
  .szjx_item:nth-child(3) {
    margin-top: 30px;
  }

  .item {
    margin-right: 0;
  }
 .szjx_nr {
    margin-top: -70px;
  }
}

@media (max-width: 768px) {
  .szjx_nr {
    margin-top: -30px;
  }

  .szjx_text {
    width: 100%;
  }

  .szjx_item {
    padding-right: 0;
  }
}
body.older .item_title a {
    font-size: 28px;
}
body.older .item_memo {
   font-size: 28px;
}