/**!
 * 新疆政务服务-效能监督
 * date:2020-10-14
 * author: hujiahua;
 */

.container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 358px;
  background: url("../images/banner-bg.png") no-repeat center center;
}

.banner-info {
  padding-left: 30px;
  padding-top: 60px;
}

.banner-title {
  height: 123px;
  font-size: 46px;
  color: #fff;
  line-height: 118px;
}

.banner-title::after {
  content: "";
  display: block;
  width: 59px;
  height: 5px;
  background: #fff;
}

.banner-content {
  width: 720px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 26px;
}

/* 概要统计等 */

.data-list {
  margin: 30px -10.5px;
}

.data-item {
  float: left;
  width: 386px;
  height: 300px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin: 10px 10.5px;
}

.data-title {
  position: relative;
  height: 57px;
  font-size: 20px;
  line-height: 57px;
  padding-left: 13px;
}

.data-title::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background: #0f7fcb;
  left: 0;
  top: 21px;
}

.data-detail-list {
  margin-top: 10px;
}

.data-detail-list li {
  float: left;
  box-sizing: border-box;
}

.data-detail-list.col2 li {
  width: 50%;
  padding-left: 24px;
}

.data-detail-list.col22 li {
  width: 50%;
  padding-left: 20px;
}

.data-detail-list.col3 li {
  width: 33.333%;
  padding-left: 24px;
}

.data-detail-list.col33 li {
  width: 33.333%;
  padding-left: 19px;
}

.data-detail-list span {
  display: block;
}

.detail-label {
  height: 31px;
  font-size: 13px;
  line-height: 31px;
  color: #575757;
}

.detail-content {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}

/* 事项进驻情况等 */
.matter-title-list {
  font-size: 0;
  padding-top: 10px;
  text-align: center;
}

.matter-title {
  display: inline-block;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  padding: 0 3px;
  margin: 0 34px;
  cursor: pointer;
}

.matter-title.active {
  color: #0f7fcb;
  font-weight: bold;
  border-bottom: 3px solid #0f7fcb;
}

/* 表格 */
.tb-container {
  margin: 40px 0;
  padding: 20px 16px 25px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);

}

.infor-tb {
  width: 100%;
  table-layout: fixed;
}

.infor-tb th {
  height: 42px;
  background-color: #f4f4f4;
  line-height: 42px;
  padding: 0 12px;
}

.infor-tb td {
  height: 68px;
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.infor-tb th.td-center,
.infor-tb td.td-center {
  text-align: center;
  font-weight: normal;
}

.infor-tb tr.tr-bold {
  font-weight: bold;
}

.infor-tb tbody tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 68px;
  border-bottom: 1px dotted #bdbdbd;
}

/* 分页条 */
.page-line {
  position: relative;
  text-align: center;
}

.page-line p {
  position: absolute;
  height: 38px;
  font-size: 14px;
  color: #999;
  line-height: 38px;
  padding-left: 25px;
  background: url("../images/time_alert.png") no-repeat left center;
  margin: 25px 0;
  left: 0;
}

.m-pagination {
  display: inline-block;
  margin: 25px 0 0 0;
}