
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* fade-transform */
.fade-transform--move,
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}
.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}
.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}
.breadcrumb-move {
  transition: all 0.5s;
}
.breadcrumb-leave-active {
  position: absolute;
}
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}
.el-upload input[type=file] {
  display: none !important;
}
.el-upload__input {
  display: none;
}
.cell .el-tag {
  margin-right: 0px;
}
.small-padding .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.fixed-width .el-button--mini {
  padding: 7px 10px;
  width: 60px;
}
.status-col .cell {
  padding: 0 10px;
  text-align: center;
}
.status-col .cell .el-tag {
  margin-right: 0px;
}
.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}
.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}
.el-dropdown-menu a {
  display: block;
}
.el-range-editor.el-input__inner {
  display: inline-flex !important;
}
.el-range-separator {
  box-sizing: content-box;
}
.el-menu--collapse > div > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
.el-dropdown .el-dropdown-link {
  color: var(--el-color-primary) !important;
}
#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 0px;
  position: relative;
}
#app .sidebarHide {
  margin-left: 0 !important;
}
#app .sidebar-container {
  transition: width 0.28s;
  width: 0px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
}
#app .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .el-menu-item, #app .sidebar-container .menu-title {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
#app .sidebar-container .el-menu-item .el-menu-tooltip__trigger {
  display: inline-block !important;
}
#app .sidebar-container .sub-menu-title-noDropdown:hover,
#app .sidebar-container .el-sub-menu__title:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
#app .sidebar-container .theme-dark .is-active > .el-sub-menu__title {
  color: #f4f4f5 !important;
}
#app .sidebar-container .nest-menu .el-sub-menu > .el-sub-menu__title, #app .sidebar-container .el-sub-menu .el-menu-item {
  min-width: 0px !important;
}
#app .sidebar-container .nest-menu .el-sub-menu > .el-sub-menu__title:hover, #app .sidebar-container .el-sub-menu .el-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
#app .sidebar-container .theme-dark .nest-menu .el-sub-menu > .el-sub-menu__title, #app .sidebar-container .theme-dark .el-sub-menu .el-menu-item {
  background-color: #1f2d3d;
}
#app .sidebar-container .theme-dark .nest-menu .el-sub-menu > .el-sub-menu__title:hover, #app .sidebar-container .theme-dark .el-sub-menu .el-menu-item:hover {
  background-color: #001528 !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 54px;
}
#app .hideSidebar .sub-menu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .hideSidebar .sub-menu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .hideSidebar .sub-menu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-sub-menu {
  overflow: hidden;
}
#app .hideSidebar .el-sub-menu > .el-sub-menu__title {
  padding: 0 !important;
}
#app .hideSidebar .el-sub-menu > .el-sub-menu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-menu--collapse .el-sub-menu > .el-sub-menu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .hideSidebar .el-menu--collapse .el-sub-menu > .el-sub-menu__title > i {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-sub-menu {
  min-width: 0px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 0px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(0px, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none;
}
.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical .nest-menu .el-sub-menu > .el-sub-menu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}
.blue-btn {
  background: #324157;
}
.blue-btn:hover {
  color: #324157;
}
.blue-btn:hover:before, .blue-btn:hover:after {
  background: #324157;
}
.light-blue-btn {
  background: #333c46;
}
.light-blue-btn:hover {
  color: #333c46;
}
.light-blue-btn:hover:before, .light-blue-btn:hover:after {
  background: #333c46;
}
.red-btn {
  background: #C03639;
}
.red-btn:hover {
  color: #C03639;
}
.red-btn:hover:before, .red-btn:hover:after {
  background: #C03639;
}
.pink-btn {
  background: #E65D6E;
}
.pink-btn:hover {
  color: #E65D6E;
}
.pink-btn:hover:before, .pink-btn:hover:after {
  background: #E65D6E;
}
.green-btn {
  background: #30B08F;
}
.green-btn:hover {
  color: #30B08F;
}
.green-btn:hover:before, .green-btn:hover:after {
  background: #30B08F;
}
.tiffany-btn {
  background: #4AB7BD;
}
.tiffany-btn:hover {
  color: #4AB7BD;
}
.tiffany-btn:hover:before, .tiffany-btn:hover:after {
  background: #4AB7BD;
}
.yellow-btn {
  background: #FEC171;
}
.yellow-btn:hover {
  color: #FEC171;
}
.yellow-btn:hover:before, .yellow-btn:hover:after {
  background: #FEC171;
}
.pan-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  transition: 600ms ease all;
  position: relative;
  display: inline-block;
}
.pan-btn:hover {
  background: #fff;
}
.pan-btn:hover:before, .pan-btn:hover:after {
  width: 100%;
  transition: 600ms ease all;
}
.pan-btn:before, .pan-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
}
.pan-btn::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px;
}
/**
 * 通用css样式布局处理
 */
/** 基础通用 **/
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.el-form .el-form-item__label {
  font-weight: 700;
}
.el-dialog:not(.is-fullscreen) {
  margin-top: 6vh !important;
}
.el-dialog.scrollbar .el-dialog__body {
  overflow: auto;
  overflow-x: hidden;
  max-height: 70vh;
  padding: 10px 20px 0;
}
.el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th {
  word-break: break-word;
  background-color: #f8f8f9 !important;
  color: #515a6e;
  height: 40px !important;
  font-size: 13px;
}
.el-table .el-table__body-wrapper .el-button [class*=el-icon-] + span {
  margin-left: 1px;
}
/** 表单布局 **/
.form-header {
  font-size: 15px;
  color: #6379bb;
  border-bottom: 1px solid #ddd;
  margin: 8px 10px 25px 10px;
  padding-bottom: 5px;
}
/** 表格布局 **/
.pagination-container {
  position: relative;
  height: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 20px !important;
  background-color: transparent !important;
}
/* 分页器定位 */
.pagination-container .el-pagination {
  position: absolute;
  right: 0;
  top: 0;
}
/* 弹窗中的分页器 */
.el-dialog .pagination-container {
  position: static !important;
  margin: 10px 0 0 0;
  padding: 0 !important;
}
.el-dialog .pagination-container .el-pagination {
  position: static;
}
/* 移动端适配 */
@media (max-width: 768px) {
  .pagination-container .el-pagination > .el-pagination__jump {
    display: none !important;
  }
  .pagination-container .el-pagination > .el-pagination__sizes {
    display: none !important;
  }
}
/* tree border */
.tree-border {
  margin-top: 5px;
  border: 1px solid var(--el-border-color-light, #e5e6e7);
  background: var(--el-bg-color, #FFFFFF) none;
  border-radius: 4px;
  width: 100%;
}
.el-table .fixed-width .el-button--small {
  padding-left: 0;
  padding-right: 0;
  width: inherit;
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
  cursor: pointer;
  color: #409EFF;
  margin-left: 10px;
}
.el-table .el-dropdown, .el-icon-arrow-down {
  font-size: 12px;
}
.el-tree-node__content > .el-checkbox {
  margin-right: 8px;
}
.list-group-striped > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.list-group {
  padding-left: 0px;
  list-style: none;
}
.list-group-item {
  border-bottom: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  margin-bottom: -1px;
  padding: 11px 0px;
  font-size: 13px;
}
.pull-right {
  float: right !important;
}
.el-card__header {
  padding: 14px 15px 7px !important;
  min-height: 40px;
}
.el-card__body {
  padding: 15px 20px 20px 20px !important;
}
.card-box {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
/* button color */
.el-button--cyan.is-active,
.el-button--cyan:active {
  background: #20B2AA;
  border-color: #20B2AA;
  color: #FFFFFF;
}
.el-button--cyan:focus,
.el-button--cyan:hover {
  background: #48D1CC;
  border-color: #48D1CC;
  color: #FFFFFF;
}
.el-button--cyan {
  background-color: #20B2AA;
  border-color: #20B2AA;
  color: #FFFFFF;
}
/* text color */
.text-navy {
  color: #1ab394;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
/* image */
.img-circle {
  border-radius: 50%;
}
.img-lg {
  width: 120px;
  height: 120px;
}
.avatar-upload-preview {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 4px #ccc;
  overflow: hidden;
}
/* 拖拽列样式 */
.sortable-ghost {
  opacity: 0.8;
  color: #fff !important;
  background: #42b983 !important;
}
/* 表格右侧工具栏样式 */
.top-right-btn {
  margin-left: auto;
}
/* 分割面板样式 */
.splitpanes.default-theme .splitpanes__pane {
  background-color: var(--splitpanes-default-bg) !important;
}
#app {
  overflow-x: hidden !important;
}
.wm-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wm-content1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.app-wrapper[data-v-051739fd] {
  height: auto !important;
}
body, html {
  color: #333333;
  background-color: #FFFFFF;
  font-family: "MicrosoftYaHei", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", sans-serif !important;
}
/*****自写*****/
/*主控制*/
.wm-icon-y::before {
  content: "￥";
  margin-left: -15px;
  position: absolute;
  top: 20px;
  font-size: 12px;
  line-height: 0px;
}
.wm-db {
  display: block;
}
.wm-dn {
  display: none;
}
.wm-corp {
  cursor: pointer;
}
.wm-ta-c {
  text-align: center;
}
.wm-ta-l, .wm-ta-l992c {
  text-align: left;
}
.wm-ta-r, .wm-ta-r992c {
  text-align: right;
}
.wm-nr-r {
  display: flex;
  justify-content: flex-end;
}
/*文本居右*/
.wm-ai-b {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
/* 垂直底部对齐 */
.wm-ai-c, .wm-ai-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 垂直居中 */
#app .Awm-ai-c {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
/* 垂直居中 */
.wm-ai-lc {
  display: flex;
  justify-content: left;
  align-items: center;
}
/* 垂直居中 */
.wm-ai-lc-tb {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* 居左垂直居中-上下聚拢 */
.wm-float-r, .wm-fr {
  float: right;
}
.wm-float-l, .wm-fl {
  float: left;
}
.wm-font-w-d, .wm-fwd {
  font-weight: bold !important;
}
.wm-fWD300 {
  font-weight: 300;
}
.wm-fWD400 {
  font-weight: 400;
}
.wm-fWD500 {
  font-weight: 500;
}
.wm-fWD600 {
  font-weight: 600;
}
.wm-fWD800 {
  font-weight: 800;
}
.wm-flex-content {
  display: flex;
  width: fit-content;
}
/*内容不换行*/
/*项目选中投影*/
.box-shadwA, .box-shadwB, .box-shadwBr, .floorBoxSw .el-upload--picture-card, .box-shadwImg img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.box-shadwA:hover {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(-15px);
}
.box-shadwB:hover, .floorBoxSw .el-upload--picture-card:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.box-shadwBr:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  transform: translateX(8px);
}
.box-shadwImg img:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.imgScale img, .bgimgScale a {
  transition: transform 0.3s ease;
}
/* 平滑过渡效果 */
.imgScale:hover img, .bgimgScale a:hover {
  transform: scale(1.1);
}
/* 悬停时扩大10% */
/*分页居中*/
.page-c .pagination-container .el-pagination, .page-c {
  position: initial;
  justify-content: center;
}
.wm-tr-tab .el-tabs__nav-wrap, .wm-purchase .el-tabs__nav-wrap, .tabs-c {
  display: flex;
  justify-content: center;
}
/*主色*/
.wm-DColor-bg {
  background-color: #00C483;
}
.wm-bg-Ac {
  background-color: #76C7A9;
}
.wm-bg-F6c {
  background-color: #F6F6F6;
}
.wm-bg-F3c {
  background-color: #F3F3F3;
}
.wm-DColor-text {
  color: #00C483;
}
.wm-BColor-C {
  color: #949494;
}
.wm-PColor-red, .wm-ColRed {
  color: red;
}
.wm-ColOrange {
  color: #fd693c !important;
}
.wm-col333 {
  color: #333333;
}
.wm-col666 {
  color: #666666;
}
.wm-col999 {
  color: #999999;
}
.wm-colfff {
  color: #FFFFFF;
}
.wm-cp {
  cursor: pointer;
}
/*背景色*/
#app .wm-bg-fff {
  background-color: #FFFFFF;
}
/*内容居低*/
.wm-cz-b {
  display: flex;
  align-items: baseline;
}
/*您的位置统一样式*/
.wm-page-header {
  font-size: 14px;
  margin: 20px 0;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wm-page-header .title {
  width: 30%;
}
.wm-page-header .i-slash, .wm-page-header .title {
  color: #888888;
}
.wm-page-header .el-breadcrumb__item {
  float: none;
  align-items: center;
  display: initial;
}
.wm-page-header .el-breadcrumb { /* 你可以根据需要调整宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  line-height: initial;
}
/*回到顶部*/
.el-backtop {
  --el-backtop-text-color: #3BA73E;
  margin: 0 -70px -70px 0;
}
/*标签样式*/
.wm-Tag-a {
  background-color: #C7E9FF;
  color: #1291E4;
}
.wm-Tag-b {
  background-color: #FFDCD2;
  color: #FE734C;
}
.wm-Tag-c {
  background-color: #D9F5DA;
  color: #3BA73E;
}
.wm-Tag-d {
  background-color: #FFEBCF;
  color: #CD8E36;
}
.wm-Tag-e {
  background-color: #F0E0FF;
  color: #A84CFE;
}
.wm-Tag-f {
  background-color: #F1F1C5;
  color: #ABAB24;
}
/*项目状态*/
.wm-Pcol-fb {
  color: #0C83F1;
}
.wm-Pcol-wc {
  color: #F51C1C;
}
.wm-Pcol-zz {
  color: #BBBBBB;
}
.wm-Pcol-sh {
  color: #ff9010;
}
.wm-Pcol-tg {
  color: #17b61d;
}
.wm-Obutton .el-button {
  background-color: #FF5C28 !important;
  color: #FFFFFF !important;
  border: 0;
}
.wm-Obutton .el-button:hover {
  background-color: #F8460E !important;
  color: #FFFFFF !important;
}
.wm-Obutton .el-button:active {
  background-color: #ed3d07 !important;
  color: #FFFFFF !important;
}
.wm-1button .el-button {
  background-color: #FFAD28 !important;
  color: #FFFFFF !important;
  border: 0;
}
.wm-1button .el-button:hover {
  background-color: #f19f1b !important;
  color: #FFFFFF !important;
}
.wm-1button .el-button:active {
  background-color: #ef990f !important;
  color: #FFFFFF !important;
}
.wm-Size18 .el-button, .wm-Size18 {
  font-size: 18px;
  height: 38px;
  padding: 0 18px;
}
.wm-Size38 .el-button, .wm-Size38 {
  font-size: 18px;
  height: 38px;
  padding: 0 38px;
}
/*表格状态样式*/
.color-a {
  color: #00C483;
}
.color-b {
  color: #FE734C;
}
.color-c {
  color: #1291E4;
}
.bg-a {
  background-color: #00C483;
}
.bg-b {
  background-color: #FE734C;
}
.bg-c {
  background-color: #1291E4;
}
.wm-f10 {
  font-size: 10px;
}
.wm-f11 {
  font-size: 11px;
}
.wm-f12 {
  font-size: 12px;
}
.wm-f13 {
  font-size: 13px;
}
.wm-f14 {
  font-size: 14px;
}
.wm-f16 {
  font-size: 16px;
}
.wm-f18 {
  font-size: 18px;
}
.wm-f20 {
  font-size: 20px;
}
.wm-f22 {
  font-size: 22px;
}
.wm-f24 {
  font-size: 24px;
}
.wm-f26 {
  font-size: 26px;
}
.wm-f28 {
  font-size: 28px !important; 
}
.wm-f30 {
  font-size: 30px;
}
.wm-f32 {
  font-size: 32px;
}
.wm-f34 {
  font-size: 34px;
}
.wm-f36 {
  font-size: 36px;
}
.wm-f42 {
  font-size: 42px;
}
.wm-m30-10 {
  margin: 30px 10px;
}
.wm-m0a {
  margin: 0 auto;
}
.wm-m5a {
  margin: 5px auto;
}
.wm-m10a {
  margin: 10px auto;
}
.wm-m20a {
  margin: 20px auto;
}
.wm-m3 {
  margin: 3px;
}
.wm-m5 {
  margin: 5px;
}
.wm-m8 {
  margin: 8px;
}
.wm-m10 {
  margin: 10px;
}
.wm-m15 {
  margin: 15px;
}
.wm-m18 {
  margin: 18px;
}
.wm-m20 {
  margin: 20px;
}
.wm-m30 {
  margin: 30px;
}
.wm-m40 {
  margin: 40px;
}
.wm-m50 {
  margin: 50px;
}
.wm-m80 {
  margin: 80px;
}
.wm-m90 {
  margin: 90px;
}
.wm-m100 {
  margin: 100px;
}
.wm-m120 {
  margin: 120px;
}
.wm-m-t0 {
  margin-top: 0;
}
.wm-m-r0 {
  margin-right: 0;
}
.wm-m-b0 {
  margin-bottom: 0;
}
.wm-m-l0 {
  margin-left: 0;
}
.wm-mlr, .wm-m-ub0 {
  margin-top: 0;
  margin-bottom: 0;
}
.wm-mtb, .wm-m-rl0 {
  margin-right: 0;
  margin-left: 0;
}
.wm-mt, .wm-m-rbl0 {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/*上*/
.wm-mr, .wm-m-ubl0 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/*右*/
.wm-mb, .wm-m-url0 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
/*下*/
.wm-ml, .wm-m-urb0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
/*左*/
.wm-mar10-0 {
  margin: 10px 0;
}
.wm-mai-0-10, .wm-mar-0-10 {
  margin: 0px 10px;
}
.wm-mar-0-20 {
  margin: 0px 20px;
}
.wm-mar-b30 {
  margin-bottom: 30px;
}
.wm-mar-b80 {
  margin-bottom: 80px;
}
.wm-p2 {
  padding: 2px;
}
.wm-p5 {
  padding: 5px;
}
.wm-p8 {
  padding: 8px;
}
.wm-p10, .wm-pad-10 {
  padding: 10px;
}
.wm-p12 {
  padding: 12px;
}
.wm-p15 {
  padding: 15px;
}
.wm-p20 {
  padding: 20px;
}
.wm-p30 {
  padding: 30px;
}
.wm-p40 {
  padding: 40px;
}
.wm-p50 {
  padding: 50px;
}
.wm-p60 {
  padding: 60px;
}
.wm-p80 {
  padding: 80px;
}
.wm-p100 {
  padding: 100px;
}
.wm-ptb {
  padding-right: 0;
  padding-left: 0;
}
.wm-plr {
  padding-top: 0;
  padding-bottom: 0;
}
.wm-pt {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/*上*/
.wm-pr {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/*右*/
.wm-pb {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
/*下*/
.wm-pl {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/*左*/
.wm-pt0 {
  padding-top: 0;
}
.wm-pr0 {
  padding-right: 0;
}
.wm-pb0 {
  padding-bottom: 0;
}
.wm-pl0 {
  padding-left: 0;
}
.wm-pad-5-10 {
  padding: 5px 10px;
}
.wm-pad-10-20 {
  padding: 10px 20px;
}
.wm-pad-50-0 {
  padding: 50px 0;
}
.wm-pad-80-0 {
  padding: 80px 0;
}
.wm-pad-0-10 {
  padding: 0px 10px;
}
.wm-pad-t20 {
  padding-top: 20px;
}
.wm-pad-t40 {
  padding-top: 40px;
}
.wm-pad-t80 {
  padding-top: 80px;
}
.wm-pad-b80 {
  padding-bottom: 80px;
}
/*对话框宽度*/
.el-dialog__body {
  padding-top: 20px;
  border: 1px #E6E6E6 solid;
  border-left: 0;
  border-right: 0;
}
.el-dialog__title {
  font-size: 16px;
}
.el-dialog__header {
  padding-bottom: 10px;
}
.wm-dl-wA, .wm-dlw520 {
  width: 520px;
}
.wm-dlw620 {
  width: 620px;
}
/*统一样式-描边*/
.wm-h1-E6 {
  height: 1px;
  background-color: #E6E6E6;
}
.wm-bor0 {
  border: 0;
}
.wm-br-1sA {
  border: 1px solid #E6E6E6;
}
.wm-br-t {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.wm-br-b {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.wm-br-l {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.wm-br-r {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.wm-br-tb {
  border-left: 0;
  border-right: 0;
}
.wm-br-b {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
/*统一圆角*/
.wm-br5 {
  border-radius: 5px;
}
.wm-br10 {
  border-radius: 10px;
}
.wm-br20 {
  border-radius: 20px;
}
.wm-br360 {
  border-radius: 360px;
}
.wm-br-r0 {
  border-radius: 0px !important;
}
/*宽度设置*/
.wm-w50b {
  width: 50%;
}
.wm-w60b {
  width: 60%;
}
.wm-w65b {
  width: 65%;
}
.wm-w70b {
  width: 70%;
}
.wm-w75b {
  width: 75%;
}
.wm-w80b {
  width: 80%;
}
.wm-w85b {
  width: 85%;
}
.wm-w90b {
  width: 90%;
}
.wm-w100b {
  width: 100%;
}
.wm-w10 {
  width: 10px;
}
.wm-w20 {
  width: 20px;
}
.wm-w30 {
  width: 30px;
}
.wm-w36 {
  width: 36px;
}
.wm-w40 {
  width: 40px;
}
.wm-w48 {
  width: 48px;
}
.wm-w80 {
  width: 80px;
}
.wm-w260 {
  width: 260px;
}
/*高度设置*/
.wm-h100b {
  height: 100%;
}
.wm-mh500 {
  min-height: 500px;
}
.wm-mh600 {
  min-height: 600px;
}
.wm-mh700 {
  min-height: 700px;
}
.wm-mh800 {
  min-height: 800px;
}
.wm-h5 {
  height: 5px;
}
.wm-h10 {
  height: 10px;
}
.wm-h12 {
  height: 12px;
}
.wm-h14 {
  height: 14px;
}
.wm-h15 {
  height: 15px;
}
.wm-h18 {
  height: 18px;
}
.wm-h20 {
  height: 20px;
}
.wm-h30 {
  height: 30px;
}
.wm-h36 {
  height: 36px;
}
.wm-h40 {
  height: 40px;
}
.wm-h46 {
  height: 46px;
}
.wm-h50 {
  height: 50px;
}
.wm-h80 {
  height: 80px;
}
.wm-h100 {
  height: 100px;
}
.wm-h150 {
  height: 150px;
}
.wm-h200 {
  height: 200px;
}
.wm-lh {
  line-height: 5px;
}
.wm-lh12 {
  line-height: 12px;
}
.wm-lh18 {
  line-height: 18px;
}
.wm-lh26 {
  line-height: 26px;
}
.wm-lh32 {
  line-height: 32px;
}
.wm-lh36 {
  line-height: 36px;
}
.wm-lh40 {
  line-height: 40px;
}
.wm-lh50 {
  line-height: 50px;
}
/* 自定义媒体查询，当屏幕宽度小于 768/992/1200/1920px 时隐藏 */
@media (max-width: 3600px) {
  .homeBannerH {
    height: 390px;
  } /* 首屏banner高度 */
  /*采购项目*/
  #app { /* 采购顶图设置最小高度 */ }
  #app .responsive-bg-cover {
    min-height: 600px;
  }
  #app .wm-purchase {
    margin-top: -500px;
  }
  #app .wm-home-title .wm-title-class {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  /*采购项目*/
}
@media (max-width: 1920px) {
  .homeBannerH {
    height: 290px;
  } /* 首屏banner高度 */
  /*采购项目*/
  #app { /* 采购顶图设置最小高度 */ }
  #app .hide-on-lg1920 {
    display: none;
  }
  #app .responsive-bg-cover {
    min-height: 400px;
  }
  #app .wm-purchase {
    margin-top: -350px;
  }
  #app .wm-home-title .wm-title-class {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  /*采购项目*/
}
@media (max-width: 1200px) {
  .homeBannerH {
    height: 190px;
  } /* 首屏banner高度 */
  /*采购项目*/
  #app { /* 采购顶图设置最小高度 */ }
  #app .hide-on-lg1200 {
    display: none;
  }
  #app .responsive-bg-cover {
    min-height: 300px;
  }
  #app .wm-purchase {
    margin-top: -300px;
  }
  #app .wm-home-title .wm-title-class {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  /*采购项目*/
}
@media (max-width: 992px) {
  .wm-ta-r992c, .wm-ta-l992c {
    text-align: center;
  }
  .homeBannerH {
    height: 190px;
  } /* 首屏banner高度 */
  /*标题*/
  #app .hide-on-lg992 {
    display: none;
  }
  #app .wm-home-title .wm-title-class title {
    font-size: 26px;
  }
  #app .wm-home-title .wm-title-class span {
    font-size: 14px;
  }
  #app .wm-home-Service .el-tabs--card > .el-tabs__header {
    margin: 20px 0 0 180px;
  }
  #app .wm-home-Service .wm-title-class, #app .wm-home-discou .wm-title-class {
    width: 180px;
  }
  #app .wm-home-Service .wm-title-class title, #app .wm-home-discou .wm-title-class title {
    font-size: 26px;
  }
  #app .wm-home-Service .wm-title-class span, #app .wm-home-discou .wm-title-class span {
    font-size: 14px;
  }
  /*标题*/
}
@media (max-width: 768px) {
  .homeBannerH {
    height: 120px;
  } /* 首屏banner高度 */
  #app { /*交易流程控制图片大小*/
    /*交易流程控制图片大小*/
    /*交易流程控制图片大小*/
    /*交易流程控制图片大小*/
  }
  #app .hide-on-lg768 {
    display: none;
  }
  #app .wm-process {
    height: 65px;
  }
  #app .wm-pro-imgset .wm-process-title {
    height: 80px;
  }
  #app .wm-pro-imgset .icon-pro {
    height: 40px;
  }
  #app .wm-pro-imgset .icon-pro-r {
    height: 40px;
  }
  #app .wm-process { /*交易流程控制图片大小*/
    /*交易流程控制图片大小*/
  }
  #app .wm-process .el-tabs__nav-prev,
  #app .wm-process .el-tabs__nav-next {
    line-height: 48px;
  }
  #app .wm-process .el-tabs__item {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .hide-on-lg500 {
    display: none;
  }
  .hide-in-lg500 {
    display: initial;
  }
}
/*icon样式*/
.iconPaL-25 {
  position: absolute;
  left: -25px;
}
.iconP11050000 {
  margin: 11px 5px 0 0;
}
.iconP12050000 {
  margin: 12px 5px 0 0;
}
iconShopCart26 {
  background-image: url("images/iconShopCart26.png");
  width: 26px;
  height: 26px;
}
iconDownload16 {
  background-image: url("images/iconDownload16.png");
  width: 16px;
  height: 16px;
}
/* 在全局分页样式文件中 */
/*洋葱皮-全站当前位置样式*/
.el-breadcrumb__inner.is-link:hover {
  color: var(--nl-A-col);
}
.el-button.el-button--primary.is-link {
  background-color: #FFFFFF !important;
}
.el-button.el-button--primary.is-link:hover {
  background-color: #FFFFFF !important;
}
/* 修改分页按钮的背景颜色和描边样式 */
.el-pagination.is-background {
  background-color: initial;
  border: 0;
  color: #333;
}
.el-pagination.is-background .el-pager li.is-active {
  background-color: var(--nl-A-col) !important;
  border: 0;
  color: #FFFFFF !important;
}
/*tab修改*/
.el-tabs__item.is-active, .el-tabs__item:hover {
  color: #00C483;
}
.el-tabs__active-bar {
  background-color: #00C483;
}
.del-tabs-b .el-tabs__nav-wrap::after {
  display: none;
}
/*导航去掉底线*/
#app .wm-tab-more .el-tab-pane:last-child {
  border: 0;
}
/*wm-header*/
.wm-header {
  height: 120px;
  --el-header-padding: 0;
}
.wm-header .wm-header-logo {
  height: 60px;
}
.wm-logo {
  line-height: 60px;
  padding-left: 10px;
}
.wm-header .porpic {
  border-radius: 360px;
}
/*导航*/
.el-menu--horizontal.el-menu {
  border-bottom: 0px;
  background: none;
}
.el-menu--horizontal > .el-menu-item {
  color: #FFFFFF;
  border-bottom: 0 !important;
}
/*无下拉 选中状态*/
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  color: #FFFFFF;
  border-bottom: 0 !important;
}
/*有下拉 移出状态*/
.el-menu--horizontal > .el-sub-menu:hover .el-sub-menu__title {
  color: #FFFFFF;
  border-bottom: 0 !important;
}
/*wm-footer*/
.el-footer {padding: 0;}
.wm-footer .bg-img {
  background-image: url("images/wm-footer-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*首页*/
#app .el-card {
  margin: 0;
  border-radius: 0;
  border: 0;
}
.wm-home-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wm-main {
  --el-main-padding: 0px;
}
#app .hideSidebar .main-container {
  margin-left: 0px;
}

/*****自写*****/
aside a {
  color: #333333 !important;
}
aside a:hover {
  color: #00C483 !important;
}
.wm-serch .el-input__wrapper {
  border-radius: 3px 0 0 3px;
}
.wm-serch .el-button {
  border-radius: 0 3px 3px 0;
}
/* 控制所有 if */
/*表格 操作按钮样式*/
.tableBut .el-table .el-dropdown-link {
  margin-left: 2px !important;
}
.tableBut .el-tooltip__trigger .el-icon--right {
  margin: 0;
}
.tableBut .el-tooltip__trigger .el-icon--right svg {
  position: absolute;
  top: 2px;
}
/*文本交互按钮*/
.textInte, .textInte:focus {
  color: #333333;
  cursor: pointer;
}
.textInte:hover, .textInte:focus:hover {
  color: #00C483 !important;
}
.textInte:active, .textInte:focus:active {
  color: #00A66F !important;
}
/*对话框样式*/
.el-dialog__headerbtn .el-dialog__close:hover {
  color: #00C483;
}
/*el-button颜色修改*/
.el-button {
  background-color: #FFFFFF !important;
  border-color: #CCCCCC !important;
  color: #555555; /* 默认按钮颜色 */
  /* 默认按钮颜色 */
  /* 鼠标悬停时的颜色 */
  /* 聚焦或激活状态的颜色 */
}
.el-button span {
  text-shadow: none !important;
  border: 0 !important;
  font-weight: initial;
}
.el-button:hover {
  background-color: #D2F1E5 !important;
  border-color: #7ec5a6 !important;
  color: var(--nl-A-col);
}
.el-button:active {
  background-color: #D2F1E5 !important;
  border-color: var(--nl-A-col) !important;
  color: var(--nl-A-col);
}
.el-button:focus {
  outline: none;
}
/*el-button--primary*/
.el-button.el-button--primary {
  background-color: var(--nl-A-col) !important;
  border-color: var(--nl-yqBorder-col) !important;
  color: #FFFFFF; /* 默认按钮颜色 */
  /* 鼠标悬停时的颜色 */
  /* 聚焦或激活状态的颜色 */
}
.el-button.el-button--primary:hover {
  background-color: var(--nl-yqBorderHover-col) !important;
  border-color: var(--nl-yqBorderHover-col) !important;
  color: #FFFFFF;
}
.el-button.el-button--primary:active {
  background-color: var(--nl-yqBorderActive-col) !important;
  border-color: var(--nl-yqBorderActive-col) !important;
  color: #FFFFFF;
}
.el-button.el-button--primary:focus {
  outline: none;
}
.el-button--primary {
  /*.el-button--primary.is-plain +镂空*/
  /*text文本按钮*/
}
.el-button--primary.is-plain {
  background-color: #D2F1E5 !important;
  color: var(--nl-A-col);
}
.el-button--primary.is-plain, .el-button--primary.is-text, .el-button--primary.is-link {
  --el-button-text-color: var(--nl-A-col);
  --el-button-text-bg-color: #ffffff;
  --el-button-text-bg-color-primary-hover: #D2F1E5;
  --el-button-text-bg-color-primary-active: #aee3d4;
}
.el-breadcrumb__inner a:hover {
  color: var(--nl-A-col);
}
.el-button.is-text {
  color: var(--el-button-text-color);
  background-color: var(--el-button-text-bg-color) !important;
}
.el-button.is-text:hover {
  color: var(--el-button-text-color);
  background-color: var(--el-button-text-bg-color-primary-hover) !important;
}
.el-button.is-text:active {
  color: var(--el-button-text-color);
  background-color: var(--el-button-text-bg-color-primary-active) !important;
}
/*loding 颜色*/
.el-loading-spinner .path {
  stroke: #00C483;
}
/*butrton镂空灰色按钮样式*/
.is-plain {
  background-color: #FFFFFF !important;
  border-color: #999999 !important;
  color: #333333;
}
.is-plain:hover {
  background-color: #FFFFFF !important;
  border-color: #42b38a !important;
  color: #42b38a;
}
/*button镂空灰色按钮样式-禁止操作*/
.is-disabled, .is-disabled:hover {
  background-color: #FFFFFF !important;
  border-color: #CCCCCC !important;
  color: #AAAAAA;
}
/*文字按钮*/
.is-link, .is-link:hover {
  background-color: initial !important;
  border: none !important;
}
.is-link {
  color: #00C483 !important;
}
.is-link:hover {
  color: #42b38a !important;
}
/*el-pagination 分页样式-无背景*/
.el-pagination .el-pager li, .el-pagination .el-pager li:hover {
  background-color: initial;
}
.el-pagination .el-pager li:hover {
  border: 1px solid var(--nl-pagBorder-col) !important;
  color: var(--nl-pagBorder-col);
}
.el-pagination .is-active {
  color: var(--nl-pagBorder-col) !important;
  border: 1px solid var(--nl-pagBorder-col) !important;
}
/*button镂空背景*/
#app .button-signup.el-button, .button-signup {
  background-color: #FFFFFF !important;
  border: 1px #00C483 solid !important;
  color: #00C483 !important;
  border-radius: 50px;
}
#app .button-signup.el-button:hover, .button-signup:hover {
  background-color: #42b38a !important;
  border-color: #42b38a !important;
  color: #FFFFFF !important;
}
#app .button-signup.el-button:active, .button-signup:active {
  background-color: #00A66F !important;
  border-color: #00A66F !important;
  color: #FFFFFF !important;
}
/* 聚焦或激活状态的颜色 */
/*查看详情*/
.but-sig-xq {
  background-color: #FFFFFF !important;
  border: 1px #CCCCCC solid !important;
  color: #666666 !important;
  border-radius: 50px;
}
.but-sig-xq:hover {
  background-color: #D2F1E5 !important;
  border-color: #42b38a !important;
  color: #42b38a !important;
}
.but-sig-xq:active {
  background-color: #D2F1E5 !important;
  border-color: #00A66F !important;
  color: #00A66F !important;
}
/*禁止按钮*/
.wm-but-p .el-button {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #BBBBBB; /* 默认按钮颜色 */
  /* 鼠标悬停时的颜色 */
  /* 聚焦或激活状态的颜色 */
}
.wm-but-p .el-button:hover {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #BBBBBB;
}
.wm-but-p .el-button:active {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #BBBBBB;
}
.wm-but-p .el-button:focus {
  outline: none;
}
/*统一修改input选中描边*/
.el-input__wrapper.is-focus, .el-textarea__inner:hover, .el-textarea__inner:focus {
  outline: none;
  box-shadow: 0 0 0 1px #00C483 inset;
}
/*input-出现异常-控制高*/
.input-h .el-input--large .el-input__wrapper {
  height: 40px;
  outline: none;
}
/*下拉选框*/
.el-select__wrapper.is-focused {
  box-shadow: 0 0 0 1px #00C483 inset;
}
.el-select-dropdown__item.is-selected {
  color: #00C483;
}
.el-select-dropdown__item.is-hovering {
  background-color: #D2F1E5;
  color: #00C483;
}
/*文本下拉*/
.el-dropdown .el-dropdown-link {
  color: #00C483 !important;
  font-size: 14px;
  line-height: 23px;
}
/*tabsStyle*/
.el-input-number__decrease, .el-input-number__increase {
  margin-top: 1px;
}
.el-input-number__decrease:hover ~ .el-input:not(.is-disabled) .el-input__wrapper,
.el-input-number__increase:hover ~ .el-input:not(.is-disabled) .el-input__wrapper {
  box-shadow: 0 0 0 1px #00C483 inset;
}
.el-input-number__decrease:hover .el-icon svg path, .el-input-number__increase:hover .el-icon svg path {
  fill: #00C483;
}
.tabsStyle { /*跟随条*/ }
.tabsStyle .el-tabs__item.is-active {
  color: #00C483;
}
.tabsStyle .el-tabs__item.is-top:hover {
  color: #42b38a;
  background-color: initial !important;
}
.tabsStyle .el-tabs__active-bar {
  background-color: #00C483;
}
.tabsStyle .el-tabs__nav-prev,
.tabsStyle .el-tabs__nav-next {
  margin-top: 2px !important;
}
/* 控制所有 end */


/*技术学院样式*/

/*分页按钮样式*/
.el-affix.wm-w100b {  width: 100% !important;}
/*技术学院导航 样式*/
.el-affix.wm-w100b {  width: 100% !important;}
@keyframes navAnimation {
  0% {opacity: 1;transform: translateY(0);/*动画开始位置*/  }
  60% {opacity: 0.2;transform: translateY(-60px);/*动画结束-恢复设置位置*/  }
  100% {opacity: 1;transform: translateY(0);/*动画结束-恢复设置位置*/  }
}
.navPft0{position: fixed; top: 0; z-index: 2; animation: navAnimation 1.0s ease forwards;}
.navPft120{position: fixed; top: 120px; z-index: 1; animation: navAnimation 1.0s ease forwards;}
@keyframes navAnimationRes {
  0% {opacity: 1;transform: translateY(0px);/*动画开始位置*/  }
  40% {opacity: 1;transform: translateY(-20px);/*动画结束-恢复设置位置*/  }
  100% {opacity: 1;transform: translateY(0);/*动画结束-恢复设置位置*/  }
}
.navRestore{position: absolute; z-index: 2; animation: navAnimationRes 1.0s ease forwards;}
/*动画隐藏*/
@keyframes navAniDisplayNone {
  0% {opacity: 1;transform: translateY(0px);/*动画开始位置*/  }
  80% {opacity: 1;transform: translateY(0px);/*动画开始位置*/  }
  90% {opacity: 0; height: 310px; transform: translateY(0px);/*动画结束-恢复设置位置*/  }
  100% {opacity: 0; display: none; height: 0; transform: translateY(0);/*动画结束-恢复设置位置*/  }
}
.navAniDNone{animation: navAniDisplayNone 4s ease forwards;}
/*//////////////////////////////////////////////////////////////////*/

.icon-pBui::before,.icon-pBuiBai::before{content: "";  display: block;  width: 100%;  height: 100%;  background-position: center;  background-repeat: no-repeat;}
.icon-pBui::before {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2300C483" fill-opacity="1.000000" fill-rule="evenodd" width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 18L17 19L34 18L28.06 17C25.45 16.5 21.83 14.5 21.83 11.37C21.83 8.25 23.83 7.64 25.16 7.64C28.27 7.78 28.42 9.67 28.06 10.83C27.99 11.06 27.67 11.06 27.5 10.88C26.7 10 25.04 9.7 24.33 10.86C23.5 12.22 24.33 13.92 26.16 14.43C27.99 14.94 31.23 13.82 30.83 10.01C30.52 7.12 27.76 5.95 25.45 5.57C24.21 5.37 22.97 4.96 22.01 4.13C20.52 2.85 18.52 1.16 17 0C15.47 1.16 13.47 2.85 11.98 4.13C11.02 4.96 9.78 5.37 8.54 5.57C6.23 5.95 3.47 7.12 3.16 10.01C2.76 13.82 6 14.94 7.83 14.43C9.66 13.92 10.5 12.22 9.66 10.86C8.95 9.7 7.29 10 6.49 10.88C6.32 11.06 6 11.06 5.93 10.83C5.57 9.67 5.72 7.78 8.83 7.64C10.16 7.64 12.16 8.25 12.16 11.37C12.16 14.5 8.54 16.5 5.93 17L0 18Z" /></svg>');
}
.icon-pBuiBai::before {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" fill-opacity="1.000000" fill-rule="evenodd" width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 18L17 19L34 18L28.06 17C25.45 16.5 21.83 14.5 21.83 11.37C21.83 8.25 23.83 7.64 25.16 7.64C28.27 7.78 28.42 9.67 28.06 10.83C27.99 11.06 27.67 11.06 27.5 10.88C26.7 10 25.04 9.7 24.33 10.86C23.5 12.22 24.33 13.92 26.16 14.43C27.99 14.94 31.23 13.82 30.83 10.01C30.52 7.12 27.76 5.95 25.45 5.57C24.21 5.37 22.97 4.96 22.01 4.13C20.52 2.85 18.52 1.16 17 0C15.47 1.16 13.47 2.85 11.98 4.13C11.02 4.96 9.78 5.37 8.54 5.57C6.23 5.95 3.47 7.12 3.16 10.01C2.76 13.82 6 14.94 7.83 14.43C9.66 13.92 10.5 12.22 9.66 10.86C8.95 9.7 7.29 10 6.49 10.88C6.32 11.06 6 11.06 5.93 10.83C5.57 9.67 5.72 7.78 8.83 7.64C10.16 7.64 12.16 8.25 12.16 11.37C12.16 14.5 8.54 16.5 5.93 17L0 18Z" /></svg>');
}

.icon-arrowR,.icon-arrowRCF {  content: "";  display: inline-block;  width: 100px;  height: 100px;
  mask-size: contain;  background-size: contain;  background-repeat: no-repeat;  background-position: center;  vertical-align: middle;
  /*mask-image: url("images/icon/icon-arrowR.svg") !important;*/
}
.icon-arrowR {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path fill="%23000000" fill-opacity="0.9" fill-rule="evenodd" d="M1.62 14.62L1.62 16.24L22.63 16.24C23.39 16.24 23.78 15.32 23.24 14.77L16.82 8.36L15.67 9.51L20.78 14.62L1.62 14.62Z" /></svg>');
}
.icon-arrowRCF {
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFFFFF" fill-opacity="0.9" fill-rule="evenodd" d="M1.62 14.62L1.62 16.24L22.63 16.24C23.39 16.24 23.78 15.32 23.24 14.77L16.82 8.36L15.67 9.51L20.78 14.62L1.62 14.62Z" /></svg>');
}
:root {
  --icon-arrowR-hei: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path fill="%23000000" fill-opacity="0.9" fill-rule="evenodd" d="M1.62 14.62L1.62 16.24L22.63 16.24C23.39 16.24 23.78 15.32 23.24 14.77L16.82 8.36L15.67 9.51L20.78 14.62L1.62 14.62Z" /></svg>');
  --icon-arrowR-bai: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFFFFF" fill-opacity="0.9" fill-rule="evenodd" d="M1.62 14.62L1.62 16.24L22.63 16.24C23.39 16.24 23.78 15.32 23.24 14.77L16.82 8.36L15.67 9.51L20.78 14.62L1.62 14.62Z" /></svg>');
}
/*.icon-video::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: currentColor;*/
/*  mask-image: url("images/icon/icon-video.png");*/
/*  mask-repeat: no-repeat;*/
/*  mask-position: center;*/
/*}*/
.icon-video{
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.icon-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  mask-image: url("/images/icon/icon-more.svg");
}
.icon-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  mask-image: url("/images/icon/icon-close.svg");
}
/*场景下*/
/*栏目标题*/
/*新闻列表*/
html { scroll-behavior: smooth;}
.zi1 { z-index: 1;}
.h100b { height: 100%;}
.w100b { width: 100%;}
.boR5 { border-radius: 5px;}
.boR8 { border-radius: 8px;}
.boR10 { border-radius: 10px;}
.boRtr10 { border-radius: 10px 10px 0 0;}
.del-tabsB .el-tabs__nav-wrap::after { display: none;}
/*导航去掉底线*/
.el-link {  --el-link-hover-text-color: rgba(0,0,0,0);}
/*去掉全部a链接下划线*/
.linkXB0 .el-link::after, .linkXB0::after { background-color: initial !important;}
.el-aside, .el-main { margin: 0;  padding: 0;  overflow-y: hidden;  overflow-x: hidden;  background-color: initial;}
/*溢出*/
/*溢出*/
.overHne {  width: auto;  overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.overH1, .overH2, .overH3, .overH4, .overH5, .overH6, .overH7, .overH8, .overH9, .overH10 { display: -webkit-box !important; -webkit-box-orient: vertical !important; overflow: hidden; margin: 3px 0;}
.overH1 {  -webkit-line-clamp: 1;}
.overH2 {  -webkit-line-clamp: 2;}
.overH3 {  -webkit-line-clamp: 3;}
.overH4 {  -webkit-line-clamp: 4;}
.overH5 {  -webkit-line-clamp: 5;}
.overH6 {  -webkit-line-clamp: 6;}
.overH7 {  -webkit-line-clamp: 7;}
.overH8 {  -webkit-line-clamp: 8;}
.overH9 {  -webkit-line-clamp: 9;}
.overH10 {  -webkit-line-clamp: 10;}
.di-fcH100 {  display: flex;  flex-direction: column;  height: 100%;}
.rot90 {  transform: rotate(90deg);}
.rot90f {  transform: rotate(-90deg);}
.rot180 {  transform: rotate(180deg);}
.w1400ma {  width: 100%;  max-width: 1400px;  margin: 0 auto;}
.m0-15 {  margin: 0 15px;}
.bgCcn {  background-size: cover; background-position: center; background-repeat: no-repeat;}
.di-lc {  display: flex;  align-items: center;}
.di-cc {  display: flex;  justify-content: center;  align-items: center;}
/*垂直水平居中*/
.di-cb {  display: flex;  justify-content: center;  align-items: flex-end;}
/*垂直居低水平居中*/
.di-tbLc {  display: flex;  align-items: flex-start;  flex-direction: column;  justify-content: center;}
.di-tb0L {  display: flex;  align-items: flex-start;  align-content: space-between;}
.anHoverBT, .anHover a {  transition: all 0.2s ease-in-out;}
.anHoverBT:hover, .anHover a:hover {  transform: translateX(10px);  transition: all 0.2s ease-in-out;}
.anHoverI i, .anHoverBox .anHB i, .anHoverBox .anHBi {  transition: all 0.2s ease-in-out;}
.anHoverI:hover i, .anHoverBox:hover .anHBi {  transform: translateX(10px);  transition: all 0.2s ease-in-out;}
/*投影*/
.touYinA {  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);  transition: all 0.2s ease-in-out;}
.touYinA:hover {  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);  transform: translateY(-5px);}

/*页头*/
.picBgHead .height {  height: 260px;}
.picBgHead .bgPic {  background-image: linear-gradient(to bottom, var(--nl-picBgHead-col) 100%, var(--nl-picBgHead-col) 100%), url("/images/picBgHead.png");}
.picBgHead .bgGradient {  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);}
.picBgHead .sloganImg {  height: 100%;}
.picBgHead .sloganImg .el-col {  align-content: center;}
.picBgHead .sloganImg .el-col p {  position: absolute;  right: 20px;  bottom: 0;}
.picBgHead .sloganImg .el-col p a {  color: #FFFFFF;  margin: 0 10px;  padding: 0;}
.picBgFirst .height {  height: 370px;}
@keyframes anBgPic {
  0% {} 90% {} 99% {} 100% {  background-image: initial !important; }
}
.picBgFirst .bgPic { animation: anBgPic 13s ease forwards; }/*动画结束后隐藏学院概况的背景图*/
@keyframes anBgGradient {
  0% { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 60%, rgba(46, 67, 57, 0.2) 100%);}
  90% { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 60%, rgba(46, 67, 57, 0.2) 100%);}
  100% {  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 60%, rgba(46, 67, 57, 0.0) 100%);}
}
.picBgFirst .bgGradient {animation: anBgGradient 4.2s ease forwards; background: linear-gradient(to bottom, rgba(216, 25, 25, 0.6) 60%, rgba(46, 67, 57, 0.2) 100%);}
.picBgFirst .navHeight {  height: 60px;}
.picBgFirst .aboutUS {  color: #FFFFFF;}
.picBgFirst .aboutUS .statistics {  text-align: center;}
.picBgFirst .aboutUS .statistics b, .picBgFirst .aboutUS .statistics span {  display: block;}
.picBgFirst .aboutUS .statistics .title {  font-size: 32px;  margin-bottom: 20px;}
.picBgFirst .aboutUS .statistics .numValue b {  font-size: 32px;  margin-bottom: 5px !important;}
.picBgFirst .aboutUS .statistics .numValue span {  font-size: 14px;}
.picBgFirst .aboutUS .schoolPro b, .picBgFirst .aboutUS .schoolPro span {  display: block;}
.picBgFirst .aboutUS .schoolPro b {  font-size: 32px;  margin-bottom: 20px;}
.picBgFirst .aboutUS .schoolPro span {  font-size: 16px;  line-height: 30px;}
.topNavbar ul li:nth-child(5){margin-left: 50px;}
/*学院导航*/
.navBox {height: 60px; border-radius: 0 0 30px 30px; z-index: 2; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);  /*去掉底线*/}
.navBox .el-tabs__active-bar {  background-color: #057952;  height: 5px;  margin-bottom: -1px;  z-index: -1;}
.navBox .navZJBg{width: 200px;}
.navBox .el-menu {  width: 100%;  min-width: 450px !important;}
.navBox .el-menu--horizontal {  justify-content: space-around;}
.navBox .el-tabs {  width: 100%;}
.navBox .el-tabs__item {  color: #FFFFFF;  height: 60px;}
#topNavbar a{font-size: 16px !important;}
.navBox .el-tabs__item:hover, .navBox .el-tabs__item.is-active {  font-weight: bold;}
.navBox .el-tabs__nav-wrap::after {  height: 0;}
.navBox .el-tabs__header {  margin-bottom: 0;}
.navBox .el-tabs__nav {  width: 100%;  display: flex !important;  justify-content: space-around !important;}
@media (max-width: 1330px) {
  .navBox .el-menu--horizontal > .el-menu-item {
    padding: 0 10px;
  }
}
/*展示更多*/
@keyframes anMenMoreOpen {
  0% { height: 0; overflow: hidden; }
  100% { min-height: 350px; overflow: hidden; }
}
@keyframes anMenMoreShut {
  0% { height: 350px; overflow: hidden; }
  100% { height: 0; overflow: hidden; }
}
.anMenMOpen{animation: anMenMoreOpen 0.3s ease forwards;}
.anMenMShut{animation: anMenMoreShut 0.3s ease forwards;}
.menMore {  position: absolute;  left: 0;  top: 0;  width: 100%;  background-color: #FFFFFF;  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);  z-index: 1;}
.menMore .menMoreL, .menMore .menMoreC, .menMore .menMoreR { padding: 80px 0 10px 0;}
.menMore .menMoreL {  background-color: #F8F9FD;}
.menMore .menMoreL div {  padding: 0 30px;}
.menMore .menMoreL p {  padding: 10px 20px;  border-radius: 10px;  cursor: pointer;  margin: 10px 0 20px 0;  text-align: right;}
    /*二级三级*/
    .menMore .menMoreL p:hover, .menMore .menMoreL p.mMLActive {  background-color: var(--nl-Abghover-col) !important; color: var(--nl-A-col);}
    .menMore .menMoreC p:hover,.menMore .menMoreC p.sActive {  background-color: var(--nl-Abghover-col) !important; color: var(--nl-A-col);}
    .menMore .menMoreC p:hover span,.menMore .menMoreC p.sActive span { color: var(--nl-Aspanhover-col) !important;}
/* .menMore .menMoreL p:hover, .menMore .menMoreL p.mMLActive {  background-color: #E3F6F0;  color: #00C483;} */
/* .menMore .menMoreC p:hover,.menMore .menMoreC p.sActive {  background-color: var(--nl-Abghover-col);  color: var(--nl-A-col);} */
/* .menMore .menMoreC p:hover span,.menMore .menMoreC p.sActive span {  font-size: 12px;  color: var(--nl-Aspanhover-col) !important;  display: block;} */
.menMore .menMoreC p {  padding: 10px 20px;  margin: 10px 20px 20px 0;  border-radius: 10px;  cursor: pointer;  width: 100%;}
.menMore .menMoreC p span {  font-size: 12px;  color: #BBBBBB;  display: block;}
.menMore .menMoreR img {  margin-top: 10px;}
.logoBox {  width: 200px;  background-color: initial;}
@keyframes anLogoTBa {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anLogoTBb {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.logoBox .logo {
  position: absolute;
  top: -75px;
}
.logoBox .logo .logoImg {
  width: 150px;
  height: 150px;
}
.logoBox .logo .navBg {
  position: absolute;
  left: calc(50% - 123px);
  width: 246px;
  height: 150px;
  top: calc(50% - 1px);
  z-index: -1;
}
.logoBox .logo .navBg img {
  width: 247px;
  height: 95px;
}
.logoBox.fangda .logo .logoImg img {
  width: 150px;
  height: 150px;
  transition: all 0.2s ease-in-out;
}
.logoBox.fangda .logo .navBg {
  left: calc(50% - 123px);
  height: 95px;
  transition: all 0.2s ease-in-out;
}
.logoBox.fangda .logo .navBg img {
  width: 247px;
  height: 95px;
  transition: all 0.2s ease-in-out;
}
.logoBox.suoxiao .logo .logoImg img {
  width: 80px;
  height: 80px;
  margin-top: 72px;
  transition: all 0.2s ease-in-out;
}
.logoBox.suoxiao .logo .navBg {
  left: calc(50% - 100px);
  height: 95px;
  transition: all 0.2s ease-in-out;
}
.logoBox.suoxiao .logo .navBg img {
  width: 200px;
  height: 95px;
  transition: all 0.2s ease-in-out;
}
.logoMobile {
  color: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.logoMobile img {
  margin: 0 10px 0 20px;
}
.logoMobile p {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.logoMobile .icon-close, .logoMobile .icon-more {
  color: #FFFFFF;
}
/*移动版导航*/
.mobileMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
  height: 100%;
  display: none;
  /*导航颜色*/
}
.mobileMenu .el-container, .mobileMenu .el-aside, .mobileMenu .el-main {
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.mobileMenu .menuL2 .el-aside {
  width: 100%;
}
.mobileMenu .menuL2 .el-main {
  display: none;
}
.mobileMenu .menuL3 .el-aside {
  width: 150px !important;
  transition: all 0.2s ease-in-out;
}
.mobileMenu .menuL3 .el-main {
  display: initial;
}
.mobileMenu .el-aside, .mobileMenu .el-main {
  margin-top: 80px;
}
.mobileMenu .el-main .menMoreC {
  padding: 0 20px;
}
.mobileMenu .el-main .menMoreC p {
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .mobileMenu {
    display: initial;
  }
}
/*首页栏目标题*/
.xyHomeTitle {
  margin-bottom: 50px;
}
.xyHomeTitle i {
  display: block;
  background-color: #00C483;
  width: 5px;
  height: 30px;
  float: left;
  margin: 5px 10px 0 0;
}
.xyHomeTitle span {
  font-size: 30px;
  color: #222222;
}
.xyHomeTitle p {
  font-size: 16px;
  color: #222222;
  margin: 0 0 0 13px;
}
.xyHomeTitle a, .xyHomeTitle a span {
  font-size: 14px;
  color: #666666;
  line-height: 55px;
  float: right;
}
.xyHomeTitle a:hover span {
  color: #00C483;
}
.xyHomeTitle.colFFF {
  color: #FFFFFF;
  /*导航去掉底线*/
}
.xyHomeTitle.colFFF span, .xyHomeTitle.colFFF p, .xyHomeTitle.colFFF a {
  color: #FFFFFF !important;
}
.xyHomeTitle.colFFF i {
  background-color: #FFFFFF !important;
}
.colFFF .el-link::after {
  background-color: #FFFFFF;
}
.xyHomeTitle.titleCenter {
  text-align: center;
}
.xyHomeTitle.titleCenter a {
  display: none;
}
.xyHomeTitle.titleCenter i {
  width: 60px;
  height: 5px;
  float: initial;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
}
.xyHomeTitle .xyHTNavList {
  float: right;
  margin-right: 50px;
}
.xyHomeTitle .xyHTNavList a {
  padding: 5px 10px;
  height: 30px;
  margin: 12px 5px;
  border-radius: 10px;
  float: left;
}
.xyHomeTitle .xyHTNavList a:hover, .xyHomeTitle .xyHTNavList a.hTNactive {
  background-color: #00C483;
}
.xyHomeTitle .xyHTNavList a:hover span, .xyHomeTitle .xyHTNavList a.hTNactive span {
  color: #FFFFFF;
}
@media (max-width: 840px) {
  .socTrain .xyHomeTitle a, .socTrain .xyHTNavList {
    display: none;
  }
}
/*学院要闻*/
@keyframes borderBottomAnimation {
  from {
    border-bottom-width: 0;
  }
  to {
    border-bottom-width: 1px;
  }
}
.importantNews {
  background-image: url("/images/picBgxyyw.png");
  background-size: auto;
  background-position: center -80px;
  background-repeat: no-repeat;
  /*新闻信息*/
}
.importantNews .impNewsBox {
  padding: 50px 0 90px 0;
}
.importantNews .impNewsBox .newsInfo {
  /*左右新闻列表*/
  /*新闻焦点*/
}
.importantNews .impNewsBox .newsInfo .infoList .xyHomeTitle{margin-bottom: 0;}
.importantNews .impNewsBox .newsInfo .infoList .xyHomeTitle a{
  width: initial; height: initial; padding-bottom:0; border-bottom: 0 !important;
}

.importantNews .impNewsBox .newsInfo .infoList {
  font-size: 16px;
}
.importantNews .impNewsBox .newsInfo .infoList .el-row, .importantNews .impNewsBox .newsInfo .infoList .el-container {
  height: 100%;
}
.importantNews .impNewsBox .newsInfo .infoList .el-aside {
  margin-right: 15px;
}
.importantNews .impNewsBox .newsInfo .infoList span {
  color: #222222;
  display: block;
}
.importantNews .impNewsBox .newsInfo .infoList p {
  color: #666666;
  margin: 0 auto;
}
.importantNews .impNewsBox .newsInfo .infoList .el-col:nth-child(1n+4) .el-aside {
  display: none;
}
.importantNews .impNewsBox .newsInfo .infoList a {
  display: block;
  width: 100%;
  height: 116px;
  padding: 16px 0;
  border-bottom: 1px #DDDDDD solid;
  transition: all 0.2s ease-in-out;
}
.importantNews .impNewsBox .newsInfo .infoList a span {
  height: 100%;
}
.importantNews .impNewsBox .newsInfo .infoList a i {
  display: block;
  width: 100%;
  height: 83px;
  float: left;
  margin-right: 15px;
}
.importantNews .impNewsBox .newsInfo .infoList a:hover {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  transition: all 0.2s ease-in-out;
}
.importantNews .impNewsBox .newsInfo .infoList a:hover .el-link__inner span, .importantNews .impNewsBox .newsInfo .infoList a:hover .el-link__inner p {
  color: #00C483 !important;
}
.importantNews .impNewsBox .newsInfo .focusNews {
  background-color: #FFFFFF;
  border: 1px #DDDDDD solid;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 20px;
}
.importantNews .impNewsBox .newsInfo .focusNews .fNInfo {
  padding: 0 30px;
  margin-bottom: 20px;
  line-height: 20px;
}
.importantNews .impNewsBox .newsInfo .focusNews .newsPic {
  overflow: hidden;
  height: 330px;
  margin-bottom: 20px;
}
.importantNews .impNewsBox .newsInfo .focusNews .newsPic i {
  display: block;
  width: 100%;
  height: 330px;
  float: left;
  margin-right: 15px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
.importantNews .impNewsBox .newsInfo .focusNews h3 {
  font-size: 20px;
  color: #222222;
  margin: 0;
  line-height: 28px;
}
.importantNews .impNewsBox .newsInfo .focusNews span {
  font-size: 16px;
  color: #666666;
  margin: 0 10px;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel__indicator .el-carousel__button {
  background-color: #00C483;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel .el-carousel__arrow {
  height: 36px;
  font-size: 26px;
  top: auto;
  bottom: -15px;
  z-index: 10;
  background-color: initial;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel .el-carousel__arrow i {
  height: 26px;
  width: 26px;
  margin: 10px;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel .el-carousel__arrow .el-icon svg path {
  fill: #222222;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel__arrow--left {
  left: 120px;
}
.importantNews .impNewsBox .newsInfo .focusNews .el-carousel__arrow--right {
  right: 120px;
}
@media (max-width: 470px) {
  .importantNews .impNewsBox .newsInfo .focusNews .fNBoxH {height: 430px; }
  .importantNews .impNewsBox .newsInfo .focusNews .newsPic, .importantNews .impNewsBox .newsInfo .focusNews .newsPic i {height: 220px;  }
  .importantNews .impNewsBox .newsInfo .focusNews .el-carousel__arrow--left {    left: 20px;  }
  .importantNews .impNewsBox .newsInfo .focusNews .el-carousel__arrow--right {    right: 20px;  }
}
/**/
@media (max-width: 991px) {
  .impNewsL {    position: absolute;    top: 572px;    right: 0;  }
}
@media (max-width: 768px) {
  .impNewsL {    display: none;  }
}
/*通知公告*/
.noticeNews {  margin: 20px 0;}
.noticeNews .noticeBox {  /*文本竖向排列*/}
.noticeNews .noticeBox .title {
  width: 62px;
  height: 88px;
  background-color: #00C483;
  font-size: 20px;
  padding: 18px 10px 22px 10px;
  color: #FFFFFF;
  line-height: 26px;
  border-radius: 10px;
  margin-right: 10px;
}
.noticeNews .noticeBox .linkMore {
  width: 32px;
  height: 88px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 12px;
  margin: 0 0 0 10px;
  border-radius: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 5px 0 0 0;
  letter-spacing: 1px;
  overflow: hidden;
  /*导航去掉底线*/
}
.noticeNews .noticeBox .linkMore a::after {  display: none;}
.noticeNews .noticeBox .noticeList .el-link:hover .el-link__inner {  color: #00C483 !important;}
.noticeNews .noticeBox .noticeList .el-link:hover .el-link__inner .noticeInfo span, .noticeNews .noticeBox .noticeList .el-link:hover .el-link__inner .noticeInfo b, .noticeNews .noticeBox .noticeList .el-link:hover .el-link__inner .noticeInfo h3, .noticeNews .noticeBox .noticeList .el-link:hover .el-link__inner .noticeInfo p {
  color: #00C483 !important;
}
.noticeNews .noticeBox .noticeList .el-link, .noticeNews .noticeBox .noticeList .el-link span {  padding-top: 2px;}
.noticeNews .noticeBox .noticeList .noticeInfo {  background-color: #FFFFFF;  padding: 10px 10px;  border-radius: 10px;}
.noticeNews .noticeBox .noticeList .noticeInfo span, .noticeNews .noticeBox .noticeList .noticeInfo b, .noticeNews .noticeBox .noticeList .noticeInfo h3 {  display: block;}
.noticeNews .noticeBox .noticeList .noticeInfo .el-aside {  font-size: 12px;  width: 44px;  text-align: center;  margin-right: 10px;}
.noticeNews .noticeBox .noticeList .noticeInfo .el-aside b {  font-size: 24px;}
.noticeNews .noticeBox .noticeList .noticeInfo h3 {  font-size: 16px;  color: #222222;  margin: 0;}
@media (max-width: 768px) {
  .noticeBox .el-container {    display: flex;    flex-direction: column;  }
  .noticeBox .title, .noticeBox .linkMore {
    width: 100% !important;
    flex-shrink: 0;
    text-align: center;
    height: 60px !important;
    margin-bottom: 10px;
  }
  .noticeBox .linkMore {
    writing-mode: initial !important;
    letter-spacing: 0 !important;
    margin-left: 0 !important;
    line-height: 16px;
    height: 40px !important;
    background-color: initial !important;
  }
  .noticeBox .el-main .noticeInfo {
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 15px !important;
  }
  .noticeBox .el-main .noticeInfo .el-container {
    flex-direction: row;
  }
}
/*通知公告 end*/
/*学院风采与视频*/
.styleAndVideo {
  background-color: #F7F8FA;
  padding: 130px 0;
  /*学院风采*/
  /*系部视频*/
}
.styleAndVideo .styleInfo h4 {
  position: absolute;
  bottom: -22px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.styleAndVideo .styleInfo p, .styleAndVideo .styleInfo p h4 {
  padding: 0;
  margin: 0;
  line-height: 50px;
}
.styleAndVideo .styleInfo .el-carousel__indicators--horizontal {
  display: none;
}
.styleAndVideo .styleInfo .el-icon {
  font-size: 28px;
}
@media (max-width: 570px) {
  .styleAndVideo .styleInfo .sLBoxH, .styleAndVideo .styleInfo .el-carousel__item {
    height: 300px;
  }
}
.styleAndVideo .videoInfo {
  /*大*/
  /*小*/
}
.styleAndVideo .videoInfo .bigVideo {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  height: 400px;
}
.styleAndVideo .videoInfo .bigVideo a, .styleAndVideo .videoInfo .bigVideo a span {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  color: #FFFFFF;
}
.styleAndVideo .videoInfo .bigVideo a .bigVBox, .styleAndVideo .videoInfo .bigVideo a span .bigVBox {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0, 0, 0));
  margin: 0;
  height: 400px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 20px;
}
.styleAndVideo .videoInfo .bigVideo a .bigVBox i, .styleAndVideo .videoInfo .bigVideo a .bigVBox h3, .styleAndVideo .videoInfo .bigVideo a .bigVBox span,
.styleAndVideo .videoInfo .bigVideo a span .bigVBox i, .styleAndVideo .videoInfo .bigVideo a span .bigVBox h3, .styleAndVideo .videoInfo .bigVideo a span .bigVBox span {
  display: block;
  width: 100%;
  text-align: center;
}
.styleAndVideo .videoInfo .bigVideo a .bigVBox i, .styleAndVideo .videoInfo .bigVideo a span .bigVBox i {
  flex-grow: 1;
}
.styleAndVideo .videoInfo .bigVideo a .bigVBox h3, .styleAndVideo .videoInfo .bigVideo a span .bigVBox h3 {
  font-size: 16px;
  margin: 5px 0;
  line-height: 20px;
  align-content: center;
}
.styleAndVideo .videoInfo .bigVideo a .bigVBox span, .styleAndVideo .videoInfo .bigVideo a span .bigVBox span {
  font-size: 14px;
}
.styleAndVideo .videoInfo .bigVideo b {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFFFFF;
  z-index: 1;
  font-size: 14px;
  font-weight: initial;
  cursor: pointer;
}
@media (max-width: 570px) {
  .styleAndVideo .videoInfo .bigVideo {
    height: 220px;
  }
  .styleAndVideo .videoInfo .bigVideo a .bigVBox i {
    margin-top: -120px;
  }
}
.styleAndVideo .videoInfo .smallVideo a {
  margin: 0;
  height: 140px;
  border-radius: 10px;
  color: #FFFFFF;
  overflow: hidden;
}
.styleAndVideo .videoInfo .smallVideo a span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  width: 100%;
}
.styleAndVideo .videoInfo .smallVideo a span i {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 50px;
}
.styleAndVideo .videoInfo .smallVideo a span h3 {
  font-size: 12px;
  height: 32px;
  padding: 0 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styleAndVideo .videoInfo .smallVideo a .el-link__inner {
  margin-bottom: -5px;
}
@media (max-width: 570px) {
  .styleAndVideo .videoInfo .smallVideo a {
    height: 80px;
  }
  .styleAndVideo .videoInfo .smallVideo a span i img {
    margin-bottom: 20px;
  }
  .styleAndVideo .videoInfo .smallVideo a span h3 {
    display: none;
  }
  .styleAndVideo .videoInfo .smallVideo a .el-link__inner {
    margin-bottom: -10px;
  }
}
@media (max-width: 992px) {
  .styleAndVideo .styleInfo {
    margin-bottom: 80px;
  }
}
/*广告*/
.adBgPic {
  height: 290px;
}
@media (max-width: 992px) {
  .adBgPic {
    height: 160px;
  }
}
@media (max-width: 680px) {
  .adBgPic {
    height: 120px;
  }
}
@media (max-width: 500px) {
  .adBgPic {
    height: 80px;
  }
}
@media (max-width: 340px) {
  .adBgPic {
    height: 60px;
  }
}
/*学校党建*/
.partyBuilding {
  padding: 130px 0;
  background-image: url("/images/bgPBui.png");
  background-size: auto;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.partyBuilding .infoList {
  border-radius: 10px;
  border: 1px #00C483 solid;
  height: 380px;
  padding: 30px 15px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.partyBuilding .infoList .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 3px;
  padding-top: 12px;
  font-size: 20px;
  text-align: center;
  float: left;
  width: 30px !important;
  margin-right: 28px;
  height: 330px;
}
.partyBuilding .infoList .title .el-divider {
  margin: 10px 10px 10px 0;
  padding: 0;
  height: 25px;
}
.partyBuilding .infoList .title .el-divider:nth-child(1) {
  height: 70px;
}
@media (max-width: 570px) {
  .partyBuilding .infoList .title {
    margin-right: 20px;
  }
}
.partyBuilding .infoList div {
  background-image: url("../images/bgFuhaoT.svg");
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.partyBuilding .infoList .el-col {
  background-image: url("/images/bgFuhaoB.svg");
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.partyBuilding .infoList p {
  margin: 0;
  padding: 0;
  height: 286px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.partyBuilding .infoList p span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}
.partyBuilding .infoList .icon-pBui,.partyBuilding .infoList .icon-pBuiBai {
  color: #00C483;
  width: 34px;
  height: 19px;
  position: absolute;
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}
.partyBuilding .infoList.bg2, .partyBuilding .infoList.bg5 {
  background-color: #00C483;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.partyBuilding .infoList.bg2 p a, .partyBuilding .infoList.bg2 .icon-pBui, .partyBuilding .infoList.bg5 p a, .partyBuilding .infoList.bg5 .icon-pBui {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.partyBuilding .infoList.bg2 a:hover.el-link::after, .partyBuilding .infoList.bg5 a:hover.el-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  transform: scaleY(0); /* 初始隐藏（X轴缩放为0） */
  transform-origin: top center; /* 动画原点在左侧 */
  transition: transform 0.3s ease; /* 平滑过渡 */
}
.partyBuilding .infoList.bg2 a:hover.el-link:hover::after, .partyBuilding .infoList.bg5 a:hover.el-link:hover::after {
  transform: scaleY(1); /* 鼠标悬停时缩放为1（完全显示） */
}
.partyBuilding .infoList.bg1 a:hover, .partyBuilding .infoList.bg3 a:hover, .partyBuilding .infoList.bg4 a:hover, .partyBuilding .infoList.bg6 a:hover {
  color: #00C483 !important;
}
.partyBuilding .infoList.bg1 a:hover.el-link::after, .partyBuilding .infoList.bg3 a:hover.el-link::after, .partyBuilding .infoList.bg4 a:hover.el-link::after, .partyBuilding .infoList.bg6 a:hover.el-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #00C483;
  transform: scaleY(0); /* 初始隐藏（X轴缩放为0） */
  transform-origin: top center; /* 动画原点在左侧 */
  transition: transform 0.3s ease; /* 平滑过渡 */
}
.partyBuilding .infoList.bg1 a:hover.el-link:hover::after, .partyBuilding .infoList.bg3 a:hover.el-link:hover::after, .partyBuilding .infoList.bg4 a:hover.el-link:hover::after, .partyBuilding .infoList.bg6 a:hover.el-link:hover::after {
  transform: scaleY(1); /* 鼠标悬停时缩放为1（完全显示） */
}
/*教育教学*/
.educTeaching {
  padding-top: 130px;
  height: 500px;
  background: linear-gradient(to bottom, rgba(0, 196, 131, 0.9) 0%, rgba(208, 208, 48, 0.9) 100%), url("/images/picBgjyjx.png");
}
.educTeaching .eTeaBox .listInfo {
  background-color: #FFFFFF;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.educTeaching .eTeaBox .listInfo .eTInfoImg {
  height: 210px;
}
.educTeaching .eTeaBox .listInfo .eTInfoList {
  padding: 0 20px;
  margin: 10px 0;
}
.educTeaching .eTeaBox .listInfo .eTInfoList h3 {
  white-space: pre-wrap;
  height: 50px;
  line-height: 25px;
  color: #222222;
  margin: 0;
}
.educTeaching .eTeaBox .listInfo .eTInfoList i, .educTeaching .eTeaBox .listInfo .eTInfoList span {
  display: block;
  color: #666666;
}
.educTeaching .eTeaBox .listInfo .eTInfoList i {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.educTeaching .eTeaBox .listInfo:hover h3, .educTeaching .eTeaBox .listInfo:hover i {
  color: #00C483;
  transition: all 0.3s ease-in-out;
}
.educTeaching .el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 15px;
}
.educTeaching .el-tabs--top > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 15px;
}
.educTeaching .el-tabs__nav-wrap {
  padding: 0;
  height: 460px;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__nav-scroll {
  margin-bottom: 100px;
  overflow: initial;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__item {
  height: 400px;
  width: 342px;
  padding: 0 15px;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__item.is-active h3, .educTeaching .el-tabs__nav-wrap .el-tabs__item.is-active i {
  color: #00C483;
  transition: all 0.3s ease-in-out;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__nav-prev, .educTeaching .el-tabs__nav-wrap .el-tabs__nav-next {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 50px;
  z-index: 10;
  background-color: #FFFFFF;
  color: #00C483;
  font-size: 20px;
  border: 1px rgba(29, 167, 121, 0.3) solid;
  border-radius: 46px;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__nav-prev:hover, .educTeaching .el-tabs__nav-wrap .el-tabs__nav-next:hover {
  background-color: #00C483;
  color: #FFFFFF;
  border: 1px #00C483 solid;
  transition: all 0.2s ease-in-out;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__nav-prev {
  left: calc(50% - 54px);
}
.educTeaching .el-tabs__nav-wrap .el-tabs__nav-next {
  right: calc(50% - 68px);
}
.educTeaching .el-tabs__nav-wrap .is-disabled {
  color: #BBBBBB !important;
}
.educTeaching .el-tabs__nav-wrap .el-tabs__active-bar {
  border-radius: 10px;
  top: 390px;
}
.educTeaching .el-tabs__content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 570px) {
  .educTeaching .el-tabs {
    /*margin: 0 -15px;*/
  }
  .educTeaching .el-tabs__item {
    width: auto !important;
  }
}
/*招生就业*/
.recEmployment {
  background-image: url("/images/picBgzsjy.png");
}
.recEmployment .recEmpBox {
  padding: 320px 0 130px 0;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList {
  border: 1px #00C483 solid;
  opacity: 1;
  color: #666666;
  padding: 25px 0 24px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList:hover, .recEmployment .recEmpBox .rEmpTabs .rEmpTList.rEmpTabActive {
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #00C483;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList:hover i:nth-child(3), .recEmployment .recEmpBox .rEmpTabs .rEmpTList.rEmpTabActive i:nth-child(3) {
  color: #00C483;
  transition: all 0.2s ease-in-out;
  right: -12px;
  img{display: initial;}
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList p, .recEmployment .recEmpBox .rEmpTabs .rEmpTList span {
  display: block;
  padding: 0;
  margin: 0;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList i:nth-child(1) {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 20px;
  margin-right: 20px;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList i:nth-child(3) {
  width: 50px;
  height: 20px;
  position: absolute;
  right: -12px;
  margin-right: -4px;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  img{display: none}
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList p {
  width: 100%;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList b {
  margin: 0 20px 0 50px;
}
.recEmployment .recEmpBox .rEmpTabs .rEmpTList span {
  font-size: 14px;
  margin: 0 20px 0 50px;
}
.recEmployment .recEmpBox .rEmpInfo {  background-color: #00C483;  border-radius: 10px;  height: 424px;  overflow: hidden;}
/*斜角*/
.angleBoxR { position: relative; width: 560px; height: 424px; background: initial; overflow: hidden;}
.angleBoxL { position: relative; width: 147px; height: 424px;}
.angleBoxL::before,.angleBoxL::after, .angleBoxR::after {
  content: "";
  position: absolute;
  width: 600px; /* 控制斜角的宽度 */
  height: 800px; /* 控制斜角的宽度 */
  background: inherit; /* 使用背景继承 */
  transform-origin: 0 0; /* 设置变换的原点 */
}
.angleBoxR::after {bottom: -100px;  left: -48px;  transform: rotate(-10deg); /* 旋转角度 */  background: rgba(0,196,131,0.8); z-index: -1;}
.angleBoxL::before {bottom: -280px;  right: 204px;  transform: rotate(-20deg); /* 旋转角度 */  background: rgba(0,196,131,0.8);}
.angleBoxL::after {bottom: -150px;  right: 180px;  transform: rotate(-10deg); /* 旋转角度 */  background: rgba(0,196,131,1);}

.recEmployment .recEmpBox .rEmpInfo i, .recEmployment .recEmpBox .rEmpInfo a {  display: block;  float: left;}
.recEmployment .recEmpBox .rEmpInfo a {
  float: right;
  height: 424px;
  width: 560px;
  margin: 0;
  color: #FFFFFF;
  .angleBoxR{padding: 60px 30px 60px 100px;}
}
.recEmployment .recEmpBox .rEmpInfo a b, .recEmployment .recEmpBox .rEmpInfo a span, .recEmployment .recEmpBox .rEmpInfo a i {
  display: block;
  margin-bottom: 20px;
}
.recEmployment .recEmpBox .rEmpInfo a b {
  font-size: 26px;
}
.recEmployment .recEmpBox .rEmpInfo a span {
  font-size: 16px;
  line-height: 30px;
}
.recEmployment .recEmpBox .rEmpInfo a i {
  width: 34px;
  height: 64px;
}
@media (max-width: 746px) {
  .recEmployment .recEmpBox .rEmpInfo i {
    display: none;
  }
}
@media (max-width: 540px) {
  .recEmployment .recEmpBox .rEmpTabs .rEmpTList {
    padding: 10px 0 10px 5px;
  }
  .recEmployment .recEmpBox .rEmpTabs .rEmpTList i:nth-child(1) {
    left: 5px;
  }
  .recEmployment .recEmpBox .rEmpInfo i {
    display: none;
  }
  .recEmployment .recEmpBox .rEmpInfo a {
    width: 100%;
    height: initial;
    padding-left: 80px;
  }
  .recEmployment .recEmpBox .rEmpInfo a span {
    height: 310px;
    overflow: hidden;
  }
  .recEmployment .recEmpBox .rEmpInfo a b {
    font-size: 20px;
  }
  .recEmployment .recEmpBox .rEmpInfo a span {
    font-size: 14px;
  }
}
/*学生工作*/
.studentsWork {
  background: linear-gradient(to bottom, rgba(0, 196, 131, 0.95) 0%, rgba(0, 196, 131, 0.95) 100%), url("/images/picBgfirst.png");
}
.studentsWork .stdWorkBox {
  padding: 130px 0;
}
.studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList {
  border: 1px rgba(255, 255, 255, 0.5) solid;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList:hover, .studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList.sWTabsActive {
  background-color: #FFFFFF;
  color: #00C483;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList b, .studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList span {
  display: block;
}
.studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList b {
  font-size: 16px;
}
.studentsWork .stdWorkBox .stuWorkTabs .stuWorkTList span {
  font-size: 12px;
}
.studentsWork .stdWorkBox .sWorkInfo {
  color: #FFFFFF !important;
  height: 100%;
}
.studentsWork .stdWorkBox .sWorkInfo b, .studentsWork .stdWorkBox .sWorkInfo span, .studentsWork .stdWorkBox .sWorkInfo i {
  display: block;
}
.studentsWork .stdWorkBox .sWorkInfo b {
  font-size: 26px;
  margin-bottom: 20px;
}
.studentsWork .stdWorkBox .sWorkInfo .sWInfoC {
  font-size: 16px;
  line-height: 32px;
  height: calc(100% - 70px);
}
.studentsWork .stdWorkBox .sWorkInfo .sWInfoC a {
  color: #FFFFFF;
}
.studentsWork .stdWorkBox .sWorkInfo i {
  width: 34px;
  height: 34px;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsImg a {
  /*width: 100%;*/
  height: 200px;  width: 313px;  white-space: initial;  color: #ffffff;  display: flex;  align-items: flex-end;  padding: 15px;  text-align: justify;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList {
  padding: 10px 20px 20px 20px;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList a {
  color: #222222;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 10px 0 0 12px;
  height: 20px;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList a::before {
  content: "•";
  margin-left: -12px;
  left: 0;
  position: absolute;
  top: 10px;
  font-size: 14px;
  line-height: 0;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList a:hover {
  color: #00C483;
  transition: all 0.3s ease-in-out;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList .el-col:nth-last-child(1) a {
  color: #666666;
  margin-bottom: 0;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList .el-col:nth-last-child(1) a span {
  font-size: 14px;
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList .el-col:nth-last-child(1) a::before {
  content: "";
}
.studentsWork .stdWorkBox .sWorkNews .sWNewsList .sWNewsList .el-col:nth-last-child(1) a:hover {
  color: #00C483;
}
@media (max-width: 992px) {
  .studentsWork .stdWorkBox .stuWorkTabs {
    margin-bottom: 40px;
  }
}
/*社会培训*/
.socTrain .socTBox {
  padding: 130px 0;
  /*width:330px;*/
}
.socTrain .socTBox .socTList {
  background-color: #F7F8FA;
  transition: all 0.3s ease-in-out;
  padding-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.socTrain .socTBox .socTList .socTLImg, .socTrain .socTBox .socTList .socTLImg i {
  width: 100%;
  height: 210px;
}
.socTrain .socTBox .socTList .info {
  padding: 0 20px;
}
.socTrain .socTBox .socTList span, .socTrain .socTBox .socTList p, .socTrain .socTBox .socTList i {
  display: block;
  padding: 0;
  margin: 0;
}
.socTrain .socTBox .socTList .title p {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin: 15px 0 5px 0;
}
.socTrain .socTBox .socTList span {
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
}
.socTrain .socTBox .socTList p {
  font-size: 14px;
  color: #666666;
  white-space: pre-wrap;
}
.socTrain .socTBox .socTList i {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.socTrain .socTBox .socTList:hover .title p, .socTrain .socTBox .socTList:hover i {
  color: #00C483;
  transition: all 0.3s ease-in-out;
}
.socTrain .socTBox .socTList:hover {
   box-shadow: 0 20px 20px rgba(0,0,0,0.2); transform: translateY(-5px);
}

.socTrain .socTBox .xyHomeTitle {
  margin-right: 160px;
}
.socTrain .el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 15px;
}
.socTrain .el-tabs--top > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 15px;
}
.socTrain .el-tabs__nav-wrap {
  padding: 0;
  height: 490px;
  /* width: 345px;*/
}
.socTrain .el-tabs__nav-wrap .el-tabs__nav-scroll {
  margin-top: 100px;
}
.socTrain .el-tabs__nav-wrap .el-tabs__item {
  height: 390px;
  width: 341px;
  padding: 0 15px;
}
.socTrain .el-tabs__nav-wrap .el-tabs__item.is-active .title p, .socTrain .el-tabs__nav-wrap .el-tabs__item.is-active i {
  color: #00C483;
  transition: all 0.3s ease-in-out;
}
.socTrain .el-tabs__nav-wrap .el-tabs__nav-prev, .socTrain .el-tabs__nav-wrap .el-tabs__nav-next {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 50px;
  z-index: 10;
  background-color: #FFFFFF;
  color: #00C483;
  font-size: 20px;
  border: 1px rgba(29, 167, 121, 0.3) solid;
  border-radius: 46px;
  top: 3px;
  transition: all 0.2s ease-in-out;
}
.socTrain .el-tabs__nav-wrap .el-tabs__nav-prev:hover, .socTrain .el-tabs__nav-wrap .el-tabs__nav-next:hover {
  background-color: #00C483;
  color: #FFFFFF;
  border: 1px #00C483 solid;
  transition: all 0.2s ease-in-out;
}
.socTrain .el-tabs__nav-wrap .el-tabs__nav-prev {
  left: calc(100% - 116px);
}
.socTrain .el-tabs__nav-wrap .el-tabs__nav-next {
  right: 0;
}
.socTrain .el-tabs__nav-wrap .is-disabled {
  color: #BBBBBB !important;
}
.socTrain .el-tabs__content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 570px) {
  .socTrain .el-tabs {
    margin: 0 -15px;
  }
  .socTrain .el-tabs__item {
    width: auto !important;
  }
}

/*学习教育矩阵*/
.leaEduMatrix {
  background-color: #F7F8FA;
}
.leaEduMatrix .leaEMatBox {
  padding: 130px 0;
}
.leaEduMatrix .leaEMatBox .listLink {
  margin-top: 90px;
}
.leaEduMatrix .leaEMatBox .listLink a {
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (max-width: 570px) {
  .leaEduMatrix .leaEMatBox .listLink a img {
    width: 80%;
  }
}
.leaEduMatrix .bgIcon {
  height: 38px;
  margin-bottom: -3px;
}
.leaEduMatrix .bgIcon .icon-pBui {
  width: 38px;
  height: 38px;
  color: #00C483;
  zoom: 2;
}

/*页脚*/
.footer .fooBox .topInfo {
  padding: 50px 0;
  /*媒体号扫码加关注*/
}
.footer .fooBox .topInfo .logoFooter {
  margin-bottom: 30px;
}
.footer .fooBox .topInfo b {
  color: #FFFFFF;
  margin-bottom: 15px;
  display: block;
}
.footer .fooBox .topInfo .qrCodes {
  margin-bottom: 20px;
}
.footer .fooBox .topInfo .qrCodes ul {
  padding: 0;
  margin: 0;
}
.footer .fooBox .topInfo .qrCodes ul li {
  float: left;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 3px;
  width: 92px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer .fooBox .topInfo .qrCodes ul li img {
  display: none;
}
.footer .fooBox .topInfo .qrCodes ul li:hover, .footer .fooBox .topInfo .qrCodes ul li.qrCActive {
  height: 92px;
  cursor: pointer;
}
.footer .fooBox .topInfo .qrCodes ul li:hover span, .footer .fooBox .topInfo .qrCodes ul li.qrCActive span {
  display: none;
}
.footer .fooBox .topInfo .qrCodes ul li:hover img, .footer .fooBox .topInfo .qrCodes ul li.qrCActive img {
  display: initial;
}
.footer .fooBox .topInfo .friLink .el-button.el-button--primary {
  background-color: rgba(0, 0, 0, 0.38) !important;
  width: 100% !important;
}
.footer .fooBox .topInfo .friLink .el-dropdown {
  width: 100% !important;
}
.footer .fooBox .topInfo .friLink .el-dropdown .el-button span {
  width: 100% !important; line-height: 0;
}
.footer .fooBox .topInfo .friLink .el-dropdown .el-button span .el-icon {
  width: 100% !important;
  justify-content: flex-end;
}
.footer .fooBox .botInfo {
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  color: #FFFFFF;
}
.footer .fooBox .botInfo p {
  padding: 0;
  margin: 0;
}
.footer .fooBox .botInfo p img {
  margin: 0 5px;
}
.footer .fooBox .botInfo p .imgWlaq {
  margin-left: 20px;
}
.footer .fooBox .botInfo p a {
  color: #FFFFFF;
}
/*友情链接 下拉框 控制link样式*/
.el-dropdown-menu__item:hover {background-color: var(--nl-Abghover-col) !important;}
.el-dropdown-menu__item:hover,.el-dropdown-menu__item:hover .el-link .el-link__inner {
  /* background-color: var(--nl-Abghover-col) !important; */
  color: var(--nl-A-col) !important;
}
/*动画*/
/*下划线动画*/
.el-link,._alink a{  position: relative;  text-decoration: none; /* 移除默认下划线 */  padding-bottom: 4px; /* 预留边框空间 */}
.el-link::after,._alink a::after {  content: "";  position: absolute;  left: 0;  bottom: 0;  width: 100%;  height: 1px;
  transform: scaleX(0); /* 初始隐藏（X轴缩放为0） */
  transform-origin: left center; /* 动画原点在左侧 */
  transition: transform 0.3s ease; /* 平滑过渡 */
}
.el-link:hover::after,._alink a:hover::after {  transform: scaleX(1); /* 鼠标悬停时缩放为1（完全显示） */}
.el-linkTB::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #00C483;
  transform: scaleY(0); /* 初始隐藏（X轴缩放为0） */
  transform-origin: top center; /* 动画原点在左侧 */
  transition: transform 0.3s ease; /* 平滑过渡 */
}
.el-linkTB:hover::after {
  transform: scaleY(1); /* 鼠标悬停时缩放为1（完全显示） */
}
/*页面入场动画*/
/* 定义动画 */
.animated {  opacity: 0; /* 初始隐藏 */  transition: all 0.3s;}
.animated15 {  opacity: 0; /* 初始隐藏 */  transition: all 1.5s;}
.animated25 {  opacity: 0; /* 初始隐藏 */  transition: all 2.5s;}
.animated35 {  opacity: 0; /* 初始隐藏 */  transition: all 3.5s;}
.animated45 {  opacity: 0; /* 初始隐藏 */  transition: all 4.5s;}
.animated55 {  opacity: 0; /* 初始隐藏 */  transition: all 5.5s;}
.animated65 {  opacity: 0; /* 初始隐藏 */  transition: all 6.5s;}

@keyframes slideUp {
  from {    opacity: 0;    transform: translateY(0); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up {
  animation: slideUp 1s ease forwards; animation-delay: 0.5s;
}
@keyframes slideUp-bt {
  from {    opacity: 0;    transform: translateY(150px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-bt, .slide-up1, .slide-up3, .slide-up5 {
  animation: slideUp-bt 2.8s ease forwards;
}

@keyframes slideUp-tb {
  from {    opacity: 0;    transform: translateY(-150px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}

/*.slide-up2,.slide-up4,.slide-up6 控制党建的*/
.slide-up-tb, .slide-up2, .slide-up4, .slide-up6 {  animation: slideUp-tb 2.8s ease forwards; animation-delay: 0.5s;}

@keyframes slideUp-lr {
  from {    opacity: 0;    transform: translateX(-150px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lr {
  animation: slideUp-lr 2.8s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-rl {
  from {    opacity: 0;    transform: translateX(150px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-rl {
  animation: slideUp-rl 2.8s ease forwards; animation-delay: 0.5s;
}
/*XY轴 控制视频的 if*/

@keyframes slideUp-tbVa {
  from {    opacity: 0;    transform: translate(150px, -260px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translate(0, 0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbVa {
  animation: slideUp-tbVa 2.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbVb {
  from {    opacity: 0;    transform: translate(0, -260px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translate(0, 0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbVb {
  animation: slideUp-tbVb 3.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbVc {
  from {    opacity: 0;    transform: translate(-150px, -260px); /*动画开始位置*/  }
  to {    opacity: 1;    transform: translate(0, 0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbVc {
  animation: slideUp-tbVc 4.2s ease forwards; animation-delay: 0.5s;
}

/*XY轴 控制视频的 if*/
/*XY轴 招生就业的 if*/
@keyframes slideUp-tbReA {
  0% {    opacity: 0;    transform: translateY(0); /*动画开始位置*/  }
  30% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
  100% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReA {
  animation: slideUp-tbReA 1.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbReB {
  0% {    opacity: 0;    transform: translateY(-111px); /*动画开始位置*/  }
  30% {    opacity: 0;    transform: translateY(-111px); /*动画结束-恢复设置位置*/  }
  100% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReB {
  animation: slideUp-tbReB 1.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbReC {
  0% {    opacity: 0;    transform: translateY(-222px); /*动画开始位置*/  }
  30% {    opacity: 0;    transform: translateY(-111px); /*动画结束-恢复设置位置*/  }
  50% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
  100% {      opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReC {
  animation: slideUp-tbReC 3.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbReD {
  0% {    opacity: 0;    transform: translateY(-111px); /*动画开始位置*/  }
  50% {    opacity: 0;    transform: translateY(-111px); /*动画结束-恢复设置位置*/  }
  70% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
  100% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReD {
  animation: slideUp-tbReD 3.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbReE {
  0% {    opacity: 0;    transform: translateY(-333px); /*动画开始位置*/  }
  50% {    opacity: 0;    transform: translateY(-222px); /*动画结束-恢复设置位置*/  }
  70% {    opacity: 0;    transform: translateY(-111px); /*动画结束-恢复设置位置*/  }
  100% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReE {
  animation: slideUp-tbReD 4.2s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-tbReF {
  0% {    opacity: 0;    transform: translateY(-333px); /*动画开始位置*/  }
  50% {    opacity: 0;    transform: translateY(-222px); /*动画结束-恢复设置位置*/  }
  90% {    opacity: 0;    transform: translateY(-111px); /*动画结束-恢复设置位置*/  }
  100% {    opacity: 1;    transform: translateY(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-tbReF {
  animation: slideUp-tbReD 5.2s ease forwards; animation-delay: 0.5s;
}
/*XY轴 招生就业slide-up-tbReA的 if*/
/*社会培训*/
@keyframes slideUp-lrList1 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList1, .slide-up-lrList9, .slide-up-lrList17 {animation: slideUp-lrList1 1.8s ease forwards; animation-delay: 0.5s;}
.slide-up4-lrList1, .slide-up4-lrList5, .slide-up4-lrList9 {animation: slideUp-lrList1 1.8s ease forwards; animation-delay: 0.5s;}

@keyframes slideUp-lrList2 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList2, .slide-up-lrList10, .slide-up-lrList18 {animation: slideUp-lrList2 1.8s ease forwards; animation-delay: 0.5s;}
.slide-up4-lrList2, .slide-up4-lrList6, .slide-up4-lrList10 {animation: slideUp-lrList2 1.8s ease forwards; animation-delay: 0.5s;}

@keyframes slideUp-lrList3 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList3, .slide-up-lrList11, .slide-up-lrList19 {animation: slideUp-lrList3 1.8s ease forwards; animation-delay: 0.5s;}
.slide-up4-lrList3, .slide-up4-lrList7, .slide-up4-lrList11 {animation: slideUp-lrList3 1.8s ease forwards; animation-delay: 0.5s;}

@keyframes slideUp-lrList4 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList4, .slide-up-lrList12, .slide-up-lrList20 {animation: slideUp-lrList4 1.8s ease forwards; animation-delay: 0.5s;}
.slide-up4-lrList4, .slide-up4-lrList8, .slide-up4-lrList12 {animation: slideUp-lrList4 1.8s ease forwards; animation-delay: 0.5s;}

@keyframes slideUp-lrList5 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList5, .slide-up-lrList13, .slide-up-lrList21 {
  animation: slideUp-lrList5 1.8s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-lrList6 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList6, .slide-up-lrList14, .slide-up-lrList22 {
  animation: slideUp-lrList6 1.8s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-lrList7 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList7, .slide-up-lrList15, .slide-up-lrList23 {
  animation: slideUp-lrList7 1.8s ease forwards; animation-delay: 0.5s;
}

@keyframes slideUp-lrList8 {
  0%  {    opacity: 0;  transform: translateX(-111px); /*动画开始位置*/  }
  12% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  24% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  36% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  48% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  60% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  72% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  84% {    opacity: 0;    transform: translateX(-111px); /*动画结束-恢复设置位置*/  }
  100% {   opacity: 1;    transform: translateX(0); /*动画结束-恢复设置位置*/  }
}
.slide-up-lrList8, .slide-up-lrList16, .slide-up-lrList24 {
  animation: slideUp-lrList8 1.8s ease forwards; animation-delay: 0.5s;
}

.imgScale img, .imgAScale img, .imgIScale i, .bgImgScale a {
  transition: transform 0.3s ease;
}
/* 平滑过渡效果 */
.imgScale:hover img, .imgAScale img:hover, .imgIScale i:hover, .bgImgScale a:hover {
  transform: scale(1.1);
}
/*动画时常*/

/*从上向下动画*/
@keyframes slideUp-tbn {
  from {opacity: 0; transform: translateY(var(--tran-Y-num, -50px));  }
  to   {opacity: 1; transform: translateY(0);}
}
/* 定义不同起始位置的类 */
.anFY-20 {  --tran-Y-num: -20px;}.anFY-50 {  --tran-Y-num: -50px;}.anFY-150 {  --tran-Y-num: -150px;}
.slide-up-tbn {  animation: slideUp-tbn 2.8s ease forwards;}

/* 动画时长控制类 */
.anSc05 { animation-duration: 0.5s; }.anSc10 { animation-duration: 1.0s; }.anSc15 { animation-duration: 1.5s; }
.anSc20 { animation-duration: 2.0s; }.anSc25 { animation-duration: 2.5s; }.anSc30 { animation-duration: 3.0s; }.anSc35 { animation-duration: 3.5s; }
.anSc40 { animation-duration: 4.0s; }.anSc45 { animation-duration: 4.5s; }.anSc50 { animation-duration: 5.0s; }.anSc55 { animation-duration: 5.5s; }
/*动画延迟*/
.anYc10{animation-delay: 1.0s;}.anYc12{animation-delay: 1.2s;}.anYc14{animation-delay: 1.4s;}.anYc15{animation-delay: 1.5s;}
.anYc16{animation-delay: 1.6s;}.anYc18{animation-delay: 1.8s;}
.anYc20{animation-delay: 2.0s;}.anYc22{animation-delay: 2.2s;}.anYc24{animation-delay: 2.4s;}.anYc25{animation-delay: 2.5s;}
.anYc26{animation-delay: 2.6s;}.anYc28{animation-delay: 2.8s;}
.anYc30{animation-delay: 3.0s;}.anYc35{animation-delay: 3.5s;}.anYc40{animation-delay: 4.0s;}.anYc45{animation-delay: 4.5s;}
.anYc50{animation-delay: 5.0s;}.anYc55{animation-delay: 5.5s;}.anYc60{animation-delay: 6.0s;}.anYc65{animation-delay: 6.5s;}

/* 悬停时扩大10% */
body {
  height: 100%;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
label {
  font-weight: 700;
}
html {
  height: 100%;
  box-sizing: border-box;
}
#app {
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.no-padding {
  padding: 0px !important;
}
.padding-content {
  padding: 4px 0;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.inlineBlock {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
aside a {
  color: #337ab7;
  cursor: pointer;
}
aside a:hover {
  color: rgb(32, 160, 255);
}
.app-container {
  padding: 20px;
}
.components-container {
  margin: 30px 50px;
  position: relative;
}
.pagination-container {
  margin-top: 30px;
}
.text-center {
  text-align: center;
}
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  transition: 600ms ease position;
  background: linear-gradient(90deg, rgb(32, 182, 249) 0%, rgb(32, 182, 249) 0%, rgb(33, 120, 241) 100%, rgb(33, 120, 241) 100%);
}
.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff;
}
.sub-navbar.draft {
  background: #d0d0d0;
}
.sub-navbar.deleted {
  background: #d0d0d0;
}
.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;
}
.link-type:hover,
.link-type:focus:hover {
  color: rgb(32, 160, 255);
}
.filter-container {
  padding-bottom: 10px;
}
.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}