.software-search {
  width: 360px;
  position: relative;
}
.software-search .layui-input {
  height: 32px;
}
.software-search .layui-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.software-search .layui-input:hover,
.software-search .layui-input:focus {
  border-color: #2D6DFF !important;
}
.software-search .fa-search {
  position: absolute;
  right: 10px;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}
.software-search .fa-search:hover {
  color: #2D6DFF;
}
.notice-date {
  width: 72px;
  height: 74px;
  padding: 0 30px;
  margin: 33px 0;
  border-right: 1px solid #eee;
  text-align: center;
  float: left;
}
.notice-date .nd-top {
  font-size: 40px;
}
.notice-date .nd-bottom {
  font-size: 16px;
  padding-bottom: 4px;
}
.notice-content {
  margin-left: 163px;
  padding: 32px 0;
}
.notice-content .nc-title {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.notice-content .nc-title:hover {
  color: #2D6DFF;
}
.notice-content .nc-part {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  /* 隐藏超出容器的文本内容 */
  display: -webkit-box;
  /* 使用webkit引擎的布局盒子模型 */
  -webkit-line-clamp: 2;
  /* 设置最大显示行数为2行 */
  -webkit-box-orient: vertical;
  /* 设置文本在垂直方向上排列 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.notice-item {
  border-bottom: 1px solid #eee;
}
.notice-item:hover .nc-title {
  color: #2D6DFF;
}
body .infomation-title {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
body .infomation-date {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 16px;
  line-height: 1.2em;
}
body .bread-crumb h3,
body .infomation-date {
  width: auto;
}
