@charset "utf-8";

/* 首页特殊样式 */
body {
  font-size: 14px;
}
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-body-with-submenu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  overflow-x: unset;
}
#ui-MainBody-wrapper {
  overflow-x: unset;
  margin: 0;
}
#ui-MainBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
#footer {
  margin-top: 0;
}
/* end 首页特殊样式 */

.content {
  position: relative;
  display: inline-block;
  width: 1200px;
}
.content-header {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 2px solid #c4deeb;
}
.content-header .content-card {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 300px;
  text-align: left;
  overflow: hidden;
}

/* 最上方的图片卡片 */
.content-header .pic-image .title {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 8px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-header .pic-image .indexes {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  font-size: 0;
  text-align: right;
  padding: 0 8px;
}
.content-header .pic-image .indexes .index {
  display: inline-block;
  font-size: 14px;
  color: white;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  margin: 6px 0 0 6px;
  background: rgba(160, 160, 160, 0.5);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-header .pic-image .indexes .index.current {
  background: rgba(255, 152, 0, 0.5);
}
.content-header .pic-image .pic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  white-space: nowrap;
}
.content-header .pic-image .pic-wrapper.anime {
  transition: left ease 0.5s;
}
.content-header .pic-image .pic-wrapper .pic-a {
  display: inline-block;
  height: 100%;
}
.content-header .pic-image .pic-wrapper .pic-a .pic-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* end 最上方的图片卡片 */

/* 最上方的第二个卡片 */
.content-header .content-card.second-card {
  padding: 8px 28px 0 18px;
  background-color: white;
  font-family: 微软雅黑;
}
.content-header .content-card.second-card .content-card-title {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: 微软雅黑;
  font-weight: bold;
  color: #004181;
  border-bottom: 1px solid #004181;
  margin-bottom: 6px;
}
.content-header .content-card.second-card .content-card-title .more {
  text-decoration: none;
}
.content-header .content-card.second-card .content-card-list-item {
  display: flex;
  justify-content: flex-start;
  height: 60px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dotted #e4e4e4;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 4px;
  gap: 20px;
}
.content-header .content-card.second-card .content-card-list-item:last-child {
  border: none;
}
.content-header .content-card.second-card .content-card-list-item:hover {
  background-color: #ececec;
}
.content-header .content-card.second-card .content-card-list-item-label {
  width: 56px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}
.content-header
  .content-card.second-card
  .content-card-list-item-label
  .label-text {
  line-height: 24px;
  font-size: 14px;
  background: #daeeff;
  text-align: center;
  color: #333366;
  border-bottom: 2px solid #ffc804;
}
.content-header
  .content-card.second-card
  .content-card-list-item-label
  .label-date {
  line-height: 24px;
  font-size: 14px;
  background: #436ca6;
  text-align: center;
  color: white;
}
.content-header .content-card.second-card .content-card-list-item-name {
  display: inline-block;
  font-size: 14px;
  font-family: 微软雅黑;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  line-height: 1.5em;
  flex-grow: 1;
  max-height: 100%;
}
/* end 最上方的第二个卡片 */

/* 最上方的日历 */
.content-header .content-card.calendar-wrapper {
  width: 340px;
  font-size: 0;
  background-color: white;
}
/* 农历不可见 */
.content-header .calendar .calendar-body .calendar-date .value {
  display: none;
}
.content-header .calendar .calendar-body .calendar-date .calendar-content {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  text-align: right;
  width: auto;
}
.content-header
  .calendar
  .calendar-body
  .calendar-date
  .calendar-content
  .events-thumb {
  height: 16px;
  line-height: 1;
}
/* 最左侧一列左边框 */
.content-header .calendar .calendar-body .calendar-tbody tr td:first-child {
  border-left-color: #dddddd;
}
/* 最右侧一列右边框 */
.content-header .calendar .calendar-body .calendar-tbody tr td:last-child {
  border-right-color: #dddddd;
}
/* 最后一行底边框 */
.content-header .calendar .calendar-body .calendar-tbody tr:last-child td {
  border-bottom-color: #dddddd;
}
.content-header
  .calendar
  .calendar-body
  .calendar-date
  .calendar-content
  .events-thumb
  .event-thumb-dot {
  background-color: #2191d6;
}
.content-header .calendar .calendar-body .calendar-column-header {
  background: #436ca6;
}
.content-header .calendar .calendar-body .calendar-table {
  border-top-color: #436ca6;
}
.content-header .calendar .calendar-header .calendar-year-select:hover,
.content-header .calendar .calendar-header .calendar-month-select:hover {
  border-color: #436ca6;
}
/* hover 提示 */
.calendar-label {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  line-height: 22px;
  color: #fff;
  background: #04142a;
  border-radius: 3px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 0;
  font-family: 微软雅黑;
}
.calendar-label.flex {
  display: inline-block;
  writing-mode: vertical-lr;
}
.calendar-label .item {
  margin: 4px 8px;
}
.calendar-label.flex .item {
  width: 280px;
  display: inline-block;
  writing-mode: lr;
}
.calendar-label .item .time {
  font-size: 12px;
  transform: scale(0.9);
  transform-origin: left bottom;
}
.calendar-label .item .title {
  font-size: 13px;
}
.calendar-label .item .desc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.calendar-label .item .desc .project-code,
.calendar-label .item .desc .purchase-type,
.calendar-label .item .desc .purchase-way {
  font-size: 12px;
  transform: scale(0.9);
  transform-origin: left top;
}
.calendar-label .item .desc .purchase-type,
.calendar-label .item .desc .purchase-way {
  border-radius: 2px;
  padding: 0 6px;
  line-height: 1.6em;
}
.calendar-label .item .desc .purchase-type[data-purchase-type="COMMODITY"] {
  background: rgba(25, 118, 210, 0.8);
}
.calendar-label .item .desc .purchase-type[data-purchase-type="SERVICE"] {
  background: rgba(56, 142, 60, 0.8);
}
.calendar-label .item .desc .purchase-type[data-purchase-type="PROJECT"] {
  background: rgba(210, 170, 25, 0.8);
}
.calendar-label .item .desc .purchase-way {
  background: rgba(33, 55, 68, 0.8);
  box-shadow: inset 0 0 0 1px #838383;
}
.calendar-label .item:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}
.content-header .calendar .calendar-body .calendar-table {
  height: calc(100% - 26px) !important;
}
/* end 最上方的日历 */

/* header 按钮组 */
.header-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  right: -110px;
  width: 90px;
}
.header-buttons .header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90px;
  height: 90px;
  color: #fbfbfb;
  background-color: #436ca6;
  border: 2px solid #fbfbfb;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
.header-buttons .header-button .title {
  display: none;
  color: white;
  font-family: 微软雅黑;
  font-size: 15px;
  white-space: nowrap;
}
.header-buttons .header-button .header-button-icon {
  font-style: normal;
  font-family: "pbpubiconfont";
  font-size: 40px;
}
.header-buttons .header-button:hover {
  background-color: #fbfbfb;
  border-color: #436ca6;
  color: #436ca6;
  z-index: 1;
}
.header-buttons .header-button:hover .title {
  display: block;
  position: absolute;
  line-height: 28px;
  padding: 0 8px;
  right: 80%;
  top: 60%;
  background: white;
  color: #333333;
  border: 1px solid #333333;
}

.header-buttons .header-button:nth-child(1) .header-button-icon::before {
  content: "\e705";
}
.header-buttons .header-button:nth-child(2) .header-button-icon::before {
  content: "\e628";
}
.header-buttons .header-button:nth-child(3) .header-button-icon::before {
  content: "\e859";
}
.header-buttons .header-button:nth-child(4) .header-button-icon::before {
  content: "\e6c0";
}

.header-buttons .header-button.seller .header-button-icon::before {
  content: "\e705" !important;
}
.header-buttons .header-button.agency .header-button-icon::before {
  content: "\e628" !important;
}
.header-buttons .header-button.expert .header-button-icon::before {
  content: "\e859" !important;
}
.header-buttons .header-button.teacher .header-button-icon::before {
  content: "\e6c0" !important;
}
.header-buttons .header-button.seshop .header-button-icon::before {
  content: "\e670" !important;
}
/* end header 按钮组 */

/* 正文部分 */
.content-body {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 24px;
}

/* 正文的卡片 */
.content-body .content-card {
  background-color: #edf2f5;
  border-radius: 12px;
  width: calc(50% - 12px);
}
.content-body .content-card .content-card-title {
  position: relative;
  height: 34px;
  line-height: 34px;
  width: 100%;
  border-bottom: 2px solid #1c5895;
  white-space: nowrap;
}
.content-body .content-card .content-card-title .title {
  position: relative;
  display: inline-block;
  font-family: 微软雅黑;
  font-size: 15px;
  font-weight: bold;
  min-width: 98px;
  padding: 0 8px;
  text-align: center;
  color: white;
  background-color: #1c5895;
  vertical-align: top;
}
.content-body .content-card .content-card-title .more {
  position: absolute;
  right: 28px;
  text-decoration: none;
  font-size: 12px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #666666;
}
.content-body .content-card .card-item-type-list {
  display: inline-block;
  height: 100%;
}
.content-body .content-card .card-item-type-list .card-item-type {
  display: inline-block;
  font-family: 微软雅黑;
  font-size: 14px;
  height: 100%;
  min-width: 70px;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}
.content-body .content-card .card-item-type-list .card-item-type:hover {
  color: #1c437e;
}
.content-body .content-card .card-item-type-list .card-item-type.selected {
  font-weight: bold;
  color: #003366;
  background-color: white;
}
.content-body .content-card .card-item-list {
  display: none;
  padding: 4px 8px 0 8px;
  height: 216px;
  overflow: hidden;
}
.content-body .content-card .card-item-list.show {
  display: block;
}
.content-body .content-card .card-item-list .card-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 34px;
  line-height: 34px;
  color: #333333;
  font-size: 15px;
  font-family: 宋体;
  padding-left: 24px;
  transition: all ease-in-out 0.2s;
}
.content-body .content-card .card-item-list .card-item:hover {
  background: #dde6ef;
}
.content-body .content-card .card-item-list .card-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 9px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent transparent #6699cc;
}
.content-body .content-card .card-item-list .card-item .card-item-name {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 100px);
  text-decoration: none;
  white-space: nowrap;
  color: #333333;
}
.content-body .content-card .card-item-list .card-item .card-item-name .title {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 微软雅黑;
}
.content-body .content-card .card-item-list .card-item .card-item-name:hover {
  text-decoration: underline;
}
.content-body .content-card .card-item-list .card-item .card-item-time {
  font-family: 宋体;
  font-size: 14px;
  width: 100px;
  text-align: right;
  white-space: nowrap;
}
.content-body .content-card .card-item-list .card-item.new .card-item-name {
  max-width: calc(100% - 150px);
}
.content-body .content-card .card-item-list .card-item .card-item-name .new {
  display: none;
}
.content-body
  .content-card
  .card-item-list
  .card-item.new
  .card-item-name
  .new {
  display: inline-block;
  position: absolute;
  right: -50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #ff6600;
  transform-origin: left center;
}
/* end 正文左侧的卡片 */

/* 正文下方 */
.content-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  height: 246px;
  background-color: #a7b9c7;
}
.content-bottom .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
.content-bottom .links .links-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
}
.content-bottom .links .link-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 135px;
  height: 100%;
  padding-bottom: 14px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
.content-bottom .links .link-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.content-bottom .links .link-item .link-item-icon {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 0 5px 0px currentColor;
  border-radius: 50%;
  transition: all ease-in-out 0.2s;
}
.content-bottom .links .link-item .link-item-title {
  color: black;
  font-family: 华文细黑;
  font-size: 16px;
  white-space: nowrap;
}
.content-bottom .links .link-item:hover .link-item-icon {
  margin-bottom: 8px;
}

.content-bottom .other-links {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 56px;
}
.content-bottom .other-links .links-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  width: 1200px;
  height: 100%;
}
.content-bottom .other-links .links-content .other-links-title {
  color: white;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: bold;
}
.content-bottom .other-links .links-content .link-item {
  color: white;
  font-family: 微软雅黑;
  font-size: 16px;
  text-decoration: none;
}
/* end 正文下方 */

/* 正文部分 */

/* @media */
@media screen and (max-width: 1450px) {
  .header-buttons {
    display: flex;
    flex-direction: row;
    position: static;
    width: 100%;
    right: -110px;
    top: unset;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
  }
  .header-buttons .header-button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 45px;
    line-height: 45px;
    color: white;
    background-color: #436ca6;
    border: 2px solid #436ca6;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .header-buttons .header-button .header-button-icon {
    font-size: 36px;
  }
  .header-buttons .header-button .title {
    display: inline-block;
  }
  .header-buttons .header-button:hover .title {
    position: static;
    border: none;
    color: #436ca6;
    padding: unset;
    top: unset;
    right: unset;
    background: unset;
  }
}

@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 0 8px;
  }
  .content-bottom .links .links-content,
  .content-bottom .other-links .links-content {
    width: 100%;
    justify-content: space-around;
    gap: unset;
  }
}

@media screen and (max-width: 992px) {
  .content-bottom {
    height: auto;
    padding-top: 40px;
  }
  .content-bottom .links {
    height: auto;
  }
  .content-bottom .links .links-content {
    flex-wrap: wrap;
    height: auto;
  }
  .content-bottom .links .link-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .content-bottom .links .link-item .link-item-icon {
    width: 50px;
    height: 50px;
  }
  .content-bottom .links .link-item .link-item-title {
    font-size: 14px;
  }
  .content-bottom .links .link-item:hover .link-item-icon {
    margin-bottom: 0;
  }
  .content-bottom .other-links .links-content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 950px) {
  .content-body .content-card .card-item-type-list .card-item-type {
    min-width: unset;
  }
  .content-body .content-card .content-card-title .more {
    right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .content-header {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .content-header .content-card,
  .content-header .content-card.calendar-wrapper {
    width: 100%;
  }
  .header-buttons {
    flex-wrap: wrap;
  }
  .content-body .content-card {
    width: 100%;
  }
  .content-body .content-card .card-item-type-list .card-item-type {
    min-width: 70px;
  }
  .content-body .content-card .content-card-title .more {
    right: 28px;
  }
}

@media screen and (max-width: 576px) {
  .content-body .content-card .content-card-title .title {
    width: auto;
    padding: 0 8px;
  }
  .content-body .content-card .card-item-type-list .card-item-type {
    min-width: unset;
    width: calc(2em + 16px);
    overflow: hidden;
    padding: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .content-body .content-card .content-card-title .more {
    right: 4px;
    width: 2em;
    overflow: hidden;
  }
}
