.sub-menu-wrap .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dateTimes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dateTimes .times {
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
}
.dateTimes .dates {
  font-size: 13px;
  color: #cecece;
  margin: 0 5px;
}
.basic-layout {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.basic-layout .header-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #495060;
}
.basic-layout .header-wrap .header-content {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic-layout .header-wrap .logo {
  width: 180px;
}
.basic-layout .header-wrap .logo img {
  width: 108px;
  height: 40px;
}
.basic-layout .header-wrap .menu-item {
  line-height: 20px;
}
.basic-layout .header-wrap .menu-item:hover a {
  color: #fff;
}
.basic-layout .header-wrap .menu-item a {
  color: hsla(0, 0%, 100%, 0.7);
}
.basic-layout .header-wrap .menu-item .router-link-active {
  color: #5c9dff;
  display: inline-block;
  position: relative;
}
.basic-layout .header-wrap .menu-item .router-link-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5c9dff;
  position: absolute;
  top: 38px;
  left: 0;
}
.basic-layout .header-wrap .menu-item .router-link-active:hover {
  color: #5c9dff;
}
.basic-layout .header-wrap .header-right-wrap {
  color: #fff;
}
.basic-layout .header-wrap .header-right-wrap .user-name-text {
  padding-right: 5px;
}
.basic-layout .header-wrap .header-right-wrap .btn-logout {
  color: #5c9dff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.basic-layout .header-wrap .header-right-wrap .btn-logout:hover {
  color: #5c9dff;
}
.basic-layout .header-wrap .header-right-wrap .user_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-layout .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: calc(100vh - 64px);
}
.basic-layout .body .nav-left-wrap {
  height: 100%;
  overflow-y: auto;
}
.basic-layout .body .nav-left-wrap ::-webkit-scrollbar {
  display: none;
}
.basic-layout .body .nav-left-wrap a {
  color: #495060;
}
.basic-layout .body .nav-left-wrap .router-link-active {
  color: #5c9dff;
}
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu-submenu-title,
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu .menu-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 60px;
  white-space: nowrap;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
}
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu .menu-item {
  padding-left: 20px !important;
}
.basic-layout .body .detail-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-layout .body .detail-menu-item.filst-item {
  padding: 30px 0;
  font-weight: bold;
  font-size: 16px;
}
.basic-layout .body .detail-menu-item.filst-item span {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.basic-layout .layout-footer-center {
  padding: 0;
  padding-top: 24px;
  height: 38px;
  line-height: 14px;
  text-align: center;
}
.ivu-drawer-content {
  position: relative;
}
.ivu-drawer-content .user_out {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 99;
}
.is_news {
  position: relative;
}
.is_news::after {
  position: absolute;
  top: -5px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d8cf0;
}
.c_content {
  height: 900px;
  overflow: auto;
  padding: 0 24px 24px;
}

.not-found-wrap[data-v-27182e62] {
  height: 100vh;
}
.not-found-wrap img[data-v-27182e62] {
  width: 300px;
}
.not-found-wrap p[data-v-27182e62] {
  font-size: 50px;
  font-weight: bold;
}
.not-found-wrap p[data-v-27182e62]:first-child {
  padding-top: 60px;
}

