.menus-list[data-v-d8748a5e] {
  width: 254px;
  margin-right: 20px;
}
.menus-list .menus-header[data-v-d8748a5e] {
  height: 80px;
  background: #0563cb;
  border-radius: 4px 4px 0px 0px;
  padding: 20px 30px;
  color: #ffffff;
}
.menus-list .menus-header .main-title[data-v-d8748a5e] {
  font-size: 18px;
}
.menus-list .menus-header .sub-title[data-v-d8748a5e] {
  font-size: 14px;
  margin-top: 10px;
}
.menus-list .menus-content[data-v-d8748a5e] {
  height: 48px;
  background-color: #ffffff;
  font-size: 14px;
  padding-left: 30px;
  border-left: 4px solid #ffffff00;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.menus-list .menus-content .icon-arrow-right-second[data-v-d8748a5e] {
  color: #cccccc;
  font-size: 12px;
  margin-right: 14px;
}
.menus-list .menus-content span[data-v-d8748a5e]:hover {
  color: #0944bc;
}
.menus-list .menus-content-selected[data-v-d8748a5e] {
  background-color: #0563cb1a;
  border-left: 4px solid #0563cb;
}

.search[data-v-0c5b078f] {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto auto auto auto;
  -ms-flex-line-pack: center;
      align-content: center;
}
.search .data-picker[data-v-0c5b078f] {
  background-color: #fafafa;
  height: 30px;
}
.search .data-picker .icon-range[data-v-0c5b078f] {
  color: #cccccc;
}
.search .data-picker .icon-calendar[data-v-0c5b078f] {
  color: #cccccc;
  margin-right: 16px;
}
.search input[data-v-0c5b078f] {
  background-color: #fafafa;
  padding: 6px 16px;
  width: 140px;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
}
.search input[data-v-0c5b078f]::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}
.search input[data-v-0c5b078f]::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
}
.search input[data-v-0c5b078f]::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
}
.search input[data-v-0c5b078f]::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}
.search .query-btn[data-v-0c5b078f] {
  background-color: #0563cb;
  color: #ffffff;
  width: 80px;
  height: 30px;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 4px;
  border: none;
}
.search .clear-btn[data-v-0c5b078f] {
  border: 1px #0563cb solid;
  width: 80px;
  font-size: 14px;
  color: #0563cb;
  border-radius: 4px;
  height: 30px;
}
.search .picker[data-v-0c5b078f] {
  width: 130px;
  height: 30px;
}
.search .picker[data-v-0c5b078f] .el-input__inner {
  padding: 6px 16px;
  background-color: #ffffff00;
  border: none;
  color: #333333;
  font-weight: 500;
}
.search[data-v-0c5b078f] .el-button {
  margin-left: 0px;
}

.portal-site-msg-new {
  background: #fafafa;
}
.portal-site-msg-new .portal-site-msg-content {
  padding: 20px 0 30px;
  position: relative;
  width: var(--portal-site-main-width);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.portal-site-msg-new .portal-site-msg-content .menus-list {
  width: 260px;
  color: #333;
}
.portal-site-msg-new .portal-site-msg-content .menus-list .menus-header {
  background: var(--portal-site-main-color);
}
.portal-site-msg-new .portal-site-msg-content .menus-list .menus-header .sub-title {
  font-size: 10px;
}
.portal-site-msg-new .portal-site-msg-content .menus-list .menus-content-selected {
  background-color: transparent;
  border-left: 4px solid var(--portal-site-main-color);
  position: relative;
}
.portal-site-msg-new .portal-site-msg-content .menus-list .menus-content-selected:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--portal-site-main-color);
  opacity: 0.1;
}
.portal-site-msg-new .portal-site-msg-nav {
  width: 260px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.portal-site-msg-new .portal-site-msg-right {
  width: calc(100% - 280px);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 25px;
}
.portal-site-msg-new .msg-right-top {
  border-bottom: 1px solid #eee;
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portal-site-msg-new .search .query-btn {
  background-color: var(--portal-site-main-color);
}
.portal-site-msg-new .search .clear-btn {
  color: var(--portal-site-main-color);
  border-color: var(--portal-site-main-color);
}
.portal-site-msg-new .search .picker,
.portal-site-msg-new .search .data-picker,
.portal-site-msg-new .search .search-input,
.portal-site-msg-new .search .el-input__inner,
.portal-site-msg-new .search .query-btn,
.portal-site-msg-new .search .clear-btn {
  height: 34px;
}
.portal-site-msg-new .search .search-input {
  width: 250px;
}
.portal-site-msg-new .search .search-input,
.portal-site-msg-new .search .data-picker {
  border-radius: 4px;
}

