/* 证券服务信息样式 */
.service_info .banner {
  background-image: url(/img/service_info_banner.png);
}

/* 证券服务信息页的表格通用样式 */
.service_info table {
  width: 100%;
  margin-top: 40px;
  border-color: #dcdcdc;
}
.service_info table th {
  height: 48px;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #33373e;
  background-color: #f5f6f7;
}
.service_info table td {
  height: 44px;
  max-width: 130px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #75777a;
  background-color: #fff;
}

/* 通用样式 - 模块padding */
.service_info .py_50 {
  padding: 50px 0;
}
/* 通用样式 - 表格label文本 */
.service_info .label_text {
  color: #33373e;
}

/* 证券评估机构基本信息 & 资产评估机构及其有关人员上一年度处理处罚及民事赔偿信息 */
.service_info .institution_info {
  background-color: #fff;
}
.service_info .institution_info thead tr:nth-child(2) th {
  text-align: left;
}

/* 上一年度证券服务业务信息 */
.service_info .last_year_info {
  background-color: #f8fbff;
}
.service_info .last_year_info table th {
  text-align: left;
}
.service_info .last_year_info table th:nth-child(1),
.service_info .last_year_info table td:nth-child(1) {
  width: 120px;
}
.service_info .last_year_info table th:nth-child(2),
.service_info .last_year_info table td:nth-child(3) {
  width: 380px;
}
.service_info .last_year_info table th:nth-child(3),
.service_info .last_year_info table td:nth-child(3) {
  width: 170px;
}
