.box {
  width: 80%;
  margin-left: 10%;
}

.box .title {
  font-size: 30px;
}

.box .time {
  position: relative;
  margin-top: 25px;
  font-size: 16px;
  color: #878787;
}

.box .time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../imgs/time-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.box .time span {
  margin-left: 20px;
  line-height: 16px;
  display: block;
}

.box .line {
  margin-top: 10px;
  width: 100%;
  border: 0.5px solid #878787;
  opacity: 0.2;
  margin-bottom: 30px;
}

.box .content {
  line-height: 35px;
  text-indent: 2em;
  font-size: 18px;
}

.box .content img {
  margin-top: 10px;
  margin-bottom: 10px;
}
