/*.page-logo {
  display: block;
  width: 100%;
  height: 342px;
}*/

.page-bread {
  height: 48px;
  line-height: 48px;
  user-select: none;
}

.page-bread>a:hover {
  color: #2c85ff;
}

.page-content {
  padding: 5px 20px 50px;
  background-color: #fff;
}

#pageHelp {
  margin-top: 50px;
}

.page-top {
  width: 100%;
}

.page-search {
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f5f5f5;
}

.page-search>label {
  display: block;
  width: 70px;
  color: #666;
  margin-right: 10px;
  margin-top: 12px;
}

.page-search-list {
  display: flex;
  align-items: center;
  width: 1080px;
  flex-wrap: wrap;
}

.page-search-item {
  min-width: 54px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #999;
  margin-right: 40px;
  cursor: pointer;
  margin-top: 12px;

}

.page-search-item:last-child {
  margin-right: 0;
}

.page-search-item.active {
  background: #2C85FF;
  color: #fff;
}

.page-list {
  padding: 0 18px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}



.tran-common .page-item {
  width: 272px;
  height: 232px;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  cursor: pointer;
}

.page-item:hover {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.page-item:nth-child(4n) {
  margin-right: 0;
}

.page-item-bottom {
  padding-bottom: 10px;
  border: 1px solid #f5f5f5;
  border-top: none;
}

.page-item-top {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: rgba(44, 133, 255, 0.16);
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.page-item-list {
  padding-top: 16px;
  padding-left: 12px;
}

.page-item-line {
  display: flex;
  align-items: center;
  line-height: 26px;
}

.status-box {
  width: 164px;
  height: 34px;
  background: #f0f0f0;
  margin-left: 42px;
  margin-top: 16px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}

.status-box.red {
  background: #d0111a;
  color: #fff;
}

.status-box.blue {
  background: #2c85ff;
  color: #fff;
}

.status-box.orange {
  background: #fda53d;
  color: #fff;
}

.info-label {
  color: #999;
  display: block;
  width: 72px;
}

.page-item-line>span:not(.info-label) {
  width: calc(100% - 72px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*auto*/
.ui-menu-item{
  line-height: 32px !important;
}

