#rczp {
  padding-top: 100px;
}
#rczp .container p {
  line-height: 32px;
  text-indent: unset;
}
#rczp .container .columns {
  display: flex;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #0e5d9d;
  text-align: center;
}
#rczp .container .columns div:nth-child(1) {
  width: 50%;
}
#rczp .container .columns div:nth-child(2) {
  width: 20%;
}
#rczp .container .columns div:nth-child(3) {
  width: 30%;
}
#rczp .container .columnsitem {
  width: 100%;
  background: white;
  color: #666666;
}
#rczp .container .columnsitem div:nth-child(1) {
  width: 54%;
}
#rczp .container .columnsitem div:nth-child(2) {
  width: 21%;
}
#rczp .container .columncontent {
  border: 1px solid #dddddd;
  border-top: none;
  background: white;
  padding: 10px 40px;
}
#rczp .container .columncontent h3 {
  color: #303133;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  font-weight: bold;
}
#rczp .container .el-collapse-item__header {
  position: relative;
}
#rczp .container .el-collapse-item__header .el-collapse-item__arrow {
  position: absolute;
  right: 0;
}
