.content-box {
  background-color: #f1f2f3;
  padding-top:20px
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
}

.error-wrapper {
  background-color: #fff;
  height: 293px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  padding: 25px 0 30px 0;
}

.icon-error {
  width: 124px;
  height: 129px;
  background-position: -238px -366px;
}

.error-title {
  color: #ff3c00;
  font-size: 26px;
  line-height: 50px;
  font-weight: bold;
}

.error-href {
  color: #333;
  font-size: 16px;
  line-height: 45px;
}

.error-text {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.error-time {
  color: #ff3c00;
  margin-right: 5px;
}

.error-href a {
  color: #067ff0;
}

.error-href a:hover {
  text-decoration: underline #067ff0;
}
.href-a{
  color: #0084ff;
  margin: 0 2px;
}

.error-text-wrapper {
  display: inline-block;
  width: 350px;
  text-align: left;
  margin-left: 20px;
}