.rczp .info {
  font-size: 16px;
}
.rczp img {
  width: 100%;
  margin: 40px 0;
}
.rczp .p_list {
  display: flex;
  flex-wrap: wrap;
}
.rczp .p_list .box3 {
  padding: 30px 0;
  margin: 0 0 20px 20px;
  width: 31%;
  border: 1px solid #eee;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.rczp .p_list .box3 .s_title {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  border-left: 4px solid #00a09f;
}
.rczp .p_list .box3 .s_title span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.rczp .p_list .box3 .s_title span:last-child {
  color: #aaaaaa;
}
.rczp .p_list .box3 .s_line {
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
  border-top: 1px solid #eee;
}
.rczp .p_list .box3 .s_layout {
  padding: 0 60px 0 30px;
  padding: 0 30px;
}
.rczp .p_list .box3 .s_layout p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.rczp .p_list .box3 .s_layout .xq {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.rczp .p_list .box3:hover {
  background-color: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0px 0px 15px 0px #00000033;
  transition: all 0.4s;
}
.rczp .p_list .box3:hover .s_title span {
  color: #00a09f;
}
