@charset "UTF-8";
/**
 * 公示页面
 * date: 2025-8-27
 * author: fxyue;
 */
.location {
  margin: 20px 0;
}

.public {
  padding: 20px;
  background: #fff;
}
.public-top {
  display: flex;
}
.public-name {
  line-height: 44px;
  font-size: 28px;
  font-weight: 700;
}
.public-tag {
  margin-left: 30px;
  line-height: 44px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFF;
  font-size: 16px;
  border-radius: 50px;
  background: linear-gradient(180deg, #FF7474 0%, #DB2A2A 100%);
}
.public-tag span {
  font-family: "OPPOSans-B";
  font-size: 24px;
  margin: 0 2px 0 10px;
}
.public-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.public-wrap p:nth-child(n+2) {
  margin-left: 40px;
}
.public-table {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
}
.public-tr > td {
  border: 1px solid #E6EBF4;
  line-height: 22px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.public-bg {
  width: 220px;
  font-weight: 700;
  text-align: right;
  background: #F5F9FF;
}
.public-info {
  table-layout: fixed;
  width: 100%;
}
.public-info thead {
  background: #E7EFFF;
}
.public-info th {
  height: 40px;
  padding: 0px 10px;
  font-weight: 700;
  border: 1px solid #E3EAF4;
}
.public-info td {
  height: 40px;
  padding: 8px 10px;
  line-height: 21px;
  box-sizing: border-box;
  border: 1px solid #E3EAF4;
}