.w-desc-text[data-v-9cdea544] {
  color: #a2a4a8;
}
.w-row-text[data-v-9cdea544] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-9cdea544] {
  text-align: left;
}
.w-t-left[data-v-9cdea544] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-9cdea544] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-9cdea544] {
  display: flex;
  align-items: center;
}
section[data-v-9cdea544] {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
section[data-v-9cdea544]::-webkit-scrollbar {
  display: none;
}
.title[data-v-9cdea544] {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
.cnt[data-v-9cdea544] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.cnt .menu-item[data-v-9cdea544] {
  position: relative;
  width: 140px;
  height: 68px;
  border-radius: 10px;
  margin: 0 28px 20px 28px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #a5a5a5;
  background: #fff;
}
.cnt .menu-item[data-v-9cdea544]:hover {
  box-shadow: 0px 0px 10px 0px #d1d5d5;
}
.cnt .menu-item .img[data-v-9cdea544] {
  background: #f2f2f2;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
}
.cnt .menu-item .img .menu-icon[data-v-9cdea544] {
  color: #236aee;
  font-size: 30px;
}
.cnt .menu-item .name[data-v-9cdea544] {
  text-align: center;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  width: calc(100% - 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: auto;
}
.cnt .menu-item .op-btn[data-v-9cdea544] {
  font-size: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.cnt .menu-item[data-v-9cdea544]:nth-child(6n) {
  margin-right: 1px;
}
.cnt .menu-item[data-v-9cdea544]:nth-child(6n+1) {
  margin-left: 1px;
}
@charset "UTF-8";
.w-desc-text[data-v-5051594b] {
  color: #a2a4a8;
}
.w-row-text[data-v-5051594b] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-5051594b] {
  text-align: left;
}
.w-t-left[data-v-5051594b] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-5051594b] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-5051594b] {
  display: flex;
  align-items: center;
}
.pos[data-v-5051594b] {
  position: relative;
  width: 100%;
  height: 100%;
}
.pos-top[data-v-5051594b] {
  height: 60%;
}
.pos-top-left[data-v-5051594b] {
  padding-right: 11px;
  height: 100%;
}
.pos-top-right[data-v-5051594b] {
  padding-left: 7px;
  height: 100%;
}
.pos-top .dynamic[data-v-5051594b] {
  height: 100%;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  display: flex;
}
.pos-top .dynamic .dynamic-img[data-v-5051594b] {
  width: 60%;
  height: calc(100% - 30px);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.pos-top .dynamic .dynamic-img .el-carousel[data-v-5051594b] {
  height: 100%;
}
.pos-top .dynamic .dynamic-imgTips[data-v-5051594b] {
  width: 60%;
  height: calc(100% - 30px);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos-top .dynamic .dynamic-cnt[data-v-5051594b] {
  width: 40%;
  height: calc(100% - 30px);
  padding-left: 27px;
  box-sizing: border-box;
}
.pos-top .dynamic .dynamic-cnt .header[data-v-5051594b] {
  color: #2263e8;
  font-size: 16px;
  height: 65px;
}
.pos-top .dynamic .dynamic-cnt .header[data-v-5051594b]::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #f2f2f2;
  margin-top: 5px;
}
.pos-top .dynamic .dynamic-cnt .title[data-v-5051594b] {
  color: #2263e8;
  font-size: 22px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.pos-top .dynamic .dynamic-cnt .date[data-v-5051594b] {
  color: #aaaaaa;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
}
.pos-top .dynamic .dynamic-cnt .date span[data-v-5051594b] {
  margin-right: 15px;
}
.pos-top .dynamic .dynamic-cnt .cnt[data-v-5051594b] {
  height: calc(100% - 158px);
  color: #545c67;
  font-size: 14px;
  line-height: 27px;
  text-indent: 30px;
  overflow-y: auto;
  scrollbar-width: none; /* 隐藏滚动条，适用于Firefox */
  -ms-overflow-style: none; /* 隐藏滚动条，适用于旧版IE */
  cursor: pointer;
}
.pos-top .dynamic .dynamic-cnt .cnt[data-v-5051594b]::-webkit-scrollbar {
  display: none; /* 隐藏滚动条，适用于Webkit内核浏览器 */
}
.pos-top .notice[data-v-5051594b] {
  height: 100%;
}
.pos-top .notice .notice-tabs[data-v-5051594b] {
  padding: 20px 0;
  display: flex;
  position: relative;
}
.pos-top .notice .notice-tabs .tabs_item[data-v-5051594b] {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  width: 115px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  padding: 0 5px;
}
.pos-top .notice .notice-tabs .tabs_item[data-v-5051594b]:hover {
  cursor: pointer;
}
.pos-top .notice .notice-tabs .is-active[data-v-5051594b], .pos-top .notice .notice-tabs .tabs_item[data-v-5051594b]:hover {
  color: #2068ed;
}
.pos-top .notice .notice-tabs .is-active[data-v-5051594b]::after, .pos-top .notice .notice-tabs .tabs_item[data-v-5051594b]:hover::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #236aee 0%, #2bc1f0 100%);
  height: 3px;
}
.pos-top .notice .notice-tabs[data-v-5051594b]::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f2f2f2;
  top: 57px;
}
.pos-top .notice .notice-list[data-v-5051594b] {
  height: calc(100% - 80px - 60px);
  padding: 16px 30px 0;
  box-sizing: border-box;
}
.pos-top .notice .notice-cnt .notice-item[data-v-5051594b] {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  cursor: pointer;
  position: relative;
}
.pos-top .notice .notice-cnt .notice-item .date[data-v-5051594b] {
  color: #aaaaaa;
  padding-right: 20px;
  position: absolute;
  left: 0;
}
.pos-top .notice .notice-cnt .notice-item .title[data-v-5051594b] {
  font-size: 14px;
  margin-left: 60px;
  padding-right: 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: bottom;
  color: #545c67;
}
.pos-top .notice .notice-cnt .notice-item .title .hover[data-v-5051594b] {
  color: transparent;
  font-weight: bolder;
  position: absolute;
  line-height: 34px;
  right: 10px;
}
.pos-top .notice .notice-cnt .notice-item .title[data-v-5051594b]:hover {
  color: #2263e8;
  background: #f3f6fb;
}
.pos-top .notice .notice-cnt .notice-item .title:hover .hover[data-v-5051594b] {
  color: #2263e8;
}
.pos-top .notice .notice-cnt .notice-read .title[data-v-5051594b] {
  color: #d9001b;
}
.pos-top .notice .notice-cnt-tips[data-v-5051594b] {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pos .more[data-v-5051594b] {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.pos-bottom[data-v-5051594b] {
  height: calc(40% - 40px);
  margin-top: 20px;
}
.pos-bottom-left[data-v-5051594b] {
  padding-right: 11px;
  height: 100%;
}
.pos-bottom-right[data-v-5051594b] {
  padding-left: 7px;
  height: 100%;
}
.pos-bottom .menu[data-v-5051594b] {
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.pos-bottom .menu .title[data-v-5051594b] {
  display: flex;
  justify-content: space-between;
}
.pos-bottom .menu .title .text[data-v-5051594b] {
  color: #2263e8;
  font-size: 16px;
}
.pos-bottom .menu .title .remark[data-v-5051594b] {
  color: #9fa5b0;
  font-size: 14px;
}
.pos-bottom .menu .cnt[data-v-5051594b] {
  display: flex;
  flex-wrap: wrap;
  margin: 34px -11px 0 -11px;
}
.pos-bottom .menu .cnt .menu-item[data-v-5051594b] {
  width: calc((100% - 180px) / 6);
  height: 68px;
  border-radius: 10px;
  margin: 0 15px 30px 15px;
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
}
.pos-bottom .menu .cnt .menu-item[data-v-5051594b]:hover {
  box-shadow: 0px 0px 10px 0px #d1d5d5;
}
.pos-bottom .menu .cnt .menu-item .img[data-v-5051594b] {
  background: #f2f2f2;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
}
.pos-bottom .menu .cnt .menu-item .img .menu-icon[data-v-5051594b] {
  color: #236aee;
  font-size: 30px;
}
.pos-bottom .menu .cnt .menu-item .name[data-v-5051594b] {
  text-align: center;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  width: calc(100% - 60px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: auto;
}
.pos-bottom .remind[data-v-5051594b] {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.pos-bottom .remind .remind-item[data-v-5051594b] {
  box-shadow: 0px 0px 10px 0px #d1d5d5;
  border-radius: 5px;
  width: calc(50% - 10px);
  height: calc(50% - 10px);
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff url(../img/u41.9d278121.svg) right bottom no-repeat;
}
.pos-bottom .remind .remind-item .cnt[data-v-5051594b] {
  width: 100px;
  text-align: center;
}
.pos-bottom .remind .remind-item .cnt .title[data-v-5051594b] {
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
}
.pos-bottom .remind .remind-item .cnt .text[data-v-5051594b] {
  color: #2068ed;
  font-size: 58px;
}
.pos-bottom .remind .remind-item .cnt .p[data-v-5051594b] {
  font-size: 14px;
  color: #9FA5B0;
  line-height: 87px;
}
.pos-bottom .remind .remind-item .img[data-v-5051594b] {
  width: 108px;
  height: 112px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.pos-bottom .remind .el-col[data-v-5051594b]:nth-child(2n+1) {
  padding-right: 8px;
}
.pos-bottom .remind .el-col[data-v-5051594b]:nth-child(2n) {
  padding-left: 8px;
}
.pos .card[data-v-5051594b] {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #d1d5d5;
  border-radius: 5px;
}
