.pub-bannber{
  width: 100%;
  height: auto;
}
.pub-notice{
  width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.pub-notice-title{
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #333;
  margin-top: 50px;
}

.pub-info{
  margin-top: 50px;
  padding-bottom: 80px;
}
.pub-container{
  width: 1400px;
  margin: 0 auto;
}
.search-box ul{
  margin: 0 auto;
  height: 40px;
}
.search-box li {
  float: left;
  height: 40px;
  margin: 0 35px;
}
.search-box li:first-child{
  width: 330px;
}
.search-box li:nth-child(2), .search-box li:nth-child(3){
  width: 230px;
}
.search-box li:last-child{
  width: 75px;
  float: right;
  cursor: pointer;
  background: url(../image/search-button.png) no-repeat left center;
  background-size: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.search-box li input {
  width: 300px;
  height: 40px;
  border: 1px solid #E8E8E8;
  padding-left: 10px;
  box-sizing: border-box;
}
.search-box li select{
  width: 100%;
  height: 40px;
  border: 1px solid #E8E8E8;
  padding:0 8px;
  box-sizing: border-box;
}
.table-box{
  padding-top: 50px;
}
.table-box table{
  width: 100%;
  border-spacing: 0;
}
.table-box thead {
  height: 50px;
  background-color: #F5F5F5;
}
.table-box thead th{
  color: #666;
  text-align: left;
  padding-left: 30px;
}
.table-box tbody tr {
  height: 50px;
}
.table-box tbody tr td {
  text-align: left;
  padding-left: 30px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.page-box {
  padding-top: 80px;
}
.page-box, .page-box ul, .page-box li {
  height: 50px;
}
.page-box ul {
  margin: 0 auto;
  text-align: center;
}
.page-box li {
  display: inline-block;
  width: 50px;
  margin: 0 20px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  border-radius: 50%;
}
.page-box li.active {
  background-color: #4C7D93;
  color: #fff;
}