@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-content {
  margin-bottom: 37px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}

.common-content-main .common-content-main-content:empty::after {
  content: "暂无数据";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  width: 100%;
  height: 400px;
}

.common-content-main .common-content-main-content #download-select-center {
  position: absolute;
  left: 0;
  top: 0;
  width: 107px;
  font-size: 20px;
  color: #000000;
  height: 60px;
  border: 1px solid #0f315a;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 36px 43px 36px 67px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 39px -3px rgba(0, 0, 0, 0.12);
  margin-bottom: 31px;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-index {
  width: 149px;
  height: 161px;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content {
  flex: 1;
  margin-left: 40px;
  margin-right: 16px;
  box-sizing: border-box;
  align-self: flex-start;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-title {
  font-size: 24px;
  color: #0f315a;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 811px;
  text-overflow: ellipsis;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-content {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-content .util {
  display: flex;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-content .util .name {
  width: 85px;
  height: 40px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  text-align-last: justify;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-content .util .value {
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #a1a1a1;
}

.common-content-main .common-content-main-content .aSupport-seamap-body-item .aSupport-seamap-body-item-content .aSupport-seamap-body-item-content-content .util .unit {
  height: 40px;
  line-height: 40px;
  color: #000000;
}

.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;
}
