.rcln h5 {
  text-align: center;
  margin-top: 30px;
}
.rcln .list {
  width: 23.75%;
}
.rcln .list h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}
.rcln .list p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.rcln-item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.table {
  width: 100%;
}
.table .thead {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.table .thead span {
  width: 20%;
  display: inline-block;
  padding: 24.5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #ffffff;
  background-color: #5493ac;
}
.zwip .refs {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.zwip .refs span {
  width: 20%;
  display: flex;
  padding: 22.5px 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
  justify-content: center;
}
.zwip .refs span:last-child {
  cursor: pointer;
}
.zwdesc {
  padding: 24px 0;
  display: none;
  justify-content: space-between;
}
.zwdesc > div {
  width: 45%;
  padding-left: 50px;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.refs span i {
  transition: all 0.3s linear;
  display: inline-block;
  transform: rotate(-90deg);
}
.r-active {
  color: #5493ac !important;
}
.r-active i {
  transform: rotate(0) !important;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .title {
    text-align: center;
    margin-top: 65px;
  }
  .rcln h5 {
    text-align: center;
    margin-top: 20px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rcln .list p {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-top: 8px;
  }
  .rcln .list h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 14px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .rcln-item {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table .thead span {
    font-size: 14px;
  }
  .zwip .refs span {
    font-size: 12px;
  }
  .zwdesc > div {
    width: 100%;
  }
  .zwdesc {
    flex-wrap: wrap;
  }
  .zwdesc > div {
    width: 45%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
  }
  .rcln .list {
    width: 48%;
    margin-bottom: 10px;
  }
  .rcln-item {
    flex-wrap: wrap;
  }
  .rcln .list p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
  }
  .rcln .list h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}
