.media-centre-title h1 {
  font-weight: 700;
  color: #000;
  font-size: 48px;
  padding: 48px 4.8%;
}
.media-centre-info {
  display: flex;
  min-height: 673px;
}
.media-centre-tab {
  background: rgba(246, 246, 246, 1);
  border-radius: 29px;
  width: 330px;
  margin-right: 60px;
  min-height: 673px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 56px;
}
.media-centre-tab .media-tab-item {
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  cursor: pointer;
  padding: 10px 20px;
}
.media-tab-item::after {
  width: 2px;
  height: 100%;
  color: red;
}
.media-centre-tab .media-tab-small {
  margin-top: 0px;
  font-size: 20px;
  display: none;
}
.media-centre-tab .third-tab {
  margin-top: 0px;
  font-size: 20px;
  padding-left: 40px;
  display: none;
}
.media-centre-tab .media-tab-item.active {
  color: #4E42C2;
}
.media-centre-tab .media-tab-small.active, 
.media-centre-tab .third-tab.active {
  background: rgba(78, 66, 194, 0.1);
}
.media-centre-tab .tab-item-active {
  position: absolute;
  top: 36px;
  left: 0;
  width: 7px;
  height: 56px;
  background-color: #4E42C2;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.media-centre-tab .media-tab-item:hover {
  color: #4E42C2;
}
.media-tab-second {
  display: none;
}

.media-centre-content {
  width: 100%;
}
.media-centre-content .content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.content-item .content-item-value {
  padding-right: 10px;
}
.content-item h3 {
  color: rgba(0, 0, 0, 0.92);
  font-weight: 500;
  font-size: 20px;
  padding-right: 100px;
}
.content-item .content-item-data {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
}
.content-item-data .item-data-mr {
  margin: 0 10px;
}
.content-item-more .defaut-more {
  width: 24px;
  height: 24px;
  display: block;
  background: url('../../web-assets/more.svg');
}
.content-item-more .hover-more {
  display: none;
}
.content-item-more .hover-more span {
  font-weight: 500;
  font-size: 20px;
  color: #4E42C2;
  margin-top: 5px;
}

.media-centre-content .content-item:hover {
  border-bottom: 1px solid #4E42C2;
}
/* .media-centre-content .content-item:focus {
  border-bottom: none;
} */
.content-item:hover h3,
.content-item:hover .content-item-data {
  color: #4E42C2;
  padding: 0;
}
.content-item:focus h3,
.content-item:focus .content-item-data {
  color: rgba(0, 0, 0, 0.92);
  padding: 0;
}
.content-item:hover .content-item-more .defaut-more {
  display: none;
}
.content-item:hover .content-item-more .hover-more {
  display: flex;
}

/* 企业管治 */
.media-color-wrapper {
  display: none;
  position: relative;
  width: 100%;
}
.media-list-parent {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin-top: 50px;
}
.media-list-a .media-a-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin: 40px 0 24px;
  color: rgba(0, 0, 0, 0.92);
  line-height: 28px;
  height: 28px;
}
.media-a-value:hover .content-item-more .defaut-more {
  display: none;
}
.media-a-value:hover .content-item-more .hover-more {
  display: flex;
}
.media-list-parent .media-a-tips {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  font-size: 20px;
}
.media-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.media-dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
}

/* 分页 */
.media-centre-page {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.media-centre-page .media-mr {
  padding-left: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-centre-page .media-page-total {
  display: inline-block;
}
.media-centre-page .media-page {
  color: #000;
  font-size: 14px;
  padding: 0px 12px;
  height: 28px;
  border: 1px solid rgba(215, 223, 233, 1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-centre-page .media-page-total {
  margin: 0 10px;
}
.media-centre-page .media-page-item {
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  height: 28px;
  line-height: 28px;
}
.media-centre-page .media-page-item.active {
  color: #fff;
  background-color: #4E42C2!important;
}
.media-centre-page .media-page-item:hover,
.media-centre-page .media-page:hover {
  background-color: #eee;
}

@media (max-width: 575.98px) {
  .media-centre-title h1 {
    padding: 56px 0;
    text-align: center;
    background-color: #EDEBFF;
    font-size: 32px;
    color: #000;
  }
  .media-centre-info {
    padding: 0;
    display: block;
  }
  .media-centre-tab {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    background: #fff;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 0 4.8%;
  }
  .media-en-centre-tab {
    overflow-x: auto;
    gap: 20px;
  }
  .media-centre-tab .media-tab-item {
    margin-top: 0;
    line-height: 60px;
    font-size: 18px;
    padding: 0;
  }
  .media-en-centre-tab .media-tab-item {
    white-space: nowrap;
  }
  .media-tab-small,
  .third-tab {
    display: none!important;
  }
  .tab-item-active {
    display: none!important;
  }
  .media-centre-content {
    padding: 0 4.8%;
  }

  .content-item:hover .content-item-more .defaut-more {
    display: block;
  }
  .content-item:hover .content-item-more .hover-more {
    display: none;
  }

  .media-color-wrapper {
    padding: 0 4.8%;
  }
  .media-centre-content .content-item {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .content-item h3 {
    padding: 0;
    font-size: 18px;
  }
  .content-item-more .defaut-more {
    background: url('../../web-assets/check-icon.svg');
  }

  .show-second-media {
    display: flex;
  }
  .media-tab-second {
    margin-bottom: 20px;
    padding: 0 4.8% 10px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .media-tab-second .media-second {
    line-height: 34px;
    padding: 0 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.03);
    margin-right: 20px;
    color: rgba(26, 25, 30, 1);
    font-size: 14px;
  }
  .media-tab-second .no-margin {
    margin-right: 0;
  }
  .media-tab-second .media-second.active {
    color: #FFF;
    background: #4E42C2;
  }

  .media-color-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .media-color-wrapper .member-list h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .media-color-wrapper .member-list .member-list-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .media-color-wrapper .member-list .member-en-list-child {
    display: block;
  }
  .media-color-wrapper .member-list .member-list-child h4 {
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    margin-bottom: 15px;
  }
  .media-color-wrapper .member-list .member-en-list-child h4 {
    width: 100%;
  }
  .media-list-parent {
    margin-top: 30px;
  }
  .media-list-parent .media-a-tips {
    font-size: 18px;
  }
  .media-list-a .media-a-value {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 12px;
    align-items: center;
    height: auto;
  }
  .media-a-value:hover .content-item-more .defaut-more {
    display: block;
  }
  .media-a-value:hover .content-item-more .hover-more {
    display: none;
  }

  .media-centre-page {
    display: none!important;
  }
}