body {
  background-color: #e8eef6;
}

.notice-content {
  display: flex;
}

.notice-content .team-left {
  background: url("/static/ccirm/image/central_team/center.png") no-repeat;
  background-size: cover;
  height: 738px;
  transform: translateY(-118px);
  position: relative;
  z-index: 100;
}

.notice-content .team-left ul div {
  width: 280px;
  height: 118px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 118px;
  background: linear-gradient(-90deg, #6626E8 0%, #141ED2 100%);
}

.notice-content .team-left ul li {
  width: 280px;
  height: 90px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.notice-content .team-left ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 90px;
}

.notice-content .team-left ul li.ac {
  background: url("/static/ccirm/image/central_team/ac.png") no-repeat;
  background-size: cover;
}

.notice-content .team-left ul li.ac a {
  color: #141ED2;
}

.notice-content .team-right {
  margin-left: 35px;
}

.notice-content .team-right .url-header {
  transform: translateY(-46px);
  position: relative;
  z-index: 100;
}

.notice-content .team-right .url-header ul {
  display: flex;
}

.notice-content .team-right .url-header ul li {
  margin-right: 15px;
  position: relative;
}

.notice-content .team-right .url-header ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.notice-content .team-right .url-header ul li::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.notice-content .team-right .url-header ul li:last-of-type::after {
  content: none;
}

.notice-content .team-right .page-list {
  display: flex;
  flex-wrap: wrap;
}

.notice-content .team-right .page-list .page-item {
  width: 632px;
  height: 159px;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
  border: 1px solid #E9EAEC;
  margin: 0 20px 20px 0;
}

.notice-content .team-right .page-list .page-item a {
  padding: 32px 30px 0 0;
  display: block;
}

.notice-content .team-right .page-list .page-item a .item-top {
  display: flex;
  align-items: center;
}

.notice-content .team-right .page-list .page-item a .item-top div {
  width: 477px;
  height: 1px;
  background: #E9EAEC;
  margin-right: 30px;
}

.notice-content .team-right .page-list .page-item a .item-top p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}

.notice-content .team-right .page-list .page-item a p.clamp {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 23px;
  margin-top: 15px;
  text-align-last: left;
  margin-left: 35px;
  height: 46px;
}

.notice-content .team-right .page-list .page-item:nth-child(2n) {
  margin-right: 0;
}

.notice-content .team-right .page-list .page-item:hover .item-top div {
  background-color: #141ED2;
}

.notice-content .team-right .page-list .page-item:hover .item-top p {
  color: #141ED2;
}
