.cphxgn_container {
  width: 100%;
  position: relative;
  height: 1300px;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 60px;
  height: 353px;
  font-size: 50px;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: bold;
  color: #333333;
  line-height: 59px;
  margin: 0 24px;
  background: url("../img/project-wrj/title_bg2.png") no-repeat center center;
}
.title:before,
.title:after {
  content: "";
  display: inline-block;
  margin: 0 24px;
  width: 54px;
  height: 2px;
  background: fff;
  border-radius: 2px 2px 2px 2px;
}

.content {
  position: absolute;
  top: 206px;
  left: 50%;
  transform: translateX(-50%);
  width: 1800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  grid-auto-rows: 294px;
  padding: 0 204px;
}

.item {
  width: 454px;
  height: 294px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(160, 171, 192, 0.25);
  border-radius: 8px 8px 8px 8px;
  position: relative;
}

.item:hover .item_title{
  color: #66df47;
}
.item:hover .item_p{
  color: #66df47;
}

.item_title {
  /* width: 196px; */
  height: 33px;
  font-family:
    HarmonyOS Sans SC,
    HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  margin: 46px 0 17px 32px;
}

.item_p {
  width: 381px;
  height: 144px;
  font-family:
    HarmonyOS Sans SC,
    HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 32px;
}
.item_icon {
  position: absolute;
  right: 24px;
  top: 24px;
}
