@charset "UTF-8";
/**!
 * [监管事项目录清单]
 * date:2021-12-09
 * author: [zj];
 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 130px;
  background: url("../images/bannerbg.png") center no-repeat;
  box-shadow: 3px 17px 42px rgba(58, 86, 170, 0.6);
}

.banner .container {
  display: flex;
  height: 130px;
}

.banner .container h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  align-self: center;
  padding-left: 18px;
}

.main-content {
  padding-bottom: 40px;
}

.main-content .container {
  padding-top: 41px;
}

.main-content .container .city-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 120px;
}

.main-content .container .city-box .city-list {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f0f0f0;
  cursor: pointer;
}

.main-content .container .city-box .city-list.active {
  color: #fff;
  background: #6c6ae5;
}

.bigtitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #e6e6e6;
  margin-top: 15px;
}

.bigtitle .tle-name {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 55px;
}

.bigtitle .tle-name .fu-tle {
  color: #444;
  font-size: 20px;
}

.bigtitle .search-cont {
  width: 360px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #4d8ed9;
  align-self: center;
  display: flex;
}

.bigtitle .search-cont .search-text {
  width: 268px;
  font-size: 14px;
  line-height: 33px;
  box-sizing: border-box;
  padding-left: 9px;
  color: #333;
  border: none;
  outline: none;
  background: #f8fdff;
}

.bigtitle .search-cont .search-text::placeholder {
  color: #444;
}

.bigtitle .search-cont .sear-btn {
  width: 90px;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #4d8ed9;
}

.hd-box {
  height: 50px;
  background: #E6EBF3;
  display: flex;
  margin-top: 20px;
}

.hd-box .hd-list {
  font-size: 16px;
  line-height: 50px;
  color: #333;
}

.hd-box .hd-list:nth-child(1) {
  width: 440px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.hd-box .hd-list:nth-child(2) {
  width: 300px;
  text-align: center;
  font-weight: bold;
}

.hd-box .hd-list:nth-child(3) {
  width: 300px;
  text-align: center;
  font-weight: bold;
}

.hd-box .hd-list:nth-child(4) {
  width: 155px;
  text-align: center;
  font-weight: bold;
}

.bd-box .bd-list {
  display: flex;
  border-bottom: 1px dashed #BDC4CF;
}

.bd-box .bd-list:hover .bd-text {
  color: #4D8ED9;
}

.bd-box .bd-list .bd-text {
  line-height: 50px;
  color: #333;
  font-size: 16px;
}

.bd-box .bd-list .bd-text:nth-child(1) {
  width: 440px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bd-box .bd-list .bd-text:nth-child(2) {
  width: 300px;
  text-align: center;
}

.bd-box .bd-list .bd-text:nth-child(3) {
  width: 300px;
  text-align: center;
}

.bd-box .bd-list .bd-text:nth-child(4) {
  width: 155px;
  text-align: center;
  color: #4D8ED9;
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pager .m-pagination-page > li.active > a {
  background: #2679e0;
  color: #fff;
}

.pager .m-pagination-page > li > a {
  background: #f1eff0;
  color: #1a57b7;
  border: none;
}

.nav {
  display: flex;
  padding-left: 23px;
  background: url("../images/locat.png") left center no-repeat;
}

.nav a {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-right: 10px;
}

.nav .last-line {
  color: #FD9334;
}
