.comp-trends-container {
  padding: 140px 0 100px 0;
  background: #EDF4FF;
}
.comp-trends-container .comp-trends-title {
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  text-align: center;
  margin-bottom: 67px;
}
.comp-trends-container .comp-trends-sub-tit {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
}
.comp-trends-container .comp-trends-list .comp-trends-list-item {
  display: flex;
  margin-bottom: 10px;
  background-color: white;
  padding-left: 39px;
  padding-right: 37px;
  align-items: center;
  height: 78px;
  justify-content: space-between;
}
.comp-trends-container .comp-trends-list .comp-trends-list-item .comp-trends-list-item-title {
  width: calc(100% - 150px);
}
.comp-trends-container .comp-trends-list .comp-trends-list-item:hover .comp-trends-list-item-title {
  color: #1060BC;
}
.comp-trends-container .comp-trends-list .comp-trends-list-item-time {
  height: 100%;
  line-height: 78px;
  border-left: 1px solid #DCDCDC;
  padding-left: 30px;
  width: 150px;
}
.comp-trends-container .comp-page-list-more-wrap {
  display: flex;
  justify-content: flex-end;
  line-height: 35px;
  margin-top: 30px;
  width: 100%;
}
.comp-trends-container .comp-page-list-more-wrap a {
  display: flex;
  align-items: center;
}
.comp-trends-container .comp-page-list-more-wrap a:hover {
  transform: translateY(-2px);
}
.comp-trends-container .comp-page-list-more-wrap span {
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  color: #1060BC;
}
.comp-trends-container .comp-page-list-more-wrap img {
  width: 17px;
  height: 15px;
  margin-left: 8px;
}

/*# sourceMappingURL=index.css.map */
