.comp-page-list-container {
  background: #EDF4FF;
}
.comp-page-list-container .comp-page-list {
  padding: 90px 0 80px;
}
.comp-page-list-container .comp-page-list-more-wrap {
  display: flex;
  justify-content: flex-end;
  line-height: 35px;
  margin-top: 30px;
  width: 100%;
}
.comp-page-list-container .comp-page-list-more-wrap:hover {
  transform: translateY(-2px);
}
.comp-page-list-container .comp-page-list-more-wrap a {
  display: flex;
  align-items: center;
}
.comp-page-list-container .comp-page-list-more-wrap span {
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  color: #1060BC;
}
.comp-page-list-container .comp-page-list-more-wrap img {
  width: 17px;
  height: 15px;
  margin-left: 8px;
}
.comp-page-list-container .comp-page-list-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 62px;
}
.comp-page-list-container .list-item-layout {
  background: #FFFFFF;
}
.comp-page-list-container .list-item-layout {
  display: flex;
  align-items: center;
  height: 78px;
  padding: 0 47px 0 52px;
  margin-bottom: 8px;
}
.comp-page-list-container .left_class {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #DCDCDC;
}
.comp-page-list-container .left_class .title_class {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-style: normal;
  padding-right: 10px;
}
.comp-page-list-container .left_class .date_class {
  margin-right: 45px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 53px;
  text-align: justify;
  font-style: normal;
}
.comp-page-list-container .right_content {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.comp-page-list-container .right_content:hover {
  transform: translateY(-2px);
}
.comp-page-list-container .right_content:hover .file-text {
  color: #1060BC;
}
.comp-page-list-container .file-img {
  width: 19px;
  height: 22px;
}
.comp-page-list-container .file-text {
  padding-left: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 53px;
  text-align: left;
  font-style: normal;
}

/*# sourceMappingURL=index.css.map */
