#noticeList {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

#noticeList .title {
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  margin: 10px auto;
}
#noticeList .title img {
  width: 16px;
  margin-right: 6px;
}
#noticeList .title a {
  display: inline-block;
  line-height: 33px;
  vertical-align: middle;
}
#noticeList .title a:hover {
  color: red;
}
#noticeList .search {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
#noticeList .search input {
  font-family: Microsoft Yahei;
  color: #474747;
  line-height: 26px;
  padding-left: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 2px;
  width: 200px;
  margin-left: 6px;
}
#noticeList .search button {
  color: #fff;
  padding: 0px 15px;
  text-align: center;
  border: none;
  font-family: Microsoft Yahei;
  border-radius: 2px;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background: #efefef;
  color: #828282;
}
#noticeList .search button:hover {
  background: #d3d3d3;
  color: #fff;
}
#noticeList .notice {
  border: 1px solid #e8e8e8;
}
#noticeList .notice li:first-child {
  background: #f1f1f1;
  font-weight: bold;
}
#noticeList .notice li {
  overflow: hidden;
  padding-left: 40px;
  line-height: 40px;
  background: #fafafa;
  margin-bottom: 10px;
}
#noticeList .notice li div {
  width: 50%;
  float: left;
}
#noticeList .notice li div:last-child {
  text-align: center;
}

/* Pagination styles */
.pagination-controls {
  text-align: center;
  margin: 20px 0;
}

.pagination-btn {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}

.current-page {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #ff4e00;
  color: white;
  font-weight: bold;
}
