body {
  background-color: #f6f9ff;
}

.position {
  width: 1200px;
  margin: 0 auto;
}

.mobile_type .position {
  width: 100%;
}

.position ul li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.position ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  margin: 0 8px;
}

.position ul li img {
  display: block;
  width: auto;
  height: 14px;
}

.box-1200 {
  width: 1200px;
  margin: 0 auto;
}

.page-title {
  margin-top: 40px;
  text-align: center;
  font-family: "AlibabaPuHuiTiB";
  font-weight: 700;
  font-size: 44px;
  color: #333333;
  line-height: 60px;
}

.tabs {
  margin: 30px auto;
  width: 720px;
  display: flex;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  box-shadow: 0 16px 16px 0 #37456705, 0 8px 8px 0 #ebf0fc05;
}

.tab {
  flex: 1 1 auto;
}

.tab span {
  display: block;
  width: 100%;
  line-height: 80px;
  font-family: "AlibabaPuHuiTiR";
  font-size: 24px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.tab.active {
  background-image: linear-gradient(180deg, #3a78ff 22%, #74c7ff 100%);
}

.tab.active span {
  color: #fff;
}

.tabpanel-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.tabpanel-wrap .tabpanel {
  display: none;
  transition: all 0.3s;
}

.tabpanel.active {
  display: block;
}

.before .matter-item,
.after .matter-item {
  border: 1px solid #e1e6f0;
  box-shadow: 0 8px 8px 0 #ebf0fc05;
  padding: 0 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.before .matter-item:last-child,
.after .matter-item:last-child {
  margin-bottom: 0;
}

.before h4,
.after h4 {
  font-family: "AlibabaPuHuiTiR";
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 24px 0 20px;
}

.before table,
.after table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

.before table tr,
.after table tr {
  border-top: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
}

.before table tr:last-child,
.after table tr:last-child {
  border-bottom: none;
}

.before table tr:nth-child(odd),
.after table tr:nth-child(odd) {
  background-color: #f4f8fe;
}

.before table tr th,
.before table tr td,
.after table tr th,
.after table tr td {
  padding: 13px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
}

.before table tr th:first-child,
.after table tr th:first-child {
  width: 80px;
}

.before table tr th:nth-child(2),
.after table tr th:nth-child(2) {
  width: 360px;
}

.before table tr td:nth-child(3),
.after table tr td:nth-child(3) {
  width: 650px;
}

.before table tr td:last-child,
.after table tr td:last-child {
  width: 110px;
  text-align: center;
}

.before table tr td,
.after table tr td {
  font-weight: 400;
}

.before table tr td a,
.after table tr td a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #2078f3;
  line-height: 24px;
}

.inprogress .matter-list {
  border: 1px solid #e1e6f0;
  box-shadow: 0 8px 8px 0 #ebf0fc05;
  padding: 0 30px 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inprogress .matter-item {
  width: 360px;
  margin-top: 30px;
  background-color: #f6f9ff;
  border: 1px solid #e1e6f0;
  box-shadow: 0 8px 8px 0 #ebf0fc05;
  padding: 30px;
}

.inprogress .matter-item img {
  display: block;
  width: auto;
  height: 48px;
}

.inprogress .matter-item p {
  width: 200px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #374567;
  text-align: justify;
  line-height: 28px;
  height: 56px;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inprogress .matter-item a {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #2078f3;
  letter-spacing: 0;
  line-height: 32px;
}

.tabpanel.active a {
  border-bottom: none;
}

.tabpanel a.not-link {
  color: #8b95a8;
  cursor: not-allowed;
}