@charset "UTF-8";
.notice[data-v-0b7f252a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 500px;
}
.notice .notice_left[data-v-0b7f252a] {
  width: 23%;
  overflow: auto;
  padding: 10px;
}
.notice .notice_left .notice_item[data-v-0b7f252a] {
  background: rgba(213, 213, 213, 0.25);
  border: 1px solid rgba(9, 76, 133, 0.12);
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.notice .notice_left .notice_item .title_box[data-v-0b7f252a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice .notice_left .notice_item .title_box span[data-v-0b7f252a] {
  display: inline-block;
  margin-bottom: 15px;
}
.notice .notice_left .notice_item .title_box > .logTheme_box[data-v-0b7f252a] {
  font-size: 15px;
  color: rgba(80, 80, 80, 0.9);
  font-weight: bold;
  display: inline-block;
  /* 或者 inline-block; 根据需求选择 */
  width: 160px;
  /* 设置一个固定的宽度 */
  white-space: nowrap;
  /* 确保文本不会换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示超出的文本 */
}
.notice .notice_left .notice_item .title_box > .new_box[data-v-0b7f252a] {
  font-size: 11px;
  border-radius: 7px;
  background: #ea2727;
  color: #ffffff;
  padding: 3px 4px;
}
.notice .notice_left .notice_item .date_box span[data-v-0b7f252a] {
  font-size: 13px;
  color: 口rqba(80, 80, 80, 0.68);
}
.notice .notice_right[data-v-0b7f252a] {
  width: 75%;
  overflow: auto;
  background: #f7f8fa;
  padding: 10px 25px;
}
.notice .currBd[data-v-0b7f252a] {
  border: 1px solid rgba(9, 76, 133, 0.45) !important;
}
@charset "UTF-8";
.homeView[data-v-5954443c] {
  width: 100vw;
  height: 100vh;
}
.noti[data-v-5954443c] {
  background: rgba(245, 245, 245, 0.39);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 12px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  height: 100px;
}
.noti .title img[data-v-5954443c] {
  width: 20px;
  height: 16px;
}
.noti .title span[data-v-5954443c] {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}
.noti .noti_content[data-v-5954443c] {
  margin-top: 6px;
  max-height: 100px;
  overflow: hidden;
}
.noti .noti_content .item[data-v-5954443c] {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noti .noti_content .item .dot[data-v-5954443c] {
  width: 4px;
  height: 4px;
  background: rgb(227, 60, 60);
  border-radius: 50%;
  opacity: 1;
}
.noti .noti_content .item .text[data-v-5954443c] {
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.el-header[data-v-5954443c] {
  background-color: white;
  color: #333;
}
.el-aside[data-v-5954443c] {
  background-color: white;
  color: #333;
  text-align: center;
  height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}
.el-aside .el-menu[data-v-5954443c] {
  border: none;
  position: absolute;
  width: 200px;
  top: 80px;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.el-main[data-v-5954443c] {
  background-color: #f8f8f8;
  text-align: left;
}
.nav[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav .nav_left[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav_left img[data-v-5954443c] {
  width: 174px;
  height: 73px;
}
.nav .nav_left .nav_origination[data-v-5954443c] {
  margin-left: 18px;
}
.nav .nav_right[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.nav .nav_right .nav_user[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav_right .nav_user .nav_user_info[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 80px;
}
.nav .nav_right .nav_user .nav_user_info img[data-v-5954443c] {
  width: auto;
  height: auto;
  max-width: 54px;
  max-height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav .nav_right .nav_user .nav_user_info .nav_user_name[data-v-5954443c] {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 70px;
}
.nav .nav_right .nav_user .nav_user_info .nav_user_name p[data-v-5954443c]:nth-child(1) {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  opacity: 1;
}
.nav .nav_right .nav_user .nav_user_info .nav_user_name p[data-v-5954443c]:nth-child(2) {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
  opacity: 1;
}
.nav .nav_right .message[data-v-5954443c] {
  width: 280px;
  min-height: 200px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 30px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -180px;
  top: 60px;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.nav .nav_right .message .m-all[data-v-5954443c] {
  width: 100%;
  background: #fff;
  margin-top: -10px;
  padding-bottom: 6px;
}
.nav .nav_right .message .m-list[data-v-5954443c] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.nav .nav_right .message .nomessage[data-v-5954443c] {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav_right .message .message-item[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.nav .nav_right .message .message-item .img[data-v-5954443c] {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.nav .nav_right .message .message-item .img img[data-v-5954443c] {
  width: 100%;
  height: 100%;
}
.nav .nav_right .message .message-item .i-count[data-v-5954443c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  cursor: pointer;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav .nav_right .message .message-item .i-count .text[data-v-5954443c] {
  width: 100%;
  line-height: 20px;
  word-wrap: break-word;
}
.userinfo[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.userinfo .top[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  background: rgba(0, 62, 103, 0.2);
}
.userinfo .top .top_img[data-v-5954443c] {
  width: 60px;
  height: auto;
}
.userinfo .top .top_img img[data-v-5954443c] {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.userinfo .top .name[data-v-5954443c] {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
}
.userinfo .top .identity[data-v-5954443c] {
  margin-top: 6px;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  font-weight: 400;
}
.userinfo .center[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 0px 20px;
  border-bottom: 1px solid #eff0f2;
}
.userinfo .center span[data-v-5954443c] {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.userinfo .bottom[data-v-5954443c] {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.userinfo .bottom .quanxina[data-v-5954443c] {
  cursor: pointer;
  margin-bottom: 20px;
}
.userinfo .bottom .language[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.userinfo .bottom .language .language_right[data-v-5954443c] {
  margin-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  background: rgba(235, 235, 235, 0.5);
}
.userinfo .bottom .language .language_right span[data-v-5954443c] {
  padding: 4px 8px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.userinfo .bottom .language .language_right .languageSelected[data-v-5954443c] {
  background: rgba(0, 62, 103, 0.1);
  color: #003e67;
}
.userinfo .bottom .language .language_right .languageNormal[data-v-5954443c] {
  background: transparent;
  color: #333333;
}
.userinfo .bottom .logout[data-v-5954443c] {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ea4f3d;
}
.el-menu-item.is-active[data-v-5954443c] {
  background-color: #003e67 !important;
}
[data-v-5954443c] .select-style .el-input__inner {
  padding-left: 50px;
  width: 277px;
}
[data-v-5954443c] .verified .select-style .el-input__inner {
  padding-left: 90px;
}
.dialog_head[data-v-5954443c] {
  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;
}
.dialog_head span[data-v-5954443c] {
  font-size: 20px;
  font-weight: bolder;
}
.dialog_head img[data-v-5954443c] {
  cursor: pointer;
}

/* 反转收缩图标 */
[data-v-5954443c] .el-submenu__icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-v-5954443c] .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
[data-v-5954443c] .el-submenu__title {
  text-align: left;
}
[data-v-5954443c] .el-menu-item {
  text-align: left;
}
