.text-left {
  text-align: left;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-top: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.inline-block {
  display: inline-block;
}
.vertical-middle {
  vertical-align: middle;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-36 {
  font-size: 36px;
}
.theme-blue {
  color: #333659 !important;
}
.theme-yellow {
  color: #c8a348 !important;
}

.table {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px #c8c9d5;
}
.table > thead > tr > th,
.table > tbody > tr > td {
  text-align: left;
  border-bottom: 1px dashed #d4d7f8;
}
.table > tbody > tr > td {
  border-top: 0;
  padding: 4px 16px;
}
.table > thead > tr > th {
  padding: 20px 16px;
  font-size: 16px;
}
.table > tbody > tr:last-child > td {
  border-bottom: 0;
}
.table > tbody > tr > td:first-child,
.table > thead > tr > th:first-child {
  background-color: #c8a348;
}
.table > thead > tr:first-child > th:first-child {
  border-top-left-radius: 10px;
}
.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.table > tbody > tr > td div {
  font-weight: bold;
}
.table > tbody > tr > td div:nth-of-type(odd) {
  font-size: 12px;
  color: #333659;
  margin-top: 12px;
  margin-bottom: 4px;
}
.table > tbody > tr > td div:nth-of-type(even) {
  font-size: 14px;
  color: #c8a348;
  margin-bottom: 12px;
}
.table > tbody > tr > td:first-child div:nth-of-type(odd) {
  color: #fff;
}
.table > tbody > tr > td:first-child div:nth-of-type(even) {
  color: #333659;
}
div.files {
  width: 100%;
  padding: 16px 12px;
  background-color: #c8a348;
  border-radius: 10px;
}
.left-icon {
  height: 100%;
  float: left;
}
.right-files {
  height: 100%;
  overflow: hidden;
  padding-left: 26px;
  box-sizing: border-box;
}
.icon-li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 42px;
}
.icon-li > i {
  font-size: 18px;
}
.right-files li {
  margin-bottom: 6px;
  list-style: outside;
}
.file-eve {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  color: #333659;
  font-size: 12px;
}
.table a:hover {
  color: #70808a !important;
}
.newtabs {
  display: flex;
  margin: 10px 0;
  border-bottom: 2px solid #e4e7ed;
}
.archivetabs {
  display: flex;
  margin: 10px 0;
  border-bottom: 2px solid #e4e7ed;
}
.newtab {
  padding: 10px;
  cursor: pointer;
}
.archivetab {
  padding: 10px;
  cursor: pointer;
}
.actived {
  font-weight: bold;
  border-bottom: 2px solid #333659;
}
