@charset "UTF-8";

/**
 * 0315凯时人生就是搏招标采购营业系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
html {
  background: #fff;
}

body {
  background: url("/images/bg.jpg") bottom 218px center no-repeat;
}

.content {
  padding-bottom: 20px;
}

.section {
  padding-top: 30px;
}

.section-head {
  height: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1C77FF;
}

.section-title::before {
  content: "";
  position: absolute;
  left: -371px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 351px;
  height: 25px;
  background: url("/images/title_before.png") center no-repeat;
  background-size: 100% 25px;
}

.section-title::after {
  content: "";
  position: absolute;
  right: -371px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 351px;
  height: 25px;
  background: url("/images/title_after.png") center no-repeat;
  background-size: 100% 25px;
}

.section-body {
  margin-top: 25px;
}

.news-swiper {
  width: 488px;
  height: 281px;
}

.news-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  left: auto;
  right: 20px;
  bottom: 12px;
  width: 150px;
  text-align: right;
}

.news-swiper .swiper-pagination-bullet {
  vertical-align: middle;
  width: 12px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  margin: 0 3px !important;
  opacity: 1;
}

.news-swiper .swiper-pagination-bullet-active {
  width: 34px;
  background: #106ACE;
}

.news-item {
  position: relative;
  display: block;
  height: 281px;
}

.news-img {
  width: 100%;
  height: 100%;
}

.news-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(82, 130, 177, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-wrap {
  width: 692px;
  height: 281px;
}

.notice-hd {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-hd-item {
  position: relative;
  float: left;
  height: 42px;
  margin-right: 40px;
  font-size: 16px;
}

.notice-hd-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-hd-item:hover::after,
.notice-hd-item.current::after {
  border-color: #1C77FF;
}

.notice-hd-item:hover a,
.notice-hd-item.current a {
  color: #1C77FF;
}

.notice-hd-item a {
  display: block;
  height: 100%;
  padding-top: 8px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-hd-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  vertical-align: top;
  color: #7C8BA1;
  padding-right: 9px;
  height: 42px;
  line-height: 42px;
  background: url("/images/more_arrow.png") right top 18px no-repeat;
}

.notice-bd {
  padding-top: 10px;
}

.notice-list {
  height: 229px;
  overflow: hidden;
}

.notice-list .notice-item {
  height: 41px;
  border-bottom: 1px solid #F4F4F4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 6px;
}

.notice-list .notice-item:first-child {
  margin-top: 0;
}

.notice-list .notice-item.current {
  background: #F5F8FF;
}

.notice-list .notice-item.current .name {
  color: #3472D7;
}

.notice-list .notice-item.current .date {
  color: #3472D7;
}

.notice-list .notice-item a {
  display: block;
  height: 100%;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice-list .notice-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
}

.notice-list .notice-item .name {
  color: #000;
  font-size: 16px;
  padding-right: 30px;
}

.notice-list .notice-item .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  color: #7C8BA1;
  font-size: 14px;
}

.notice-list .notice-item .desc {
  display: none;
  margin-top: 6px;
  overflow: hidden;
  color: #7C8BA1;
  font-size: 14px;
  line-height: 18px;
}

.platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.platform-item {
  width: 219px;
  height: 84px;
  margin-right: 26px;
}

.platform-item:last-child {
  margin-right: 0;
}

.platform-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 18px 21px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.platform-item:nth-child(1) a {
  background: url("/images/planform_bg_1.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:nth-child(2) a {
  background: url("/images/planform_bg_2.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:nth-child(3) a {
  background: url("/images/planform_bg_3.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:nth-child(4) a {
  background: url("/images/planform_bg_4.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:nth-child(5) a {
  background: url("/images/planform_bg_5.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:nth-child(6) a {
  background: url("/images/planform_bg_6.png") center no-repeat;
  background-size: 100% 100%;
}

.platform-item:hover a {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-size: 105% 105%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.platform-item .text {
  position: relative;
}

.trade-hd-item {
  position: relative;
  float: left;
  width: calc(11% - 13px);
  height: 130px;
  margin-right: 16px;
}

.trade-hd-item:last-child {
  margin-right: 0;
}

.trade-hd-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 9px;
}

.trade-hd-item a {
  display: block;
  height: 100%;
  padding-top: 89px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  text-align: center;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade-hd-item:nth-child(1) a {
  background: url("/images/trade_ico_1.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(2) a {
  background: url("/images/trade_ico_2.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(3) a {
  background: url("/images/trade_ico_3.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(4) a {
  background: url("/images/trade_ico_4.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(5) a {
  background: url("/images/trade_ico_5.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(6) a {
  background: url("/images/trade_ico_6.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(7) a {
  background: url("/images/trade_ico_7.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(8) a {
  background: url("/images/trade_ico_8.png") top 17px center no-repeat;
}

.trade-hd-item:nth-child(9) a {
  background: url("/images/trade_ico_9.png") top 17px center no-repeat;
}

.trade-hd-item:hover:nth-child(1),
.trade-hd-item.current:nth-child(1) {
  font-weight: bold;
  background: url("/images/trade_active_1.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(1) a,
.trade-hd-item.current:nth-child(1) a {
  color: #1C77FF;
  border-color: #1C77FF;
}

.trade-hd-item:hover:nth-child(1)::after,
.trade-hd-item.current:nth-child(1)::after {
  background: url("/images/trade_after_1.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(2),
.trade-hd-item.current:nth-child(2) {
  font-weight: bold;
  background: url("/images/trade_active_2.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(2) a,
.trade-hd-item.current:nth-child(2) a {
  color: #F8A310;
  border-color: #F8A310;
}

.trade-hd-item:hover:nth-child(2)::after,
.trade-hd-item.current:nth-child(2)::after {
  background: url("/images/trade_after_2.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(3),
.trade-hd-item.current:nth-child(3) {
  font-weight: bold;
  background: url("/images/trade_active_3.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(3) a,
.trade-hd-item.current:nth-child(3) a {
  color: #55BA43;
  border-color: #55BA43;
}

.trade-hd-item:hover:nth-child(3)::after,
.trade-hd-item.current:nth-child(3)::after {
  background: url("/images/trade_after_3.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(4),
.trade-hd-item.current:nth-child(4) {
  font-weight: bold;
  background: url("/images/trade_active_4.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(4) a,
.trade-hd-item.current:nth-child(4) a {
  color: #18A9E2;
  border-color: #18A9E2;
}

.trade-hd-item:hover:nth-child(4)::after,
.trade-hd-item.current:nth-child(4)::after {
  background: url("/images/trade_after_4.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(5),
.trade-hd-item.current:nth-child(5) {
  font-weight: bold;
  background: url("/images/trade_active_5.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(5) a,
.trade-hd-item.current:nth-child(5) a {
  color: #E0B61E;
  border-color: #E0B61E;
}

.trade-hd-item:hover:nth-child(5)::after,
.trade-hd-item.current:nth-child(5)::after {
  background: url("/images/trade_after_5.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(6),
.trade-hd-item.current:nth-child(6) {
  font-weight: bold;
  background: url("/images/trade_active_6.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(6) a,
.trade-hd-item.current:nth-child(6) a {
  color: #388CEA;
  border-color: #388CEA;
}

.trade-hd-item:hover:nth-child(6)::after,
.trade-hd-item.current:nth-child(6)::after {
  background: url("/images/trade_after_6.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(7),
.trade-hd-item.current:nth-child(7) {
  font-weight: bold;
  background: url("/images/trade_active_7.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(7) a,
.trade-hd-item.current:nth-child(7) a {
  color: #2CC9CE;
  border-color: #2CC9CE;
}

.trade-hd-item:hover:nth-child(7)::after,
.trade-hd-item.current:nth-child(7)::after {
  background: url("/images/trade_after_7.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(8),
.trade-hd-item.current:nth-child(8) {
  font-weight: bold;
  background: url("/images/trade_active_8.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(8) a,
.trade-hd-item.current:nth-child(8) a {
  color: #695EEA;
  border-color: #695EEA;
}

.trade-hd-item:hover:nth-child(8)::after,
.trade-hd-item.current:nth-child(8)::after {
  background: url("/images/trade_after_8.png") top -1px center no-repeat;
}

.trade-hd-item:hover:nth-child(9),
.trade-hd-item.current:nth-child(9) {
  font-weight: bold;
  background: url("/images/trade_active_9.png") center no-repeat;
}

.trade-hd-item:hover:nth-child(9) a,
.trade-hd-item.current:nth-child(9) a {
  color: #F5AEB9;
  border-color: #F5AEB9;
}

.trade-hd-item:hover:nth-child(9)::after,
.trade-hd-item.current:nth-child(9)::after {
  background: url("/images/trade_after_9.png") top -1px center no-repeat;
}

.trade-bd {
  padding-top: 22px;
  min-height: 455px;
}

.trade-sub-hd-item {
  float: left;
  width: calc(15%);
  margin-right: 24px;
  height: 40px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade-sub-hd-item:last-child {
  margin-right: 0;
}

.trade-sub-hd-item a {
  display: block;
  height: 100%;
  color: #333;
}

.trade-sub-hd-item:hover,
.trade-sub-hd-item.current {
  font-weight: bold;
  border-color: #1C77FF;
}

.trade-sub-hd-item:hover a,
.trade-sub-hd-item.current a {
  color: #1C77FF;
}

.trade-sub-bd {
  margin: 15px -4px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(64, 102, 173, 0.1019607843);
  box-shadow: 0px 2px 20px 0px rgba(64, 102, 173, 0.1019607843);
}

.trade-sub-list {
  height: 390px;
  padding: 3px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.trade-sub-item {
  position: relative;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px dashed #D2D2D2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade-sub-item:last-child {
  margin-bottom: 0;
  border-color: transparent;
}

.trade-sub-item:hover .title {
  color: #1C77FF;
}

.trade-sub-item a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trade-sub-item .title {
  float: left;
  width: 894px;
  padding-left: 16px;
  font-size: 16px;
  color: #353B4B;
  background: url("/images/list_ico.png") left center no-repeat;
  background-size: 8px 8px;
}

.trade-sub-item .info {
  float: right;
  padding-left: 30px;
  font-size: 14px;
  color: #7C8BA1;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .section {
  width: calc(50% - 15px);
  padding-top: 30px;
  margin-right: 30px;
}

.wrap .section:last-child {
  margin-right: 0;
}

.wrap .section-title::before {
  left: -215px;
  width: 195px;
  background-image: url("/images/title_before_half.png");
}

.wrap .section-title::after {
  right: -215px;
  width: 195px;
  background-image: url("/images/title_after_half.png");
}

.wrap .section-body {
  position: relative;
  padding: 0 30px;
  margin-top: 30px;
}

.wrap .section .swiper-container {
  padding-bottom: 10px;
}

.wrap .section .half-prev {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("/images/prev_btn.png") center no-repeat;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  border-radius: 70px;
}

.wrap .section .half-next {
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("/images/next_btn.png") center no-repeat;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(155, 179, 240, 0.25);
  border-radius: 70px;
}

.wrap .section .show-wrap {
  display: block;
  height: 202px;
  padding: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);
  border-radius: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap .section .show-wrap:hover {
  -webkit-box-shadow: 0 0 13px 0 rgba(32, 114, 213, 0.38);
  box-shadow: 0 0 13px 0 rgba(32, 114, 213, 0.38);
}

.wrap .section .show-wrap img {
  width: 100%;
  height: 150px;
}

.wrap .section .show-wrap .desc {
  margin-top: 10px;
  height: 18px;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  text-align: center;
}

.trade-hd-item:last-child a {
  line-height: 22px;
  padding-top: 79px;
  font-size: 17px;
}


/* 2025-7-9 */
.module-items {
  display: flex;
}

.module-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  overflow: hidden;
  height: 200px;
  background: url("/images/section_bg.jpg") center top no-repeat;
  background-size: 100% 100%;

}

.module-item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.module-normal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}

.module-name {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}

.module-en {
  margin-top: 2px;
  font-size: 12px;
  text-transform: uppercase;
  height: 18px;
  line-height: 18px;
}

.module-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  z-index: 12;
  padding: 15px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}

.module-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.module-more {
  margin-top: -5px;
  height: 15px;
  line-height: 15px;
}

.module-more>a {
  display: inline-block;
  padding-right: 9px;
  color: #fff;
  vertical-align: top;
  background: url("/images/section_arr.png") right center no-repeat;

}

.module-info {
  margin-top: 6px;
  line-height: 21px;
  height: 126px;
  overflow: hidden;
  /* 两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}


.module-item:hover .module-normal {
  opacity: 0;
}

.module-item:hover .module-hover {
  opacity: 1;
}


.news-swiper {
  margin-top: 25px;
  width: 585px;
  height: 338px;
}

.news-item {
  height: 338px;
}


.notice-wrap {
  margin-top: 20px;
  width: auto;
}

.notice-hd-item:hover a,
.notice-hd-item.current a {
  font-weight: 700;
}

.news-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 22px;
}


.sys-logins {
  display: flex;
  margin-top: 25px;
}

.sys-login {
  width: calc((100% - 40px) / 3);
  border-radius: 6px;
  height: 160px;
  background: url("/images/enter_short_bg.png") center top no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 6px 5.6px 0px #DDE3F1;
}

.sys-login:not(:nth-child(3n)) {
  margin-right: 20px;
}

.sys-login>a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  color: #333;
  box-sizing: border-box;
}

.sys-login-name {
  line-height: 24px;
}

.sys-login>a:hover {
  color: #1C77FF;
}

.mall-logins {
  margin-top: 20px;
}

.mall-logins .sys-login {
  width: calc((100% - 20px) / 2);
  background: url("/images/enter_long_bg.png") center top no-repeat;
}

.mall-logins .sys-login:nth-child(2n) {
  margin-right: 0;
}

.mall-logins .sys-login:nth-child(3n) {
  margin-right: 20px;
}

.mall-logins .sys-login:first-child>a {
  padding-top: 10px;
}

.mall-logins .sys-login:first-child>a .sys-login-name {
  margin-top: 10px;
}


.mall-logins .sys-login:nth-child(2)>a {
  padding-top: 20px;
}


.transaction-item {
  margin-top: 19px;
}

.transaction-item>a {
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 131px;
  background: url("/images/enter_img2.png") center no-repeat;
  background-size: 100% 100%;
}

.transaction-item>a:hover {
  background-image: url("/images/enter_img1.png");
}

.notice-list .notice-item.current {
  background: transparent;
}

.notice-list .notice-item.current .name {
  color: #1C77FF;
}

.notice-list .notice-item.current .date {
  color: #1C77FF;
}

/* 党建专栏 通知通告 */
.special-column {
  margin: 30px 0;
}

.column-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column-name {
  padding-left: 38px;
  height: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

.party-build .column-name {
  background: url("/images/column_ico1.png") left top no-repeat;
  color: #E31F23;
  border-color: #E31F23;
}

.notice-title .column-name {
  background: url("/images/column_ico2.png") left top no-repeat;
  color: #1C77FF;
  border-color: #1C77FF;
}

.column-title .notice-hd-more {
  height: 15px;
  line-height: 15px;
  top: 12px;
  transform: translateY(0);
  background-position: right 4px;
}

.info-top {
  margin-top: 20px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.info-top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;


}

.info-top-title>a {
  display: block;
  font-size: 20px;
  color: #000;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-top-title>span.date {
  color: #7C8BA1;
}

.info-top-content {
  margin-top: 10px;
  color: #999;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  /* 两行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.info-item {
  display: flex;
  justify-content: space-between;
  height: 23px;
  line-height: 23px;
  margin-top: 20px;
}

.info-item:first-child {
  margin-top: 10px;
}

.info-item {
  position: relative;
  padding-left: 16px;
}

.info-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E31F23;
}

.info-item>a {
  display: block;
  color: #333;
  font-size: 15px;
  width: calc(100% - 80px);
  padding-right: 50px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-item>span {
  color: #7C8BA1;
}


.info-item:hover>a,
.info-item:hover>span {
  color: #E31F23;
}

.info-items.notice-items>.info-item:before {
  background-color: #1C77FF;
}

.info-items.notice-items>.info-item:hover>a,
.info-items.notice-items>.info-item:hover>span {
  color: #1C77FF;
}


.staff-wrap .section {
  width: 100%;
}

.wrap .section .show-wrap {
  border: 1px solid #fff;
}

.wrap .section .show-wrap:hover {
  border-color: #1C77FF;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);
  box-shadow: 0px 2px 20px 0px rgba(113, 136, 169, 0.25);

}

.wrap .section .show-wrap:hover .desc {
  color: #1C77FF;
}


/* 2025-7-29 */
.new-section-items {
  display: flex;
  margin-top: 25px;
}

.new-section-item {
  flex: 1;
  height: 100px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.new-section-item:hover {
  box-shadow: 0px 4px 8px 0px #B6CDCF;
}

.new-section-item+.new-section-item {
  margin-left: 20px;
}

.new-section-item.section1 {
   background-image: url("/images/section_bg1.jpg");
}

.new-section-item.section1>a {
  background: url("/images/section_ico1.jpg") 30px center no-repeat;
}

.new-section-item.section2 {
   background-image: url("/images/section_bg2.jpg");
}

.new-section-item.section2>a {
  background: url("/images/section_ico2.jpg") 30px center no-repeat;
}

.new-section-item.section3 {
   background-image: url("/images/section_bg3.jpg");
}

.new-section-item.section3>a {
  background: url("/images/section_ico3.jpg") 30px center no-repeat;
}

.new-section-item.section4 {
   background-image: url("/images/section_bg4.jpg");
}

.new-section-item.section4>a {
  background: url("/images/section_ico4.jpg") 30px center no-repeat;
}

.new-section-item > a {
  display: flex;
  padding-left: 83px;
  color:#fff;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.new-section-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-section-en {
  margin-top: 2px;
  height: 18px;
  line-height: 18px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
}

.notice-hd-item:hover a, 
.notice-hd-item.current a {
    font-size:18px;
}

.composite .section {
   padding-top:0;
}

.entrance-items {
  display: flex;
  margin-top: 25px;
}

.entrance-item {
  flex:1;
  height: 100px;
  border-radius: 6px;
  box-shadow: 0px 6px 5.6px 0px #EBEBEB;

}

.entrance-item + .entrance-item {
   margin-left: 10px;
}

.entrance-item.entrance1 {
  background: url("/images/new_login_bg1.png") center no-repeat;
  background-size: 100% 100%;
}

.entrance-item.entrance2 {
  background: url("/images/new_login_bg2.png") center no-repeat;
  background-size: 100% 100%;
}

.entrance-item.entrance3 {
  background: url("/images/new_login_bg3.png") center no-repeat;
  background-size: 100% 100%;
}

.entrance-item > a {
   display: block;
   box-sizing: border-box;
   text-align: center;
   height:100%;
font-weight: 700;
font-size: 16px;
line-height: 24px; 
color:#333;
}

.entrance-item.entrance1 > a {
  padding-top: 64px;
}

.entrance-item.entrance2 > a {
  padding-top: 64px;
}

.entrance-item.entrance3 > a {
  padding-top: 64px;
  line-height: 20px;
}

.entrance-items.other-entrance {
  margin-top: 10px;
}

.entrance-items.other-entrance .entrance-item {
  position: relative;
  height: 90px;
}

.entrance-items.other-entrance .entrance-item> a {
   position: relative;
    padding-top: 60px;
}

.entrance-items.other-entrance .entrance-item> a:before {
   position: absolute;
   content: "";
   width: 199px;
   height: 102px;
   right: 0;
   bottom:0;
   pointer-events: none;
}

.entrance-items.other-entrance .entrance-item.entrance4 {
   background: url("/images/new_login_bg4.png") center top no-repeat;
}

.entrance-items.other-entrance .entrance-item.entrance4>a:before {
    background: url("/images/new_login_ico4.png");
}

.entrance-items.other-entrance .entrance-item.entrance5 {
   background: url("/images/new_login_bg5.png") center top no-repeat;
}

.entrance-items.other-entrance .entrance-item.entrance5>a:before {
    background: url("/images/new_login_ico5.png");
}

.entrance-items.plat-entrance   {
   margin-top: 10px;
}

.entrance-items.plat-entrance .entrance-item.entrance6 {
   background: url("/images/new_login_bg6.png") center top no-repeat;
}
 

.entrance-items.plat-entrance .entrance-item.entrance7 {
   background: url("/images/new_login_bg7.png") center top no-repeat;
}

.entrance-items.plat-entrance .entrance-item {
  height: 128px;
  box-shadow: none;
}

.entrance-items.plat-entrance .entrance-item:hover {
  box-shadow: 0px 6px 5.6px 0px #EBEBEB;
}


.entrance-items.plat-entrance .entrance-item >a {
 display: flex;
 justify-content: center;
 align-items: center;
 color:#fff;
}

/* 2025-7-30 */
.notice-item {
   position:relative;
}

.notice-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1C77FF;
}

/* 2025-8-13 */
.new-section-item.section5 {
   background-image: url("/images/section_bg5.jpg");
}

.new-section-item.section5>a {
  background: url("/images/section_ico5.jpg") 30px center no-repeat;
}<!--耗时1759626912.5448秒-->