#box {
  width: 100%;
  padding: 0.2rem 2rem 0.4rem;
  background: url(../img/bjt.jpg);
  background-size: 100% 100%;
  min-height: calc(100vh - 2.5rem);
}
#notice {
  /* width: 13.44rem; */
  background-color: #ffffff;
  padding: 0.2rem 0.3rem 0.4rem;
}
#crumbs {
  margin-bottom: 0.48rem;
}
#crumbs span {
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  opacity: 0.5;
}
#crumbs span a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
}
#crumbs span:first-child {
  margin-right: 0.05rem;
}
#crumbs span:last-child {
  opacity: 1;
}
#notice_bt {
  font-size: 0.27rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  padding-bottom: 0.18rem;
  border-bottom: 0.01rem solid #d8d8d8;
  margin-bottom: 0.24rem;
}
#notice_nr {
  width: 100%;
  overflow: hidden;
  min-height: 3.6rem;
}
#notice_nr .notice_nr_zi {
  margin-bottom: 0.14rem;
  overflow: hidden;
}
#notice_nr .notice_nr_zi:hover li:nth-child(2) {
  color: #dc8d51;
}
#notice_nr .notice_nr_zi p {
  width: 0.08rem;
  height: 0.08rem;
  background: #ffffff;
  border-radius: 50%;
  border: 0.02rem solid #dc8d51;
  float: left;
  margin: 0.08rem 0.14rem 0 0;
}
#notice_nr .notice_nr_zi li {
  font-size: 0.19rem;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#notice_nr .notice_nr_zi li:nth-child(2) {
  width: 80%;
  float: left;
}
#notice_nr .notice_nr_zi li:last-child {
  float: right;
  opacity: 0.5;
}
