@charset "UTF-8";
/*
 * @Description: 通知公告
 * @Author: hxh
 * @Date: 2025-06-17 14:43:08
 */
.sub-banner {
  background-image: url("../images/notice_list/sub_banner.png");
}

.sub-banner .banner-text {
  font-size: 28px;
}

.tab-hd > .container {
  display: block;
}
.tab-hd .search-input {
  display: inline-block;
  width: 179px;
  height: 35px;
  background: #ffffff;
  border-radius: 48px 48px 48px 48px;
  border: 1px dashed #e6e6e6;
  margin-top: 17px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 12px;
}
.tab-hd .search-input input {
  height: 100%;
  width: -webkit-calc(100% - 33px);
  width: -moz-calc(100% - 33px);
  width: calc(100% - 33px);
  font-size: 13px;
}
.tab-hd .search-input input::-webkit-input-placeholder {
  color: #999999;
}
.tab-hd .search-input input:-moz-placeholder {
  color: #999999;
}
.tab-hd .search-input input::-moz-placeholder {
  color: #999999;
}
.tab-hd .search-input input:-ms-input-placeholder {
  color: #999999;
}
.tab-hd .search-input input::placeholder {
  color: #999999;
}
.tab-hd .search-input .search-btn {
  height: 33px;
  width: 33px;
  display: block;
  background: url("../images/search2.png") center no-repeat;
  cursor: pointer;
}