@charset "UTF-8";
/**
* 机构概况
* date:2022-2-17
* author: wuzhou;
 */
.right-area {
  padding-bottom: 50px;
}

.survey-title {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 31px;
  border-bottom: 1px solid #007de6;
}

.survey-title .survey-name {
  padding-left: 12px;
  padding-top: 5px;
  width: 128px;
  height: 31px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  background: url("../images/pages/survey_ico.png") left top no-repeat;
}

.survey-title .survey-name.survey-long-name {
  width: 164px;
  background-image: url("../images/pages/survey_long_ico.png");
}

.survey-info {
  padding: 22px 15px 0;
  line-height: 24px;
}

.survey-info .survey-txt {
  font-size: 13px;
  text-indent: 30px;
}

.survey-info .survey-name {
  line-height: 19px;
  margin: 15px auto 10px;
}

.table-wrap {
  margin-top: 29px;
}

.common-table {
  width: 100%;
}

.common-table .table-th,
.common-table .table-td {
  height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.common-table .table-th {
  color: #858585;
  background: #fafafa;
}

.common-table .table-td {
  color: #5C5C5C;
}

/* 20230629 */
.tab {
  padding: 0;
  border-top: 2px solid #007de6;
}

.tab-hd {
  line-height: 50px;
  font-size: 16px;
}

.tab-hd-item {
  padding: 0 18px;
  cursor: pointer;
}

.tab-hd-item.active, .tab-hd-item.current, .tab-hd-item:hover {
  color: #fff;
  background-color: #007de6;
}

.tab-bd {
  padding: 10px 20px;
  line-height: 1.6;
  font-size: 16px;
  word-break: break-all;
}

/* 长者版 */

.show-old .right-area {
  padding-top: 0;
}

.show-old .tab-hd-item {
  font-size: 30px;
}

.show-old .info-title {
  margin-bottom: 20px;
}

.show-old .info-title ~ p span{
	font-size: 28px !important;
	line-height: 1.5;
}