* {
  margin: 0;
  padding: 0;
  font-family: "lthj";
}

@font-face {
  font-family: "lthj";
  src: url("lthj.ttf");
}

ul li {
  list-style: none;
}

.box {
  padding: 0.6rem 0.3rem;
}

.box h2 {
  font-size: 0.34rem;
  text-align: center;
}

.box .timeBox {
  color: #666666;
  font-size: 0.24rem;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.box .detailsBox {
  color: #333333;
  font-size: 0.26rem;
}

.box .detailsBox .item .colorFont {
  color: #666666;
}

.box .detailsBox .item li {
  text-align: justify;
  text-indent: 2em;
  padding-bottom: 0.3rem;  line-height: 0.4rem;
  word-break: break-all;
}
.box .detailsBox .item li a {
  text-decoration: none;
}
.box .detailsBox .item .fontSize {
  font-size: 0.3rem;
  font-weight: bold;
}

.box .detailsBox .item li .pd20 {
  padding-bottom: 0.2rem;
}
