body {
  background: #F5F5F5;
}
.maxmain {
  width: 1200px;
  margin: 0 auto;
  margin-top:30px;
}
.maxmain .policy-file-content {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #DDDDDD;
  position: relative;
}
.maxmain .policy-file-content .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-left: 24px;
}
.maxmain .policy-file-content .policy-list {
  background: #fff;
  padding: 0 20px;
}
.maxmain .policy-file-content .policy-list p.nodata {
  padding: 50px 0px;
  text-align: center;
  font-size: 15px;
  color: #888;
}
.maxmain .policy-file-content .policy-list ul li {
  position: relative;
  line-height: 58px;
  border-bottom: 1px solid #cbcccc;
}
.maxmain .policy-file-content .policy-list ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.maxmain .policy-file-content .policy-list ul li a .policy-name {
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
}
.maxmain .policy-file-content .policy-list ul li a .policy-time {
  font-size: 12px;
  color: #999999;
}
.maxmain .policy-file-content .policy-list ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f90;
}
.maxmain .policy-file-content .policy-list ul li:hover a {
  color: #1E9FFF;
}
.maxmain .policy-file-content .policy-list #pagination {
  text-align: center;
  margin-top: 40px;
}
.maxmain .policy-file-content .wenwu-search-box {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 240px;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 34px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.maxmain .policy-file-content .wenwu-search-box #keywords {
  width: 170px;
  font-size: 14px;
  border: none;
  height: 32px;
  padding-left: 10px;
}
.maxmain .policy-file-content .wenwu-search-box .search-btn {
  background: #1E9FFF;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 0px 12px;
  line-height: 34px;
  height: 34px;
  position: absolute;
  right: 0px;
  top: 0px;
}
