@charset "UTF-8";
.common-content-main {
  width: 1270px;
  min-height: 488px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 35px auto 112px auto;
}

.common-content-main .common-content-main-content {
  margin-bottom: 37px;
  width: 100%;
  min-height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 100px;
  position: relative;
}

.common-content-main .common-content-main-content .common-content-main-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 39px -3px rgba(0, 0, 0, 0.12);
  padding-bottom: 52px;
  box-sizing: border-box;
  height: 573px;
}

.common-content-main .common-content-main-content .common-content-main-content-item .common-content-main-content-img {
  max-width: 100%;
  height: 374px;
}

.common-content-main .common-content-main-content .common-content-main-content-item .common-content-main-content-title {
  box-sizing: border-box;
  padding: 34px 0;
  width: 450px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  color: #0f315a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.common-content-main .common-content-main-content:empty::before {
  position: absolute;
  content: '暂无数据';
  font-size: 24px;
  color: #000000;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-content-main .loading-page-finish {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  color: #000000;
  cursor: pointer;
  background-color: #fffbff;
}

.common-content-main .loading-page-finish:hover {
  background-color: #b5bac6;
  color: #ffffff;
}
