@charset "UTF-8";
/**!
 * 效能监督
 * date:2021-07-19
 * author: zhoujie;
 */
body {
  min-width: 1366px;
}

.content {
  margin-top: -1px;
}

.banner {
  height: 300px;
  background: url(../images/effectiveness_monitoring/bg-banner.png) center;
  padding-top: 0;
}

.banner .left {
  width: 80%;
  max-height: 300px;
  overflow: hidden;
}

.banner .left .subtitle {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  padding-top: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner .left span {
  overflow: hidden;
  max-height: 120px;
  margin-top: 23px;
  display: block;
  width: 463px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.banner .right {
  width: 20%;
  height: 300px;
}

.banner .right span {
  position: relative;
  top: 253px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 36px;
}

.content-area {
  width: 1200px;
  height: auto;
  margin: auto;
}

.main {
  width: 100%;
  background: #fff;
}

.main .content-area .area:first-child {
  margin-top: 60px;
}

.main .content-area .area .module {
  width: 792px;
  height: 220px;
  padding-left: 19px;
  padding-top: 33px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
          box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
  border-radius: 4px;
}

.main .content-area .area .module .head h3 {
  float: left;
  font-size: 24px;
  font-weight: 600;
  color: #484e54;
  line-height: 24px;
  margin-right: 10px;
}

.main .content-area .area .module .head .icon-exclamation {
  position: relative;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  cursor: pointer;
  background: url(../../images/icon-exclamation.png) top center no-repeat;
}

.main .content-area .area .module .head .icon-exclamation:hover .layer-ct {
  display: block;
}

.main .content-area .area .completeness {
  background: url(../images/effectiveness_monitoring/bg-completeness.png);
}

.main .content-area .area .completeness .completeness-list {
  width: 100%;
  height: calc(100% - 24px);
  overflow: hidden;
}

.main .content-area .area .completeness .completeness-list li {
  float: left;
  width: 162px;
  height: 100%;
}

.main .content-area .area .completeness .completeness-list li .info-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
  margin-top: 44px;
  margin-bottom: 32px;
}

.main .content-area .area .completeness .completeness-list li .info-num {
  display: block;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content-area .area .completeness .completeness-list li:first-child {
  width: 146px;
}

.main .content-area .area .completeness .completeness-list li:nth-child(2) {
  width: 163px;
}

.main .content-area .area .completeness .completeness-list li:nth-child(3) {
  width: 162px;
}

.main .content-area .area .completeness .completeness-list li:nth-child(4) {
  width: 162px;
}

.main .content-area .area .completeness .completeness-list li:nth-child(5) {
  width: 140px;
}

.main .content-area .area .maturity {
  background: url(../images/effectiveness_monitoring/bg-maturity.png);
}

.main .content-area .area .maturity .maturity-list {
  width: 100%;
  height: calc(100% - 24px);
  overflow: hidden;
}

.main .content-area .area .maturity .maturity-list li {
  float: left;
  width: 33%;
  height: 100%;
}

.main .content-area .area .maturity .maturity-list li .info-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
  margin-top: 44px;
  margin-bottom: 32px;
}

.main .content-area .area .maturity .maturity-list li .info-num {
  display: block;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content-area .area .maturity .maturity-list li:first-child {
  width: 286px;
}

.main .content-area .area .maturity .maturity-list li:nth-child(2) {
  width: 294px;
}

.main .content-area .area .maturity .maturity-list li:nth-child(3) {
  width: 192px;
}

.main .content-area .area .coverage {
  width: 388px;
  height: 460px;
  margin-left: 20px;
  padding-left: 29px;
}

.main .content-area .area .coverage .coverage-list {
  width: 100%;
  height: calc(100% - 24px);
  overflow: hidden;
}

.main .content-area .area .coverage .coverage-list li {
  display: block;
  width: 100%;
  height: 90px;
}

.main .content-area .area .coverage .coverage-list li .info-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
  margin-bottom: 18px;
}

.main .content-area .area .coverage .coverage-list li .info-num {
  display: block;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
}

.main .content-area .area .coverage .coverage-list li:first-child {
  margin-top: 34px;
}

.main .content-area .area .effectiveness {
  width: 100%;
  height: 400px;
  background: url(../images/effectiveness_monitoring/bg-effectiveness.png);
}

.main .content-area .area .effectiveness .processing-list {
  width: 420px;
  height: 168px;
  overflow: hidden;
}

.main .content-area .area .effectiveness .processing-list li {
  float: left;
  height: 100%;
  padding-top: 43px;
}

.main .content-area .area .effectiveness .processing-list li .info-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
  margin-bottom: 32px;
}

.main .content-area .area .effectiveness .processing-list li .info-num {
  display: block;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content-area .area .effectiveness .processing-list li:first-child {
  width: 249px;
}

.main .content-area .area .effectiveness .processing-list li:nth-child(2) {
  width: 170px;
}

.main .content-area .area .effectiveness .ct {
  width: 180px;
  height: 168px;
}

.main .content-area .area .effectiveness .ct:first-child {
  margin-left: 20px;
}

.main .content-area .area .effectiveness .ct:nth-child(2) {
  margin-left: 20px;
}

.main .content-area .area .effectiveness .ct:nth-child(2) {
  margin-left: 15px;
}

.main .content-area .area .effectiveness .ct .chart-pie {
  width: 100%;
  height: 100%;
}

.main .content-area .area .effectiveness .bottom {
  width: 1160px;
  height: 140px;
  border: 1px solid #DBE2E9;
  border-radius: 4px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li {
  float: left;
  height: 100%;
  padding-top: 41px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li .info-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
  margin-bottom: 16px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li .info-num {
  float: left;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #2868b1;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li .unit {
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
  color: #2868b1;
  line-height: 42px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:first-child {
  width: 236px;
  height: 140px;
  background: url(../images/effectiveness_monitoring/bg-detail.png);
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  padding-top: 30px;
  padding-right: 13px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:first-child .info-name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  margin-bottom: 24px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:first-child a {
  display: block;
  width: 100px;
  height: 32px;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:nth-child(2) {
  width: 237px;
  margin-left: 71px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:nth-child(3) {
  width: 242px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:nth-child(4) {
  width: 233px;
}

.main .content-area .area .effectiveness .bottom .good-bad-list li:nth-child(5) {
  width: 138px;
}

.main.table {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 56px;
}

.main.table .tab {
  width: 100%;
}

.main.table .tab .tab-head {
  width: 100%;
  border-bottom: 2px solid #e4e6eb;
}

.main.table .tab .tab-head .hdl {
  float: left;
  width: 177px;
  height: 50px;
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 4px;
}

.main.table .tab .tab-head .hdl p {
  float: left;
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  color: #484e54;
  line-height: 50px;
}

.main.table .tab .tab-head .hdl.active p, .main.table .tab .tab-head .hdl:hover p {
  float: left;
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
  color: #484e54;
  line-height: 50px;
}

.main.table .tab .bdl {
  margin-top: 30px;
}

.main.table .tab .bdl .thead {
  width: 100%;
  height: 46px;
  background: #e5effc;
}

.main.table .tab .bdl .thead li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #6686aa;
  line-height: 46px;
  text-align: center;
}

.main.table .tab .bdl .thead li:first-child {
  width: 140px;
}

.main.table .tab .bdl .thead li:nth-child(2) {
  width: 360px;
  text-align: left;
  padding-left: 52px;
}

.main.table .tab .bdl .thead li:nth-child(3) {
  width: 285px;
}

.main.table .tab .bdl .thead li:nth-child(4) {
  width: 212px;
}

.main.table .tab .bdl .thead li:nth-child(5) {
  width: 199px;
}

.main.table .tab .bdl .bd {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.main.table .tab .bdl .tbody {
  width: 100%;
}

.main.table .tab .bdl .tbody li.tr {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
}

.main.table .tab .bdl .tbody li.tr:nth-child(2n) {
  background: rgba(144, 157, 172, 0.07);
}

.main.table .tab .bdl .tbody li.tr .li {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 2px solid #e5effc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main.table .tab .bdl .tbody li.tr .li:first-child {
  width: 140px;
  text-align: center;
  border-left: none;
}

.main.table .tab .bdl .tbody li.tr .li:nth-child(2) {
  width: 360px;
  padding-left: 52px;
}

.main.table .tab .bdl .tbody li.tr .li:nth-child(3) {
  width: 285px;
  text-align: center;
}

.main.table .tab .bdl .tbody li.tr .li:nth-child(4) {
  width: 212px;
  text-align: center;
}

.main.table .tab .bdl .tbody li.tr .li:nth-child(5) {
  width: 199px;
  text-align: center;
}

.main.table .tab .bdl-12 {
  margin-top: 30px;
}

.main.table .tab .bdl-12 .thead {
  width: 100%;
  height: 46px;
  background: #e5effc;
}

.main.table .tab .bdl-12 .thead li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #6686aa;
  line-height: 46px;
  text-align: center;
}

.main.table .tab .bdl-12 .thead li:first-child {
  width: 140px;
}

.main.table .tab .bdl-12 .thead li:nth-child(2) {
  width: 360px;
  text-align: left;
  padding-left: 52px;
}

.main.table .tab .bdl-12 .thead li:nth-child(3) {
  width: 285px;
}

.main.table .tab .bdl-12 .thead li:nth-child(4) {
  width: 212px;
}

.main.table .tab .bdl-12 .thead li:nth-child(5) {
  width: 199px;
}

.main.table .tab .bdl-12 .bd {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.main.table .tab .bdl-12 .tbody {
  width: 100%;
}

.main.table .tab .bdl-12 .tbody li.tr {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
}

.main.table .tab .bdl-12 .tbody li.tr:nth-child(2n) {
  background: rgba(144, 157, 172, 0.07);
}

.main.table .tab .bdl-12 .tbody li.tr .li {
  float: left;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  border-left: 2px solid #e5effc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main.table .tab .bdl-12 .tbody li.tr .li:first-child {
  width: 140px;
  text-align: center;
  border-left: none;
}

.main.table .tab .bdl-12 .tbody li.tr .li:nth-child(2) {
  width: 360px;
  padding-left: 52px;
}

.main.table .tab .bdl-12 .tbody li.tr .li:nth-child(3) {
  width: 285px;
  text-align: center;
}

.main.table .tab .bdl-12 .tbody li.tr .li:nth-child(4) {
  width: 212px;
  text-align: center;
}

.main.table .tab .bdl-12 .tbody li.tr .li:nth-child(5) {
  width: 199px;
  text-align: center;
}

.pager {
  padding-top: 40px;
  padding-bottom: 5px;
  text-align: center;
}

.layer-ct {
  display: none;
  position: absolute;
  background: #fff;
  overflow: hidden;
  padding-top: 7px;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.layer-ct .tips-text::before {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  margin: 0 auto;
  margin-top: -16px;
  background: url(../images/effectiveness_monitoring/icon-arr.jpg) top center no-repeat;
}

.layer-ct .tips-text {
  display: block;
  width: 328px;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff9ef;
  border: 1px solid #eadeca;
  border-radius: 2px;
  text-align: left;
}
