.notice-list-container {
  position: relative;
  background: #F5F6F8;
}
.notice-list-container .notice-banner-mask {
  position: absolute;
  width: 100%;
  height: 240px;
  z-index: 2;
  background-color: rgba(1, 4, 21, 0.4);
}
.notice-list-container .notice-list-banner {
  width: 100%;
  height: 240px;
  background: url("../../img/notice-list-banner.png") no-repeat 50% / cover;
}
.notice-list-container .notice-title-area {
  position: relative;
  top: -240px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  width: 1200px;
  height: 240px;
  box-sizing: border-box;
  padding-top: 71px;
}
.notice-list-container .notice-title-area h5 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.notice-list-container .notice-title-area .notice-title-nav {
  margin-top: 57px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.notice-list-container .notice-title-area .notice-title-nav li {
  width: 398px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
.notice-list-container .notice-title-area .notice-title-nav .active {
  border-top: 3px solid;
  line-height: 56px;
  box-sizing: border-box;
  background: #F5F6F8;
  font-size: 18px;
  cursor: default;
}
.notice-list-container .notice-content-wrapper {
  margin: -200px auto 0;
  padding-bottom: 30px;
  width: 1200px;
}
.notice-list-container .notice-content-wrapper .notice-content-search {
  display: inline-block;
  margin-right: 14px;
  width: 287px;
  background: #fff;
  vertical-align: top;
}
.notice-list-container .notice-content-wrapper .notice-content-search .layui-form-checkbox[lay-skin=primary] {
  margin: 0 20px 16px 0;
}
.notice-list-container .notice-content-wrapper .notice-content-search .layui-form-checkbox[lay-skin=primary] span {
  color: #333;
}
.notice-list-container .notice-content-wrapper .notice-content-search .notice-search-title {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.notice-list-container .notice-content-wrapper .notice-content-search .notice-search-content {
  padding: 20px;
}
.notice-list-container .notice-content-wrapper .notice-content-search .notice-search-content .search-content-item .item-title {
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
}
.notice-list-container .notice-content-wrapper .notice-content-search .notice-search-btn-area {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  height: 56px;
  border-top: 1px solid #eee;
  padding: 0 20px;
}
.notice-list-container .notice-content-wrapper .notice-content-search .notice-search-btn-area .layui-btn {
  margin-left: 12px;
}
.notice-list-container .notice-content-wrapper .notice-content-list {
  display: inline-block;
  width: 895px;
  background: #fff;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 30px;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices {
  min-height: 860px;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  height: 85px;
  border-bottom: 1px solid #eee;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .tag {
  width: 64px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 2px;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .red-tag {
  background: #FFF1F0;
  color: #CF1322;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .blue-tag {
  background: #E6F7FF;
  color: #1890FF;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .yellow-tag {
  background: #FFF7E6;
  color: #FA8C16;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .green-tag {
  background: #F6FFED;
  color: #389E0D;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .gray-tag {
  background: #F5F5F5;
  color: rgba(0, 0, 0, 0.45);
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .notice-title {
  width: 640px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 29px;
  cursor: pointer;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .cut-line {
  width: 1px;
  height: 42px;
  background: #eee;
  margin-right: 30px;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .notice-date-box {
  position: relative;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .notice-date-box .notice-date {
  color: #333;
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 1;
  text-align: center;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .notice-date-box .notice-year {
  position: relative;
  margin: 0 auto;
  color: #bbb;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  width: 32px;
  height: 14px;
  background-color: #fff;
  z-index: 2;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices li .notice-date-box .notice-year-line {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #bbb;
  opacity: .8;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices .null-list {
  margin-top: 200px;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices .null-list img {
  display: block;
  margin: 0 auto;
}
.notice-list-container .notice-content-wrapper .notice-content-list .notices .null-list span {
  display: block;
  margin-top: 36px;
  text-align: center;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
}
.notice-list-container .notice-content-wrapper .notice-content-list .layui-laypage {
  padding: 24px 0;
}
