#app {
  background-color: #f6f6f6;
}

.bread {
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  font-size: 14px;
  font-weight: bold;
}

.public-list {
  min-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 30px 36px;
  width: 85%;
}
.notice-type-list {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.notice-type {
  padding-bottom: 10px;
  margin-right: 25px;
  font-size: 18px;
  cursor: pointer;
}

.notice-type.on{
  font-weight: bold;
  border-bottom: 4px solid #005EEC;
  color: #005EEC;
}

.public-list-item{
  height: 50px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.public-list-item:hover{
  color: #005EEC;
}

