<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
main {
  background: linear-gradient(10deg, #0d1330 10%, #000000 40%, #122c15 80%);
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
}
main .history {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
main .history .history_title h2 img {
  height: 45px;
  margin-bottom: -7px;
  padding-left: 0.5px;
  padding-bottom: 3px;
  background-color: #ffffff;
}
main .history .history_content {
  position: relative;
  background-color: #ffffff;
}
main .history .history_content p {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #00561f;
}
main .history .history_content > ul {
  width: 90%;
  margin: 0 auto;
  padding: 25px 10px 70px 10px;
}
main .history .history_content > ul > li {
  padding: 20px 0;
}
main .history .history_content > ul > li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #00561f;
}
main .history .history_content > ul > li dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  main .head .title {
    padding: 30% 0 30% 0;
  }
  main .head .title h1 {
    line-height: 30px;
    font-size: 2rem;
  }
  main > ul {
    justify-content: flex-start;
  }
}