.content {
  width: 100vw;
  height: 100vh;
  background: url(../images/rczp_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.content .inner {
  height: 100%;
}
@media (max-width: 992px) {
  .content {
    background-position: 30% center;
  }
}
.rczp_box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 992px) {
  .rczp_box {
    right: 0.2rem;
  }
}
.rczp_title1 {
  width: 4.81rem;
}
.rczp_title2 {
  width: 4.81rem;
  margin-bottom: 0.5rem;
}
.rczp_list {
  width: 5.18rem;
}
.rczp_list li {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.8rem;
}
.rczp_list a {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 0.24rem;
  border-radius: 0.12rem;
  background: url(../images/rczp_tab1.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rczp_list span {
  font-size: 0.18rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: baseline;
}
.rczp_list span b {
  font-size: 0.28rem;
  font-weight: bold;
  margin-right: 0.1rem;
}
.rczp_list i {
  flex-shrink: 0;
  transition: all 0.3s ease;
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/rczp_icon1.png);
}
.rczp_list a:hover {
  background-image: url(../images/rczp_tab2.png);
}
.rczp_list a:hover i {
  background-image: url(../images/rczp_icon2.png);
}
