@charset "UTF-8";
.common-content-main {
  width: 1270px;
  min-height: 888px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 35px auto 112px auto;
}

.common-content-main .common-content-main-title {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 36px;
  height: 60px;
  line-height: 60px;
}

.common-content-main .common-content-main-content {
  width: 100%;
  min-height: 600px;
  background-color: #ffffff;
  box-shadow: 0px 0px 39px -3px rgba(0, 0, 0, 0.12);
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}

.common-content-main .common-content-main-content:empty::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '暂无数据';
  font-size: 24px;
  color: #000000;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
