@charset "UTF-8";
/**
 * 通用二级页
 * date: 2024-7-11
 * author: TH;
 */
.left-nav {
  margin-top: 30px;
}

.right-box {
  width: calc(100% - 240px);
  margin: 30px;
  margin-right: 0;
}

.rule-box {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
}
.rule-item {
  margin-bottom: 16px;
  display: flex;
}
.rule-item:last-child {
  margin-bottom: 0;
}
.rule-label {
  width: 76px;
  line-height: 28px;
}
.rule-control {
  width: calc(100% - 76px);
  display: flex;
}
.rule-control .date-choose {
  display: flex;
}
.rule-control .date-choose > p {
  color: #878787;
  margin-left: 24px;
  line-height: 28px;
}
.rule-control .date-choose > input {
  height: 28px;
  width: 234px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 30px 0 8px;
  background: url("../images/date.png") right 7px center no-repeat;
}
.rule-details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rule-details-click {
  margin-right: 12px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #EDF1F9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rule-details-click:hover, .rule-details-click.current {
  background-color: #2577FF;
  color: #fff;
}

.list-table {
  table-layout: fixed;
  width: calc(100% - 40px);
  margin: 20px;
}
.list-table th {
  height: 60px;
  color: #4269AA;
  background-color: #5E9BFF;
  font-size: 18px;
  /* padding-left: 20px; */
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.list-table td {
  height: 60px;
  /* padding-left: 20px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
}
.list-table tbody tr {
  cursor: pointer;
  background-color: #fff;
}
.list-table tbody tr:nth-child(even) {
  background-color: #F6FAFF;
}
.list-table tbody tr:hover {
  background-color: #E7F1FF;
}
.list-table tbody tr:hover td {
  color: #2577FF;
}
.com-list {
  margin-top: 0px !important;
}