.head ul {
  position: relative;
}

.head ul .to_li {
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #C70009;
  border-radius: 49px 21px 0px 0px;
  bottom: -34px;
  left: 33.5%;
}

.fen {
  width: 81.25rem;
  margin: 0 auto;
}

.fen .title {
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
  margin-top: 46px;
}

.fen .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

.fen .two {
  width: 70rem;
  margin-left: 20px;
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 30px;
  margin-top: 21px;
}

.fen .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.fen .info div {
  width: 32.3%;
  height: 261.1px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: linear all 500ms;
  border: 1px solid rgba(30, 43, 95, 0.2);
  border-radius: 10px 10px 10px 10px;
}

.fen .info div:hover {
  background: url(../../imgs/system/bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  box-shadow: 27px 21px 44px 0px rgba(24, 35, 80, 0.18);
  background-blend-mode: multiply;
}

.fen .info div:hover span {
  color: #FFFFFF;
}

.fen .info div:hover span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../imgs/home/info_new.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.fen .info div:hover p {
  color: #FFFFFF;
}

.fen .info div:hover div {
  background: url("../../imgs/home/info_to_yellow.png") center center no-repeat;
  background-size: 100% 100%;
}

.fen .info div div {
  margin-left: 46px;
  width: 25px;
  height: 15px;
  background: url("../../imgs/home/info_to.png") center center no-repeat;
  background-size: 100%;
  border: none;
}

.fen .info div span {
  position: relative;
  margin-left: 46px;
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #000000;
  line-height: 46px;
}

.fen .info div p {
  margin-left: 46px;
  width: 316.21px;
  font-size: 18px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-top: 30px;
}
