

.g-technology-iron table,
.g-technology-iron table tr th,
.g-technology-iron table tr td {
  border: 1px solid #E0E0E0;
}
.g-technology-iron .main-content .technology-title-box {
  width: 100%;
  position: relative;
  background-color: #eee;
  min-height: 300px;
}
.g-technology-iron .main-content .technology-title-box .title-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}
.g-technology-iron .main-content .technology-title-box .title-content-box {
  width: 1160px;
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -580px;
  z-index: 100;
}
.g-technology-iron .main-content .technology-title-box .title-content-box .title-name {
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 48px;
  width: 553px;
}
.g-technology-iron .main-content .technology-title-box .title-content-box .title-slogan {
  font-size: 16px;
  line-height: 24px;
  margin: 14px auto 0;
  text-align: center;
  max-width: 1160px;
  padding: 0 20px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  padding: 0;
}
.g-technology-iron .main-content .technology-content-box {
  width: 1160px;
  height: calc(100vh - 130px);
  display: flex;
  margin: 40px auto;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right {
  flex: 1;
  margin-left: 20px;
  overflow-y: auto;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .technology-content-title {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 22px;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .technology-content-title span:last-child {
  color: #FF6A00;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  padding: 32px 0 40px;
  font-weight: bold;
  border-bottom: solid 1px #EDEDED;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table .table-th {
  background: #FAFAFA;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr th {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 18px 20px;
  font-weight: inherit;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr td {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 18px 12px;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr td a {
  color: #4CBBF9;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr .tr-name {
  display: flex;
  justify-content: center;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr .tr-name .name-tag {
  width: 28px;
  height: 16px;
  background: rgba(139, 192, 29, 0.2);
  border-radius: 8.5px;
  text-align: center;
  color: #8BC01D;
  line-height: 16px;
  font-size: 12px;
  margin: 4px;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .content-table tr .describe-msg {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .table-empty-box {
  width: 100%;
  padding: 60px 0;
  display: none;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .table-empty-box .empty-img {
  width: 146px;
  display: block;
  margin: auto;
}
.g-technology-iron .main-content .technology-content-box .technology-content-right .table-empty-box .empty-msg {
  text-align: center;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-top: 20px;
}
.g-technology-iron .main-content .point-content-box {
  position: relative;
  width: 100%;
}
