.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: 46%;
}

.fen {
  width: 81.25rem;
  margin: 0 auto;
  margin-bottom: 40px;
}

.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: 59.2331rem;
  margin-left: 20px;
  font-size: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #000000;
  line-height: 56px;
  margin-top: 21px;
}

.content {
  width: 81.25rem;
  margin: 0 auto;
  margin-top: 50px;
  height: auto;
}

.content .sys_pic {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.content .p_pic {
  width: 100%;
  position: relative;
  height: 620px;
}

.content .p_pic img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 531px;
  height: 575.58px;
  display: block;
  border-radius: 10px 10px 10px 10px;
}

.content .p_pic .p_text {
  height: 100%;
  position: absolute;
  width: 998.28px;
  background-color: #F7F7F9;
  left: 0;
  bottom: 0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.content .p_pic .p_text .lef {
  width: 651.23px;
  margin-left: 43px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  height: 100%;
}

.content .p_pic .p_text .lef .center {
  height: 86%;
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 43px;
  margin-top: 20px;
  text-align: justify;
  overflow: scroll;
  padding-right: 20px;
  padding-bottom: 20px;
}

.content .p_pic .p_text .lef .center::-webkit-scrollbar {
  width: 6px;
  border-radius: 171px 171px 171px 171px;
}

.content .p_pic .p_text .lef .center::-webkit-scrollbar-thumb {
  background-color: #bf464c;
  border-radius: 10px;
}

.content .p_pic .p_text .lef .center::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
  border-radius: 171px 171px 171px 171px;
}

.content .p_pic .p_text .lef .top {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 20px;
}

.content .p_pic .p_text .lef .top::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

.content .p_pic .p_text .lef .wid1 {
  width: 100%;
  bottom: 0;
}

.content .bot {
  width: 100%;
  background-color: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 0px 24px 0px;
  margin-top: 30px;
}

.content .bot p {
  width: 95%;
  margin-left: 42px;
  overflow: hidden;
}

.content .bot p:nth-child(1) {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 10px;
}

.content .bot p:nth-child(1)::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

.content .bot p:nth-child(2) {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 32px;
  margin-top: 15px;
  text-align: justify;
}

.content .bot .tab1 {
  width: 94%;
  border: 1px solid #e7b1b1;
  margin: 40px auto;
  border-collapse: collapse;
}

.content .bot .tab1 tr:first-child td {
  background-color: #D9DDEA;
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #000000;
  line-height: 43px;
}

.content .bot .tab1 tr td {
  border: 1px solid #e7b1b1;
  font-size: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #787878;
  line-height: 43px;
  text-align: center;
  padding: 15px 0;
}

.content .bot .tab1 tr td:nth-child(1) {
  width: 60%;
}

.content .bot .tab1 tr .bolds {
  background-color: #D9DDEA;
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #000000;
  line-height: 43px;
}
