.notice_body {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.el-breadcrumb__inner {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.notice-content {
  margin-top: 32px;
  display: flex;
}
.notice-menu {
  width: 230px;
  margin-right: 20px;
}
.notice-list {
  width: 1150px;
}
.el-menu {
  background-color: #e6edf6;
}
.notice-content .el-menu-item {
  padding-left: 44px !important;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.notice-content .el-menu-item a {
  display:block;
}
.notice-content .el-menu-item.is_active {
  background-color: #ffffff !important;
  font-weight: bold;
  font-size: 18px;
  color: #154977;
  border-left: 4px solid #154977;
}
.curpage_tab {
  color: #666666;
}
.notice-list {
  width: 1086px;
  background: #ffffff;
  box-shadow: 0px 12px 28px 0px rgba(194, 196, 199, 0.23);
  border-radius: 12px;
  min-height: 500px;
  padding: 20px 32px 40px 32px;
  box-sizing: border-box;
}
.list-item {
  width: 100%;
  padding: 18px 0 30px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}
.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 114px);
  cursor: pointer;
}
.list-item:hover {
  color: #154977;
}

/*# sourceMappingURL=notice.css.map */
