@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #1276ff !important;
}
body {
  background: #f6f9fc;
}
.serchitme {
  margin-top: 10px;
}
.panel-title p {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  padding-left: 14px;
}
.panel-title p:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 20px;
  background: #0d71fa;
  border-radius: 3px;
  left: 0;
  top: 5px;
}
.serchitme-panel {
  margin-top: 10px;
}
.panel-list {
  padding: 28px 40px 60px 28px;
  background-color: #ffffff;
}
.panel-list .noticepanel-list ul li {
  overflow: hidden;
  padding: 27px 0;
  border-bottom: 1px solid #ededed;
}
.panel-list .noticepanel-list ul li .noticepanel-page .page-title a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 30px;
}
.panel-list .noticepanel-list ul li .noticepanel-page .page-title a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  font-weight: bold;
  margin-right: 10px;
}
.panel-list .noticepanel-list ul li .noticepanel-page .page-text span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.panel-list .noticepanel-list ul li .noticepanel-page .page-text .pagetext-name {
  margin-right: 15px;
}
.panel-list .noticepanel-list ul li .noticepanel-page .page-text .pagetext-demand {
  margin-right: 15px;
}
